/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.h-cf:before,
.h-cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.h-cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.h-cf {
  *zoom: 1;
}

/***
 * ELLIPSIS
 * ========
 */

.h-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/***
 * HIDE
 * ====
 */

.h-hide {
  position: absolute;
  top: -9999px;
  visibility: hidden;
}

/***
 * Image replacement
 * -
 */

.h-ir {
  background-color: transparent;
  border: 0;
  /* The only relevant line in this class. Overflow:hidden avoids to expand the element
	  more than the defined dimensions (that you should specify in your element). */
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* The :before pseudo-element generates content before the element's content. */

.h-ir:before {
  /* The content of this pseudo-element is empty. */
  content: "";
  /* Here is the magic: display: block makes a "jump" in the flow, in result, the element's
	 content will be below this pseudo-element. */
  display: block;
  /* This may look a little confusing. We don't care about the width, the display:block will
	  push the element's content below this generated pseudo-element. */
  width: 0;
  /* This generated pseudo-element will overflow the element's content. */
  height: 150%;
}

/***
 * REMOVE DEFAULT LIST STYLE
 * =========================
 */

.h-nolist {
  margin: 0;
  padding: 0;
  list-style: none;
}

/***
 * PUSH
 * ====
 * Uni-directional margins
 */

.h-push {
  margin: 1em;
}

.h-push--top {
  margin-top: 1em;
}

.h-push--left {
  margin-left: 1em;
}

.h-push--top-medium {
  margin-top: 2em;
}

.h-push--left-medium {
  margin-left: 2em;
}

.h-push--top-large {
  margin-top: 5em;
}

.h-push--left-large {
  margin-left: 5em;
}

/***
 * SIZE OBJECT
 * ===========
 *
 * @name         size
 * @desc         set the width of an element
 * @author       quentind
 * @tested       IE7+
 * @requires     
 */

[class*='h-size--'] {
  box-sizing: border-box;
}

.h-size--1-1 {
  width: 100% !important;
}

.h-size--1-2 {
  width: 50% !important;
}

.h-size--1-3 {
  width: 33.3334% !important;
}

.h-size--2-3 {
  width: 66.6667% !important;
}

.h-size--1-4 {
  width: 25% !important;
}

.h-size--3-4 {
  width: 75% !important;
}

.h-size--1-5 {
  width: 20% !important;
}

.h-size--2-5 {
  width: 40% !important;
}

.h-size--3-5 {
  width: 60% !important;
}

.h-size--4-5 {
  width: 80% !important;
}

.h-size--1-6 {
  width: 16.6666% !important;
}

.h-size--5-6 {
  width: 83.3333% !important;
}

.h-size--1-8 {
  width: 12.5% !important;
}

.h-size--3-8 {
  width: 37.5% !important;
}

.h-size--5-8 {
  width: 62.5% !important;
}

.h-size--7-8 {
  width: 87.5% !important;
}

.h-size--1-10 {
  width: 10% !important;
}

.h-size--3-10 {
  width: 30% !important;
}

.h-size--7-10 {
  width: 70% !important;
}

.h-size--9-10 {
  width: 90% !important;
}

.h-size--1-12 {
  width: 8.3333% !important;
}

.h-size--5-12 {
  width: 41.6666% !important;
}

.h-size--7-12 {
  width: 58.3333% !important;
}

.h-size--11-12 {
  width: 91.6666% !important;
}

.h-size--1-20 {
  width: 5% !important;
}

.h-size--3-20 {
  width: 15% !important;
}

.h-size--7-20 {
  width: 35% !important;
}

.h-size--9-20 {
  width: 45% !important;
}

.h-size--11-20 {
  width: 55% !important;
}

.h-size--13-20 {
  width: 65% !important;
}

.h-size--17-20 {
  width: 85% !important;
}

.h-size--19-20 {
  width: 95% !important;
}

/***
 * SPLIT
 * =====
 * 
 * Exemple:

 	<ol class="split">
		<li><b class=split__title>1.</b> A</li>
		<li><b class=split__title>2.</b> B</li>
		<li><b class=split__title>3.</b> C</li>
	</ol>​

 */

.h-split {
  text-align: right;
  list-style: none;
  margin-left: 0;
}

.h-split__title {
  text-align: left;
  float: left;
  clear: left;
}

/***
 * TEXT-ALIGN
 * ==========
 */

.h-text-left {
  text-align: left;
}

.h-text-center {
  text-align: center;
}

.h-text-right {
  text-align: right;
}

.h-text-justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/***
 * VALIGN
 * ======
 */

.h-valign__outer {
  height: 100%;
  width: 100%;
  /* required for older opera */
  box-sizing: border-box;
}

.h-valign {
  display: table;
  height: 100%;
  width: 100%;
  /* full width */
  table-layout: fixed;
}

.h-valign__content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

/***
 * Variables
 * -
 */

:root {
  /*
	 * Paths
	 */
  /*
	 * Colors
	 */
  /*
	 * Fonts
	 */
  /*
	 * Spacing
	 */
  /*
	 * Easings
	 */
}

/*
 * Media queries
 */

/***
 * BASE CSS styles
 * -
 */

html,
body {
  height: 100%;
  background: #fff;
}

body {
  overflow-y: scroll;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a:focus,
input:focus,
button:focus {
  outline: 0;
}

textarea {
  resize: none;
}

p {
  margin: 0 0 1em;
}

/***
 * Basic Typography
 * -
 */

body {
  font-family: "ACaslonPro", serif;
  font-size: 10px;
  color: #1d1d1b;
  -moz-osx-font-smoothing: grayscale;
  /* works in ff >= 25 */
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

@media all and (min-width:1680px) {
  body {
    font-size: 11px;
  }
}

@media all and (min-width:1860px) {
  body {
    font-size: 12px;
  }
}

a {
  color: inherit;
}

* {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /* prevent tap highlight color / shadow */
  -webkit-user-select: text;
  /* prevent copy paste, to allow, change 'none' to 'text' */
}

/***
 * AGENCY
 * ======
 */

.agency {
  overflow: hidden;
}

.agency__hidden {
  position: absolute;
  top: -9999px;
}

/*
 * Layout
 */

.agency__main {
  padding-bottom: 2.5em;
}

@media all and (min-width:1024px) {
  .agency__main,
  .agency__secondary {
    float: left;
    box-sizing: border-box;
  }

  .agency__main {
    width: 60%;
    padding-right: 10em;
  }

  .agency__secondary {
    float: right;
    padding-left: 10em;
    width: 40%;
    max-width: 60em;
  }
}

/*
 * Typography
 */

.agency__intro,
.agency__title {
  font-size: 1.6em;
  line-height: 1.275em;
}

.agency__intro--address {
  margin-top: 2em;
  display: none;
}

.agency__title {
  margin: 2em 0 0;
  font-weight: normal;
  text-transform: uppercase;
}

.agency__title:first-child {
  margin-top: 0;
}

.agency__sub-title {
  margin: 2.5em 0 .25em;
  font-size: 1.4em;
  font-weight: normal;
}

.agency__text {
  font-size: 1.4em;
}

.agency__text--mini {
  line-height: 1.57em;
  -webkit-font-feature-settings: "smcp", "c2sc";
  -moz-font-feature-settings: "smcp", "c2sc";
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
}

@media all and (min-width:600px) {
  .agency {
    padding-left: 2em;
    padding-right: 2em;
  }

  .agency__intro,
  .agency__title {
    font-size: 1.8em;
  }
}

@media all and (min-width:1024px) {
  .agency {
    padding-left: 0;
    padding-right: 0;
  }

  .agency__intro--address {
    display: block;
  }

  .agency__text--mini {
    max-width: 75%;
  }
}

/***
 * ARTIST LIST
 * ===========
 */

.artist-list {
  margin: 0 -1.2em;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.artist-list__item {
  padding: 0 1.2em;
  box-sizing: border-box;
}

/*
 * Has Flexbox support 
 */

@media all and (min-width:600px) {
  .artist-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .artist-list__item {
    width: 50%;
  }
}

@media all and (min-width:860px) {
  .artist-list__item {
    width: 33.333%;
  }
}

@media all and (min-width:1024px) {
  .artist-list__item {
    width: 25%;
  }
}

/*@media (--desktop-medium) {
	.artist-list__item { width:20%; }
}*/

/*
 * No Flexbox support
 * ---
 * Requires Modernizr to detect no-flex-wrap support
 */

@media all and (min-width:600px) {
  .no-flexbox .artist-list__item {
    float: left;
    width: 50%;
  }

  .no-flexbox .artist-list__item:nth-child(2n+1) {
    clear: left;
  }
}

@media all and (min-width:860px) {
  .no-flexbox .artist-list__item {
    width: 33.333%;
  }

  .no-flexbox .artist-list__item:nth-child(2n+1) {
    clear: none;
  }

  .no-flexbox .artist-list__item:nth-child(3n+1) {
    clear: left;
  }
}

@media all and (min-width:1024px) {
  .no-flexbox .artist-list__item {
    width: 25%;
  }

  .no-flexbox .artist-list__item:nth-child(3n+1) {
    clear: none;
  }

  .no-flexbox .artist-list__item:nth-child(4n+1) {
    clear: left;
  }
}

@media all and (min-width:1440px) {
  .no-flexbox .artist-list__item {
    width: 20%;
  }

  .no-flexbox .artist-list__item:nth-child(4n+1) {
    clear: none;
  }

  .no-flexbox .artist-list__item:nth-child(5n+1) {
    clear: left;
  }
}

/***
 * ARTIST
 * ======
 */

.artist {
  margin: 1.75em 0;
  display: inline-block;
  width: 100%;
}

.artist__link {
  display: block;
  text-decoration: none;
}

.has-hover .artist__link:hover {
  color: #b9000d;
}

.artist__name {
  margin: 0;
  padding-top: .2em;
  line-height: .9em;
  font-size: 1.8em;
  font-weight: normal;
}

.artist__firstname {
  font-style: italic;
}

.artist__lastname {
  text-transform: uppercase;
}

.artist__picture {
  margin: 1.1em 0;
  display: block;
  width: 100%;
  height: auto;
}

.artist .sequence {
  margin: 0.7rem 0;
}

.artist__hashtags {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 15%;
  font-size: 1.1em;
  text-align: right;
}

.artist__hashtags li {
  margin-left: .3em;
  margin-bottom: .2em;
  display: inline-block;
  font-style: italic;
  text-transform: uppercase;
}

.artist__hashtags a {
  text-decoration: none;
}

.has-hover .artist__hashtags a:hover {
  text-decoration: underline;
}

/*
 * CAROUSEL
 * ========
 */

.carousel {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  outline: none;
}

.carousel__inner {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 80%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -o-transition: all .35s cubic-bezier(0.23,1,0.32,1) .25s;
  transition: all .35s cubic-bezier(0.23,1,0.32,1) .25s;
}

.modal--show .carousel__inner {
  opacity: 1;
  visibility: visible;
}

@media all and (min-width:1024px) {
  .carousel {
    padding: 0 4em 5em;
  }

  .carousel__inner {
    height: 100%;
  }
}

.carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: .5em solid #fff;
  border-top: 0;
  border-bottom: 0;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*opacity:0;*/
  -o-transition: all 1s cubic-bezier(0.23,1,0.32,1);
  transition: all 1s cubic-bezier(0.23,1,0.32,1);
}

.no-trans .carousel__item {
  -o-transition: none;
  transition: none;
}

.carousel__item.active {
  opacity: 1;
}

.carousel__item.prev {
  left: -100%;
}

.carousel__item.next {
  left: 100%;
}

/*
 * Controls
 */

.carousel__control {
  display: inline-block;
  padding: .25em .5em;
  font-size: 1.4em;
}

.has-hover .carousel__control:hover {
  color: #b9000d;
}

.carousel__control .icon {
  position: relative;
  top: .15em;
  left: -.05em;
}

.carousel__control:last-child .icon {
  left: .05em;
}

/*
 * Carousel Artist
 */

/*.carousel__artist {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin-top:-4em;

	transform:translateY(-50%);

	text-align:center;
}

.carousel__artist-firstname,
.carousel__artist-lastname {
	font-size:6.7em;
	display:block;
	line-height:.9em;
}

.carousel__artist-firstname { font-style:italic; }
.carousel__artist-lastname { text-transform:uppercase; }*/

/*
 * Videos/Iframes
 */

.carousel__item {
  text-align: center;
}

.carousel__item::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.carousel__iframe {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-height: 100%;
}

.carousel__iframe:before {
  content: "";
  display: block;
  padding-top: 56%;
}

.carousel__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media all and (min-width:1024px) {
  .carousel__iframe {
    width: 80%;
  }
}

/***
 * DETAIL
 * ======
 */

.detail {
  position: relative;
  /*overflow:hidden;*/
}

/*
 * LAYOUT - Content+Aside
 */

.detail__content {
  position: relative;
}

.detail__aside {
  margin: 3em 0;
}

@media all and (min-width:1024px) {
  .detail {
    padding: 4em 0;
  }

  .detail__content,
  .detail__aside {
    min-height: 1px;
    float: left;
  }

  .detail__content {
    width: 75%;
  }

  .detail__aside {
    margin-top: 0;
    margin-bottom: 0;
    width: 25%;
    padding-left: 2.4em;
    box-sizing: border-box;
  }
}

/*
 * HEADER
 */

.detail__header {
  position: relative;
  overflow: hidden;
}

/*
 * TITLE
 */

.detail__title {
  margin: 0 0 1em;
  font-size: 2.2em;
  color: #b9000d;
}

.detail__title-lastname {
  text-transform: uppercase;
}

.detail__title-firstname {
  font-style: italic;
}

.detail__title-hashtag {
  font-style: italic;
  text-transform: uppercase;
}

.detail__title-back {
  margin-bottom: .35em;
  display: table;
  text-decoration: none;
}

.detail__title-back-text {
  white-space: nowrap;
  font-size: 0.4em;
}

.detail__title-back-icon {
  position: relative;
  top: .2em;
}

.detail__title-content {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

.detail__title--center {
  text-align: center;
}

@media all and (min-width:1024px) {
  .detail__header {
    margin-bottom: 1em;
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .detail__header-content,
  .detail__header-aside {
    width: 75%;
    min-height: 1px;
    display: table-cell;
    vertical-align: bottom;
  }

  .detail__header-aside {
    /*height:38.1px;*/
    width: 25%;
  }

  .detail__title {
    margin: 0;
    display: table;
    width: 66%;
    font-size: 2.8em;
  }

  .detail__title--artist {
    text-align: left;
  }

  .detail__title-back,
  .detail__title-content {
    display: table-cell;
    vertical-align: bottom;
  }

  .detail__title-back {
    padding-right: .25em;
  }

  .detail__title-content {
    text-align: left;
    width: 100%;
    /* Force cell to expand to avalaible size */
  }
}

/*
 * SHORT DESC
 */

.detail__shortdesc {
  margin-bottom: 2.4em;
  display: none;
  text-align: right;
  font-size: 2em;
  font-style: italic;
  line-height: 1.3em;
}

.detail__shortdesc p {
  margin-bottom: 1.5em;
}

.detail__shortdesc > :last-child {
  margin-bottom: 0;
}

@media all and (min-width:1024px) {
  .detail__shortdesc {
    display: block;
  }
}

/*
 * BIO - LONG DESC 1 & 2
 */

.detail__bio {
  overflow: hidden;
}

.detail__desc {
  margin: 0 0 2em;
  font-size: 1.6em;
}

.detail__desc--2 {
  -webkit-font-feature-settings: "smcp", "c2sc";
  -moz-font-feature-settings: "smcp", "c2sc";
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
}

@media all and (min-width:1024px) {
  .detail__bio {
    margin: 0 0 1.6em;
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .detail__desc {
    display: table-cell;
    width: 40%;
    padding: 1.5em 2.4em 1.4em 0;
    box-sizing: border-box;
  }

  .detail__desc--2 {
    width: 60%;
    box-sizing: border-box;
    padding-left: 12%;
    padding-right: 12%;
    text-align: center;
  }
}

/*
 * LATEST NEWS
 */

.detail__news {
  display: none;
  max-width: 80%;
  float: right;
}

.detail__news-title {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
}

@media all and (min-width:1024px) {
  .detail__news {
    display: block;
  }
}

/*
 * RELATED ARTIST PORTFOLIOS
 */

.detail__related {
  margin: 0 0 3em;
  padding: 0;
  list-style: none;
  font-size: 1.4em;
  line-height: 1.5em;
  text-align: center;
}

.detail__related li {
  margin-bottom: .25em;
}

.detail__related a {
  text-decoration: none;
}

.has-hover .detail__related a:hover {
  text-decoration: underline;
}

.detail__related-name {
  text-transform: uppercase;
}

@media all and (min-width:1024px) {
  .detail__related {
    text-align: right;
  }
}

/***
 * FILTER
 * ======
 */

.detail__filter {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail__filter li {
  text-transform: uppercase;
}

.detail__filter a {
  display: inline-block;
  text-decoration: none;
}

.detail__filter--secondary {
  display: block;
}

.detail__filter--main {
  display: none;
}

/*
 * Hide secondary, show main on desktop
 */

@media all and (min-width:1024px) {
  .detail__filter--secondary {
    display: none;
  }

  .detail__filter--main {
    display: block;
  }
}

/*
 * Seconday
 */

.detail__filter--secondary {
  margin: 0 0 2.5em;
  text-align: center;
}

.detail__filter--secondary li {
  margin-right: .5em;
  margin-bottom: .5em;
  display: inline-block;
}

.detail__filter--secondary a {
  display: block;
  padding: .5em;
}

/*
 * Main
 */

.detail__filter--main {
  margin-bottom: 2.4em;
  font-size: 2em;
  font-style: italic;
  text-align: right;
  line-height: 1em;
}

.detail__filter--main li {
  text-align: right;
  line-height: 1.5em;
}

.has-hover .detail__filter--main a:hover,
.detail__filter a.is-active {
  color: #b9000d;
}

/*
 * Typo
 */

.detail__filter-firstname {
  text-transform: none;
}

.detail__filter-lastname {
  font-style: none;
}

/*
 * DETAIL - TABS
 * =============
 */

/*
 * NAV
 */

.detail__tab-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.detail__tab-nav li {
  float: left;
  box-sizing: border-box;
  width: 50%;
}

.detail__tab-nav li:first-child {
  padding-right: .25em;
}

.detail__tab-nav li:last-child {
  padding-left: .25em;
}

.detail__tab-nav a {
  display: block;
  padding: .5em;
  font-size: 1.5em;
  -webkit-font-feature-settings: "smcp", "c2sc";
  -moz-font-feature-settings: "smcp", "c2sc";
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
  text-align: center;
  text-decoration: none;
}

.detail__tab-nav a.is-active {
  background: #f9f9f9;
  color: #b9000d;
}

.has-hover .detail__tab-nav a:hover {
  background: #f9f9f9;
}

@media all and (min-width:1024px) {
  .detail__tab-nav {
    margin-bottom: .66em;
    text-align: right;
  }

  .detail__tab-nav li {
    margin-left: 1em;
    float: none;
    display: inline-block;
    width: auto;
  }

  .detail__tab-nav a {
    padding: 0;
    background: none !important;
    font-size: 1em;
    font-variant: initial;
    -webkit-font-feature-settings: initial;
    -moz-font-feature-settings: initial;
    font-feature-settings: initial;
    text-transform: uppercase;
  }
}

/*
 * TAB
 */

.detail__tab {
  display: none;
  padding: 3em 0;
  /*overflow:hidden;*/
  border-top: 1px solid #f9f9f9;
}

.detail__tab.is-active {
  display: block;
}

@media all and (min-width:1024px) {
  .detail__tab {
    border: 0;
    padding: 0;
  }
}

@font-face {
  font-family: "ACaslonPro";
  src: url("../fonts/ACaslonPro-Bold/ACaslonPro-Bold.eot");
  src: url("../fonts/ACaslonPro-Bold/ACaslonPro-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ACaslonPro-Bold/ACaslonPro-Bold.woff") format("woff"),
         url("../fonts/ACaslonPro-Bold/ACaslonPro-Bold.ttf") format("truetype"),
         url("../fonts/ACaslonPro-Bold/ACaslonPro-Bold.svg#ACaslonPro") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ACaslonPro";
  src: url("../fonts/ACaslonPro-BoldItalic/ACaslonPro-BoldItalic.eot");
  src: url("../fonts/ACaslonPro-BoldItalic/ACaslonPro-BoldItalic.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ACaslonPro-BoldItalic/ACaslonPro-BoldItalic.woff") format("woff"),
         url("../fonts/ACaslonPro-BoldItalic/ACaslonPro-BoldItalic.ttf") format("truetype"),
         url("../fonts/ACaslonPro-BoldItalic/ACaslonPro-BoldItalic.svg#ACaslonPro") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "ACaslonPro";
  src: url("../fonts/ACaslonPro-Italic/ACaslonPro-Italic.eot");
  src: url("../fonts/ACaslonPro-Italic/ACaslonPro-Italic.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ACaslonPro-Italic/ACaslonPro-Italic.woff") format("woff"),
         url("../fonts/ACaslonPro-Italic/ACaslonPro-Italic.ttf") format("truetype"),
         url("../fonts/ACaslonPro-Italic/ACaslonPro-Italic.svg#ACaslonPro") format("svg");
  font-weight: regular;
  font-style: italic;
}

@font-face {
  font-family: "ACaslonPro";
  src: url("../fonts/ACaslonPro-Regular/ACaslonPro-Regular.eot");
  src: url("../fonts/ACaslonPro-Regular/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ACaslonPro-Regular/ACaslonPro-Regular.woff") format("woff"),
         url("../fonts/ACaslonPro-Regular/ACaslonPro-Regular.ttf") format("truetype"),
         url("../fonts/ACaslonPro-Regular/ACaslonPro-Regular.svg#ACaslonPro") format("svg");
  font-weight: regular;
  font-style: normal;
}

/***
 * FOOTER
 * ======
 */

.footer {
  padding: 4em 2.5em;
  background: #f4f4f4;
}

@media all and (min-width:1024px) {
  .footer {
    padding: 6em 4.5em;
  }
}

.footer__section {
  margin: 0 0 2em;
}

.footer__logo {
  margin: 0 auto 2em;
  width: 10em;
  max-width: 100%;
}

/*
 * About
 */

.footer__about {
  font-size: 1.1em;
  line-height: 1.4545em;
}

.footer__about > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
}

/*
 * Address
 */

.footer__address {
  font-size: 1em;
  line-height: 1.6em;
  text-transform: uppercase;
}

.footer__address a {
  text-decoration: none;
  border-bottom: 1px solid rgba(29, 29, 27, 0.25);
}

/*
 * Copyright
 */

.footer__copy {
  font-size: .8em;
  line-height: 1.75em;
}

/*
 * By
 */

.footer__by {
  margin-top: .5em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

/*
 * 1 Column
 * ========
 */

.footer__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__section {
  width: 100%;
  text-align: center;
}

.footer__menu {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer__about {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.footer__address {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.footer__mailing {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.footer__social {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.footer__copy {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

/*
 * 2 Columns - tablet small
 * ========================
 */

@media all and (min-width:600px) {
  .footer__section {
    width: 50%;
  }

  .footer__menu {
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .footer__about {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 3.2em;
    width: 70%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }

  .footer__address {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: left;
  }

  .footer__copy {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    text-align: right;
  }

  .footer__mailing {
    margin-top: -1.6em;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    text-align: left;
  }

  .footer__social {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
    text-align: right;
  }
}

/*
 * 2 Columns - tablet large
 * ========================
 */

@media all and (min-width:860px) {
  .footer__address,
  .footer__mailing,
  .footer__copy {
    width: 33.333%;
  }

  .footer__address {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__mailing {
    margin-top: 0;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    text-align: center;
  }

  .footer__copy {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    text-align: right;
  }

  .footer__social {
    text-align: center;
    width: 100%;
  }
}

/*
 * 3 Columns - desktop
 * ===================
 */

@media all and (min-width:1024px) {
  .footer__section {
    width: 33.333%;
  }

  .footer__address {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__about {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }

  .footer__copy {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
  }

  .footer__mailing {
    margin-top: -1.6em;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    text-align: left;
  }

  .footer__menu {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .footer__social {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
    text-align: right;
  }
}

/*
 * No flexbox
 */

.no-flexbox .footer {
  text-align: center;
}

.no-flexbox .footer__section {
  margin: 0 auto 2em;
  display: table;
  text-align: center;
}

/***
 * HEADER
 * ======
 */

.header {
  margin: 0 0 2em;
}

/*
 * Logo
 */

.header__logo {
  margin: 0 auto 2.5em;
  width: 23em;
}

/*
 * Menu
 */

.header__menu {
  margin-bottom: 1em;
  text-align: center;
}

/*
 * Social
 */

.header__social {
  text-align: center;
}

/*
 * DEKSTOP
 * =======
 */

@media all and (min-width:1024px) {
  .header__content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .header__logo,
  .header__menu,
  .header__social {
    display: table-cell;
    vertical-align: middle;
  }

  .header__logo,
  .header__social {
    width: 25%;
  }

  .header__menu {
    width: 50%;
  }

  .header__social {
    text-align: right;
  }
}

/***
 * HEADER--BAR
 * ===========
 */

.header--bar {
  position: fixed;
  top: -120px;
  left: 0;
  right: 0;
  z-index: 80;
  margin: 0;
  display: none;
  padding: 2em 4.5em;
  box-sizing: border-box;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  background: #fff;
  -o-transition: top .5s cubic-bezier(0.23,1,0.32,1);
  transition: top .5s cubic-bezier(0.23,1,0.32,1);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.header--bar.is-shown {
  /*transform:translateY(0) translateZ(1px);*/
  top: 0;
}

.header--bar .header__logo,
.header--bar .header__social {
  width: 11em;
}

.header--bar .header__logo {
  height: 3.56em;
}

.header--bar .header__menu {
  width: auto;
}

@media all and (min-width:1024px) {
  .header--bar {
    display: block;
  }
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot?#iefix") format("embedded-opentype"),
         url("../fonts/icons/icons.woff") format("woff"),
         url("../fonts/icons/icons.ttf") format("truetype"),
         url("../fonts/icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  vertical-align: inherit;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon:before {
  /*position:relative;
	top:.1em;*/
}

.icon--lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon--2x {
  font-size: 2em;
}

.icon--3x {
  font-size: 3em;
}

.icon--4x {
  font-size: 4em;
}

.icon--5x {
  font-size: 5em;
}

.icon--fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon--left:before {
  content: "\E008";
}

.icon--right:before {
  content: "\E009";
}

.icon--facebook:before {
  content: "\E001";
}

.icon--instagram:before {
  content: "\E002";
}

.icon--pinterest:before {
  content: "\E003";
}

.icon--tumblr:before {
  content: "\E004";
}

.icon--twitter:before {
  content: "\E005";
}

.icon--back:before {
  content: "\E006";
}

.icon--down:before {
  content: "\E007";
}

/***
 * LOGO
 * ====
 */

.logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 23em;
  overflow: hidden;
  /*background:url(var(--path-img)/logo/logo.svg) no-repeat center center;
	background-size:100% auto;*/
}

.logo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 29%;
}

.logo svg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  fill: #1d1d1b;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transition: fill .2s cubic-bezier(0.23,1,0.32,1);
  transition: fill .2s cubic-bezier(0.23,1,0.32,1);
}

.has-hover .logo:hover svg {
  fill: #b9000d;
}

/*.logo:before {
	display:block;
	content:"";

	width:100%;
	padding-top:26.1%;
}*/

.logo__text {
  display: none;
}

/***
 * MAILING
 * =======
 */

.mailing__label,
.mailing__input {
  width: 16em;
  box-sizing: border-box;
}

.mailing__label {
  display: inline;
  font-size: 1em;
  line-height: 1.6em;
  text-transform: uppercase;
}

/* Force linebreak after inline elem */

.mailing__label:after {
  content: "\A";
  white-space: pre;
}

.mailing__input {
  padding: .5em;
  height: 2.4em;
  box-sizing: border-box;
  border: 0;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  color: #1d1d1b;
}

/***
 * MENU
 * ====
 */

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__item {
  display: block;
  border-color: rgba(29, 29, 27, 0.1);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

.menu__item:first-child {
  border-top-width: 1px;
}

.menu__link {
  display: block;
  width: 100%;
  padding: 1.1em 0 .8em;
  border-bottom: 1px solid transparent;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.menu__link--active {
  color: #b9000d;
}

@media all and (min-width:600px) {
  .menu {
    display: inline-block;
  }

  .menu__item {
    margin: 0 1em;
    display: inline-block;
    border: 0 !important;
  }

  .menu__link {
    padding: 0;
    height: 2.18em;
    line-height: 2.3em;
  }
}

@media all and (min-width:1024px) {
  .has-hover .menu__link:hover {
    color: #b9000d;
  }

  .has-hover .menu__link[data-nav]:hover {
    color: #1d1d1b;
    border-bottom-color: #1d1d1b;
  }
}

/***
 * MODAL
 * =====
 */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding: 5em 2.5em 3em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  outline: none;
}

.modal--red {
  background: rgba(185, 0, 13, .95);
}

/*
 * Open animation
 */

.modal {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.modal--show {
  visibility: visible;
  opacity: 1;
  -o-transition: opacity .5s cubic-bezier(0.23,1,0.32,1) 0s;
  transition: opacity .5s cubic-bezier(0.23,1,0.32,1) 0s;
}

.modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media all and (min-width:1024px) {
  .modal {
    padding: 2em;
    height: 100%;
    box-sizing: border-box;
  }

  .modal__content {
    padding-top: 1em;
  }
}

/*
 * Close
 */

.modal__close {
  z-index: 1;
  display: none;
  height: 3.6em;
  line-height: 3.6em;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

#picture-gallery .modal__close {
  position: absolute;
  left: 50%;
  top: 1em;
  z-index: 99;
  display: block;
  -webkit-transform: translateX(-50%) translateZ(1px);
  transform: translateX(-50%) translateZ(1px);
}

.has-hover .modal__close:hover {
  color: #b9000d;
}

.has-hover .modal--red .modal__close:hover {
  color: #fff;
}

.modal__close:last-child {
  display: block;
}

.modal__close-text {
  border-top: 1px solid;
  font-size: 1.8em;
  -webkit-font-feature-settings: "smcp", "c2sc";
  -moz-font-feature-settings: "smcp", "c2sc";
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
  text-transform: uppercase;
}

@media all and (min-width:1024px) {
  .modal__close {
    position: absolute;
    top: 2em !important;
    right: 2em !important;
    left: auto !important;
    width: 3.6em;
    display: block;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  .modal__close:last-child {
    display: none;
  }

  .modal__close:before {
    content: "×";
    font-size: 4.5em;
  }

  .modal__close-text {
    display: none;
  }
}

/***
 * NAV
 * ===
 */

/*.nav__content { perspective:1200px; }*/

.nav__list {
  opacity: 0.4;
  -webkit-transform: translateY(-33%) rotateX(35deg);
  transform: translateY(-33%) rotateX(35deg);
}

.nav--show-artists .nav__list,
.nav--show-hashtags .nav__list {
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/*
 * Close
 */

.nav__close {
  z-index: 1;
  display: none;
  height: 3.6em;
  line-height: 3.6em;
  text-align: center;
  text-decoration: none;
}

.nav__close:last-child {
  display: block;
}

.nav__close-text {
  border-top: 1px solid;
  font-size: 1.8em;
  -webkit-font-feature-settings: "smcp", "c2sc";
  -moz-font-feature-settings: "smcp", "c2sc";
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
  text-transform: uppercase;
}

/*
 * Layout
 */

.nav__content {
  text-align: center;
}

.nav__list {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
  display: inline-block;
  display: none;
}

.nav--show-artists .nav__list--artists,
.nav--show-hashtags .nav__list--hashtags {
  display: block;
}

/*
 * Artists, Hashtags
 */

.nav__artist,
.nav__hashtag {
  display: inline-block;
  text-decoration: none;
}

.nav__artist {
  font-size: 1.8em;
  line-height: 1.55em;
}

.nav__artist-firstname {
  font-style: italic;
}

.nav__artist-name {
  text-transform: uppercase;
}

.nav__hashtag {
  font-size: 1.3em;
  line-height: 1.6166em;
  font-style: italic;
  text-transform: uppercase;
}

/* Transition / Hover */

.nav__artist,
.nav__hashtag {
  -o-transition: all .5s cubic-bezier(0.23,1,0.32,1);
  transition: all .5s cubic-bezier(0.23,1,0.32,1);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

/*
 * Desktop
 */

@media all and (min-width:1024px) {
  .nav__content {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }

  .nav__content-col {
    padding-top: 4em;
    padding-bottom: 4em;
    vertical-align: middle;
    display: table-cell;
    width: 50%;
  }

  .nav__content-col:first-child {
    padding-right: 4em;
    text-align: right;
  }

  .nav__content-col:last-child {
    padding-left: 4em;
    text-align: left;
  }

  .nav__list {
    margin-bottom: 0;
    display: block;
  }

  .modal--show .nav__list {
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
  }

  .nav__list--hashtags {
    -webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    columns: 2 auto;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    max-width: 40em;
  }

  .nav__list--hashtags .nav__hashtag {
    padding-right: .3em;
  }

  .nav__artist,
  .nav__hashtag {
    /*opacity:.2;*/
    color: rgba(29, 29, 27, 0.2);
  }

  .nav--show-artists .nav__artist,
  .nav--show-hashtags .nav__hashtag {
    /*opacity:1;*/
    color: rgb(29, 29, 27);
  }

  .nav__artist.is-highlighted,
  .nav__hashtag.is-highlighted {
    /*opacity:1;*/
    color: rgb(29, 29, 27);
  }

  .has-hover .nav__list .nav__artist:hover,
  .has-hover .nav__list .nav__hashtag:hover {
    -webkit-transform: scale(1.2) translateZ(1px);
    transform: scale(1.2) translateZ(1px);
    color: rgb(29, 29, 27);
  }

  .nav__artist {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right;
  }

  .nav__hashtag {
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
  }
}

/***
 * NETWORK
 * =======
 */

.network {
  overflow: hidden;
}

.network__title {
  margin: 3.5em 0 1.8em;
  line-height: 1em;
  font-size: 2.2em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.network__title:before {
  margin: 0 auto .9em;
  content: "";
  display: block;
  width: 2.1em;
  height: .1em;
  background: #1d1d1b;
}

/*
 * NEWS
 */

.network__news {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  max-width: 50em;
}

.network__news-item {
  margin: 0 0 7em;
  display: none;
}

.network__news-item:nth-child(1),
.network__news-item:nth-child(2),
.network__news-item:nth-child(3),
.network__news-item:nth-child(4) {
  display: block;
}

.network__news-title {
  font-weight: normal;
  font-size: 2em;
  text-align: center;
}

@media all and (min-width:1024px) {
  .network__news {
    margin: 0;
    max-width: none;
  }

  .network__news-title {
    display: none;
  }
}

/*
 * SOCIAL
 */

.network__social {
  position: relative;
  min-height: 1px;
  /*display:none;*/
  background: #fff;
}

.network__social .wall__item {
  display: none;
}

.network__social .wall__item:nth-child(1),
.network__social .wall__item:nth-child(2),
.network__social .wall__item:nth-child(3),
.network__social .wall__item:nth-child(4),
.network__social .wall__item:nth-child(5),
.network__social .wall__item:nth-child(6),
.network__social .wall__item:nth-child(7),
.network__social .wall__item:nth-child(8),
.network__social .wall__item:nth-child(9),
.network__social .wall__item:nth-child(10) {
  display: block;
}

/*
 * Desktop
 */

@media all and (min-width:1024px) {
  .network__news,
  .network__social {
    float: left;
    box-sizing: border-box;
  }

  .network__news {
    padding-right: 2.4em;
    width: 40%;
  }

  .network__news-item {
    display: block;
  }

  .network__news.wall {
    width: auto;
    float: none;
  }

  .network__news-item:last-child {
    margin-bottom: 0;
  }

  .network__social {
    width: 60%;
    display: block;
  }

  .network__social .wall__item {
    display: block;
  }
}

/***
 * NEWS
 * ====
 */

.news {
  display: block;
  text-align: center;
  text-decoration: none;
}

.has-hover .news:hover {
  color: #b9000d;
}

.news__picture {
  margin: 0 0 1.8em;
  width: 100%;
}

.news__title {
  margin: 0;
  font-size: 1.6em;
  font-style: italic;
  font-weight: normal;
}

@media all and (min-width:1024px) {
  .news__title {
    font-size: 2.4em;
  }
}

.news__title:after {
  margin: .33em auto 0;
  content: "";
  display: block;
  width: 2.1em;
  height: .1em;
  background: #1d1d1b;
}

.has-hover .news:hover .news__title:after {
  background: #b9000d;
}

/***
 * PAGE
 * ====
 */

.page {
  position: relative;
  box-sizing: border-box;
  padding: 3em 2.5em;
}

.page:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2.5em;
  margin-bottom: -.13em;
  width: 5em;
  height: .26em;
  content: "";
  background: #1d1d1b;
}

@media all and (min-width:1024px) {
  .page {
    padding: 3em 4.5em;
  }
}

/*
 * Footer position
 */

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.page {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.related {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/***
 * PAGE 404
 * ========
 */

.page-404__title {
  text-transform: uppercase;
}

.page-404__text {
  font-size: 1.6em;
}

.page-404__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-feature-settings: "smcp", "c2sc";
  -moz-font-feature-settings: "smcp", "c2sc";
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
  font-size: 1.6em;
}

.page-404__list li {
  margin: 0 0 .5em;
}

.page-404__list a {
  text-decoration: none;
  border-bottom: 1px solid;
}

/***
 * PDF
 * ===
 */

/*
 * LAYOUT
 */

@media all and (min-width:600px) {
  .pdf__list,
  .pdf__actions {
    margin: 0;
    box-sizing: border-box;
    min-height: 1px;
  }

  .pdf__list {
    float: left;
    width: 80%;
    padding-right: 4em;
  }

  .pdf__actions {
    float: right;
    width: 20%;
  }
}

/*
 * LIST IS EMPTY
 */

.pdf__is-empty {
  font-size: 1.4em;
}

/*
 * ITEMS LIST
 */

.pdf__list {
  margin: 0 -1%;
  list-style: none;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pdf__list-item,
.pdf__list .sortable-placeholder {
  margin: 0 1% 2%;
  float: left;
  overflow: hidden;
  padding: 5px;
  width: 31.333%;
  box-sizing: border-box;
  border: 1px solid #CCC;
  background: #fff;
  color: #1d1d1b;
  cursor: move;
}

@media all and (min-width:1024px) {
  .pdf__list-item,
  .pdf__list .sortable-placeholder {
    width: 19%;
    margin: 0 .5% 1%;
  }
}

.pdf__list-item.disabled {
  opacity: 0.5;
}

.pdf__list-item.highlight {
  background: #FEE25F;
}

.pdf__list .sortable-placeholder {
  border: 1px dashed #CCC;
  background: none;
}

.pdf__list-data {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
}

.pdf__list-data:before,
.pdf__list .sortable-placeholder:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.pdf__list-remove {
  position: absolute;
  right: -5px;
  bottom: -5px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 23px;
  background: #fff;
  color: red;
  font-size: 11px;
  cursor: pointer;
}

/*
 * ADD BUTTON
 */

.pdf__button--disabled {
  opacity: .1;
  cursor: not-allowed !important;
}

.pdf__button-icon {
  position: relative;
}

.pdf__button-icon:before {
  position: absolute;
  right: 6px;
  top: -1px;
  content: "+";
}

.pdf__button--added .pdf__button-icon:before {
  content: "-";
}

/*
 * GENERATE/EMPTY BUTTONS
 */

.pdf__action {
  margin: 0 0 1em 0;
  display: block;
  padding: 1em;
  border: 1px solid;
  font-size: 1.35em;
  -webkit-font-feature-settings: "smcp", "c2sc";
  -moz-font-feature-settings: "smcp", "c2sc";
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
  text-align: center;
  text-decoration: none;
}

@media all and (min-width:1024px) {
  .pdf__action {
    margin-bottom: 1.5em;
    font-size: 1.6em;
  }
}

.pdf__action:hover {
  background: #efefef;
}

/***
 * PICTURE
 * =======
 */

.picture {
  position: relative;
  display: block;
  cursor: pointer;
}

.picture__tools {
  display: block;
}

.picture__tools-cell {
  float: left;
  box-sizing: border-box;
  height: 100%;
  padding: .35em 0;
}

.picture__tools-cell:first-child {
  width: 40%;
}

.picture__tools-cell:last-child {
  width: 60%;
}

.picture__share,
.picture__tools-cell:last-child {
  text-align: right !important;
}

.picture__pdf {
  margin-top: .25em;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2em;
  font-style: italic;
  text-decoration: none;
}

.picture__pdf--lg {
  position: relative;
  top: .1em;
  margin-right: 1.25em;
  font-size: 1.4em;
}

.picture__pdf:before {
  margin-right: .25em;
  content: "+";
  width: .5em;
  display: inline-block;
  text-align: center;
}

.picture__pdf.is-added:before {
  content: "-";
}

.has-hover .picture__pdf:hover {
  text-decoration: underline;
}

.picture__share {
  font-size: .85em !important;
}

/* red rollover disable */
@media all and (min-width:1024px) {
  .picture {
    cursor: pointer;
    font-size: .9em;
  }

  .picture__info:not(.rollover_hidden) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 2em;
    opacity: 0;
    visibility: hidden;
    -o-transition: opacity .35s cubic-bezier(0.23,1,0.32,1);
    transition: opacity .35s cubic-bezier(0.23,1,0.32,1);
    background: rgba(185, 0, 13, 0.95);
  }

   .picture__info:not(.rollover_hidden):before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 100%;
    content: "Full screen mode";
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
  }

  .has-hover .picture:hover .picture__info {
    opacity: 1;
    visibility: visible;
  }

  .picture__info:not(.rollover_hidden) .picture__tools {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .picture__tools-cell {
    padding: 1.25em 2em;
  }
}


@media all and (min-width:1440px) {
  .picture {
    font-size: 1em;
  }
}

/*
 * Video
 */

.picture--video {
  position: relative;
}

.picture--video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -.5em;
  margin-top: -1.5em;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 2em;
  border-color: transparent transparent transparent #fff;
}

@media all and (min-width:1024px) {
  .picture--video:before {
    margin-top: -.5em;
  }
}

/*
 * PICTURE GALLERY
 * ===============
 */

@media (--desktop ) {
  .picture__gallery {
    padding-bottom: 5em;
  }
}

.picture__meta {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2.5em;
}

.picture__meta .share {
  display: none;
}

.picture__meta-col {
  text-align: center;
}

.picture__meta-title {
  display: block;
  padding-bottom: 1em;
  font-size: 1.4em;
  color: #b9000d;
  text-align: center;
}

.picture__meta-firstname {
  font-style: italic;
}

.picture__meta-lastname,
.picture__meta-project {
  text-transform: uppercase;
}

@media all and (min-width:600px) {
  .picture__meta-col,
  .picture__meta-col.share {
    float: left;
    display: block;
    width: 10%;
  }

  .picture__meta-col:first-child,
  .picture__meta-col:last-child {
    width: 45%;
  }

  .picture__meta-col:first-child {
    text-align: left;
  }

  .picture__meta-col:last-child {
    text-align: right;
  }

  .picture__meta-title {
    padding: .5em 0;
    display: inline-block;
  }
}

/***
 * PROJECT
 * =======
 */

.project {
  position: relative;
  display: block;
  text-decoration: none;
}

.project__picture {
  display: block;
  width: 100%;
}

.project__info {
  padding: 1em 1em 1.6em 1em;
  text-align: center;
}

.project__title {
  margin: 0 0 .5em;
  font-size: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
}

.project__title:last-child {
  margin-bottom: 0;
}

/* red rollover disable */
@media all and (min-width:1024px) {
  .project__title {
    *margin: 0 0 1.2em;
  }

  .project__info:not(.rollover_hidden) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2em;
    opacity: 0;
    -o-transition: opacity .35s cubic-bezier(0.23,1,0.32,1);
    transition: opacity .35s cubic-bezier(0.23,1,0.32,1);
    background: rgba(185, 0, 13, 0.95);
  }

  .has-hover .project:hover .project__info {
    opacity: 1;
  }

  .project.is-active .project__info {
    opacity: 1;
  }
}


/*
 * Artist name
 */

.project__artist {
  margin: 0;
  font-size: 1.4em;
}

.project__artist:before {
  margin: 0 auto .7em;
  display: block;
  width: 1em;
  height: .1em;
  content: "";
  background: #1d1d1b;
}

.project__artist-firstname {
  font-style: italic;
}

.project__artist-lastname {
  text-transform: uppercase;
}

/*
 * Hashtag list
 */

.project__hashtags {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  font-style: italic;
  text-transform: uppercase;
}

.project__hashtags li {
  margin-right: .25em;
  display: inline-block;
}

/***
 * RELATED
 * =======
 */

.related {
  position: relative;
  margin: 0;
  padding: 3em 2.5em;
  background: #f9f9f9;
}

@media all and (min-width:1024px) {
  .related {
    padding: 4.5em;
  }
}

.related:before {
  position: absolute;
  top: -.15em;
  left: 50%;
  margin-left: -3.75em;
  content: "";
  height: .3em;
  width: 7.5em;
  background: #1d1d1b;
}

.related__title {
  margin: 0 0 2em;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.related__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.related__item {
  margin-bottom: 4em;
  padding: 0 5em;
}

.related__item--empty {
  margin-bottom: 0;
  padding: 0;
}

.related__artist {
  display: block;
  text-align: center;
  text-decoration: none;
}

.has-hover .related__artist:hover {
  color: #b9000d;
}

.related__picture {
  width: 100%;
  margin-bottom: 1.2em;
}

.related__name {
  margin: 0;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.related__name--only {
  line-height: 2.6em;
}

/*Carlo*/

.related__firstname {
  display: block;
  text-transform: none;
  font-style: italic;
}

@media all and (min-width:600px) {
  .related__title {
    margin: 0 0 4em;
    text-align: left;
  }

  .related__list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .related__item {
    margin-bottom: 0;
    vertical-align: bottom;
    padding: 0 .5em;
    display: table-cell;
    width: 25%;
    box-sizing: border-box;
    word-break: break-all;
  }
}

@media all and (min-width:1024px) {
  .related__list {
    border-spacing: 4em;
    width: 80%;
  }

  .related__item {
    padding: 0;
  }
}

/***
 * SHARE
 * =====
 */

.share {
  text-align: center;
  font-size: 1.2em;
}

.share__title {
  margin: 0 0 .75em;
  font-size: 1.4em;
  font-style: italic;
}

@media all and (min-width:1024px) {
  .share {
    font-size: 1em;
    text-align: right;
  }

  .share__title {
    margin: 0 .75em 0 0;
    vertical-align: bottom;
    position: relative;
    top: -.1em;
    display: inline-block;
  }
}

/***
 * SOCIAL
 * ======
 */

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  display: inline-block;
}

.social__item {
  margin-right: 1em;
  display: inline-block;
}

.social__item:last-child {
  margin-right: 0;
}

.social__link {
  display: block;
  text-decoration: none;
}

.has-hover .social__link:hover {
  color: #b9000d;
}

.social__icon {
  font-size: 1.4em;
  line-height: 1.714em;
}

.social__name {
  display: none;
}

@media all and (min-width:1024px) {
  .has-hover .social__link:hover {
    color: inherit;
  }
}

/*
 * With text
 */

@media all and (min-width:1024px) {
  .social--text .social__item {
    margin-right: 0;
    margin-bottom: .25em;
    display: block;
    text-align: right;
  }

  .social--text .social__icon {
    display: none;
  }

  .social--text .social__name {
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
  }
}

/***
 * SOCIAL FEED
 * ===========
 */

/*
 * Tweet
 */

.social-feed__tweet {
  text-align: center;
  padding: 0 .5em;
}

.social-feed__tweet:before,
.social-feed__tweet:after {
  margin: 0 auto;
  width: 5em;
  height: .2em;
  display: block;
  content: "";
  background: #1d1d1b;
}

.social-feed__tweet:before {
  margin-bottom: 1.4em;
}

.social-feed__tweet:after {
  margin-top: 1.4em;
}

.social-feed__tweet-text {
  font-size: 1.4em;
  line-height: 1.285em;
}

.has-hover .social-feed__tweet-text a:hover {
  color: #b9000d;
}

/*
 * Instagram
 */

.social-feed__instagram {
  display: block;
  text-decoration: none;
}

.social-feed__instagram-picture {
  display: block;
  width: 100%;
}

.social-feed__instagram-caption {
  padding: .5em .25em 0;
  max-width: 90%;
  font-size: 1em;
  line-height: 1.3em;
}

/*
 * Instagram videos
 */

.social-feed__instagram--video {
  position: relative;
  cursor: pointer;
}

.social-feed__instagram--video video {
  display: block;
  width: 100%;
  height: auto;
  outline: 0;
}

.social-feed__instagram--video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #fff;
}

.social-feed__instagram--video.is-playing:after {
  display: none;
}

.social-feed__instagram-video {
  position: relative;
}

.social-feed__instagram-video:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.social-feed__instagram-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***
 * TYPOGRAPHY
 * ==========
 */

.typography {
  line-height: 1.625em;
}

.typography--large {
  font-size: 1.6em;
}

@media all and (min-width:1024px) {
  .typography--large {
    font-size: 2.2em;
  }
}

/*
 * Paragraphs
 */

.typography p {
  margin: 0 0 1.625em;
}

.typography--large p {
  max-width: 40em;
}

.typography--large p.has-image {
  max-width: 48em;
}

/*
 * A
 */

.typography a {
  -webkit-font-feature-settings: "smcp", "c2sc";
  -moz-font-feature-settings: "smcp", "c2sc";
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
}

.has-hover .typography a:hover {
  color: #b9000d;
}

/*
 * Img
 */

.typography img {
  width: 100%;
  height: auto;
}

/*
 * List
 */

.typography ul {
  margin: 0 0 1.5em;
  padding: 0 0 0 2em;
  font-style: italic;
  list-style: none;
}

.typography p + ul {
  margin-top: -1.25em;
}

.typography ul > li {
  position: relative;
  padding-left: .75em;
}

.typography ul > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "•";
}

/*
 * Margin on first/last child node
 */

.typography > :first-child {
  margin-top: 0;
}

.typography > :last-child {
  margin-bottom: 0;
}

/***
 * WALL
 * ====
 */

.wall {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  /*overflow:hidden;*/
}

@media all and (max-width:599px) {
  .wall {
    height: auto !important;
  }
}

/*
 * Items
 */

.wall__item {
  position: static !important;
  width: 100% !important;
  margin-bottom: 4em;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -o-transition: opacity .45s cubic-bezier(0.23,1,0.32,1), -o-transform .45s cubic-bezier(0.23,1,0.32,1);
  transition: opacity .45s cubic-bezier(0.23,1,0.32,1), -webkit-transform .45s cubic-bezier(0.23,1,0.32,1);
  transition: opacity .45s cubic-bezier(0.23,1,0.32,1), transform .45s cubic-bezier(0.23,1,0.32,1);
  -webkit-transform: scale(.2) translateZ(1px);
  transform: scale(.2) translateZ(1px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.wall__item.removed {
  display: none !important;
}

.wall__item:last-child {
  margin-bottom: 0;
}

@media all and (min-width:600px) {
  .wall {
    margin: -.9em;
  }

  .wall__item {
    position: absolute !important;
    top: -9999px;
    z-index: 2;
    margin-bottom: 0;
    width: 50% !important;
    padding: .9em;
  }
}

@media all and (min-width:1024px) {
  .wall__item {
    width: 33.333% !important;
  }
}

.wall__item:nth-child(10n+1) {
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.wall__item:nth-child(10n+2) {
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.wall__item:nth-child(10n+3) {
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.wall__item:nth-child(10n+4) {
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.wall__item:nth-child(10n+5) {
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.wall__item:nth-child(10n+6) {
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.wall__item:nth-child(10n+7) {
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.wall__item:nth-child(10n+8) {
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.wall__item:nth-child(10n+9) {
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.wall__item:nth-child(10n+10) {
  -o-transition-delay: .35s;
  transition-delay: .35s;
}

.wall__item--show {
  -webkit-transform: scale(1) translateZ(1px);
  transform: scale(1) translateZ(1px);
  opacity: 1;
  visibility: visible;
}

.wall--filtered .wall__item {
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.wall__item.wookmark-inactive {
  display: none;
}

@media all and (min-width:600px) {
  .wall__item.wookmark-inactive {
    display: block;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
}

.wall img {
  width: 100%;
  height: auto;
  display: block;
}

/*
 * Loader
 */

.wall--loading {
  border-bottom: 100px solid transparent;
}

.wall:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  content: "";
  border: solid 2px transparent;
  border-top-color: #b9000d;
  border-left-color: #b9000d;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.wall--loading:after {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/***
 * WALL - TIGHT VARIANT
 * ====================
 */

@media all and (min-width:600px) {
  .wall--tight {
    margin: 0 -.3em;
  }

  .wall--tight .wall__item {
    padding: 0 .3em 4em;
    width: 25% !important;
  }
}

/***
 * WALL - PROJECTS VARIANT
 * =======================
 */

@media all and (min-width:600px) {
  .wall--projects {
    margin: 0 -4px;
  }

  .wall--projects .wall__item {
    padding: 0 4px 4px;
  }
}

/***
 * WALL w/ NAME
 * ============
 */

.wall__name {
  position: absolute;
  top: 6em;
  left: 0;
  right: 0;
  display: none;
  text-align: center;
}

@media all and (min-width:1024px) {
  .wall__name {
    display: block;
    opacity: 1;
    visibility: visible;
    -o-transition: all .3s ease 1.35s;
    transition: all .3s ease 1.35s;
  }

  .wall__name.hide {
    opacity: 0;
    visibility: hidden;
  }

  .wall__name + .wall:after {
    display: none;
  }
}

.wall__name-first,
.wall__name-last {
  font-size: 6.7em;
  display: block;
  line-height: 1.1em;
}

.wall__name-first {
  font-style: italic;
}

.wall__name-last {
  text-transform: uppercase;
}

.wall--name .wall__item:nth-child(10n+1) {
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.wall--name .wall__item:nth-child(10n+2) {
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.wall--name .wall__item:nth-child(10n+3) {
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.wall--name .wall__item:nth-child(10n+4) {
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.wall--name .wall__item:nth-child(10n+5) {
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.wall--name .wall__item:nth-child(10n+6) {
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.wall--name .wall__item:nth-child(10n+7) {
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.wall--name .wall__item:nth-child(10n+8) {
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.wall--name .wall__item:nth-child(10n+9) {
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.wall--name .wall__item:nth-child(10n+10) {
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

/***
 * Sequence
 * ============
 */
.sequence {
  position: relative;
  height: 100%;
  font-size: 0;

  -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;
}

.sequence.has-hover:after {
  visibility: hidden;
}

.sequence:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: black;
  width: 35px;
  height: 35px;
  background-image: url('../img/swipe.png');
}

.sequence.sequence--loading:after {
  display: none;
}

.sequence img.swipe {
  bottom: 10%;
  left: 50%;
  top: calc(50% - 35px);
  margin-left: -17.5px;
  position: absolute;
  width: 35px;
  z-index: 1;
}

.sequence img {
  max-width: 100%;
  height: 100%;
}

.sequence canvas {
  width: 100%;
}


.sequence--loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  content: "";
  border: solid 2px transparent;
  border-top-color: #b9000d;
  border-left-color: #b9000d;
  border-radius: 100%;
  opacity: 1;
//visibility: hidden;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/***
 * Carousel Sequence
 * ============
 */

.carousel__item .pre-sequence img {
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}

.carousel__sequence {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  height: 100%;
  max-height: 100%;
}

.carousel__sequence iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.carousel__sequence .pre-sequence {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
}

.carousel__sequence .pre-sequence {
  height: 100%;
}

.carousel__sequence .sequence canvas {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: initial;
  object-fit: contain;
}

.carousel__sequence .sequence img {
  height: 100%;
  object-fit: contain;
}



