/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

/* GENERAL SETTINGS */
body {
  margin: 0 auto;
  font-family: "Futura W01", sans-serif; }

h1 {
  font-family: "MarkMyWords", sans-serif;
  font-size: 46px;
  line-height: 55px; }

h2 {
  font-family: "Futura W01", sans-serif;
  font-size: 36px;
  line-height: 44px; }

h4 {
  font-family: "MarkMyWords", sans-serif;
  font-size: 24px;
  line-height: 27px; }

h5 {
  font-family: "Futura W01", sans-serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center; }

b {
  font-family: "Futura W01", sans-serif;
  color: #000;
  font-weight: 900; }

p {
  font-family: "Futura W01", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  text-align: center; }

li {
  cursor: pointer; }

a {
  text-decoration: none; }

a {
  color: #000; }

a:focus {
  color: black;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: none; }

.pink {
  color: #eed1d1 !important;
  cursor: pointer; }

.centered {
  max-width: 1200px;
  display: block;
  margin: 0 auto; }

.centered-small {
  max-width: 1000px;
  display: block;
  margin: 0 auto; }

.container {
  width: 100%;
  display: inline-block; }

.no-padding {
  padding: 0 !important; }

.full-width {
  width: 100%; }

.visible {
  display: block !important; }

.visible-inline {
  display: inline; }

.line-heading {
  position: relative; }

.line-heading:before, .line-heading:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 100%;
  height: 2px;
  content: '\a0';
  background-color: #a5a4a0; }

.line-heading:before {
  margin-left: -105%;
  text-align: right; }

.line-heading:after {
  margin-left: 5%;
  text-align: left; }

/* CAROUSEL CUSTOMIZATION */
.slick-prev {
  left: -65px; }

.slick-next {
  right: -65px; }

.slick-prev:before {
  content: '\e819';
  font-family: "premicons";
  font-size: 14px;
  color: #000; }

.slick-next:before {
  content: '\e800';
  font-family: "premicons";
  font-size: 14px;
  color: #000; }

.slick-slide:focus {
  outline: none; }

/* CAROUSEL CUSTOMIZATION END */
.btn-primary, .btn-primary:focus {
  font-family: "Futura W01", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  background-image: none;
  background-color: #000;
  border: 2px solid #fff;
  box-shadow: none !important;
  outline: none !important; }

.btn-primary:hover {
  transition: 0.2s ease-in-out;
  color: #eed1d1;
  background-color: #000;
  border-color: #fff; }

.btn-primary:active {
  transition: none;
  color: #000 !important;
  background-color: #eed1d1 !important;
  border-color: #fff !important;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  text-shadow: none; }

.btn-default {
  font-family: "Futura W01", sans-serif;
  box-shadow: none !important;
  outline: none !important;
  border: 2px solid #000;
  font-size: 13px;
  letter-spacing: 1px;
  background-image: none;
  text-shadow: none;
  font-weight: bold; }

.btn-default:hover {
  transition: 0.2s ease-in-out;
  color: #fff;
  background-color: #000; }

.btn-default:active {
  color: #eed1d1 !important;
  background-color: #000 !important;
  transition: none;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  text-shadow: none; }

.btn-black, .btn-block:focus {
  background-color: #000;
  color: #fff;
  box-shadow: none !important;
  font-family: "Futura W01", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 2.5px !important;
  padding: 17px 0;
  width: 100%;
  margin-top: 2px;
  outline: none;
  border: 0; }

.btn-black:hover {
  transition: 0.2s ease-in-out;
  color: #eed1d1; }

.btn-black:active {
  transition: none;
  top: 2px;
  background-color: #eed1d1;
  color: #000 !important;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  outline: none; }

.btn-black:active:hover {
  color: #000 !important; }

.btn-big-white {
  height: 60px;
  background-color: #fff;
  font-family: "Futura W01", sans-serif;
  font-size: 16px;
  letter-spacing: 2.5px;
  outline: none;
  border: 0; }

.btn-big-white:hover {
  transition: 0.2s ease-in-out;
  color: #eed1d1; }

.btn-big-white:active {
  transition: none;
  top: 2px;
  background-color: #eed1d1;
  color: #fff !important;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  outline: none; }

.transp-button {
  display: inline-block;
  font-family: "Futura W01", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 15px 0; }

.transp-button:hover, .slick-arrow:hover:before {
  transition: 0.2s ease-in-out; }

.transp-button:active, .slick-next:active {
  transition: none;
  color: #eed1d1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px); }

.popover-content div:hover {
  transition: 0.2s ease-in-out;
  background-color: #eed1d1; }

.popover-content div:active {
  transition: none;
  background-color: #eed1d1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px); }

.mobile-only {
  display: none; }

.black-link {
  color: black; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 1em; }

/* HEADER */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff; }
  .header .centered {
    max-width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80px;
    background: #fff;
    padding: 0 40px; }
  .header .popover {
    top: 70px !important; }
  .header a {
    align-self: center;
    color: black; }

.header-button, .header-title {
  align-self: center;
  margin-right: 25px;
  padding: 20px 0; }

.header-title {
  padding: 10px 0; }

.header-button:hover, .header-search i:hover {
  transition: 0.2s ease-in-out;
  color: #eed1d1; }

.header-button:active, .header-search i:active {
  transition: none;
  color: #eed1d1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px); }

.header-title {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
  text-align: center;
  margin: 0 auto;
  height: 80px;
  overflow: hidden;
  margin-right: 105px; }
  .header-title h4 {
    letter-spacing: 0.6px;
    font-size: 10px;
    line-height: 24px; }

.header-title img {
  margin-right: 20px;
  position: relative;
  top: 7px;
  height: 40px; }

.header-button {
  cursor: pointer; }

.header-button.pull-right {
  margin-right: 0; }

.header-button:before {
  margin-right: 0; }

.header-search {
  text-align: center;
  margin-top: 33px; }
  .header-search i {
    margin-left: -23px;
    cursor: pointer;
    font-size: 16px; }

.header-input {
  font-family: "Futura W01", sans-serif;
  font-size: 13px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  resize: none;
  float: none;
  width: 100%;
  color: #000;
  outline: none;
  margin-left: 10px;
  max-width: 545px;
  padding-bottom: 9px; }

input.header-input::-webkit-input-placeholder {
  color: #000;
  font-family: "Futura W01", sans-serif; }

#search {
  visibility: hidden; }

/* INFO */
.info {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: -3px; }
  .info .centered {
    margin-bottom: 0;
    height: 100%;
    padding: 150px 0 0 0; }
    .info .centered .row {
      width: 80%; }
  .info .mobile-title h1 {
    margin-bottom: 150px; }
  .info .intro-background {
    width: 48%;
    position: relative;
    top: 0;
    bottom: 0;
    right: 70px;
    float: right; }
  .info .mobile-background-image {
    display: none; }

.info div.row:first-child {
  margin: 0 auto 0; }

.info div.row:nth-child(2) {
  margin: 0 auto; }
  .info div.row:nth-child(2) div:first-child {
    min-width: 200px; }

/* BRAND-LIST  */
.brand-list {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 40px; }
  .brand-list .centered-small {
    position: relative; }
  .brand-list .brand-container {
    width: 95%;
    display: block;
    margin: 40px auto;
    font-family: "Futura W01", sans-serif;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.8px; }
    .brand-list .brand-container .hidden-element {
      visibility: hidden; }
    .brand-list .brand-container button {
      font-style: normal;
      margin: 0 auto;
      display: block;
      position: relative;
      top: 20px; }
    .brand-list .brand-container span.brand-item:after {
      content: ', '; }
    .brand-list .brand-container span.brand-item:last-child:after {
      content: '.'; }
    .brand-list .brand-container span {
      text-transform: uppercase; }
    .brand-list .brand-container .brand-circle {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      position: relative;
      display: inline-block; }
      .brand-list .brand-container .brand-circle.is-hidden {
        display: none; }
      .brand-list .brand-container .brand-circle .brand-background {
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        border-radius: 50%; }
      .brand-list .brand-container .brand-circle:hover .brand-background {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
      .brand-list .brand-container .brand-circle img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 90%;
        max-height: 90%; }
      .brand-list .brand-container .brand-circle .logo-placeholder {
        color: #fff;
        position: absolute;
        display: table;
        text-align: center;
        height: 100%;
        width: 100%;
        table-layout: fixed; }
        .brand-list .brand-container .brand-circle .logo-placeholder span {
          display: table-cell;
          vertical-align: middle;
          font-size: 20px;
          line-height: 24px;
          padding: 10px;
          width: 100%;
          word-wrap: break-word; }
  .brand-list .brand-item a {
    color: #fff; }
  .brand-list .brand-item .brand-image {
    display: inline-block; }
  .brand-list .is-hidden {
    display: none; }

/* PARTNERS */
.partners {
  padding: 30px 0 20px 0;
  margin: 0 auto; }
  .partners .carousel-partners {
    width: 80%;
    margin: 35px auto; }
    .partners .carousel-partners .item {
      display: table;
      height: 180px;
      width: 140px;
      margin: 0 10px;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%); }
      .partners .carousel-partners .item span {
        display: table-cell;
        vertical-align: middle; }
    .partners .carousel-partners .item:hover {
      filter: grayscale(0);
      -webkit-filter: grayscale(0); }
    .partners .carousel-partners img {
      margin: auto;
      height: auto;
      width: auto;
      max-height: 180px;
      max-width: 140px; }
    .partners .carousel-partners .slick-arrow {
      top: -24%; }
    .partners .carousel-partners .slick-arrow:before {
      color: #fff; }
    .partners .carousel-partners .slick-arrow:hover:before, .partners .carousel-partners .slick-arrow:active:before {
      color: #eed1d1; }
  .partners .carousel-our-partners {
    width: 80%;
    margin: 35px auto; }
    .partners .carousel-our-partners .item {
      margin: 0 12px;
      width: 140px;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%); }
    .partners .carousel-our-partners .item:hover {
      filter: grayscale(0);
      -webkit-filter: grayscale(0); }
    .partners .carousel-our-partners .logo-wrapper {
      display: table;
      height: 180px;
      width: 140px; }
      .partners .carousel-our-partners .logo-wrapper span {
        display: table-cell;
        vertical-align: middle; }
        .partners .carousel-our-partners .logo-wrapper span img {
          margin: auto;
          height: auto;
          width: auto;
          max-height: 180px;
          max-width: 140px; }
    .partners .carousel-our-partners .partners-text {
      font-family: "Futura W01", sans-serif;
      font-size: 10px;
      line-height: 15px;
      color: #fff;
      text-align: center;
      word-break: break-word;
      word-wrap: break-word; }
      .partners .carousel-our-partners .partners-text a {
        color: #fff; }
    .partners .carousel-our-partners .slick-arrow:hover:before, .partners .carousel-our-partners .slick-arrow:active:before {
      color: #eed1d1; }

/* SIDE-MENU */
#side-menu {
  position: fixed;
  right: -300px;
  overflow: hidden;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000000; }

#side-menu-content {
  margin: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block; }
  #side-menu-content a {
    color: #000; }
  #side-menu-content a:hover {
    color: #eed1d1; }
  #side-menu-content a span:active {
    position: relative;
    top: 2px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }

.side-menu-item {
  font-family: "Futura W01", sans-serif;
  font-size: 18px;
  margin: 15px;
  cursor: pointer;
  list-style-type: none; }

.side-menu-header {
  font-family: "Futura W01", sans-serif;
  font-size: 20px;
  margin: 15px; }

#content {
  position: relative;
  top: 81px;
  overflow-x: hidden;
  overflow-y: hidden; }

.go-under {
  z-index: -1; }

#footer {
  position: relative; }

/* FOOTER */
.footer {
  background-color: #eed1d1;
  color: #000; }
  .footer .footer-background {
    background-size: 100%;
    display: inline-block;
    width: 75%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    -webkit-filter: contrast(1.5) saturate(0.9) brightness(0.9) hue-rotate(20deg); }
  .footer .footer-background-filler {
    width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
  .footer .centered {
    position: relative;
    padding: 70px 0; }
  .footer .row {
    width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
  .footer .newsletter {
    width: 80%;
    display: block;
    margin: 0 auto; }
  .footer h6 {
    font-size: 13px;
    font-family: "Futura W01", sans-serif;
    letter-spacing: 2px; }
  .footer input {
    width: 100%;
    margin: 10px 0; }
  .footer .transp-button {
    background: transparent;
    border: 0;
    outline: none;
    padding: 0; }
  .footer ul {
    margin-top: 30px; }
  .footer li {
    font-family: "Futura W01", sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #000; }
  .footer a, .footer a:hover {
    color: #000 !important; }
  .footer li:active {
    top: 2px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  .footer .any-questions-input {
    border-bottom: 2px solid #000;
    color: #000; }

.popover {
  box-shadow: 0 0;
  border-radius: 2px;
  border: none;
  background-color: #0E0E0E;
  text-align: center;
  color: white;
  width: 210px;
  padding: 15px 10px;
  left: 30px !important; }
  .popover h6 {
    font-family: "Futura W01", sans-serif;
    font-size: 13px;
    margin-bottom: 5px; }
  .popover p {
    font-size: 13px;
    font-family: "Futura W01", sans-serif;
    color: #fff; }
  .popover .arrow {
    margin-left: -41px !important; }

.popover-content {
  padding: 0;
  text-align: center; }
  .popover-content div {
    display: inline-block;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    width: 20px;
    margin: 3px 8px; }
  .popover-content div:before {
    margin: 0;
    text-align: center;
    cursor: pointer; }

.popover.bottom .arrow:after {
  border-bottom-color: #0E0E0E; }

.any-questions-input {
  font-family: "Futura W01", sans-serif;
  font-size: 13px;
  height: 50px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid white;
  resize: none;
  margin: 20px 3% 20px 0;
  float: none;
  width: 48%;
  color: #fff;
  outline: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  font-family: "Futura W01", sans-serif; }

.visit {
  padding: 40px 0;
  background-color: #fff; }
  .visit .row {
    margin-top: 50px;
    margin-bottom: 20px; }
  .visit h5 {
    color: #000;
    margin-bottom: 35px; }
  .visit p {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-family: "Futura W01", sans-serif;
    text-align: left; }
  .visit button {
    margin: 20px auto;
    min-width: 180px; }
  .visit .location-map {
    width: 100%;
    height: auto; }
  .visit .visit-text {
    font-family: "Futura W01", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.44; }

.and-many-mode-brands {
  color: #eed1d1 !important; }

.contact {
  margin: 30px auto;
  color: #000; }
  .contact p {
    text-align: center;
    font-size: 16px;
    line-height: 1.44;
    font-weight: 500;
    letter-spacing: 0.5px; }
  .contact .row {
    margin-bottom: 30px; }
  .contact .contacts-wrapper {
    margin: 50px auto; }

#content div:nth-child(even) .article-item .row div.article-content {
  float: left; }
#content div:nth-child(even) .article-item .intro-background {
  right: 0; }

#content div:nth-child(odd) .article-item .row div.article-content {
  float: right; }
#content div:nth-child(odd) .article-item .intro-background {
  left: 0; }

.footer2 {
  background-color: #000;
  padding: 20px 0; }
  .footer2 .row {
    display: table;
    table-layout: fixed;
    margin: 0 auto; }
    .footer2 .row div {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      float: none; }
      .footer2 .row div p {
        font-family: "Futura W01", sans-serif;
        font-size: 11px;
        line-height: 21px;
        color: #fff; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; }

.shortcuts {
  background-color: #eed1d1;
  text-align: center;
  padding: 25px 0; }
  .shortcuts .shortcut {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin: 10px;
    display: inline-block;
    background-color: transparent; }
  .shortcuts .image-container {
    position: relative;
    display: block;
    margin: 10px auto 0;
    height: 90px; }
    .shortcuts .image-container img {
      position: absolute;
      bottom: 0;
      display: block;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-height: 100%;
      max-width: 100%; }
  .shortcuts h4 {
    font-family: "MarkMyWords", sans-serif;
    margin-top: 4px;
    font-size: 24px;
    color: #000; }

.concept {
  padding: 50px 0;
  color: #000;
  font-family: "Futura W01", sans-serif, sans-serif; }

.concept-text {
  margin: 30px auto;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  font-family: "Futura W01", sans-serif, sans-serif;
  font-weight: 500; }

.concept-quote {
  font-size: 18px;
  font-weight: 900;
  font-style: oblique;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin: 20px auto;
  width: 80%;
  text-align: center; }
  .concept-quote p {
    color: #c2b2b8;
    letter-spacing: 1px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px; }

.carousel-what-we-love {
  margin: 30px auto;
  width: 100%;
  max-width: 1160px; }
  .carousel-what-we-love .item {
    width: 230px; }
    .carousel-what-we-love .item .image-wrapper {
      margin: 20px 10px;
      height: 210px;
      position: relative; }
    .carousel-what-we-love .item img {
      width: 100%;
      height: auto;
      max-width: 210px;
      max-height: 210px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
  .carousel-what-we-love .slick-arrow:hover:before, .carousel-what-we-love .slick-arrow:active:before {
    color: #eed1d1; }

.quotes-container .quote-box {
  position: relative;
  padding: 5% 10%;
  text-align: center;
  margin: 80px auto; }
.quotes-container .box-background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  .quotes-container .box-background img {
    width: 100%;
    height: 100%; }
.quotes-container h2 {
  font-size: 36px;
  font-weight: 900;
  font-style: oblique;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 0.8px;
  text-align: center; }
.quotes-container p {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.38;
  letter-spacing: 1px;
  text-align: center;
  color: #c2b2b8; }

.location .row {
  margin-top: 40px;
  margin-bottom: 40px; }
  .location .row .location-text {
    text-align: justify;
    font-family: "Futura W01", sans-serif;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44; }
  .location .row .location-image img {
    width: 100%; }

@font-face {
  font-family: "MarkMyWords";
  src: url("../../../../fileadmin/resources/show-and-order/assets/fonts/mark-my-words/mark_my_words.otf"), url("../../../../fileadmin/resources/show-and-order/assets/fonts/mark-my-words/mark_my_words.ttf"); }

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