@font-face {
  font-family: 'league_spartanthin';
  src: url('fonts/leaguespartan-variablefont_wght-webfont.woff2') format('woff2'), url('fonts/leaguespartan-variablefont_wght-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'league_spartanregular';
  src: url('fonts/leaguespartan-regular-webfont.woff2') format('woff2'), url('fonts/leaguespartan-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'league_spartanbold';
  src: url('fonts/leaguespartan-bold-webfont.woff2') format('woff2'), url('fonts/leaguespartan-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* -- FONTS MIXINS -- */
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.top-banner {
  flex-basis: 100%;
  text-align: right;
  width: 100%;
  height: 36px;
  background: #121212;
}
.lang-switcher {
  float: left;
  height: 36px;
}
.lang-switcher__items {
  margin-top: 0;
  margin-bottom: 0;
}
.lang-switcher__item {
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  width: 36px;
  height: 36px;
  padding-bottom: 0;
  padding-top: 4px;
  transition: all 100ms ease;
  opacity: .5;
}
.lang-switcher__item .link {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.lang-switcher__item--active {
  opacity: 1;
}
.lang-switcher__item:hover {
  background-position: 0 -36px;
  opacity: 1;
  cursor: pointer;
}
.shares__items {
  display: inline-block;
  position: relative;
  padding: 0;
  font-size: 0;
}
.shares__item {
  display: inline-block;
  vertical-align: bottom;
  width: 36px;
  height: 36px;
  padding-bottom: 0;
  padding-top: 4px;
  list-style: none;
  background-position: top left;
  background-repeat: no-repeat;
  transition: all 100ms ease;
  opacity: .5;
}
.shares__item--bandcamp {
  background-image: url('../images/bandcamp.png');
}
.shares__item--instagram {
  background-image: url('../images/instagram.png');
}
.shares__item--youtube {
  background-image: url('../images/youtube.png');
}
.shares__item .link {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  margin-top: -4px;
}
.shares__item:hover {
  opacity: 1;
}
.shares--header .shares__item:after {
  content: attr(data-content);
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  left: 50%;
  bottom: 0px;
  padding: 4px 0;
  background: #121212;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 100ms ease;
  pointer-events: none;
  z-index: 1;
}
.shares--header .shares__item:hover {
  background-position: 0 -36px;
  cursor: pointer;
}
.shares--header .shares__item:hover:after {
  bottom: -30px;
  opacity: 1;
}
.navigation {
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
  background: #ffffff;
}
.navigation__logo {
  line-height: 1;
}
.navigation__logo .link {
  color: #121212 !important;
  font-family: 'league_spartanregular', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-decoration: none;
}
.navigation__links {
  margin-top: -12px;
  margin-bottom: -12px;
  padding-left: 0;
}
.navigation__item {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 24px 16px;
  position: relative;
}
.navigation__item .link {
  color: #121212;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 150ms ease;
}
.navigation__item .link:hover {
  opacity: .5;
}
.navigation__item--active > .link {
  opacity: .5;
}
.navigation__item:hover .navigation__submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.navigation__item:hover .navigation__submenu a.link {
  padding: 4px 0;
  pointer-events: all;
}
.navigation__submenu {
  background: #ffffff;
  display: none;
  padding: 0 16px 12px 16px;
  position: absolute;
  left: 0px;
  top: 100%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
}
.navigation__submenu > .link {
  padding-top: 4px;
  padding-bottom: 4px;
}
.navigation__submenu a.link {
  pointer-events: none;
}
.burger {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.burger__line {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #121212;
  transition: all 150ms ease;
}
.burger__line:first-child {
  top: 10px;
  opacity: 1;
}
.burger__line:nth-child(2),
.burger__line:nth-child(3) {
  top: 15px;
  transform: rotateZ(0);
}
.burger__line:last-child {
  top: 20px;
  opacity: 1;
}
.burger--active .burger__line:first-child,
.burger--active .burger__line:last-child {
  opacity: 0;
}
.burger--active .burger__line:nth-child(2) {
  transform: rotateZ(45deg);
}
.burger--active .burger__line:nth-child(3) {
  transform: rotateZ(-45deg);
}
@media all and (min-width: 768px) {
  .burger {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .navigation__logo .link {
    font-size: 36px;
  }
  .navigation__links {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 350ms ease;
  }
  .navigation__links--active {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
  .navigation__submenu {
    position: static;
    padding: 0;
  }
  .navigation__submenu a.link {
    font-size: 12px;
    padding-left: 12px;
  }
  .navigation__submenu a.link:before {
    content: '- ';
  }
  .navigation__item .link.parent {
    display: block;
    width: 100%;
  }
  .navigation__item .link.parent.active + .submenu {
    display: block !important;
  }
}
@media all and (max-width: 639px) {
  .lang-switcher__items {
    padding-left: 0;
  }
  .navigation {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    height: 60px;
    justify-items: center;
  }
  .navigation__logo .link {
    font-size: 28px;
  }
  .navigation__links {
    padding-left: 0;
    display: flex;
    position: fixed;
    right: 0;
    top: 108px;
    background: #FFF;
    flex-direction: column;
  }
  .navigation__item {
    padding: 8px 16px;
  }
}
.footer {
  background: #121212;
  padding: 24px;
  display: flex;
  justify-content: center;
}
.footer__copy {
  color: #ffffff;
  padding-top: 6px;
  margin-right: 24px;
}
@media all and (max-width: 479px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }
}
/* general styles */
* {
  box-sizing: border-box;
}
html {
  background-color: #121212;
}
html,
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #dac5a8;
  padding: 0;
  margin: 0;
}
p {
  display: block;
  margin-top: 0;
  margin-bottom: 32px;
}
li {
  list-style: none;
}
.no-scroll {
  height: 100%;
  overflow-y: hidden;
}
/* global elements */
.title-block {
  margin: 64px 0;
  text-align: center;
}
.title-block--level-2 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.title-text {
  font-family: 'league_spartanregular', sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 80%;
}
.title-text--secondary {
  font-family: 'league_spartanregular', sans-serif;
  font-weight: 300;
  font-size: 36px;
}
.title-text--tertiary {
  font-family: 'league_spartanregular', sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.button {
  display: inline-block;
  margin: auto;
  width: auto;
  height: 42px;
  padding: 8px 24px;
  background: #dac5a8;
  color: #121212;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  opacity: 1;
  transition: opacity 350ms ease;
}
.button:hover {
  cursor: pointer;
  opacity: .7;
}
.button--small {
  height: 32px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 16px;
}
.container {
  display: block;
  width: 100%;
  min-height: calc(100vh - 84px);
  max-width: 1200px;
  margin: auto;
}
.container__content {
  min-height: calc(100vh - 84px);
  padding: 106px 48px 24px 48px;
}
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 150px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #dac5a8;
  opacity: .8;
  transition: opacity 150ms ease;
  z-index: 100;
}
.scroll-to-top:hover {
  cursor: pointer;
  opacity: 1;
}
.scroll-to-top:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  border: transparent 12px solid;
  border-bottom: #030303 12px solid;
  left: 12px;
  top: -2px;
}
.scroll-to-top:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #030303;
  left: 18px;
  top: 23px;
}
@media all and (max-width: 1200px) {
  .scroll-to-top {
    right: 20px;
  }
}
/* Home elements */
.home-news {
  line-height: normal;
  min-height: 42vh;
  margin-left: calc((100vw - (1200px - 84px)) / -2);
  margin-right: calc((100vw - (1200px - 84px)) / -2);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.home-news__content {
  padding: 7% 0;
  text-align: center;
}
.home-news__text {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.home-presentation {
  padding-top: 40px;
}
.home-presentation__content {
  text-align: center;
}
.home-presentation__thumbs {
  white-space: nowrap;
}
.home-presentation__thumb {
  display: inline-block;
  margin: 30px;
}
.presentation {
  display: flex;
  max-width: 768px;
  margin: auto;
  margin-bottom: 16px;
  align-items: center;
}
.presentation__thumb {
  flex-basis: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.presentation__thumb img {
  width: 100%;
  height: auto;
  transition: all 350ms ease;
}
.presentation__thumb img:hover {
  transform: scale(1.2);
}
.presentation__text {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  flex-basis: calc(100% - 100px);
  padding-left: 24px;
}
/* Album page elements */
.background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-color: #030303;
}
.background__image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.album__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
.album__row > * {
  flex-basis: 47%;
}
.album__cover {
  width: 100%;
  height: auto;
}
.album__words {
  font-style: italic;
}
.album__tracks {
  padding-left: 0;
  margin-bottom: 32px;
}
.album__tracks .number {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 11px;
}
.album__tracks .duration {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 11px;
}
.album__credits {
  padding-left: 0;
}
.album__credit {
  display: flex;
  margin-bottom: 10px;
}
.album__credit .text:first-child {
  white-space: nowrap;
  padding-right: 4px;
}
.album__videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 47px;
}
.album__video {
  flex-basis: 32%;
  flex-grow: 1;
}
.album__video > iframe {
  max-width: 100%;
}
/* Recordings page styles */
.recordings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.recordings__item {
  flex-basis: 25%;
  margin-bottom: 36px;
  padding-left: 16px;
  text-align: center;
}
.recordings__cover {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.7);
}
.recordings__cover img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 350ms ease;
  transform: scale(1);
}
.recordings__cover:hover img {
  transform: scale(1.05);
}
.recordings__name {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #dac5a8;
  text-decoration: none;
  margin-bottom: 4px;
}
.recordings__release {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
}
.tags {
  margin-bottom: 24px;
}
.tags__tag {
  display: inline-block;
  color: #030303;
  background: #dac5a8;
  border-radius: 16px;
  padding: 4px 12px;
  margin: 8px;
  text-decoration: none;
}
.tags__tag:hover {
  cursor: pointer;
}
@keyframes rotateVinyl {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Vinyls */
.vinyls__section,
.instruments__section {
  padding: 12px 0;
}
.vinyls__title,
.instruments__title {
  border-bottom: #dac5a8 1px solid;
  color: #dac5a8;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
  padding-left: 50px;
  text-decoration: none;
  width: 100%;
}
.vinyls__title > img,
.instruments__title > img {
  position: absolute;
  left: -10px;
  border: #dac5a8 1px solid;
  border-radius: 50%;
  top: -7px;
}
.vinyls__title small,
.instruments__title small {
  font-family: 'league_spartanthin', sans-serif;
  font-size: 16px;
}
.vinyls__items,
.instruments__items {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.vinyls__item,
.instruments__item {
  flex-basis: 25%;
  margin: 0;
  padding: 20px;
  width: 25%;
  text-align: center;
  position: relative;
}
.vinyls__format,
.instruments__format {
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}
.vinyls__picture,
.instruments__picture {
  display: block;
  margin: auto;
  max-width: 85%;
  position: relative;
}
.vinyls__picture img,
.instruments__picture img {
  width: 100%;
  height: auto;
}
.vinyls__picture--lp,
.instruments__picture--lp {
  position: absolute;
  top: 0;
  left: 0;
}
.vinyls__picture--lp:nth-child(3),
.instruments__picture--lp:nth-child(3) {
  transition: left .5s ease;
}
.vinyls__picture--lp:nth-child(4),
.instruments__picture--lp:nth-child(4) {
  transition: left .5s ease;
  transition-delay: .25s;
}
.vinyls__picture--lp:nth-child(5),
.instruments__picture--lp:nth-child(5) {
  transition: left .5s ease;
  transition-delay: .5s;
}
.vinyls__picture--lp:nth-child(6),
.instruments__picture--lp:nth-child(6) {
  transition: left .5s ease;
  transition-delay: .75s;
}
.vinyls__picture:hover,
.instruments__picture:hover {
  cursor: pointer;
}
.vinyls__picture:hover .vinyls__picture--lp,
.instruments__picture:hover .vinyls__picture--lp {
  animation: rotateVinyl 2s linear infinite;
  animation-delay: 350ms;
}
.vinyls__picture:hover .vinyls__picture--lp:nth-child(3),
.instruments__picture:hover .vinyls__picture--lp:nth-child(3) {
  left: 65%;
}
.vinyls__picture:hover .vinyls__picture--lp:nth-child(4),
.instruments__picture:hover .vinyls__picture--lp:nth-child(4) {
  left: 85%;
}
.vinyls__picture:hover .vinyls__picture--lp:nth-child(5),
.instruments__picture:hover .vinyls__picture--lp:nth-child(5) {
  left: 105%;
}
.vinyls__picture:hover .vinyls__picture--lp:nth-child(6),
.instruments__picture:hover .vinyls__picture--lp:nth-child(6) {
  left: 125%;
}
.vinyls__picture .sold,
.instruments__picture .sold {
  text-transform: uppercase;
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #C40;
  font-size: 16px;
  text-shadow: 0 0 3px #FFF0, 0 0 5px #000;
  transform: rotateZ(-6deg);
}
.instruments__item {
  flex-basis: 20%;
  padding: 20px;
  width: 20%;
  text-align: center;
  position: relative;
}
.instruments__picture {
  position: relative;
}
.instruments__picture > img {
  transition: all 1s ease;
}
.instruments__picture .img_front {
  opacity: 1;
}
.instruments__picture .img_back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.instruments__picture:hover .img_front {
  opacity: 0;
}
.instruments__picture:hover .img_back {
  opacity: 1;
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #030303;
  opacity: .5;
  z-index: 100;
}
.vinyl-popin {
  display: none;
  background: #e2d1ba;
  border-radius: 5px;
  color: #030303;
  padding: 50px 40px 40px 40px;
  position: fixed;
  min-width: 500px;
  max-width: 800px;
  max-height: 90%;
  overflow-y: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.vinyl-popin__cover {
  float: left;
  margin-right: 8px;
}
.vinyl-popin__cover img {
  height: 90px;
  width: auto;
}
.vinyl-popin__cover .number {
  font-size: 9px;
}
.vinyl-popin__cover .title {
  font-size: 11px;
}
.vinyl-popin__title {
  font-size: 24px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.vinyl-popin .duration {
  margin-left: 5px;
}
.vinyl-popin__artist {
  font-size: 16px;
  font-weight: 400;
}
.vinyl-popin__format {
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}
.vinyl-popin__track > * {
  display: inline-block;
  vertical-align: top;
}
.vinyl-popin__track.new-side {
  margin-top: 12px;
}
.vinyl-popin__track .number {
  padding-top: 1.5px;
}
.vinyl-popin__track .subtracks .number {
  font-size: 10px;
}
.vinyl-popin__track .subtracks .title {
  font-size: 12px;
}
.vinyl-popin__track .subtracks .duration {
  font-size: 10px;
}
.vinyl-popin__credits {
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}
.vinyl-popin__credits p {
  margin-bottom: 10px;
}
.vinyl-popin__credits strong {
  font-weight: 400;
}
.vinyl-popin .album__tracks {
  margin-bottom: 0;
  margin-left: 26px;
}
.vinyl-popin .album__tracks > li:first-child {
  font-weight: 400;
  margin-bottom: 8px;
  margin-left: -24px;
}
.vinyl-popin .album__lp {
  width: 20px;
  position: relative;
  vertical-align: middle;
  margin-left: -27px;
  margin-right: 4px;
}
.vinyl-popin .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  border: #030303 1px solid;
  border-radius: 50%;
}
.vinyl-popin .close:before,
.vinyl-popin .close:after {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: #030303;
  position: absolute;
  top: 10px;
  left: 3px;
}
.vinyl-popin .close:before {
  transform: rotateZ(45deg);
}
.vinyl-popin .close:after {
  transform: rotateZ(-45deg);
}
.vinyl-popin .close:hover {
  cursor: pointer;
}
/* Photos / drawings page styles */
.fancybox__content img {
  pointer-events: none;
}
.fancybox__caption {
  text-align: center;
  color: #dac5a8 !important;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.fancybox__caption > i {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.galleries__header {
  display: flex;
  position: relative;
}
.galleries__mark {
  position: absolute;
  bottom: 1px;
  display: block;
  height: 3px;
  background: #dac5a8;
  left: 0;
  width: 0;
  transition: all 350ms ease;
}
.galleries__sections {
  display: flex;
  position: relative;
}
.galleries__section {
  border-bottom: #dac5a8 1px solid;
  padding: 0 24px;
}
.galleries__section .title-text--secondary {
  transition: opacity 150ms ease;
  opacity: .5;
}
.galleries__section--active .title-text--secondary {
  opacity: 1;
}
.galleries__section:hover {
  cursor: pointer;
}
.galleries__section:hover .title-text--secondary {
  opacity: 1;
}
.galleries__content {
  white-space: nowrap;
  overflow: hidden;
}
.galleries__slider {
  position: relative;
  left: 0;
  font-size: 0;
  transition: left 350ms ease;
}
.photos,
.drawings {
  display: inline-block;
  position: relative;
}
.photos__content,
.drawings__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
}
.photos__item,
.drawings__item {
  flex-basis: 25%;
  margin: 0 0 36px 0;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.photos__picture,
.drawings__picture {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  overflow: hidden;
}
.photos__picture figure,
.drawings__picture figure {
  margin: 0;
}
.photos__picture img,
.drawings__picture img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 350ms ease;
  transform: scale(1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.7);
}
.photos__picture figcaption,
.drawings__picture figcaption {
  margin-top: 8px;
}
.photos__picture:hover img,
.drawings__picture:hover img {
  transform: scale(1.05);
}
.photos__name,
.drawings__name {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #dac5a8;
  text-decoration: none;
  margin-bottom: 4px;
  white-space: normal;
}
.photos__name > i,
.drawings__name > i {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.drawings__item {
  flex-basis: 20%;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.form {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.form__content {
  text-align: center;
}
.form__field {
  width: 100%;
  display: flex;
  padding: 8px 0;
}
.form__field--hidden {
  display: none;
}
.form__label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 16px 0;
  flex-basis: 30%;
}
.form__label--required:after {
  content: ' *';
}
.form__input {
  padding: 16px;
  flex-basis: 70%;
}
.form__input--text {
  min-height: 200px;
}
.form__actions {
  padding-top: 16px;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .home-news {
    margin-left: -48px;
    margin-right: -48px;
  }
}
/* Tablet breakpoint */
@media all and (max-width: 1023px) {
  .button--buy {
    float: none;
    margin-top: 0;
  }
  .recordings__item {
    flex-basis: 33%;
  }
  .galleries__header {
    overflow-y: hidden;
    height: 75px;
  }
  .galleries__sections {
    overflow-x: scroll;
    height: 90px;
    padding-bottom: 15px;
  }
  .photos__item {
    flex-basis: 33%;
  }
  .drawings__item {
    flex-basis: 25%;
  }
}
@media all and (max-width: 767px) {
  .container {
    min-height: calc(100vh - 112px);
  }
  .container__content {
    min-height: calc(100vh - 112px);
    padding: 96px 16px 24px 16px;
  }
  .home-news {
    margin-left: -16px;
    margin-right: -16px;
  }
  .vinyls__tags,
  .instruments__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .vinyls__tag,
  .instruments__tag {
    padding: 4px 8px;
    margin: 6px;
  }
  .vinyls__item,
  .instruments__item {
    flex-basis: 50%;
    width: 50%;
  }
  .vinyls__picture--lp,
  .instruments__picture--lp {
    display: none;
  }
  .vinyl-popin {
    max-width: 90%;
    min-width: 90%;
    padding: 24px;
  }
  .vinyl-popin__title {
    white-space: normal;
  }
}
/* Mobile breakpoint */
@media all and (max-width: 639px) {
  .title-text {
    font-family: 'league_spartanregular', sans-serif;
    font-weight: 300;
    font-size: 48px;
  }
  .title-text--secondary {
    font-family: 'league_spartanregular', sans-serif;
    font-weight: 300;
    font-size: 30px;
  }
  .title-text--tertiary {
    font-family: 'league_spartanregular', sans-serif;
    font-weight: 300;
    font-size: 20px;
  }
  .home-presentation__thumb {
    width: 80px;
    height: 80px;
    margin: 20px 12px;
  }
  .home-presentation__thumb:last-child {
    margin-top: -24px;
  }
  .album__videos {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .album__video {
    flex-basis: 100%;
    margin-bottom: 24px;
  }
  .album__video > iframe {
    display: block;
    margin: auto;
  }
  .recordings__item {
    flex-basis: 50%;
  }
  .photos__item {
    flex-basis: 50%;
  }
  .drawings__item {
    flex-basis: 33%;
  }
  .form__field {
    flex-direction: column;
  }
  .form__label {
    padding: 8px 0 4px 0;
  }
}
/* Very small screens breakpoint */
@media all and (max-width: 479px) {
  .button {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
  }
  .title-block {
    margin: 32px 0 48px 0;
  }
  .title-block--level-2 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .title-text {
    font-family: 'league_spartanregular', sans-serif;
    font-weight: 300;
    font-size: 30px;
  }
  .title-text--secondary {
    font-family: 'league_spartanregular', sans-serif;
    font-weight: 300;
    font-size: 18px;
  }
  .title-text--tertiary {
    font-family: 'league_spartanregular', sans-serif;
    font-weight: 300;
    font-size: 20px;
  }
  .home-presentation__thumb {
    width: 60px;
    height: 60px;
    margin: 20px 12px;
  }
  .album__row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .album__row > * {
    flex-basis: 100%;
  }
  .album__description {
    margin-top: 24px;
  }
  .album__tracks {
    padding-left: 16px;
  }
  .album__credit {
    display: block;
    margin-bottom: 18px;
  }
  .album__video > iframe {
    max-height: 200px;
  }
  .vinyls__item {
    flex-basis: 100%;
    width: 100%;
  }
  .vinyls__picture--lp {
    display: none;
  }
  .vinyl-popin {
    max-width: 90%;
  }
  .recordings__item {
    flex-basis: 100%;
  }
  .photos__item {
    flex-basis: 100%;
  }
  .drawings__item {
    flex-basis: 50%;
  }
}
