@charset "UTF-8";
/*
 * px to rem
 */
/*
 * px to em
 */
/*
 * Font smoothing
 */
/*
 * Fonts
 */
/*@font-face {
  font-family: 'HelveticaCn';
  src:	url('/assets/fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'),
  		url('/assets/fonts/HelveticaNeueLTStd-Cn.otf')  format('opentype'),
	    url('/assets/fonts/HelveticaNeueLTStd-Cn.woff') format('woff'),
	    url('/assets/fonts/HelveticaNeueLTStd-Cn.ttf')  format('truetype'),
	    url('/assets/fonts/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EncorpadaCn';
  src:	url('/assets/fonts/EncorpadaClassicCond-Regular.eot?#iefix') format('embedded-opentype'),
  		url('/assets/fonts/EncorpadaClassicCond-Regular.otf')  format('opentype'),
	    url('/assets/fonts/EncorpadaClassicCond-Regular.woff') format('woff'),
	    url('/assets/fonts/EncorpadaClassicCond-Regular.ttf')  format('truetype'),
	    url('/assets/fonts/EncorpadaClassicCond-Regular.svg#EncorpadaClassicCond-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans500';
  src:	url('MuseoSans-500.eot?#iefix') format('embedded-opentype'),
  		url('/assets/fonts/MuseoSans-500.otf')  format('opentype'),
	    url('/assets/fonts/MuseoSans-500.woff') format('woff'),
	    url('/assets/fonts/MuseoSans-500.ttf')  format('truetype'),
	    url('/assets/fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
  font-weight: normal;
  font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400italic,400);*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i");
/* font-family: 'Source Sans Pro', sans-serif; */
/*$hcn: 'HelveticaCn', Tahoma, sans-serif;
$ecn: 'EncorpadaCn', Times, serif;
$ms5: 'MuseoSans500', Verdana, sans-serif;
$pfd: 'Playfair Display', Georgia, serif;*/
/*
 * Colors
 */
/*
 * Basic reset
 */
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.5; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

/*
 * Helper classes
 */
html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #5d5c5c; }

body {
  line-height: 2rem;
  padding-top: 140px;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease; }
  body.scrolled {
    padding-top: 110px;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease; }
  body.main-menu-is-open {
    position: fixed;
    overflow: hidden; }
  body > svg {
    display: none; }

iframe {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

h1 {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }
  h1.block__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-transform: none; }
    h1.block__title em {
      font-family: "Source Sans Pro", sans-serif; }
  h1.overview__title {
    margin: 0;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: white; }
  h1.page__title {
    margin: 0;
    font-size: 5rem;
    line-height: 5rem;
    color: #747474; }
  h1.product__title {
    font-size: 2.8125rem;
    line-height: 2.8125rem; }

h2 {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }
  h2.slide__title, h2.block__title {
    margin: 0 0 15px 0;
    font-size: 5rem;
    line-height: 5rem;
    color: white;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.5); }
  h2.overview__title {
    margin: 0;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: white; }
  h2.news__title {
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #646464; }

h3 {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }
  h3.section__title {
    margin: 0 0 100px 0;
    font-size: 5rem;
    line-height: 5rem;
    color: #c6c6c6; }
    h3.section__title--small {
      margin: 0 0 15px 0;
      font-size: 2.5rem;
      line-height: 2.5rem; }
  h3.product__title {
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    color: white;
    letter-spacing: 0.1em; }

h4 {
  text-transform: uppercase; }
  h4.downloads__title {
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    letter-spacing: 0.1em;
    color: #3c3c3c; }

p {
  margin: 0;
  margin-top: 1.4em; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }
  a:hover {
    text-decoration: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

.center {
  text-align: center; }

@media screen and (max-width: 1023px) {
  body {
    padding-top: 120px; }
  h1.block__title {
    font-size: 1.875rem;
    line-height: 2.25rem; }
  h1.page__title {
    font-size: 3.75rem;
    line-height: 3.75rem; }
  h2 {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase; }
    h2.slide__title, h2.block__title {
      font-size: 3.75rem;
      line-height: 3.75rem; }
  h3 {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase; }
    h3.section__title {
      font-size: 3.75rem;
      line-height: 3.75rem; }
      h3.section__title--small {
        font-size: 2.25rem;
        line-height: 2.25rem; } }

@media screen and (max-width: 479px) {
  .container {
    padding: 0 20px; } }

/*
 * HEADER
 */
@-webkit-keyframes comin {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes comin {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes comout {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px); } }

@keyframes comout {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px); } }

.fx-in.fx-start {
  -webkit-animation-name: comin;
          animation-name: comin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: white; }
  .header .top {
    width: 100%;
    height: 20px;
    background: #333;
    overflow: auto; }
  .header .bottom {
    position: relative;
    padding: 34px 0;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease; }
    .header .bottom:after {
      content: '';
      display: block;
      width: auto;
      height: 5px;
      position: absolute;
      top: 100%;
      left: 30px;
      right: 30px;
      z-index: -1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+100 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); }
    .scrolled .header .bottom {
      padding: 19px 0;
      -webkit-transition: padding 0.3s ease;
      transition: padding 0.3s ease; }

.logo {
  display: block;
  float: left;
  width: 162px;
  height: 55px; }

.partofsioen {
  display: block;
  float: right;
  width: 102px;
  height: 20px; }

.search {
  float: right;
  display: none;
  padding: 10px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 400px;
  background: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); }
  .search.is-open {
    display: block; }
  .search .grid {
    width: 100%;
    display: table; }
  .search .col {
    display: table-cell; }
    .search .col:first-child {
      width: 100%;
      white-space: nowrap; }
  .search .form__btn {
    margin-left: 10px; }

.search--products .grid {
  display: block; }
  .search--products .grid:after {
    content: '';
    display: table;
    clear: both; }

.search--products .col {
  display: block;
  float: left;
  vertical-align: bottom; }

.search--products .form__input {
  border-color: transparent;
  height: 47px; }
  .search--products .form__input::-webkit-input-placeholder {
    color: #3c3c3c; }
  .search--products .form__input::-moz-placeholder {
    color: #3c3c3c; }
  .search--products .form__input:-ms-input-placeholder {
    color: #3c3c3c; }
  .search--products .form__input::placeholder {
    color: #3c3c3c; }

.search--products .form__btn {
  border: 0;
  padding: 9.5px;
  background: white;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  height: 47px; }
  .search--products .form__btn:hover {
    background: #f7f7f7;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
  .search--products .form__btn img {
    width: 23px;
    height: 23px; }

/*
 * MAIN
 */
.main {
  width: auto;
  margin: 0 30px;
  background: #1b191a;
  overflow: hidden; }
  .main.grey {
    background-image: none;
    background-color: #1b191a; }
  .main.lightgrey {
    background-image: none;
    background-color: #f7f7f7; }
  .main--top:after, .main--bottom:after {
    content: '';
    display: table;
    clear: both; }
  .main--middle {
    padding: 100px 0; }

.slider {
  position: relative;
  width: 100%; }

.slider__slides {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden; }

.slider__slide {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 140px);
  min-height: 600px;
  background-size: cover;
  background-position: center center; }

.slider__link {
  overflow: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .slider__link .container {
    height: 100%; }
  .slider__link:hover .btn--white {
    background: #3c3c3c;
    color: white; }

.slide__text {
  position: relative;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.slider__control {
  position: absolute;
  top: 50%;
  margin-top: -35.5px;
  z-index: 99;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .slider__control img {
    width: 39px;
    height: 71px; }
  .slider__control:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }

.slider__control--next {
  right: 40px; }

.slider__control--prev {
  left: 40px; }

.block__news--latest .grid {
  list-style: none;
  padding: 0;
  margin: -30px; }
  .block__news--latest .grid:after {
    content: '';
    display: table;
    clear: both; }

.block__news--latest .col {
  float: left;
  width: 50%;
  padding: 30px; }

.block__news--latest .news__link {
  display: block;
  max-width: 530px;
  margin: 0 auto; }
  .block__news--latest .news__link:hover .btn--ghost {
    background: #1b191a;
    color: white; }

.block__news--latest .news__text {
  padding: 50px;
  background: white; }
  .block__news--latest .news__text .btn {
    margin-top: 40px; }

.block__news--latest .news__title {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #646464; }

.block__cta--footer {
  background: #646464; }
  .block__cta--footer .grid {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    margin: 0; }
    .block__cta--footer .grid:after {
      content: '';
      display: table;
      clear: both; }
  .block__cta--footer .col {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 33.33%;
    padding: 0 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .block__cta--footer .btn {
    margin-top: 20px; }

/*
 * FOOTER
 */
.footer {
  padding: 80px 0; }
  .footer .section__title--small {
    margin: 6.5px 0;
    display: inline-block;
    vertical-align: middle; }
  .footer .legal {
    margin-top: 85px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .footer .legal__item {
    display: inline-block;
    vertical-align: middle; }
    .footer .legal__item:before {
      content: '-';
      display: inline-block;
      margin: 0 5px; }
    .footer .legal__item:first-child:before {
      content: none; }

.contact__info {
  float: right;
  width: 33.33%; }

.contact__form {
  width: auto;
  padding-right: calc(33.33% + 80px); }

.overview--news {
  margin-top: 40px; }
  .overview--news .grid {
    list-style: none;
    padding: 0;
    margin: -15px; }
    .overview--news .grid:after {
      content: '';
      display: table;
      clear: both; }
  .overview--news .col {
    padding: 15px;
    float: left;
    width: 33.33%; }
  .overview--news .news__link {
    display: block;
    background: white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); }
    .overview--news .news__link:hover .btn {
      background: #1b191a;
      color: white; }
  .overview--news .news__text {
    padding: 40px; }
  .overview--news .btn {
    margin-top: 40px; }

.overview--collections .grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

.overview--collections .col {
  height: 600px;
  display: block;
  margin-top: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .overview--collections .col:first-child {
    margin-top: 0; }
  .overview--collections .col:nth-child(even) .collection__info {
    float: right; }

.overview--collections .container {
  height: 100%; }

.overview--collections .collection__info {
  max-width: 40%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.overview--collections .collection__desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1em; }

.wysi {
  margin: 0 auto;
  max-width: 60%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: white; }
  .wysi .btn {
    margin-top: 40px; }

.overview--products {
  margin-top: 40px; }
  .overview--products .grid {
    list-style: none;
    padding: 0;
    margin: -35px -15px; }
    .overview--products .grid:after {
      content: '';
      display: table;
      clear: both; }
  .overview--products .col {
    float: left;
    width: 33.33%;
    padding: 35px 15px; }
  .overview--products .product__link {
    display: block;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    .overview--products .product__link:hover {
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
      background: white;
      -webkit-transition: background 0.2s ease;
      transition: background 0.2s ease; }
      .overview--products .product__link:hover .product__image {
        box-shadow: none; }
        .overview--products .product__link:hover .product__image:after {
          opacity: 1;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.5s ease, transform 0.3s ease;
          transition: opacity 0.5s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
        .overview--products .product__link:hover .product__image img:last-child {
          opacity: 1;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
          transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
          transition: opacity 0.5s ease, transform 0.5s ease;
          transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease; }
      .overview--products .product__link:hover .product__title {
        color: #3c3c3c; }
  .overview--products .product__image {
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); }
    .overview--products .product__image:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 2;
      top: 20px;
      bottom: 20px;
      left: 20px;
      right: 20px;
      border: 1px solid #c6c6c6;
      opacity: 0;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.5s ease, transform 0.3s ease;
      transition: opacity 0.5s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .overview--products .product__image img {
      background-color: white; }
    .overview--products .product__image img:first-child {
      position: relative;
      z-index: 0; }
    .overview--products .product__image img:last-child {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
      transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
      transition: opacity 0.5s ease, transform 0.5s ease;
      transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease; }
  .overview--products .product__info {
    padding: 20px; }

.product__ref {
  display: block;
  font-size: 0.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c6c6c6; }

.block__back {
  text-align: right; }

.block__pagetitle {
  position: relative; }
  .block__pagetitle .btn {
    position: absolute;
    top: 0;
    right: 0; }
  .block__pagetitle h1 {
    max-width: calc(100% - 500px);
    margin: 0 auto; }

.page__content {
  width: 100%;
  max-width: 80%;
  margin: 0 auto; }
  .page__content iframe {
    display: block; }
  .page__content--blogitem {
    max-width: 100%;
    margin: 40px 0 100px;
    padding: 50px;
    background-color: white; }
  .page__content a, .page__content--contact a {
    color: #7e7e7e;
    text-decoration: underline; }
    .page__content a:hover, .page__content--contact a:hover {
      text-decoration: none; }

.downloads {
  margin-top: 40px;
  padding: 40px;
  background: white; }
  .downloads .grid {
    list-style: none;
    padding: 0;
    margin: 0 -10px; }
    .downloads .grid:after {
      content: '';
      display: table;
      clear: both; }
  .downloads .col {
    float: left;
    width: 50%;
    padding: 0 10px; }
    .downloads .col:before {
      content: '→';
      margin-right: 5px;
      color: #c6c6c6; }
  .downloads .downloads__title {
    margin-bottom: 15px; }
  .downloads .download__link:hover {
    text-decoration: underline; }

.newsletter .grid {
  width: 100%;
  display: table;
  float: none;
  padding: 0;
  margin: 0; }
  .newsletter .grid:after {
    content: none; }

.newsletter .col {
  width: 100%;
  display: table-cell;
  float: none;
  padding: 0;
  margin: 0;
  border: 0; }

.newsletter .btn {
  margin: 0;
  margin-left: 5px; }

.newsletter .feedback {
  padding: 5px 0 10px;
  color: white; }

.nav--subpages + .page__content {
  padding-left: calc(33.33% + 80px);
  max-width: 100%;
  width: auto; }

.detail--product {
  background: white;
  margin: 40px 0 100px;
  padding: 50px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); }
  .detail--product .grid {
    margin: -25px;
    padding: 0; }
    .detail--product .grid:after {
      content: '';
      display: table;
      clear: both; }
  .detail--product .col {
    padding: 25px;
    float: left;
    width: 40%; }
    .detail--product .col:first-child {
      width: 60%; }
  .detail--product h3.product__title {
    color: #3c3c3c; }
  .detail--product .product__ref {
    color: #747474; }
  .detail--product .btn {
    margin: 30px 0; }
  .detail--product .product__details {
    margin-top: 50px; }
    .detail--product .product__details p {
      margin: 0;
      margin-top: 0.7em;
      color: #838383; }
  .detail--product .product__gallery {
    margin: -5px; }
  .detail--product .product__image {
    padding: 5px;
    float: left;
    width: 33.33%; }
    .detail--product .product__image:first-child {
      width: 100%; }
  .detail--product .product__images--hidden {
    display: none; }
  .detail--product .product__image-link {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.header--filters {
  background: #747474; }
  .header--filters .block__title {
    padding: 40px 0;
    margin: 0; }

@media screen and (max-width: 1199px) {
  .newsletter .col {
    display: block;
    width: 100%;
    margin-top: 10px; }
    .newsletter .col:first-child {
      margin-top: 0; }
  .slider__slide {
    height: auto; } }

@media screen and (max-width: 1023px) {
  .header .bottom {
    padding: 24px 0; }
  .page__content {
    max-width: 100%; }
  .nav--subpages + .page__content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 80px; }
  .slider__control {
    display: none; }
  .slide__text {
    left: 0; }
  .overview--news .col {
    width: 50%; }
  .header .bottom .container:before {
    content: '';
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(60, 60, 60, 0.9);
    z-index: 101;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, left 0s 0.2s;
    transition: opacity 0.2s ease, left 0s 0.2s; }
  .main-menu-is-open .header .bottom .container:before {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .overview--collections .collection__info {
    max-width: 60%; }
  .detail--product .col {
    width: 50%; }
    .detail--product .col:first-child {
      width: 50%; }
  .block__pagetitle .overview__title {
    text-align: left; }
  .block__pagetitle h1 {
    max-width: 100%;
    padding-right: 250px; }
  .block__cta--footer {
    display: block; }
    .block__cta--footer .col {
      display: block;
      width: 100%;
      border-left: none;
      padding: 50px;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .block__cta--footer .col:first-child {
        border-top: none; }
  .wysi {
    max-width: 80%; }
  .newsletter .col {
    padding: 0;
    border-top: 0;
    display: table-cell;
    width: 100%; } }

@media screen and (max-width: 959px) {
  .overview--products .col {
    width: 50%; }
  .detail--product .col {
    width: 60%; }
    .detail--product .col:first-child {
      width: 40%; } }

@media screen and (max-width: 767px) {
  .main {
    margin: 0; }
    .main--middle {
      padding: 80px 0; }
  .contact__info {
    width: 100%; }
  .contact__form {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding-right: 0; }
  .header .bottom:after {
    left: 0;
    right: 0; }
  .overview--collections .collection__info {
    max-width: 80%; }
  .detail--product .col {
    width: 100%; }
    .detail--product .col:first-child {
      width: 100%; }
  .block__pagetitle {
    text-align: center; }
    .block__pagetitle .overview__title {
      text-align: center; }
    .block__pagetitle .btn {
      position: relative;
      top: auto;
      right: auto;
      margin-top: 20px; }
    .block__pagetitle h1 {
      padding-right: 0; }
  .block__news--latest .col {
    width: 100%; }
  .wysi {
    max-width: 100%; }
  .nav--subpages + .page__content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 60px; } }

@media screen and (max-width: 619px) {
  .overview--collections .collection__info {
    max-width: 100%; }
  .overview--news .col {
    width: 100%; }
  .downloads .col {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .overview--products .col {
    width: 100%; }
  .newsletter .col {
    display: block; }
  .search {
    width: 280px; }
    .search .grid {
      display: block; }
    .search .col {
      width: 100%;
      display: block; }
    .search .form__btn {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; } }

.block__home {
  display: block;
  position: relative;
  z-index: 1; }
  .block__home img {
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5); }
  .block__home .block__text {
    position: absolute; }
  .block__home:hover .btn--white {
    background: #3c3c3c;
    color: white; }

.block__home--categories {
  margin-top: -130px; }

.block__home--shooting {
  max-width: calc(50% - 25px);
  float: right; }
  .block__home--shooting .block__text {
    top: 220px;
    left: -260px; }

.block__home--rainwear {
  max-width: calc(50% - 25px);
  clear: both;
  float: left;
  margin-top: -15%; }
  .block__home--rainwear .block__text {
    bottom: 80px;
    left: calc(100% - 100px); }

.block__home--content {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 160px;
  clear: both; }
  .block__home--content:after {
    content: '';
    display: table;
    clear: both; }

.block__home--seo {
  float: left;
  width: calc(50% + 35px);
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: 50px;
  margin-left: -35px;
  background: white;
  padding: 75px 70px 75px 140px; }
  .block__home--seo .btn {
    margin-top: 40px; }

.block__home--video {
  float: left;
  width: calc(50% + 35px);
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  margin-right: -35px; }

@media screen and (max-width: 1199px) {
  .block__home--video {
    width: 55%; }
  .block__home--seo {
    width: 75%;
    float: right;
    margin-top: -70px;
    padding: 140px 75px 70px; } }

@media screen and (max-width: 1023px) {
  .block__home--rainwear {
    max-width: 65%;
    margin-top: -10%; }
  .block__home--shooting {
    max-width: 55%; } }

@media screen and (max-width: 959px) {
  .block__home--seo {
    width: 85%; }
  .block__home--video {
    width: 75%; } }

@media screen and (max-width: 767px) {
  .block__home--video {
    width: 100%;
    max-width: 530px; }
  .block__home--shooting {
    width: 100%;
    max-width: 530px; }
    .block__home--shooting .block__text {
      position: relative;
      top: auto;
      left: auto;
      margin-top: 30px; }
  .block__home--rainwear {
    width: 100%;
    max-width: 530px;
    margin-top: 100px; }
    .block__home--rainwear .block__text {
      position: relative;
      bottom: auto;
      left: auto;
      margin-top: 30px; }
  .block__home--seo {
    margin-top: 100px;
    width: 100%;
    max-width: 530px;
    padding: 40px; }
  .block__home--content {
    padding-top: 100px; } }

@media screen and (max-width: 479px) {
  .block__home--content {
    padding: 0 20px;
    padding-top: 100px; } }

.nav--core,
.burger {
  display: none; }

.nav--main,
.nav--core {
  float: left;
  margin: 0 50px;
  width: calc(100% - 314px); }
  .nav--main .nav__list,
  .nav--core .nav__list {
    display: none;
    min-width: 230px;
    padding: 0;
    margin: 0;
    list-style: none; }
  .nav--main .nav__item,
  .nav--core .nav__item {
    position: relative; }
    .nav--main .nav__item:before,
    .nav--core .nav__item:before {
      content: '';
      display: block;
      width: auto;
      margin: 0 30px;
      height: 1px;
      background: rgba(255, 255, 255, 0.2); }
    .nav--main .nav__item:first-child,
    .nav--core .nav__item:first-child {
      padding-top: 20px; }
      .nav--main .nav__item:first-child:before,
      .nav--core .nav__item:first-child:before {
        content: none; }
    .nav--main .nav__item:last-child,
    .nav--core .nav__item:last-child {
      padding-bottom: 20px; }
    .nav--main .nav__item:hover > .nav__link,
    .nav--core .nav__item:hover > .nav__link {
      color: white;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    .nav--main .nav__item:hover > .nav__list,
    .nav--core .nav__item:hover > .nav__list {
      display: block; }
  .nav--main .nav__link,
  .nav--core .nav__link {
    display: block;
    padding: 10px 30px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #c6c6c6;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .nav--main > .nav__list,
  .nav--core > .nav__list {
    display: block;
    min-width: 0;
    padding: 0;
    font-size: 0.1px;
    line-height: 0px;
    text-align: justify; }
    .nav--main > .nav__list:after,
    .nav--core > .nav__list:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0%;
      font-size: 0;
      overflow: hidden; }
    .nav--main > .nav__list > .nav__item,
    .nav--core > .nav__list > .nav__item {
      display: inline-block;
      text-align: left; }
      .nav--main > .nav__list > .nav__item:before,
      .nav--core > .nav__list > .nav__item:before {
        content: none; }
      .nav--main > .nav__list > .nav__item:first-child,
      .nav--core > .nav__list > .nav__item:first-child {
        padding-top: 0; }
      .nav--main > .nav__list > .nav__item:last-child,
      .nav--core > .nav__list > .nav__item:last-child {
        padding-bottom: 0; }
      .nav--main > .nav__list > .nav__item > .nav__link,
      .nav--core > .nav__list > .nav__item > .nav__link {
        padding: 15px 12px;
        color: #646464;
        border-bottom: 2px solid transparent; }
        .nav--main > .nav__list > .nav__item > .nav__link:before,
        .nav--core > .nav__list > .nav__item > .nav__link:before {
          content: '';
          display: block;
          height: 1px;
          background: #c6c6c6;
          position: absolute;
          bottom: 10px;
          left: 10px;
          right: 10px;
          opacity: 0;
          -webkit-transition: opacity 0.2s ease, bottom 0.2s ease;
          transition: opacity 0.2s ease, bottom 0.2s ease; }
        .nav--main > .nav__list > .nav__item > .nav__link:hover:before, .nav--main > .nav__list > .nav__item > .nav__link.active:before,
        .nav--core > .nav__list > .nav__item > .nav__link:hover:before,
        .nav--core > .nav__list > .nav__item > .nav__link.active:before {
          bottom: 15px;
          opacity: 1;
          -webkit-transition: opacity 0.2s ease, bottom 0.2s ease;
          transition: opacity 0.2s ease, bottom 0.2s ease; }
      .nav--main > .nav__list > .nav__item > .nav__list,
      .nav--core > .nav__list > .nav__item > .nav__list {
        position: absolute;
        background: #3c3c3c; }
        .nav--main > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list,
        .nav--core > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list {
          position: absolute;
          top: 0;
          left: 100%;
          background: #646464; }
          .nav--main > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list .nav__item > .nav__list,
          .nav--core > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list .nav__item > .nav__list {
            position: absolute;
            top: 0;
            left: 100%;
            background: #747474; }
            .nav--main > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list .nav__item > .nav__list > .nav__item.active > .nav__link,
            .nav--core > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list .nav__item > .nav__list > .nav__item.active > .nav__link {
              color: white; }
          .nav--main > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list .nav__item.active > .nav__link,
          .nav--core > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list .nav__item.active > .nav__link {
            background: #747474; }
        .nav--main > .nav__list > .nav__item > .nav__list > .nav__item.active > .nav__link,
        .nav--core > .nav__list > .nav__item > .nav__list > .nav__item.active > .nav__link {
          background: #646464; }

.nav--pagination {
  clear: both; }
  .nav--pagination .nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .nav--pagination .nav__item {
    display: inline-block;
    margin: 1px; }
    .nav--pagination .nav__item.active a {
      background: #747474;
      color: white;
      -webkit-transition: background 0.2s ease, color 0.2s ease;
      transition: background 0.2s ease, color 0.2s ease; }
  .nav--pagination a {
    display: block;
    width: 50px;
    height: 50px;
    background: #3c3c3c;
    line-height: 50px;
    color: #c6c6c6;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease; }
    .nav--pagination a:hover {
      background: #747474;
      color: white;
      -webkit-transition: background 0.2s ease, color 0.2s ease;
      transition: background 0.2s ease, color 0.2s ease; }
  .nav--pagination .next a,
  .nav--pagination .prev a {
    width: auto;
    padding: 0 16px; }

.nav--social {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px; }
  .nav--social .nav__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav--social .nav__list:after {
      content: '';
      display: table;
      clear: both; }
  .nav--social .nav__item {
    float: left;
    display: block;
    margin-left: 20px; }
    .nav--social .nav__item:first-child {
      margin-left: 0; }
  .nav--social .nav__link {
    display: block; }
    .nav--social .nav__link.instagram, .nav--social .nav__link.facebook, .nav--social .nav__link.flickr {
      margin: 6px 0;
      width: 40px;
      height: 41px; }
    .nav--social .nav__link.youtube {
      width: 44px;
      height: 53px; }

.nav--legal {
  display: inline-block;
  vertical-align: middle; }
  .nav--legal .nav__list {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav--legal .nav__list:after {
      content: '';
      display: table;
      clear: both; }
  .nav--legal .nav__item {
    display: inline-block; }
    .nav--legal .nav__item:before {
      content: '-';
      display: inline-block;
      margin: 0 5px; }
  .nav--legal .nav__link:hover {
    text-decoration: underline; }

.nav--collections {
  margin-top: 40px; }
  .nav--collections .nav__list {
    list-style: none;
    padding: 0;
    margin: -5px; }
    .nav--collections .nav__list:after {
      content: '';
      display: table;
      clear: both; }
  .nav--collections .nav__item {
    width: 50%;
    float: left;
    padding: 5px; }
  .nav--collections .btn {
    width: 100%; }

.nav--filters {
  position: relative; }
  .nav--filters .btn {
    display: none; }
  .nav--filters .nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center; }
  .nav--filters .nav__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px; }
  .nav--filters > .nav__list {
    padding: 30px 0 0; }
    .nav--filters > .nav__list > .nav__item:hover > .nav__list, .nav--filters > .nav__list > .nav__item.active > .nav__list {
      display: block; }
    .nav--filters > .nav__list > .nav__item:hover > .nav__link, .nav--filters > .nav__list > .nav__item.active > .nav__link {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .nav--filters > .nav__list > .nav__item:hover > .nav__link:after, .nav--filters > .nav__list > .nav__item.active > .nav__link:after {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
    .nav--filters > .nav__list > .nav__item > .nav__list {
      display: none;
      /* Remove to print links */
      width: 100%;
      position: absolute;
      left: 0;
      top: 100%; }
      .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item:before {
        content: '/';
        margin: 0 5px;
        display: inline-block; }
      .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item:first-child:before {
        content: none; }
      .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item > .nav__link {
        padding: 30px 5px;
        display: inline-block;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #747474; }
        .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item > .nav__link.active {
          color: white; }
        .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item > .nav__link:hover {
          color: white; }
    .nav--filters > .nav__list > .nav__item > .nav__link {
      position: relative;
      display: block;
      padding: 0px 24px;
      background: white;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.875rem;
      line-height: 2.9375rem;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: #1b191a;
      opacity: 0.75;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .nav--filters > .nav__list > .nav__item > .nav__link:after {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
      .nav--filters > .nav__list > .nav__item > .nav__link.active {
        opacity: 1; }

.nav--subpages {
  float: left;
  width: 33.33%; }
  .nav--subpages .btn {
    display: none; }
  .nav--subpages .nav__list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .nav--subpages .nav__item {
    margin-top: 2px; }
    .nav--subpages .nav__item:first-child {
      margin-top: 0; }
  .nav--subpages .nav__link {
    display: block;
    padding: 8px 24px;
    background: white;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #1b191a;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease; }
    .nav--subpages .nav__link:hover, .nav--subpages .nav__link.active {
      -webkit-transition: color 0.2s ease, background 0.2s ease;
      transition: color 0.2s ease, background 0.2s ease;
      background: #747474;
      color: white; }

@media screen and (max-width: 1199px) {
  .logo {
    width: 114px;
    height: 46px;
    margin: 3px 0; }
  .nav--main {
    width: calc(100% - 220px);
    margin: 0 27px; } }

@media screen and (max-width: 1023px) {
  .nav--filters .nav__item--search {
    display: none; }
  .nav--subpages {
    float: none;
    width: 100%; }
    .nav--subpages .nav__list {
      text-align: center; }
    .nav--subpages .nav__item {
      display: inline-block;
      margin: 0; }
  .nav--core {
    float: right;
    width: auto;
    margin: 0;
    margin-right: 10px;
    display: block; }
    .nav--core > .nav__list > .nav__item:hover > .nav__list {
      display: none; }
    .nav--core > .nav__list > .nav__item > .nav__list.is-open {
      display: block; }
    .nav--core > .nav__list > .nav__item > .nav__link {
      padding: 16px; }
  .burger {
    float: right;
    width: 52px;
    height: 52px;
    position: relative;
    display: block; }
    .burger.in-menu {
      z-index: 103;
      position: absolute;
      top: 0;
      right: 0; }
    .burger .burger__slice {
      position: absolute;
      left: 50%;
      margin-left: -12px;
      width: 24px;
      height: 2px;
      border-radius: 1px;
      background: #747474;
      -webkit-transition: background 0.2s ease;
      transition: background 0.2s ease; }
      .main-menu-is-open .burger .burger__slice {
        background: #c6c6c6;
        -webkit-transition: background 0.2s ease;
        transition: background 0.2s ease; }
    .burger .one {
      top: 19px;
      margin-top: -1px;
      -webkit-transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
      transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
      transition: top 0.2s 0.2s ease, transform 0.2s ease;
      transition: top 0.2s 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
    .burger .two {
      top: 50%;
      margin-top: -1px;
      -webkit-transition: opacity 0.2s 0.2s ease;
      transition: opacity 0.2s 0.2s ease; }
    .burger .three {
      bottom: 19px;
      margin-bottom: -1px;
      -webkit-transition: bottom 0.2s 0.2s ease, -webkit-transform 0.2s ease;
      transition: bottom 0.2s 0.2s ease, -webkit-transform 0.2s ease;
      transition: bottom 0.2s 0.2s ease, transform 0.2s ease;
      transition: bottom 0.2s 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
    .main-menu-is-open .burger .one {
      top: 50%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
      transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
      transition: top 0.2s ease, transform 0.2s 0.2s ease;
      transition: top 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease; }
    .main-menu-is-open .burger .two {
      opacity: 0;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    .main-menu-is-open .burger .three {
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: bottom 0.2s ease, -webkit-transform 0.2s 0.2s ease;
      transition: bottom 0.2s ease, -webkit-transform 0.2s 0.2s ease;
      transition: bottom 0.2s ease, transform 0.2s 0.2s ease;
      transition: bottom 0.2s ease, transform 0.2s 0.2s ease, -webkit-transform 0.2s 0.2s ease; }
  .nav--main {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 480px;
    position: fixed;
    top: 0;
    left: -480px;
    z-index: 102;
    background: #1b191a;
    overflow: auto;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease; }
    .main-menu-is-open .nav--main {
      left: 0;
      -webkit-transition: left 0.2s ease;
      transition: left 0.2s ease; }
    .nav--main .nav__item {
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      .nav--main .nav__item:first-child {
        border-top: 0;
        padding-top: 0; }
      .nav--main .nav__item:last-child {
        padding-bottom: 0; }
      .nav--main .nav__item:before {
        content: none; }
      .nav--main .nav__item.has-items > .nav__link:after {
        display: inline-block;
        vertical-align: middle;
        content: '+';
        width: 18px;
        height: 18px;
        border-radius: 9px;
        background: rgba(255, 255, 255, 0.1);
        display: inline-block;
        margin-left: 10px;
        text-align: center;
        line-height: 1.125rem; }
      .nav--main .nav__item.has-items > .nav__link.is-open:after {
        content: '-'; }
    .nav--main .nav__link {
      padding: 16px 12px; }
    .nav--main > .nav__list:after {
      content: none; }
    .nav--main > .nav__list > .nav__item {
      display: block; }
      .nav--main > .nav__list > .nav__item > .nav__link {
        color: #c6c6c6; }
        .nav--main > .nav__list > .nav__item > .nav__link:before {
          content: none; }
        .nav--main > .nav__list > .nav__item > .nav__link:hover {
          color: white; }
      .nav--main > .nav__list > .nav__item:hover > .nav__list {
        display: none; }
      .nav--main > .nav__list > .nav__item > .nav__list {
        position: relative; }
        .nav--main > .nav__list > .nav__item > .nav__list.is-open {
          display: block; }
        .nav--main > .nav__list > .nav__item > .nav__list > .nav__item:hover > .nav__list {
          display: none; }
        .nav--main > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list {
          position: relative;
          top: auto;
          left: auto; }
          .nav--main > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list.is-open {
            display: block; }
          .nav--main > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list > .nav__item:hover > .nav__list {
            display: none; }
          .nav--main > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list > .nav__item .nav__list {
            position: relative;
            top: auto;
            left: auto; }
            .nav--main > .nav__list > .nav__item > .nav__list > .nav__item > .nav__list > .nav__item .nav__list.is-open {
              display: block; } }

@media screen and (max-width: 767px) {
  .nav--core {
    display: none; }
  .nav--subpages {
    text-align: center; }
    .nav--subpages .btn {
      display: inline-block; }
      .nav--subpages .btn:after {
        display: inline-block;
        vertical-align: middle;
        content: '+';
        width: 18px;
        height: 18px;
        border-radius: 9px;
        background: #3c3c3c;
        display: inline-block;
        margin-left: 10px;
        text-align: center;
        line-height: 1.125rem;
        color: white; }
      .nav--subpages .btn.is-open, .nav--subpages .btn:hover {
        background: #3c3c3c;
        color: white; }
        .nav--subpages .btn.is-open:after, .nav--subpages .btn:hover:after {
          background: white;
          color: #3c3c3c; }
      .nav--subpages .btn.is-open:after {
        content: '-'; }
    .nav--subpages .nav__list {
      display: none; }
    .nav--subpages .nav__item {
      display: block;
      border-top: 1px solid #f7f7f7; }
      .nav--subpages .nav__item:first-child {
        border-top: 0; }
    .nav--subpages .nav__link.active, .nav--subpages .nav__link:hover {
      background: #3c3c3c; }
  .nav--social {
    display: block;
    margin-left: 0;
    margin-top: 30px; }
    .nav--social .nav__item {
      float: none;
      display: inline-block; }
  .nav--filters {
    text-align: center; }
    .nav--filters .btn {
      display: inline-block; }
      .nav--filters .btn:after {
        display: inline-block;
        vertical-align: middle;
        content: '+';
        width: 18px;
        height: 18px;
        border-radius: 9px;
        background: #3c3c3c;
        display: inline-block;
        margin-left: 10px;
        text-align: center;
        line-height: 1.125rem;
        color: white; }
      .nav--filters .btn.is-open, .nav--filters .btn:hover {
        background: #3c3c3c;
        color: white; }
        .nav--filters .btn.is-open:after, .nav--filters .btn:hover:after {
          background: white;
          color: #3c3c3c; }
      .nav--filters .btn.is-open:after {
        content: '-'; }
    .nav--filters .nav__item {
      display: block; }
    .nav--filters .nav__item--search {
      display: none; }
    .nav--filters > .nav__list {
      display: none;
      background: white; }
      .nav--filters > .nav__list > .nav__item > .nav__link {
        font-size: 1rem;
        color: #3c3c3c;
        background: #f7f7f7;
        opacity: 1; }
        .nav--filters > .nav__list > .nav__item > .nav__link.active {
          background: #3c3c3c;
          color: white; }
      .nav--filters > .nav__list > .nav__item > .nav__list {
        display: block;
        position: relative; }
        .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item {
          border-top: 1px solid #f7f7f7; }
          .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item:first-child {
            border-top: 0; }
          .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item:before {
            content: none; }
          .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item > .nav__link {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 0.875rem;
            line-height: 1.75rem;
            display: block;
            padding: 8px 24px;
            -webkit-transition: background 0.2s ease;
            transition: background 0.2s ease; }
            .nav--filters > .nav__list > .nav__item > .nav__list > .nav__item > .nav__link:hover {
              background: #f7f7f7;
              color: #747474;
              -webkit-transition: background 0.2s ease;
              transition: background 0.2s ease; } }

@media screen and (max-width: 479px) {
  .nav--main {
    max-width: 100%;
    left: -100%; }
  .nav--collections .nav__item {
    width: 100%; } }

.btn {
  text-align: center;
  display: inline-block;
  outline: 0;
  border: 0;
  line-height: 1.5rem; }
  .btn img {
    vertical-align: middle;
    display: inline-block;
    height: 21px;
    width: auto;
    margin-left: 10px; }

.btn--primary {
  background: #333333;
  color: white; }

.btn--white {
  padding: 8px 24px;
  background: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #1b191a;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease; }
  .btn--white:hover {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
    background: #3c3c3c;
    color: white; }

.btn--brown {
  padding: 8px 24px;
  background: #747474;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: white;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  .btn--brown:hover {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background: #3c3c3c; }

.buttons:after, .buttons:before {
  content: '';
  display: table;
  clear: both; }

.btn--prev, .btn--next {
  padding: 8px 24px 6px 24px;
  color: white !important;
  text-decoration: none !important;
  position: relative; }
  .btn--prev:after, .btn--next:after {
    content: '';
    position: absolute;
    top: 11px;
    width: 0;
    height: 0; }

.btn--prev {
  float: left;
  padding-left: 40px; }
  .btn--prev:after {
    left: 20px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid white; }

.btn--next {
  float: right;
  padding-right: 40px; }
  .btn--next:after {
    right: 20px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid white; }

.btn--ghost {
  padding: 8px 24px;
  border: 1px solid #1b191a;
  background: transparent;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #1b191a;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease; }
  .btn--ghost:hover {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
    background: #1b191a;
    color: white; }
  .btn--ghost.white {
    border-color: white;
    color: white; }
    .btn--ghost.white:hover {
      background: white;
      color: #1b191a; }

.btn--search {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  .btn--search img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 23px;
    height: 23px;
    margin: 0; }
  .btn--search:hover, .btn--search.active {
    background: #f7f7f7;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }

@media screen and (max-width: 767px) {
  .buttons {
    text-align: center; }
    .buttons .btn--prev, .buttons .btn--next {
      float: none;
      margin-bottom: 1em; } }

form {
  margin: 0;
  padding: 0; }

input,
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #f7f7f7;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  letter-spacing: 0.15em;
  color: #aaa;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: none;
    color: #1b191a;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .error input,
  .error select,
  .error textarea {
    border-color: #ff6666; }
    .error#row-agreement {
    color: #ff6666; }

label {
  display: inline-block;
  padding: 8px 0; }

.webform {
  margin-top: 2em; }

.feedback {
  display: none; }
  .feedback--small {
    font-weight: bold; }
    .feedback--small.success {
      color: green; }
    .feedback--small.error {
      color: red; }
  .feedback--big {
    font-weight: bold; }
    .feedback--big.success {
      color: green; }
    .feedback--big.error {
      color: red; }

.form__fieldset > *:first-child {
  margin-top: 0; }

.form__row {
  margin-top: 20px; }
  .form__row.noob {
    display: none; }

.form__input {
  padding: 8px 16px; }

.contact__form .form__btn {
  margin-top: 10px; }

.form--search {
  position: relative;
  float: right; }

@media screen and (max-width: 1023px) {
  .form--search {
    margin-left: 10px; } }

.notfound {
  display: block;
  padding: 80px 60px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 50%;
  background-color: #cccccc; }
  .notfound > *:first-child {
    margin-top: 0; }

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3c3c3c;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #c6c6c6;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #c6c6c6; }

.mfp-preloader a:hover {
  color: #c6c6c6; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #c6c6c6;
  font-style: normal;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #c6c6c6;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #c6c6c6;
  font-size: 0.75rem;
  line-height: 1.125rem; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #c6c6c6;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #c6c6c6;
  margin-left: 39px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px transparent;
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px transparent;
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 1rem;
  color: #c6c6c6;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /*
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: transparent;
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 2.1875rem;
    background: transparent;
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*# sourceMappingURL=style.css.map */
