@charset "UTF-8";
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .inner:before,
.clearfix:after,
.inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .inner:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .inner {
  *zoom: 1; }

/***
  IE < 9 Stuffs
***/
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fleft {
  float: left; }

.fright {
  float: right; }

.hide-text {
  text-indent: -8000px;
  overflow: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul,
dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  /*padding: 0 0 0 40px;*/
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

a img {
  display: block; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

figure img {
  display: block; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0.35em 0 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

label {
  display: block;
  margin-bottom: 5px;
  color: #121312; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.page-home {
  /* 
	 *  Core Owl Carousel CSS File
	 */
  /* No Js */ }
  .page-home .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
  .page-home .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .page-home .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .page-home .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .page-home .owl-carousel .owl-controls .owl-nav .owl-prev,
  .page-home .owl-carousel .owl-controls .owl-nav .owl-next,
  .page-home .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .page-home .owl-carousel.owl-loaded {
    display: block; }
  .page-home .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .page-home .owl-carousel.owl-hidden {
    opacity: 0; }
  .page-home .owl-carousel .owl-refresh .owl-item {
    display: none; }
  .page-home .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .page-home .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .page-home .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .page-home .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .page-home .owl-carousel.owl-rtl {
    direction: rtl; }
  .page-home .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .page-home .no-js .owl-carousel {
    display: block; }

p,
.wysiwyg {
  margin: 0;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem; }

.wysiwyg {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2em;
  margin-bottom: 30px; }
  .wysiwyg ul, .wysiwyg ol, .wysiwyg blockquote {
    margin: 20px;
    padding-left: 20px; }
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg blockquote {
    margin-bottom: 20px; }
    .wysiwyg p p, .wysiwyg p ul, .wysiwyg p ol, .wysiwyg p blockquote, .wysiwyg ul p, .wysiwyg ul ul, .wysiwyg ul ol, .wysiwyg ul blockquote, .wysiwyg ol p, .wysiwyg ol ul, .wysiwyg ol ol, .wysiwyg ol blockquote, .wysiwyg blockquote p, .wysiwyg blockquote ul, .wysiwyg blockquote ol, .wysiwyg blockquote blockquote {
      margin: 0; }
  .wysiwyg ul, .wysiwyg ol {
    list-style-position: inside; }
  .wysiwyg ul {
    list-style-type: disc; }
  .wysiwyg blockquote {
    border-left: 1px #e4e4e4 solid; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 20px;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  font-weight: 700;
  color: #121312;
  text-rendering: optimizelegibility;
  line-height: 1; }

h1, .h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem; }

h2, .h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem; }

h3, .h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem; }

h4, .h4 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem; }

h5, .h5 {
  font-size: 13px;
  font-size: 0.8125rem; }

h6, .h6 {
  font-size: 10px;
  font-size: 0.625rem; }

ul, ol {
  padding: 0;
  margin: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li {
  line-height: 1.5; }

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: bold;
  line-height: 0.5; }

dd {
  margin-left: 0.75; }

ul.styled, ul.styled ul {
  list-style-type: disc;
  padding-left: 20px; }

a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #a14950;
  text-decoration: none; }
  a.active {
    cursor: default; }

.anchor-link {
  cursor: pointer;
  color: #a14950; }

@font-face {
  font-family: "ic-web-platform";
  src: url('/static/assets/sass/fonts/ic-web-platform.eot'); }

@font-face {
  font-family: "ic-web-platform";
  src: url('/static/assets/fonts/ic-web-platform.eot?hyc6rj&779be34c13b8');
  src: url('/static/assets/fonts/ic-web-platform.eot?779be34c13b8#iefixhyc6rj') format("embedded-opentype"), url('/static/assets/fonts/ic-web-platform.ttf?hyc6rj&779be34c13b8') format("truetype"), url('/static/assets/fonts/ic-web-platform.woff?hyc6rj&779be34c13b8') format("woff"), url('/static/assets/fonts/ic-web-platform.svg?hyc6rj&779be34c13b8#ic-web-platform') format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"],
.owl-prev, .owl-next,
#interactive-map #icm-interactive-map [class^="icon-"],
#interactive-map #icm-interactive-map [class*=" icon-"],
#interactive-map #icm-interactive-map .icm-categories:before,
.icon-promo-tag:before,
.back-to-top:before,
.page-detail .go-promo:after,
.page-home .fullscreen-welcome .arrow-down:before {
  font-family: "ic-web-platform";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.back-to-top:before,
.icon-arrow-up:before {
  content: "\e61f"; }

.page-home .fullscreen-welcome .arrow-down:before,
.page-detail .go-promo:after,
.icon-arrow-down:before {
  content: "\e61e"; }

.icon-arrow-down-long:before {
  content: "\e61d"; }

.icon-arrow-left-long:before {
  content: "\e61b"; }

.icon-arrow-right-long:before {
  content: "\e61c"; }

.icon-new-window:before {
  content: "\e613"; }

.icon-retweet:before {
  content: "\e617"; }

.icon-star:before {
  content: "\e618"; }

.owl-prev:before,
.icon-arrow-left:before {
  content: "\e605"; }

.owl-next:before,
.icon-arrow-right:before {
  content: "\e612"; }

.icon-warning:before {
  content: "\e616"; }

.icon-pin-full:before {
  content: "\e614"; }

.icon-promo-full:before {
  content: "\e615"; }

.icon-job2:before {
  content: "\e606"; }

.icon-pin2:before {
  content: "\e611"; }

.icon-email:before {
  content: "\e610"; }

.icon-promo:before {
  content: "\e60c"; }

.icon-calendar:before {
  content: "\e60d"; }

.icon-metro:before {
  content: "\e60f"; }

.icon-tag:before {
  content: "\e60e"; }

.icon-book:before {
  content: "\e600"; }

.icon-facebook:before {
  content: "\e601"; }

.icon-food:before {
  content: "\e602"; }

.icon-grid-view:before {
  content: "\e603"; }

.icon-instagram:before {
  content: "\e604"; }

.icon-pinterest:before {
  content: "\e607"; }

#interactive-map #icm-interactive-map .icon-search:before,
.icon-search:before {
  content: "\e608"; }

.icon-shop:before {
  content: "\e609"; }

.icon-twitter:before {
  content: "\e60a"; }

.icon-women-shop:before {
  content: "\e60b"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-promo-tag:before {
  content: "\e619"; }

.icon-job-search:before {
  content: "\e61a"; }

.icon-youtube:before {
  content: "\e900"; }

.icon-mobile-dropdown-arrow:before {
  content: "\e901"; }

.icon-pin:before {
  content: "\e611"; }

/* CSS */
.css-icon {
  /* don't change width and height in order to change the size of the icon,
    you can control the size with font-size for different class(es) - below */
  line-height: 100%;
  width: 1em;
  height: 1em;
  position: relative;
  display: block; }
  .css-icon * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box; }

/* Plus */
.css-icon-plus,
.css-icon-plus:after {
  position: absolute;
  width: .375em;
  height: .375em;
  border-style: solid;
  border-color: #fff; }

.css-icon-plus {
  top: 0;
  left: 0;
  border-width: 0 .10em .10em 0; }

.css-icon-plus:after {
  content: "";
  top: .375em;
  left: .375em;
  border-width: .10em 0 0 .10em; }

/* Minus */
.css-icon-minus {
  position: absolute;
  top: .375em;
  left: 0;
  width: 0.8em;
  height: .10em;
  background-color: #fff; }

.css-icon-arrow-down:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  content: ' ';
  border-top: 8px solid #a14950; }

input,
textarea,
select,
.button {
  display: inline-block;
  padding: 4px;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  input:focus,
  textarea:focus,
  select:focus,
  .button:focus {
    font-size: 15px;
    font-size: 0.9375rem; }

.button {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
  .button i {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 43px;
    line-height: 2.6875rem; }

fieldset {
  margin: 0;
  padding: 0;
  position: relative; }

input[type="text"] {
  border: none;
  width: 100%;
  padding: 0 10px; }

fieldset {
  padding-right: 60px; }

input[type="button"], .button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  text-transform: uppercase;
  background: #711731; }

.uneditable-textarea {
  width: auto;
  height: auto; }

/******* search form *********/
.form-search {
  width: 400px; }
  .form-search input {
    background-color: #FFFFFF;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    color: #4d555c; }
    .form-search input::-webkit-input-placeholder {
      color: #4d555c; }
    .form-search input:-moz-placeholder {
      color: #4d555c; }
    .form-search input::-moz-placeholder {
      color: #4d555c; }
    .form-search input:-ms-input-placeholder {
      color: #4d555c; }
  .form-search .button {
    color: #fff;
    font-size: 50px;
    font-size: 3.125rem; }
    .form-search .button:before {
      display: block;
      position: absolute;
      top: 0;
      left: 5px; }
  .form-search .autocomplete-suggestions {
    overflow-y: auto;
    background-color: #FFFFFF; }
  .form-search .autocomplete-suggestion {
    padding: 5px 20px;
    cursor: pointer;
    border-top: 1px solid #6e4e56;
    color: #121312;
    line-height: 40px;
    line-height: 2.5rem; }
    .form-search .autocomplete-suggestion.error {
      width: 100%;
      display: none;
      font-weight: 900;
      background-color: #a14950; }
  .form-search .autocomplete-selected {
    background-color: white; }
  .form-search .autocomplete-no-suggestion {
    padding: 5px 20px;
    width: 100%;
    font-weight: 900;
    border-top: 1px solid #6e4e56;
    color: #FFFFFF;
    background-color: #a14950;
    line-height: 40px;
    line-height: 2.5rem; }

#searchForm {
  position: fixed;
  left: -340px;
  top: 50%;
  margin-top: -25px;
  z-index: -1;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -ms-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out; }
  #searchForm.open {
    left: 0; }
  #searchForm .button {
    background-color: #121312; }
  #searchForm input {
    background-color: #ededed; }

.mod-touch #searchForm {
  display: none; }

#searchFormMobile {
  display: none; }

/******* newsletter footer *********/
.form-newsletter {
  display: block;
  max-width: 450px; }
  .form-newsletter p {
    margin: 0 0 20px;
    color: #fff; }
  .form-newsletter fieldset {
    padding-right: 60px; }
  .form-newsletter input[type="text"] {
    background: rgba(255, 255, 255, 0.2);
    color: #fff; }
    .form-newsletter input[type="text"]::-webkit-input-placeholder {
      color: #fff; }
    .form-newsletter input[type="text"]:-moz-placeholder {
      color: #fff; }
    .form-newsletter input[type="text"]::-moz-placeholder {
      color: #fff; }
    .form-newsletter input[type="text"]:-ms-input-placeholder {
      color: #fff; }
  .form-newsletter .button {
    font-weight: 600;
    width: 60px;
    text-transform: uppercase;
    color: #721530;
    background: #fff; }
    .form-newsletter .button i {
      font-size: 40px;
      font-size: 2.5rem; }

.contact-form {
  padding: 40px 20px 40px 55px; }
  .contact-form h3, .contact-form .h3 {
    color: #000000; }
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {
    width: 100%;
    max-width: 400px;
    border: 1px solid #e4e4e4;
    display: block;
    padding: 10px; }
    .contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus, .contact-form select:focus {
      border-color: #883f47; }
  .contact-form label {
    display: block;
    margin-top: 20px; }
  .contact-form textarea {
    max-width: 600px;
    height: 300px; }
  .contact-form .btn, .contact-form body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .contact-form input[type='submit'] {
    margin-top: 20px;
    border: none; }
  .contact-form .errorlist {
    color: red;
    font-size: 13px;
    font-size: 0.8125rem; }
  .contact-form .success {
    color: green; }

@media only screen and (max-width: 80em) {
  .contact-form {
    padding: 80px 25px 25px 25px; } }

@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 40px 20px; } }

/* fix select height bug on webkit browsers for Mac OS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: menulist-button; } }

@media only screen and (min-width: 1025px) {
  header {
    position: relative;
    width: 100%;
    z-index: 85;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -ms-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out; }
    header .banner {
      width: 100%;
      position: relative;
      background: none;
      height: 80px;
      overflow: hidden;
      background: #FFFFFF;
      border-bottom: #6e4e56 3px solid; }
    header .inner {
      display: block;
      width: 100%; }
    header .logo {
      vertical-align: middle;
      width: 231px;
      display: block;
      position: absolute;
      left: 7px;
      top: 23px;
      z-index: 90; }
      header .logo img {
        width: 231px;
        height: 30px; }
    header nav {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent; }
      header nav .inner {
        padding-left: 255px; }
    header .lang {
      display: none; }
    header .mainNav > li {
      outline: none;
      float: left;
      position: relative; }
    header .mainNav-link {
      outline: none;
      display: block;
      position: relative;
      font-weight: 300;
      text-transform: uppercase;
      padding: 25px 12px 12px;
      color: #000000;
      font-size: 16px;
      font-size: 1rem;
      line-height: 40px;
      line-height: 2.5rem; }
    header .left-nav {
      float: left; }
      header .left-nav li.ancestor .mainNav-link, header .left-nav li.active .mainNav-link {
        color: #6e4e56; }
    header .sub-menu {
      position: absolute;
      top: calc(100% - 8px);
      left: 20px;
      height: 0;
      width: 470px;
      z-index: 20;
      border-top: 0;
      opacity: 0;
      overflow: hidden;
      padding-top: 8px;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    header .has-sub:first-child .sub-menu {
      left: 0; }
    header .sub-top {
      padding: 30px 30px 20px;
      position: relative;
      background: #f2eee8;
      border-left: #cfcfcf 1px solid;
      border-right: #cfcfcf 1px solid;
      border-bottom: #cfcfcf 1px solid; }
      header .sub-top li {
        width: 240px;
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        font-weight: 700;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 22px;
        line-height: 1.375rem; }
        header .sub-top li:first-child {
          border-top: none; }
      header .sub-top a {
        display: block;
        font-weight: bold;
        color: #000000;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      header .sub-top:before {
        width: 0;
        height: 0;
        position: absolute;
        left: 20px;
        top: -8px;
        content: ' ';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #f2eee8; }
    header .sub-bottom {
      margin-top: -1px;
      background: #f2eee8;
      padding: 30px;
      border-bottom: #cfcfcf 1px solid;
      border-right: #cfcfcf 1px solid;
      border-left: #cfcfcf 1px solid;
      border-top: #949ca1 1px solid;
      z-index: 1;
      position: relative; }
      header .sub-bottom a {
        color: #121312; }
      header .sub-bottom figure {
        width: 112px; }
      header .sub-bottom .sub-content {
        display: block;
        width: 290px;
        padding: 0 0 0 20px; }
      header .sub-bottom figure, header .sub-bottom .sub-content {
        float: left; }
      header .sub-bottom .see-more-link {
        margin-top: 20px;
        font-size: 14px;
        font-size: 0.875rem; }
    header .sub-title {
      margin-top: 10px;
      letter-spacing: 5px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 25px;
      line-height: 1.5625rem; }
    header .sub-text {
      font-size: 14px;
      font-size: 0.875rem; }
  .menu-fixed main {
    padding-top: 80px; }
  .menu-fixed header {
    position: fixed;
    top: 0;
    left: 0; }
  .mod-no-touchevents header .has-sub .mainNav-link {
    cursor: default; }
  .mod-no-touchevents header .mainNav.left-nav > li:hover > a {
    color: #6e4e56; }
  .mod-no-touchevents header .sub-top a:hover {
    color: #121312;
    text-decoration: none; }
  .mod-no-touchevents header .sub-bottom .sub-content:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .mod-no-touchevents header .has-sub:hover > .sub-menu {
    opacity: 1;
    height: auto; }
  .mod-touchevents header .mainNav > li.active > a {
    color: #121312; }
  .mod-touchevents header .has-sub.active > .sub-menu {
    opacity: 1;
    height: auto; } }

@media only screen and (min-width: 761px) {
  header .right-nav {
    position: absolute;
    top: 0;
    right: -70px;
    background-color: #711731; }
    header .right-nav .mainNav-link {
      width: 315px;
      height: 100px;
      padding: 25px 80px 10px 20px;
      font-weight: 400;
      text-align: right;
      color: #FFFFFF;
      line-height: 28px;
      line-height: 1.75rem; }
      header .right-nav .mainNav-link .highlight {
        display: block;
        font-size: 26px;
        font-size: 1.625rem; } }

@media only screen and (max-width: 1024px) {
  body {
    padding-top: 50px;
    width: 100%;
    position: relative; }
  header {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    height: 100%;
    max-height: 52px;
    background-color: #FFFFFF;
    border-bottom: #6e4e56 2px solid;
    -webkit-transition: max-height 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: max-height 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    header .banner {
      height: 50px;
      width: 209px;
      z-index: 1;
      margin: 0 auto;
      background: none !important;
      position: relative;
      overflow: hidden;
      -webkit-transition: height 0.2s ease-in-out;
      -moz-transition: height 0.2s ease-in-out;
      -ms-transition: height 0.2s ease-in-out;
      -o-transition: height 0.2s ease-in-out;
      transition: height 0.2s ease-in-out; }
      header .banner .inner {
        display: table;
        height: 100%; }
    header .logo {
      display: block;
      position: relative;
      vertical-align: middle; }
      header .logo img {
        max-width: none;
        margin-top: 14px;
        height: 22px;
        -webkit-transition: margin-top 0.2s ease-in-out;
        -moz-transition: margin-top 0.2s ease-in-out;
        -ms-transition: margin-top 0.2s ease-in-out;
        -o-transition: margin-top 0.2s ease-in-out;
        transition: margin-top 0.2s ease-in-out; }
    header .inner {
      position: static; }
    header #searchForm {
      display: none; }
    header nav {
      position: absolute;
      top: 0;
      width: 100%;
      height: auto;
      max-height: 100%;
      padding-top: 50px;
      overflow: hidden;
      line-height: 30px;
      line-height: 1.875rem; }
      header nav .inner {
        overflow: auto;
        padding: 0;
        position: relative; }
    header .mainNav {
      font-family: "Gotham A", "Gotham B", arial, sans-serif; }
      header .mainNav > li {
        float: none;
        position: relative; }
    header .left-nav {
      float: none; }
      header .left-nav .mainNav-link {
        display: none; }
      header .left-nav .has-sub .mainNav-link {
        display: none; }
      header .left-nav li li {
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        border-top: solid 1px #6e4e56;
        font-size: 15px;
        font-size: 0.9375rem; }
      header .left-nav li {
        width: 100%; }
        header .left-nav li.active a {
          color: #a14950; }
      header .left-nav .mainNav-link {
        text-transform: uppercase;
        text-align: center;
        line-height: 40px;
        display: block;
        font-weight: bold;
        padding: 5px 0;
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        color: #000000;
        border-top: solid 1px #6e4e56;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    header .sub-menu {
      padding: 0;
      width: 100%;
      position: relative;
      display: block;
      z-index: 90; }
    header .sub-top {
      padding: 0;
      border: none !important; }
      header .sub-top li {
        width: 100%; }
        header .sub-top li.active a {
          color: #a14950; }
      header .sub-top a {
        text-transform: uppercase;
        text-align: center;
        line-height: 40px;
        display: block;
        font-weight: bold;
        padding: 5px 0;
        color: #000000;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      header .sub-top:before {
        content: none; }
    header .sub-bottom {
      display: none; }
    header .header-link-opening-hours {
      display: block;
      padding: 30px 0 10px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 400;
      color: #000000;
      font-size: 14px;
      font-size: 0.875rem; }
      header .header-link-opening-hours .highlight {
        display: block;
        line-height: 1em;
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        color: #000000;
        font-size: 18px;
        font-size: 1.125rem; }
  #searchFormMobile {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    z-index: 110;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out; }
    #searchFormMobile input, #searchFormMobile button {
      outline: none; }
    #searchFormMobile input[type="text"] {
      width: 100%; }
    #searchFormMobile button {
      right: -60px;
      background: transparent;
      color: #6e4e56; }
    #searchFormMobile fieldset {
      padding-left: 60px;
      padding-right: 0; }
    #searchFormMobile .autocomplete-suggestion-wrapper {
      width: 100%;
      display: none; }
    #searchFormMobile .autocomplete-suggestion.error {
      width: 100%; }
    #searchFormMobile .autocomplete-suggestions {
      width: 100% !important; }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    outline: none;
    z-index: 100; }
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 35px;
      position: absolute;
      display: block;
      content: '';
      transition: all 500ms ease-in-out;
      background: #6e4e56; }
    #nav-toggle span:before {
      top: -10px; }
    #nav-toggle span:after {
      bottom: -10px; }
  .search-open #searchFormMobile {
    right: 60px; }
    .search-open #searchFormMobile .autocomplete-suggestion-wrapper {
      display: block;
      position: absolute; }
    .search-open #searchFormMobile button {
      background-color: #FFFFFF; }
  .search-open header {
    position: absolute; }
  .menu-open {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
    .menu-open body {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      overflow: hidden;
      -webkit-overflow-scrolling: auto; }
    .menu-open header {
      max-height: 100%;
      background-color: #FFFFFF; }
      .menu-open header #nav-toggle span {
        background-color: transparent; }
      .menu-open header #nav-toggle span:before, .menu-open header #nav-toggle span:after {
        top: 0; }
      .menu-open header #nav-toggle span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menu-open header #nav-toggle span:after {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        top: 10px; }
    .menu-open .lang-fixed header {
      background-color: #FFFFFF; }
      .menu-open .lang-fixed header .right-nav .lang {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100; }
  .mod-no-touchevents .sub-top a:hover {
    background: transparent; } }

@media only screen and (min-width: 761px) and (max-width: 1024px) {
  header nav .inner {
    overflow: visible; }
  header .right-nav {
    position: absolute;
    top: -50px;
    right: 0; }
    header .right-nav .mainNav-link {
      width: 170px;
      height: 50px;
      padding: 5px 0 0 20px;
      text-align: left;
      font-style: normal;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      color: #FFFFFF;
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 20px;
      line-height: 1.25rem; }
      header .right-nav .mainNav-link .highlight {
        color: #FFFFFF;
        display: block;
        font-size: 16px;
        font-size: 1rem; }
    header .right-nav li:last-child .mainNav-link {
      padding-right: 0; }
  #searchFormMobile {
    margin-right: -60px; }
    #searchFormMobile input[type="text"] {
      margin-left: -60px;
      padding-left: 130px; }
    #searchFormMobile fieldset {
      padding-left: 0; }
  #nav-toggle {
    right: auto;
    left: 20px;
    z-index: 120; }
  .search-open #searchFormMobile button {
    right: 0; }
  .menu-open header nav .inner {
    overflow: auto; }
  .menu-open #searchFormMobile, .menu-open .mainNav.right-nav {
    display: none; } }

@media only screen and (max-width: 767px) {
  header .right-nav {
    float: none; }
    header .right-nav .lang {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      header .right-nav .lang .mainNav-link {
        color: white;
        text-decoration: underline;
        background: #a14950;
        font-size: 16px;
        font-size: 1rem; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0); }

html {
  font-size: 100%;
  /* Global base font-size default */
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  line-height: 1.5;
  color: #121312;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  height: 100%; }

body {
  font-size: 1em;
  height: 100%;
  background-color: #FFFFFF; }

.inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 65px; }

.see-more-link {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #721731;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }
  .see-more-link:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 1px;
    background-color: #721731;
    width: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

img {
  max-width: 100%; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

.no-results, .results-loading {
  margin-top: 50px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }

.results-loading {
  display: none; }

.results-loading[ng-cloak] {
  display: block !important; }

.richcontent ul {
  list-style-type: disc; }

.richcontent ul, .richcontent ol {
  padding-left: 25px; }

.richcontent blockquote {
  word-wrap: break-word;
  font-style: italic;
  border-left: solid 3px #e4e4e4;
  padding-left: 10px; }

.richcontent iframe {
  width: 100% !important;
  height: 250px; }

.mod-no-touchevents .see-more-link:hover:before {
  width: 95%; }

main {
  position: relative;
  z-index: 10; }
  main .inner {
    max-width: 1390px; }
  main .messages {
    background: #a14950;
    text-align: center; }
    main .messages li {
      font-weight: 900;
      color: white;
      padding: 15px; }
  main .page_title {
    text-transform: none;
    margin: 0 0 50px 0;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 85px;
    line-height: 5.3125rem; }
    main .page_title.title500 {
      text-align: center; }
    main .page_title .stronger {
      font-weight: 400; }
    main .page_title strong {
      text-transform: uppercase;
      vertical-align: middle;
      font-weight: 300;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 85px;
      font-size: 5.3125rem; }

@media only screen and (max-width: 1024px) {
  .inner {
    padding: 0 20px; }
  main .page_title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 50px;
    line-height: 3.125rem; }
    main .page_title strong {
      font-size: 50px;
      font-size: 3.125rem; } }

@media only screen and (max-width: 767px) {
  main .inner {
    padding: 0 20px; }
  main .page_title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem; }
    main .page_title strong {
      font-size: 30px;
      font-size: 1.875rem; } }

footer {
  z-index: 20;
  position: relative;
  color: #fff; }
  footer, footer p {
    font-size: 13px;
    font-size: 0.8125rem; }
  footer h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem; }
    footer h5 .css-icon {
      display: none; }
  footer a {
    color: #fff; }
  footer .block {
    padding: 15px 0 65px 0;
    background: #121312; }
    footer .block.site-map {
      padding: 65px 0 0 0; }
  footer .logo-ic {
    margin-top: 5px; }
  footer #link-corporate-website {
    float: right;
    max-width: 100%; }
    footer #link-corporate-website img {
      max-width: 100%; }
  footer .btn, footer body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm footer input[type='submit'] {
    padding: 0 20px;
    background: #fff;
    color: #721530;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  footer .back-to-top {
    display: block;
    text-align: center;
    width: 200px;
    margin: 10px auto 20px;
    cursor: pointer;
    padding-top: 25px;
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: 700;
    text-transform: uppercase;
    color: #a14950;
    font-size: 12px;
    font-size: 0.75rem; }
    footer .back-to-top:before {
      display: block;
      font-size: 40px;
      font-size: 2.5rem; }

.social-medias {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -80px;
  z-index: 80;
  background: #121312;
  font-size: 27px;
  font-size: 1.6875rem; }
  .social-medias a {
    color: #fff;
    display: block;
    padding: 0px 10px; }

.block-footer {
  width: 50%;
  float: left;
  display: block; }
  .block-footer .col {
    width: 50%;
    display: block;
    float: left;
    position: relative; }
  .block-footer .col-wide {
    clear: both;
    padding-top: 30px; }
  .block-footer .content-cta {
    margin-top: 25px; }

.block-footer-l .col.col-r {
  padding-left: 0; }
  .block-footer-l .col.col-r p {
    color: #fff; }

.block-footer-l .col > div {
  margin-bottom: 40px; }

.footer-link-tenant-access {
  float: left;
  margin: 5px 0 0 0; }

.block-footer-r {
  float: right; }
  .block-footer-r > div {
    width: 40%;
    padding-left: 40px; }
  .block-footer-r .btn, .block-footer-r body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .block-footer-r input[type='submit'] {
    margin-top: 25px; }
  .block-footer-r p {
    max-width: 250px; }

.footer-list {
  margin: 0 0 20px; }

.footer-dl {
  clear: both;
  max-width: 250px; }
  .footer-dl dt, .footer-dl dd {
    float: left;
    font-weight: normal;
    line-height: 1.9; }
  .footer-dl dt {
    font-weight: 700;
    clear: both; }
    .footer-dl dt:after {
      content: ': '; }
  .footer-dl dd {
    margin-left: 5px; }

.btm-links {
  border-top: 1px solid rgba(255, 255, 255, 0.45); }
  .btm-links ul {
    float: left; }
  .btm-links li {
    float: left;
    line-height: 50px;
    padding-right: 30px;
    margin-top: 15px; }
  .btm-links .logo {
    display: none; }
  .btm-links .copyright {
    line-height: 50px;
    margin-top: 15px;
    float: right;
    padding-right: 20px; }

.mod-no-touchevents footer a:hover {
  color: #FFFFFF; }

.mod-no-touchevents footer .btn:hover, .mod-no-touchevents footer body.newsletter-signup .myForm input[type='submit']:hover, body.newsletter-signup .myForm .mod-no-touchevents footer input[type='submit']:hover {
  background: #fff;
  color: #721530;
  opacity: .7; }

@media only screen and (max-width: 1024px) {
  footer .inner {
    padding: 0; }
  footer .social-medias {
    position: relative;
    margin-top: 0;
    background: #4d555c;
    font-size: 27px;
    font-size: 1.6875rem;
    text-align: center; }
    footer .social-medias a {
      display: block;
      padding: 0;
      width: 100%;
      text-align: center;
      color: #606b72;
      font-size: 45px;
      font-size: 2.8125rem; }
    footer .social-medias li {
      display: inline-block;
      line-height: 1em; }
      footer .social-medias li i {
        vertical-align: middle; }
  footer .block-footer, footer .block {
    padding: 0 !important;
    float: none !important;
    width: 100% !important; }
  footer .col, footer .col-wide {
    float: none !important;
    width: 100% !important; }
    footer .col *:last-child, footer .col-wide *:last-child {
      margin-bottom: 0; }
  footer .block-collapse {
    padding: 0 !important; }
    footer .block-collapse .title-collapse {
      margin: 0;
      padding: 30px 20px; }
    footer .block-collapse .collapsable {
      margin: 0 20px 0 20px; }
      footer .block-collapse .collapsable:after {
        content: ' ';
        display: block;
        height: 30px; }
  footer .block-not-collapse {
    padding: 30px 20px; }
  footer .block-collapse, footer .block-not-collapse, footer .richcontent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45); }
  footer .richcontent {
    padding: 20px; }
  footer .block-footer-l .col > div {
    margin-bottom: 0; }
  footer .block-footer-r p, footer .block-footer-r dl, footer .block-footer-r .btn, footer .block-footer-r body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm footer .block-footer-r input[type='submit'] {
    display: inline-block;
    vertical-align: bottom; }
  footer .block-footer-r .btn, footer .block-footer-r body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm footer .block-footer-r input[type='submit'] {
    margin-left: 40px; }
  footer h5 .css-icon {
    cursor: pointer;
    display: block;
    margin-top: -3px;
    float: right;
    font-size: 21px;
    font-size: 1.3125rem; }
  footer .block.tenant-property .inner {
    display: none; }
  footer .btm-links .inner {
    padding: 20px; }
  footer .btm-links .btn, footer .btm-links body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm footer .btm-links input[type='submit'] {
    margin-bottom: 20px; }
  footer .btm-links .logo {
    display: block;
    float: right;
    margin-top: 10px;
    max-width: 100%; }
  footer .btm-links .copyright {
    float: left; }
  footer .btm-links li, footer .btm-links ul {
    float: none !important;
    line-height: 25px;
    padding: 0; }
  footer .btm-links li {
    clear: both; }
  footer .collapsable {
    overflow: hidden;
    max-height: 310px;
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    -ms-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out; }
  footer .collapsed {
    max-height: 0; } }

@media only screen and (max-width: 767px) {
  footer .block-footer-r .btn, footer .block-footer-r body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm footer .block-footer-r input[type='submit'] {
    margin-left: 0; }
  footer .collapsable {
    max-width: 250px; } }

.page-home {
  overflow-x: hidden; }
  .page-home .fullscreen-welcome {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 90;
    overflow: hidden; }
    .page-home .fullscreen-welcome .mobile {
      display: none; }
    .page-home .fullscreen-welcome .mainNav > li {
      outline: none;
      float: left;
      position: relative; }
    .page-home .fullscreen-welcome .mainNav-link {
      outline: none;
      display: block;
      position: relative;
      font-weight: 700;
      text-transform: uppercase;
      padding: 29px 12px 8px;
      color: #000000;
      font-size: 16px;
      font-size: 1rem;
      line-height: 40px;
      line-height: 2.5rem; }
    .page-home .fullscreen-welcome .left-nav {
      float: left; }
      .page-home .fullscreen-welcome .left-nav li.ancestor .mainNav-link, .page-home .fullscreen-welcome .left-nav li.active .mainNav-link {
        color: #6e4e56; }
    .page-home .fullscreen-welcome .right-nav {
      position: absolute;
      top: 0;
      right: -70px;
      background-color: #711731; }
      .page-home .fullscreen-welcome .right-nav .mainNav-link {
        width: 315px;
        height: 100px;
        padding: 25px 10px 10px 20px;
        color: #FFFFFF;
        line-height: 28px;
        line-height: 1.75rem; }
        .page-home .fullscreen-welcome .right-nav .mainNav-link .highlight {
          display: block;
          font-size: 30px;
          font-size: 1.875rem; }
      .page-home .fullscreen-welcome .right-nav li:last-child .mainNav-link {
        padding-right: 0; }
    .page-home .fullscreen-welcome .sub-menu {
      position: absolute;
      top: calc(100% - 8px);
      left: 20px;
      height: 0;
      width: 470px;
      z-index: 20;
      border-top: 0;
      opacity: 0;
      overflow: hidden;
      padding-top: 8px;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .page-home .fullscreen-welcome .has-sub:hover > a {
      color: rgba(255, 255, 255, 0.5); }
    .page-home .fullscreen-welcome .has-sub:first-child .sub-menu {
      left: 0; }
    .page-home .fullscreen-welcome .sub-top {
      padding: 30px 30px 20px;
      position: relative;
      background: #f2eee8;
      border-left: #cfcfcf 1px solid;
      border-right: #cfcfcf 1px solid;
      border-bottom: #cfcfcf 1px solid; }
      .page-home .fullscreen-welcome .sub-top li {
        width: 240px;
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        font-weight: 700;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 22px;
        line-height: 1.375rem; }
        .page-home .fullscreen-welcome .sub-top li:first-child {
          border-top: none; }
      .page-home .fullscreen-welcome .sub-top a {
        display: block;
        font-weight: bold;
        color: #000000;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .page-home .fullscreen-welcome .sub-top:before {
        width: 0;
        height: 0;
        position: absolute;
        left: 20px;
        top: -8px;
        content: ' ';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #f2eee8; }
    .page-home .fullscreen-welcome .sub-bottom {
      margin-top: -1px;
      background: #f2eee8;
      padding: 30px;
      border-bottom: #cfcfcf 1px solid;
      border-right: #cfcfcf 1px solid;
      border-left: #cfcfcf 1px solid;
      border-top: #949ca1 1px solid;
      z-index: 1;
      position: relative; }
      .page-home .fullscreen-welcome .sub-bottom a {
        color: #121312; }
      .page-home .fullscreen-welcome .sub-bottom figure {
        width: 112px; }
      .page-home .fullscreen-welcome .sub-bottom .sub-content {
        display: block;
        width: 290px;
        padding: 0 0 0 20px; }
      .page-home .fullscreen-welcome .sub-bottom figure, .page-home .fullscreen-welcome .sub-bottom .sub-content {
        float: left; }
      .page-home .fullscreen-welcome .sub-bottom .see-more-link {
        margin-top: 20px;
        font-size: 14px;
        font-size: 0.875rem; }
    .page-home .fullscreen-welcome .sub-title {
      margin-top: 10px;
      letter-spacing: 5px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 25px;
      line-height: 1.5625rem; }
    .page-home .fullscreen-welcome .sub-text {
      font-size: 14px;
      font-size: 0.875rem; }
    .page-home .fullscreen-welcome video, .page-home .fullscreen-welcome #home-video-image {
      display: none;
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: black;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .page-home .fullscreen-welcome.banner-video video {
      display: block; }
    .page-home .fullscreen-welcome #home-video-image {
      display: block;
      max-width: none; }
    .page-home .fullscreen-welcome:after {
      content: ' ';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.1); }
    .page-home .fullscreen-welcome .inner {
      text-align: center; }
    .page-home .fullscreen-welcome .logo {
      text-align: center;
      color: #FFFFFF;
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 300; }
    .page-home .fullscreen-welcome .pre-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      z-index: 9999;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .page-home .fullscreen-welcome .mainNav > li {
      float: none;
      display: inline-block;
      text-align: left; }
    .page-home .fullscreen-welcome .left-nav {
      float: none; }
    .page-home .fullscreen-welcome .mainNav-link {
      color: #FFFFFF; }
      .page-home .fullscreen-welcome .mainNav-link:hover {
        color: rgba(255, 255, 255, 0.5) !important; }
    .page-home .fullscreen-welcome .header-link-opening-hours {
      text-align: center;
      text-transform: uppercase;
      margin-top: 20px;
      font-weight: 400;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      color: #FFFFFF;
      font-size: 20px;
      font-size: 1.25rem; }
      .page-home .fullscreen-welcome .header-link-opening-hours .highlight {
        display: block;
        font-weight: 300;
        color: #FFFFFF;
        font-size: 40px;
        font-size: 2.5rem; }
    .page-home .fullscreen-welcome .btn-scroll {
      display: inline-block;
      height: 75px;
      margin-top: 90px;
      cursor: pointer;
      font-weight: 300;
      color: #FFFFFF;
      font-size: 15px;
      font-size: 0.9375rem; }
      .page-home .fullscreen-welcome .btn-scroll:before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        font-size: 65px;
        font-size: 4.0625rem; }
  .page-home .zone-featured {
    padding-bottom: 70px; }
    .page-home .zone-featured .inner {
      overflow: hidden;
      position: relative; }
  .page-home .block-title {
    margin-top: 60px;
    text-transform: none;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 85px;
    line-height: 5.3125rem; }
    .page-home .block-title .stronger {
      font-weight: 400; }
    .page-home .block-title strong {
      text-transform: uppercase;
      vertical-align: middle;
      font-weight: 300;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 85px;
      font-size: 5.3125rem; }
  .page-home .bind-inview {
    opacity: 0 !important;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out; }
    .page-home .bind-inview.btn, .page-home body.newsletter-signup .myForm input.bind-inview[type='submit'], body.newsletter-signup .myForm .page-home input.bind-inview[type='submit'] {
      -webkit-transition: background-color 0.2s ease-in-out, transform 0.5s ease-in-out, color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out, transform 0.5s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, transform 0.5s ease-in-out, color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out, transform 0.5s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, transform 0.5s ease-in-out, color 0.2s ease-in-out; }
  .page-home .block-markdown {
    width: 600px;
    -webkit-transform: translate(-50px, 0);
    -moz-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
    .page-home .block-markdown .container {
      float: left; }
    .page-home .block-markdown .description p {
      line-height: 1.6em;
      font-size: 20px;
      font-size: 1.25rem; }
  .page-home .zone-social-events .block-markdown {
    max-width: 1390px;
    width: auto;
    margin: 0 auto;
    padding: 55px 65px 0; }
  .page-home .block-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 30.09%; }
    .page-home .block-banner .banner-mobile, .page-home .block-banner video {
      display: none; }
    .page-home .block-banner figure {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center; }
    .page-home .block-banner video {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: black;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .page-home .block-banner .filter {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: black; }
    .page-home .block-banner .stretchy-wrapper {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .page-home .block-banner .inner {
      height: 100%;
      z-index: 30; }
    .page-home .block-banner .title-box-wrapper {
      display: table;
      height: 100%;
      max-width: 800px;
      padding: 0 60px;
      float: right; }
    .page-home .block-banner .title-box {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .page-home .block-banner h1, .page-home .block-banner .h1 {
      color: #000000;
      font-weight: 400;
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 50px;
      line-height: 3.125rem; }
      .page-home .block-banner h1:after, .page-home .block-banner .h1:after {
        content: ' ';
        display: block;
        margin: 20px auto 25px;
        background: #000000;
        height: 4px;
        width: 30px; }
      .page-home .block-banner h1:last-child:after, .page-home .block-banner .h1:last-child:after {
        content: none; }
    .page-home .block-banner.banner-video video {
      display: block; }
    .page-home .block-banner.banner-video .title-box-wrapper {
      float: none;
      margin: 0 auto; }
    .page-home .block-banner .bright h1, .page-home .block-banner .bright .h1 {
      color: #FFFFFF; }
      .page-home .block-banner .bright h1:after, .page-home .block-banner .bright .h1:after {
        background: #FFFFFF; }
    .page-home .block-banner .bright .btn, .page-home .block-banner .bright body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-home .block-banner .bright input[type='submit'] {
      color: #711731;
      background-color: #fff; }
    .page-home .block-banner .btn, .page-home .block-banner body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-home .block-banner input[type='submit'] {
      font-weight: 900;
      font-size: 15px;
      font-size: 0.9375rem;
      padding-right: 50px !important;
      padding-left: 50px !important; }
  .page-home .zone-banner-top .block-banner:after, .page-home .block-banner .banner-video:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 6; }
  .page-home .zone-banner-btm .block-banner .title-box-wrapper {
    float: none;
    margin: 0 auto; }
  .page-home .detail-banner {
    display: none; }
  .page-home .block-featured-sales, .page-home .block-featured-events, .page-home .block-featured-posts {
    line-height: 1.38em;
    position: relative; }
    .page-home .block-featured-sales .title1, .page-home .block-featured-events .title1, .page-home .block-featured-posts .title1 {
      line-height: 1.1em;
      font-weight: 300;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 28px;
      font-size: 1.75rem; }
    .page-home .block-featured-sales .date, .page-home .block-featured-events .date, .page-home .block-featured-posts .date {
      text-transform: none;
      font-weight: 700;
      color: #121312;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 18px;
      font-size: 1.125rem; }
    .page-home .block-featured-sales .title2, .page-home .block-featured-events .title2, .page-home .block-featured-posts .title2 {
      margin-top: 0;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 32px;
      font-size: 2rem; }
    .page-home .block-featured-sales .description, .page-home .block-featured-events .description, .page-home .block-featured-posts .description {
      margin-top: 5px; }
      .page-home .block-featured-sales .description, .page-home .block-featured-sales .description p, .page-home .block-featured-events .description, .page-home .block-featured-events .description p, .page-home .block-featured-posts .description, .page-home .block-featured-posts .description p {
        line-height: 1.3em;
        color: #121312;
        font-size: 16px;
        font-size: 1rem; }
    .page-home .block-featured-sales .btn, .page-home .block-featured-sales body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-home .block-featured-sales input[type='submit'], .page-home .block-featured-events .btn, .page-home .block-featured-events body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-home .block-featured-events input[type='submit'], .page-home .block-featured-posts .btn, .page-home .block-featured-posts body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-home .block-featured-posts input[type='submit'] {
      margin-top: 125px; }
    .page-home .block-featured-sales .infos, .page-home .block-featured-events .infos, .page-home .block-featured-posts .infos {
      position: absolute;
      display: block;
      opacity: .9; }
  .page-home .block-featured-posts {
    margin-bottom: 40px; }
    .page-home .block-featured-posts .block-title {
      -webkit-transform: translate(-50px, 0);
      -moz-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
      -o-transform: translate(-50px, 0);
      transform: translate(-50px, 0); }
    .page-home .block-featured-posts .featured-post {
      position: relative;
      width: 60%;
      height: 550px;
      float: left;
      margin-top: 50px; }
    .page-home .block-featured-posts figure {
      position: absolute;
      top: 0;
      right: 0;
      height: 403px;
      -webkit-transform: translate(0, 50px);
      -moz-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
      -o-transform: translate(0, 50px);
      transform: translate(0, 50px); }
      .page-home .block-featured-posts figure img {
        border: 1px solid #e4e4e4; }
    .page-home .block-featured-posts .infos {
      position: absolute;
      bottom: 0;
      width: 435px;
      height: 398px;
      padding: 60px 50px 20px 50px;
      text-align: right;
      background-color: #f2eee8;
      background-color: rgba(242, 238, 232, 0.8);
      -webkit-transform: translate(50px, 0);
      -moz-transform: translate(50px, 0);
      -ms-transform: translate(50px, 0);
      -o-transform: translate(50px, 0);
      transform: translate(50px, 0); }
      .page-home .block-featured-posts .infos > * {
        color: #121312; }
      .page-home .block-featured-posts .infos .see-more-link {
        color: #721731; }
        .page-home .block-featured-posts .infos .see-more-link:before {
          background-color: #721731; }
    .page-home .block-featured-posts .featured-post-link-all {
      float: right;
      margin-right: 40px;
      margin-left: 20px;
      -webkit-transform: translate(50px, 0);
      -moz-transform: translate(50px, 0);
      -ms-transform: translate(50px, 0);
      -o-transform: translate(50px, 0);
      transform: translate(50px, 0); }
  .page-home .block-featured-sales {
    padding-top: 55px; }
    .page-home .block-featured-sales .block-title {
      -webkit-transform: translate(-50px, 0);
      -moz-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
      -o-transform: translate(-50px, 0);
      transform: translate(-50px, 0); }
    .page-home .block-featured-sales .featured-sale {
      position: relative;
      width: 925px;
      height: 510px; }
      .page-home .block-featured-sales .featured-sale figure {
        position: absolute;
        bottom: 0;
        width: 640px;
        height: 695px; }
      .page-home .block-featured-sales .featured-sale .infos {
        position: absolute;
        bottom: 50px;
        width: 450px;
        padding: 50px;
        background: rgba(242, 238, 232, 0.6); }
      .page-home .block-featured-sales .featured-sale .title1 {
        color: #121312; }
      .page-home .block-featured-sales .featured-sale.sale-0 {
        float: right;
        right: -80px; }
        .page-home .block-featured-sales .featured-sale.sale-0 figure {
          right: 0;
          -webkit-transform: translate(-50px, 0);
          -moz-transform: translate(-50px, 0);
          -ms-transform: translate(-50px, 0);
          -o-transform: translate(-50px, 0);
          transform: translate(-50px, 0); }
        .page-home .block-featured-sales .featured-sale.sale-0 .infos {
          text-align: right;
          left: -100px;
          padding-right: 115px;
          -webkit-transform: translate(0, -50px);
          -moz-transform: translate(0, -50px);
          -ms-transform: translate(0, -50px);
          -o-transform: translate(0, -50px);
          transform: translate(0, -50px); }
      .page-home .block-featured-sales .featured-sale.sale-1 {
        float: left;
        left: -80px;
        height: 695px; }
        .page-home .block-featured-sales .featured-sale.sale-1 figure {
          left: 0;
          -webkit-transform: translate(0, -50px);
          -moz-transform: translate(0, -50px);
          -ms-transform: translate(0, -50px);
          -o-transform: translate(0, -50px);
          transform: translate(0, -50px); }
        .page-home .block-featured-sales .featured-sale.sale-1 .infos {
          right: 35px;
          padding-left: 115px;
          -webkit-transform: translate(-50px, 0);
          -moz-transform: translate(-50px, 0);
          -ms-transform: translate(-50px, 0);
          -o-transform: translate(-50px, 0);
          transform: translate(-50px, 0); }
  .page-home .block-featured-events {
    clear: both; }
    .page-home .block-featured-events .featured-event {
      height: 645px;
      position: relative; }
      .page-home .block-featured-events .featured-event > * {
        float: left;
        position: static; }
      .page-home .block-featured-events .featured-event > .featured-event-link-all {
        float: right; }
    .page-home .block-featured-events .block-title {
      -webkit-transform: translate(0, -50px);
      -moz-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
      -o-transform: translate(0, -50px);
      transform: translate(0, -50px); }
    .page-home .block-featured-events .infos {
      margin-top: 65px;
      margin-left: -65px;
      height: 355px;
      width: 500px;
      padding: 40px 20px 20px 120px;
      background-color: #f2eee8;
      background-color: rgba(242, 238, 232, 0.8);
      -webkit-transform: translate(0, 50px);
      -moz-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
      -o-transform: translate(0, 50px);
      transform: translate(0, 50px); }
      .page-home .block-featured-events .infos > * {
        color: #121312; }
      .page-home .block-featured-events .infos .see-more-link {
        color: #721731; }
        .page-home .block-featured-events .infos .see-more-link:before {
          background-color: #721731; }
      .page-home .block-featured-events .infos .description p {
        color: #121312; }
    .page-home .block-featured-events figure {
      position: absolute;
      width: 400px;
      height: 522px;
      -webkit-transform: translate(0, -50px);
      -moz-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
      -o-transform: translate(0, -50px);
      transform: translate(0, -50px); }
    .page-home .block-featured-events .btn.big.arrow, .page-home .block-featured-events body.newsletter-signup .myForm input.big.arrow[type='submit'], body.newsletter-signup .myForm .page-home .block-featured-events input.big.arrow[type='submit'] {
      position: static;
      margin: 245px 20px 0 0px;
      -webkit-transform: translate(-50px, 0);
      -moz-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
      -o-transform: translate(-50px, 0);
      transform: translate(-50px, 0); }
  .page-home .block-featured-social {
    margin-top: 40px;
    background-color: #f2eee8;
    position: relative; }
    .page-home .block-featured-social .owl-prev, .page-home .block-featured-social .owl-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 50px;
      font-size: 3.125rem; }
      .page-home .block-featured-social .owl-prev.disabled, .page-home .block-featured-social .owl-next.disabled {
        display: none !important; }
    .page-home .block-featured-social .owl-prev {
      left: -60px; }
    .page-home .block-featured-social .owl-next {
      right: -60px; }
    .page-home .block-featured-social .social-slider-wrapper {
      padding: 0 50px;
      height: 290px;
      overflow: hidden; }
    .page-home .block-featured-social .slide {
      width: 280px;
      height: 290px;
      opacity: 1;
      padding-bottom: 10px;
      margin: 0 auto;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .page-home .block-featured-social .slide > a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF; }
        .page-home .block-featured-social .slide > a p {
          margin-top: 10px;
          line-height: 1.5;
          color: #121312;
          font-size: 17px;
          font-size: 1.0625rem; }
      .page-home .block-featured-social .slide .featured-tweet {
        padding: 30px 20px; }
      .page-home .block-featured-social .slide .icon-twitter {
        display: block;
        width: 100px;
        color: #54aced;
        border-bottom: 1px solid #121312;
        font-size: 30px;
        font-size: 1.875rem; }
      .page-home .block-featured-social .slide .icon-instagram {
        display: block;
        position: absolute;
        bottom: -10px;
        right: 10px;
        color: #FFFFFF;
        background-color: #a14950;
        font-size: 35px;
        font-size: 2.1875rem; }
      .page-home .block-featured-social .slide .stats {
        position: absolute;
        bottom: 10px;
        left: 20px; }
        .page-home .block-featured-social .slide .stats p {
          display: inline-block;
          font-weight: 700;
          color: #121312; }
    .page-home .block-featured-social .social-ctas {
      text-align: center;
      padding: 80px 0; }
      .page-home .block-featured-social .social-ctas .btn, .page-home .block-featured-social .social-ctas body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-home .block-featured-social .social-ctas input[type='submit'] {
        z-index: 10;
        vertical-align: top;
        margin: 0 40px;
        padding-left: 85px; }
  .page-home .inview {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }
  .page-home footer {
    background-color: #f2eee8; }

.mod-no-touchevents .page-home .fullscreen-welcome .has-sub .mainNav-link {
  cursor: default; }

.mod-no-touchevents .page-home .fullscreen-welcome .sub-top a:hover {
  color: #121312;
  text-decoration: none; }

.mod-no-touchevents .page-home .fullscreen-welcome .sub-bottom .sub-content:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.mod-no-touchevents .page-home .fullscreen-welcome .has-sub:hover > .sub-menu {
  opacity: 1;
  height: auto; }

.mod-no-touchevents .page-home .infos:hover .see-more-link:before, .mod-no-touchevents .page-home .sub-content:hover .see-more-link:before {
  width: 95%; }

.mod-no-touchevents .page-home .block-featured-social .slide:hover {
  opacity: 0.5; }

.mod-touchevents .fullscreen-welcome .mainNav > li.active > a {
  color: #121312; }

.mod-touchevents .fullscreen-welcome .has-sub.active > .sub-menu {
  opacity: 1;
  height: auto; }

.mod-touchevents .bind-inview {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important; }

@media only screen and (max-width: 1280px) {
  .page-home .block-featured-sales .featured-sale {
    margin-top: 150px; }
  .page-home .block-featured-posts figure {
    width: 90%; }
  .page-home .block-featured-events figure {
    width: 340px;
    height: 522px; }
  .page-home .block-featured-events .infos {
    height: 355px;
    width: 320px;
    margin-top: 20px;
    padding: 40px 20px 20px 30px; }
  .page-home .block-featured-events .title1 {
    font-size: 30px;
    font-size: 1.875rem; }
  .page-home .block-featured-events .btn.big.arrow, .page-home .block-featured-events body.newsletter-signup .myForm input.big.arrow[type='submit'], body.newsletter-signup .myForm .page-home .block-featured-events input.big.arrow[type='submit'] {
    padding-left: 105px;
    margin-top: 135px;
    width: 231px; }
    .page-home .block-featured-events .btn.big.arrow:before, .page-home .block-featured-events body.newsletter-signup .myForm input.big.arrow[type='submit']:before, body.newsletter-signup .myForm .page-home .block-featured-events input.big.arrow[type='submit']:before {
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .page-home .block-markdown .description {
    display: none; }
  .page-home .block-banner h1, .page-home .block-banner .h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem; }
  .page-home .block-featured-sales .featured-sale {
    width: 680px;
    height: 400px;
    margin-top: 0; }
    .page-home .block-featured-sales .featured-sale figure {
      width: 390px;
      height: 425px; }
    .page-home .block-featured-sales .featured-sale .infos {
      bottom: 0;
      padding: 30px; }
    .page-home .block-featured-sales .featured-sale .title1 {
      font-size: 34px;
      font-size: 2.125rem; }
    .page-home .block-featured-sales .featured-sale .date, .page-home .block-featured-sales .featured-sale .description p {
      font-size: 14px;
      font-size: 0.875rem; }
    .page-home .block-featured-sales .featured-sale.sale-1 {
      margin-top: 0;
      height: 500px; }
  .page-home .block-featured-posts .featured-post {
    width: 50%;
    height: 412px; }
    .page-home .block-featured-posts .featured-post figure {
      width: 90%;
      height: 294px; }
    .page-home .block-featured-posts .featured-post .infos {
      width: 90%;
      height: 325px;
      padding: 20px; }
    .page-home .block-featured-posts .featured-post .title1 {
      font-size: 30px;
      font-size: 1.875rem; }
    .page-home .block-featured-posts .featured-post .date, .page-home .block-featured-posts .featured-post .date p, .page-home .block-featured-posts .featured-post .description, .page-home .block-featured-posts .featured-post .description p {
      font-size: 14px;
      font-size: 0.875rem; }
  .page-home .block-featured-posts .featured-post-link-all {
    width: 30%;
    margin-left: 0px; }
    .page-home .block-featured-posts .featured-post-link-all:before {
      width: 100%; }
  .page-home .block-featured-events figure {
    width: 320px;
    height: 470px; }
  .page-home .block-featured-events .infos {
    height: 355px;
    width: 230px;
    padding: 20px 10px 10px 10px; }
  .page-home .block-featured-events .title1 {
    font-size: 30px;
    font-size: 1.875rem; }
  .page-home .block-featured-events .btn.big.arrow, .page-home .block-featured-events body.newsletter-signup .myForm input.big.arrow[type='submit'], body.newsletter-signup .myForm .page-home .block-featured-events input.big.arrow[type='submit'] {
    margin-top: 100px;
    padding: 20px 0 0 55px;
    width: 200px; }
    .page-home .block-featured-events .btn.big.arrow:before, .page-home .block-featured-events body.newsletter-signup .myForm input.big.arrow[type='submit']:before, body.newsletter-signup .myForm .page-home .block-featured-events input.big.arrow[type='submit']:before {
      width: 100%; }
  .page-home .block-featured-events .date, .page-home .block-featured-events .date p, .page-home .block-featured-events .description, .page-home .block-featured-events .description p {
    font-size: 14px;
    font-size: 0.875rem; } }

@media only screen and (max-width: 767px) {
  .page-home .block-featured-sales .featured-sale.sale-1, .page-home .block-featured-social, .page-home #searchForm {
    display: none; }
  .page-home .fullscreen-welcome {
    height: 280px; }
    .page-home .fullscreen-welcome .logo, .page-home .fullscreen-welcome .mainNav, .page-home .fullscreen-welcome .btn-scroll, .page-home .fullscreen-welcome img {
      display: none; }
    .page-home .fullscreen-welcome video, .page-home .fullscreen-welcome #home-video-image {
      display: none !important; }
    .page-home .fullscreen-welcome .mobile {
      display: inline-block; }
    .page-home .fullscreen-welcome .bg-mobile {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center; }
  .page-home .block-markdown {
    width: auto; }
    .page-home .block-markdown .container {
      float: none; }
    .page-home .block-markdown .description {
      display: none; }
  .page-home .block-markdown,
  .page-home .block-title {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem; }
    .page-home .block-markdown strong,
    .page-home .block-title strong {
      font-size: 30px;
      font-size: 1.875rem; }
  .page-home .zone-social-events .block-markdown {
    padding-top: 0; }
  .page-home .block-banner {
    height: 271px; }
    .page-home .block-banner .banner-desktop, .page-home .block-banner video, .page-home .block-banner.banner-video video {
      display: none; }
    .page-home .block-banner .banner-mobile {
      display: block; }
    .page-home .block-banner .banner-bg {
      min-width: 0;
      height: 100%;
      background-position: center center; }
      .page-home .block-banner .banner-bg.mobile {
        display: block !important; }
      .page-home .block-banner .banner-bg.desktop {
        display: none !important; }
    .page-home .block-banner .title-box-wrapper {
      float: none !important;
      margin: 0 auto;
      padding: 0 10px;
      max-width: 400px; }
    .page-home .block-banner h1, .page-home .block-banner .h1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 30px;
      line-height: 1.875rem; }
    .page-home .block-banner .btn, .page-home .block-banner body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-home .block-banner input[type='submit'] {
      font-size: 18px;
      font-size: 1.125rem; }
  .page-home .detail-banner {
    position: relative;
    display: block; }
    .page-home .detail-banner #map-canvas {
      height: 150px;
      width: 100%; }
    .page-home .detail-banner a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .page-home .detail-banner span {
      position: absolute;
      display: block;
      top: 60px;
      left: 0;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      color: #a14950;
      font-size: 30px;
      font-size: 1.875rem; }
  .page-home .zone-featured, .page-home .zone-social-events {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 20px; }
  .page-home .block-featured-posts .infos .see-more-link {
    color: #121312; }
    .page-home .block-featured-posts .infos .see-more-link:before {
      background-color: #FFFFFF; }
  .page-home .block-featured-sales, .page-home .block-featured-events, .page-home .block-featured-posts {
    float: none;
    padding-top: 0; }
    .page-home .block-featured-sales > div, .page-home .block-featured-sales figure, .page-home .block-featured-sales .infos, .page-home .block-featured-events > div, .page-home .block-featured-events figure, .page-home .block-featured-events .infos, .page-home .block-featured-posts > div, .page-home .block-featured-posts figure, .page-home .block-featured-posts .infos {
      height: auto !important;
      float: none !important; }
    .page-home .block-featured-sales figure, .page-home .block-featured-events figure, .page-home .block-featured-posts figure {
      width: auto !important;
      position: static !important; }
    .page-home .block-featured-sales .infos, .page-home .block-featured-events .infos, .page-home .block-featured-posts .infos {
      position: static !important;
      padding: 20px 0 !important;
      margin: 0;
      width: 100% !important;
      background: none !important;
      border: none;
      text-align: left; }
      .page-home .block-featured-sales .infos .title1, .page-home .block-featured-events .infos .title1, .page-home .block-featured-posts .infos .title1 {
        font-size: 20px;
        font-size: 1.25rem; }
      .page-home .block-featured-sales .infos > *, .page-home .block-featured-sales .infos .description p, .page-home .block-featured-events .infos > *, .page-home .block-featured-events .infos .description p, .page-home .block-featured-posts .infos > *, .page-home .block-featured-posts .infos .description p {
        color: #121312; }
  .page-home .block-featured-sales .featured-sale {
    position: static; }
    .page-home .block-featured-sales .featured-sale.sale-0 .infos {
      text-align: left; }
  .page-home .block-featured-events .see-more-link {
    display: none; }
  .page-home .block-featured-events .btn.big.arrow, .page-home .block-featured-events body.newsletter-signup .myForm input.big.arrow[type='submit'], body.newsletter-signup .myForm .page-home .block-featured-events input.big.arrow[type='submit'] {
    padding: 0;
    position: static;
    width: 100%; }
  .page-home .featured-event, .page-home .featured-sale, .page-home .featured-post {
    width: auto !important;
    margin: 0 !important; }
  .page-home footer {
    background-color: #FFFFFF; }
    .page-home footer .back-to-top {
      margin-top: 10px; }
  .page-home .see-more-link, .page-home .btn.big.arrow, .page-home body.newsletter-signup .myForm input.big.arrow[type='submit'], body.newsletter-signup .myForm .page-home input.big.arrow[type='submit'] {
    margin: 40px 0 0 0 !important;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 50px;
    padding: 0px 0 0 10px;
    text-align: center;
    z-index: 10;
    font-weight: 700;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    color: #fff;
    background: transparent;
    border: 1px solid #711731;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem; }
    .page-home .see-more-link:before, .page-home .btn.big.arrow:before, .page-home body.newsletter-signup .myForm input.big.arrow[type='submit']:before, body.newsletter-signup .myForm .page-home input.big.arrow[type='submit']:before {
      position: absolute;
      left: 12px;
      top: -14px;
      display: block;
      width: 100% !important;
      height: 50px;
      z-index: -1;
      color: #fff;
      background: #711731;
      border: 1px solid #711731;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .page-home .see-more-link:after, .page-home .btn.big.arrow:after, .page-home body.newsletter-signup .myForm input.big.arrow[type='submit']:after, body.newsletter-signup .myForm .page-home input.big.arrow[type='submit']:after {
      content: none; }
  .page-home .see-more-link {
    color: #fff !important; }
    .page-home .see-more-link:before {
      color: #fff !important;
      background: #711731 !important; } }

.basic_page {
  padding-top: 30px; }
  .basic_page.inner {
    padding-top: 30px; }
  .basic_page p {
    line-height: 2.2em;
    margin: 0 0 30px 0; }
  .basic_page img {
    max-width: 100%; }
  .basic_page .richcontent {
    margin: 0 auto;
    max-width: 1140px; }
    .basic_page .richcontent img {
      display: block; }
    .basic_page .richcontent .body, .basic_page .richcontent .title, .basic_page .richcontent .subtitle, .basic_page .richcontent .content-cta {
      max-width: 700px;
      margin: 0 auto; }
    .basic_page .richcontent .title, .basic_page .richcontent .subtitle {
      margin-bottom: 15px; }
    .basic_page .richcontent .body {
      padding-bottom: 20px;
      line-height: 2em;
      font-size: 14px;
      font-size: 0.875rem; }
      .basic_page .richcontent .body h2, .basic_page .richcontent .body h3, .basic_page .richcontent .body h4, .basic_page .richcontent .body .h2, .basic_page .richcontent .body .h3, .basic_page .richcontent .body .h4 {
        font-weight: 300; }
      .basic_page .richcontent .body h2, .basic_page .richcontent .body .h2 {
        font-size: 40px;
        font-size: 2.5rem; }
    .basic_page .richcontent .cols:after {
      content: ' ';
      display: block;
      clear: both; }
    .basic_page .richcontent .cols .title {
      margin: 8% 0 10px 0;
      line-height: 1.2em;
      font-weight: 300;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 40px;
      font-size: 2.5rem; }
    .basic_page .richcontent .cols .subtitle {
      text-transform: none;
      font-weight: 600;
      margin: 15px 0;
      color: #121312;
      font-size: 18px;
      font-size: 1.125rem; }
    .basic_page .richcontent .cols .body + p {
      margin-bottom: 0; }
    .basic_page .richcontent .cols .col-l, .basic_page .richcontent .cols .col-r {
      float: left; }
    .basic_page .richcontent .cols .col-l {
      width: 55%; }
    .basic_page .richcontent .cols .col-r {
      width: 45%;
      padding: 0 0 0 3%; }
    .basic_page .richcontent:nth-child(even) .col-l, .basic_page .richcontent:nth-child(even) .col-r, .basic_page .richcontent:nth-child(even) .col-l img {
      float: right; }
    .basic_page .richcontent:nth-child(even) .col-r {
      padding: 0 3% 0 0;
      text-align: right; }
    .basic_page .richcontent .error404-richcontent {
      margin: -25px auto 0 auto;
      max-width: 700px;
      text-align: center; }
      .basic_page .richcontent .error404-richcontent .icon-warning {
        font-size: 100px;
        font-size: 6.25rem; }
      .basic_page .richcontent .error404-richcontent .h2, .basic_page .richcontent .error404-richcontent h2 {
        font-size: 55px;
        font-size: 3.4375rem; }
      .basic_page .richcontent .error404-richcontent p {
        font-weight: 900;
        text-transform: uppercase;
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 40px;
        line-height: 2.5rem; }
  .basic_page .error404-richcontent {
    margin: -25px auto 0 auto;
    max-width: 700px;
    text-align: center; }
    .basic_page .error404-richcontent .icon-warning {
      font-size: 100px;
      font-size: 6.25rem; }
    .basic_page .error404-richcontent .h2, .basic_page .error404-richcontent h2 {
      font-size: 55px;
      font-size: 3.4375rem; }
    .basic_page .error404-richcontent p {
      font-weight: 900;
      text-transform: uppercase;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 40px;
      line-height: 2.5rem; }

@media only screen and (max-width: 1024px) {
  .basic_page .cols .title {
    font-size: 24px;
    font-size: 1.5rem; } }

@media only screen and (max-width: 767px) {
  .basic_page .richcontent {
    margin-top: 50px; }
    .basic_page .richcontent .cols {
      max-width: 605px;
      margin: 0 auto; }
      .basic_page .richcontent .cols .title {
        font-size: 22px;
        font-size: 1.375rem; }
      .basic_page .richcontent .cols .subtitle {
        font-size: 16px;
        font-size: 1rem; }
      .basic_page .richcontent .cols .col-r,
      .basic_page .richcontent .cols .col-l {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left; } }

/* ==========================================================================
Pages details
========================================================================== */
body.store-detail,
body.directions {
  background-color: #FFFFFF !important; }

.pull-right {
  float: right; }

/* PAGE DETAIL */
.page-detail {
  /* MAIN GENERAL */
  /* FIN MAIN GENERAL */
  /* STORE */
  /* BOTTOM ALSO DISCOVER */
  /* FIN STORE */
  /* EVENT, SALE */
  /* FIN EVENT, SALE */
  /* JOB */
  /* FIN JOB */
  /* PAGE DIRECTION */
  /* FIN PAGE DIRECTION */
  /* BOTTOM ALSO DISCOVER */
  /* FIN BOTTOM ALSO DISCOVER */ }
  .page-detail .section-title {
    display: block;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-size: 20px;
    font-size: 1.25rem; }
    .page-detail .section-title.small:after {
      width: 86px; }
  .page-detail .highlight {
    color: #a14950;
    font-weight: 600; }
  .page-detail .page-share {
    position: absolute;
    top: 0;
    right: 0; }
    .page-detail .page-share span, .page-detail .page-share ul, .page-detail .page-share li {
      display: inline-block;
      line-height: 33px;
      height: 33px;
      vertical-align: middle; }
    .page-detail .page-share span {
      font-weight: 600; }
    .page-detail .page-share li {
      width: 33px;
      margin-left: 3px; }
    .page-detail .page-share i {
      line-height: 33px;
      font-size: 28px;
      font-size: 2rem;
      color: #121312;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .page-detail .page-share i.icon-google-plus {
        font-size: 1.2rem; }
      .page-detail .page-share i.icon-email {
        font-size: 1.5rem; }
    .page-detail .page-share a {
      display: block;
      height: 33px;
      line-height: 33px;
      text-align: center; }
  .page-detail .m-show {
    display: none; }
  .page-detail .m-hide {
    display: inherit; }
  .page-detail div.v-center {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .page-detail div.h-center {
    display: inline-block;
    position: relative;
    right: -50%;
    height: 100%; }
  .page-detail a.btn {
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 900;
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    padding: 0 22px;
    line-height: 50px; }
  .page-detail .link-all {
    margin: 70px 33px 0 0; }
  .page-detail .link-map {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    color: white;
    background-color: #a14950;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 50px;
    line-height: 3.125rem;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .page-detail .link-map i:before {
      font-size: 55px;
      font-size: 3.4375rem;
      vertical-align: middle;
      position: relative;
      top: -5px;
      left: 35px;
      margin-left: -35px; }
  .page-detail .btn-cta {
    margin-top: 30px; }
    .page-detail .btn-cta a {
      position: relative;
      display: inline-block;
      padding: 0 50px;
      height: 65px;
      padding-top: 22px;
      text-transform: uppercase;
      font-weight: 900;
      text-align: center;
      color: white;
      background-color: #711731;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .page-detail .btn-cta a:hover {
        background-color: #9b2043 !important; }
  .page-detail .metros {
    margin-bottom: 30px; }
    .page-detail .metros ul {
      float: right; }
      .page-detail .metros ul li {
        display: inline-block; }
        .page-detail .metros ul li + li {
          margin-left: 26px; }
        .page-detail .metros ul li span, .page-detail .metros ul li i {
          display: inline-block;
          vertical-align: middle; }
        .page-detail .metros ul li i {
          font-size: 4.5em;
          opacity: 0.2; }
        .page-detail .metros ul li span {
          font-family: "Gotham A", "Gotham B", arial, sans-serif;
          font-weight: 900;
          text-transform: uppercase;
          line-height: 1.2em;
          font-size: 17px;
          font-size: 1.0625rem; }
    .page-detail .metros:after {
      content: ' ';
      clear: both;
      display: block; }
  .page-detail .opening-hours {
    margin-top: 1.2em; }
    .page-detail .opening-hours .title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.5em; }
      .page-detail .opening-hours .title a.mainNav-link {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.5em;
        padding: 0;
        font-weight: 900;
        color: #121312; }
    .page-detail .opening-hours .content {
      margin: 0; }
    .page-detail .opening-hours h4 {
      font-weight: 500;
      margin-bottom: 5px !important; }
    .page-detail .opening-hours h4, .page-detail .opening-hours ul, .page-detail .opening-hours p {
      line-height: 2.1em;
      margin: 0;
      font-size: 15px;
      font-size: 0.9375rem; }
    .page-detail .opening-hours ul, .page-detail .opening-hours p {
      margin-bottom: 30px; }
    .page-detail .opening-hours h4, .page-detail .opening-hours p {
      line-height: 1.5em; }
    .page-detail .opening-hours li {
      margin-bottom: 10px; }
      .page-detail .opening-hours li span:first-child {
        display: inline-block;
        min-width: 155px; }
      .page-detail .opening-hours li span:last-child {
        font-weight: bold;
        display: inline-block;
        min-width: 80px; }
    .page-detail .opening-hours .special-days li span:first-child {
      min-width: 230px; }
  .page-detail .detail-banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 31.25%;
    overflow: hidden;
    background-size: cover;
    background-position: center center; }
    .page-detail .detail-banner:after {
      content: ' ';
      background-color: rgba(0, 0, 0, 0.2);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .page-detail .detail-banner #map-canvas {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding: 0;
      margin: 0; }
    .page-detail .detail-banner > img {
      min-width: 1280px;
      width: 100%;
      min-height: 100%; }
    .page-detail .detail-banner .banner {
      background-position: center center;
      background-size: cover;
      height: 100%;
      width: 100%; }
    .page-detail .detail-banner .link-directions {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 80; }
  .page-detail .main.inner {
    /**************************** PROMOTIONS **********************************************/
    /**************************** PROMOTIONS **********************************************/ }
    .page-detail .main.inner .section-title-wrapper {
      border-bottom: 1px solid #e4e4e4; }
      .page-detail .main.inner .section-title-wrapper .section-title {
        line-height: 1.2;
        vertical-align: middle;
        display: inline-block;
        max-width: 70%;
        margin-bottom: 7px; }
      .page-detail .main.inner .section-title-wrapper i:before {
        color: #a14950;
        position: relative;
        top: -4px;
        vertical-align: middle;
        font-size: 30px;
        font-size: 1.875rem;
        padding-right: 8px;
        display: inline-block; }
    .page-detail .main.inner .jobs,
    .page-detail .main.inner .promotions,
    .page-detail .main.inner .events,
    .page-detail .main.inner .block-related-posts {
      margin-top: 40px;
      margin-bottom: 40px; }
      .page-detail .main.inner .jobs .icon-promo-full,
      .page-detail .main.inner .promotions .icon-promo-full,
      .page-detail .main.inner .events .icon-promo-full,
      .page-detail .main.inner .block-related-posts .icon-promo-full {
        display: none; }
      .page-detail .main.inner .jobs .section-title,
      .page-detail .main.inner .promotions .section-title,
      .page-detail .main.inner .events .section-title,
      .page-detail .main.inner .block-related-posts .section-title {
        clear: both; }
        .page-detail .main.inner .jobs .section-title i:before,
        .page-detail .main.inner .promotions .section-title i:before,
        .page-detail .main.inner .events .section-title i:before,
        .page-detail .main.inner .block-related-posts .section-title i:before {
          color: #a14950;
          position: relative;
          top: 5px;
          vertical-align: text-bottom;
          font-size: 30px;
          font-size: 1.875rem; }
      .page-detail .main.inner .jobs .list,
      .page-detail .main.inner .promotions .list,
      .page-detail .main.inner .events .list,
      .page-detail .main.inner .block-related-posts .list {
        width: 72.22222%;
        float: left; }
        .page-detail .main.inner .jobs .list:after,
        .page-detail .main.inner .promotions .list:after,
        .page-detail .main.inner .events .list:after,
        .page-detail .main.inner .block-related-posts .list:after {
          content: ' ';
          display: block;
          clear: both; }
      .page-detail .main.inner .jobs .no-item,
      .page-detail .main.inner .promotions .no-item,
      .page-detail .main.inner .events .no-item,
      .page-detail .main.inner .block-related-posts .no-item {
        float: left;
        margin-top: 20px; }
      .page-detail .main.inner .jobs #link-job-all,
      .page-detail .main.inner .promotions #link-job-all,
      .page-detail .main.inner .events #link-job-all,
      .page-detail .main.inner .block-related-posts #link-job-all {
        padding-left: 57px; }
      .page-detail .main.inner .jobs .job,
      .page-detail .main.inner .jobs .promotion,
      .page-detail .main.inner .jobs .event,
      .page-detail .main.inner .jobs .post,
      .page-detail .main.inner .promotions .job,
      .page-detail .main.inner .promotions .promotion,
      .page-detail .main.inner .promotions .event,
      .page-detail .main.inner .promotions .post,
      .page-detail .main.inner .events .job,
      .page-detail .main.inner .events .promotion,
      .page-detail .main.inner .events .event,
      .page-detail .main.inner .events .post,
      .page-detail .main.inner .block-related-posts .job,
      .page-detail .main.inner .block-related-posts .promotion,
      .page-detail .main.inner .block-related-posts .event,
      .page-detail .main.inner .block-related-posts .post {
        width: 49.5%;
        margin-top: 15px;
        margin-bottom: 30px;
        display: inline-block;
        vertical-align: top;
        color: #121312; }
        .page-detail .main.inner .jobs .job:nth-child(odd),
        .page-detail .main.inner .jobs .promotion:nth-child(odd),
        .page-detail .main.inner .jobs .event:nth-child(odd),
        .page-detail .main.inner .jobs .post:nth-child(odd),
        .page-detail .main.inner .promotions .job:nth-child(odd),
        .page-detail .main.inner .promotions .promotion:nth-child(odd),
        .page-detail .main.inner .promotions .event:nth-child(odd),
        .page-detail .main.inner .promotions .post:nth-child(odd),
        .page-detail .main.inner .events .job:nth-child(odd),
        .page-detail .main.inner .events .promotion:nth-child(odd),
        .page-detail .main.inner .events .event:nth-child(odd),
        .page-detail .main.inner .events .post:nth-child(odd),
        .page-detail .main.inner .block-related-posts .job:nth-child(odd),
        .page-detail .main.inner .block-related-posts .promotion:nth-child(odd),
        .page-detail .main.inner .block-related-posts .event:nth-child(odd),
        .page-detail .main.inner .block-related-posts .post:nth-child(odd) {
          padding-right: 3.84615%; }
        .page-detail .main.inner .jobs .job:nth-child(even),
        .page-detail .main.inner .jobs .promotion:nth-child(even),
        .page-detail .main.inner .jobs .event:nth-child(even),
        .page-detail .main.inner .jobs .post:nth-child(even),
        .page-detail .main.inner .promotions .job:nth-child(even),
        .page-detail .main.inner .promotions .promotion:nth-child(even),
        .page-detail .main.inner .promotions .event:nth-child(even),
        .page-detail .main.inner .promotions .post:nth-child(even),
        .page-detail .main.inner .events .job:nth-child(even),
        .page-detail .main.inner .events .promotion:nth-child(even),
        .page-detail .main.inner .events .event:nth-child(even),
        .page-detail .main.inner .events .post:nth-child(even),
        .page-detail .main.inner .block-related-posts .job:nth-child(even),
        .page-detail .main.inner .block-related-posts .promotion:nth-child(even),
        .page-detail .main.inner .block-related-posts .event:nth-child(even),
        .page-detail .main.inner .block-related-posts .post:nth-child(even) {
          padding-left: 3.84615%; }
        .page-detail .main.inner .jobs .job .date,
        .page-detail .main.inner .jobs .promotion .date,
        .page-detail .main.inner .jobs .event .date,
        .page-detail .main.inner .jobs .post .date,
        .page-detail .main.inner .promotions .job .date,
        .page-detail .main.inner .promotions .promotion .date,
        .page-detail .main.inner .promotions .event .date,
        .page-detail .main.inner .promotions .post .date,
        .page-detail .main.inner .events .job .date,
        .page-detail .main.inner .events .promotion .date,
        .page-detail .main.inner .events .event .date,
        .page-detail .main.inner .events .post .date,
        .page-detail .main.inner .block-related-posts .job .date,
        .page-detail .main.inner .block-related-posts .promotion .date,
        .page-detail .main.inner .block-related-posts .event .date,
        .page-detail .main.inner .block-related-posts .post .date {
          font-weight: 700;
          font-size: 16px;
          font-size: 1rem; }
        .page-detail .main.inner .jobs .job .title,
        .page-detail .main.inner .jobs .promotion .title,
        .page-detail .main.inner .jobs .event .title,
        .page-detail .main.inner .jobs .post .title,
        .page-detail .main.inner .promotions .job .title,
        .page-detail .main.inner .promotions .promotion .title,
        .page-detail .main.inner .promotions .event .title,
        .page-detail .main.inner .promotions .post .title,
        .page-detail .main.inner .events .job .title,
        .page-detail .main.inner .events .promotion .title,
        .page-detail .main.inner .events .event .title,
        .page-detail .main.inner .events .post .title,
        .page-detail .main.inner .block-related-posts .job .title,
        .page-detail .main.inner .block-related-posts .promotion .title,
        .page-detail .main.inner .block-related-posts .event .title,
        .page-detail .main.inner .block-related-posts .post .title {
          line-height: 1.2em;
          margin-bottom: 10px;
          text-transform: uppercase;
          font-weight: 300;
          font-family: "Gotham A", "Gotham B", arial, sans-serif;
          font-size: 28px;
          font-size: 1.75rem; }
        .page-detail .main.inner .jobs .job .excerpt,
        .page-detail .main.inner .jobs .promotion .excerpt,
        .page-detail .main.inner .jobs .event .excerpt,
        .page-detail .main.inner .jobs .post .excerpt,
        .page-detail .main.inner .promotions .job .excerpt,
        .page-detail .main.inner .promotions .promotion .excerpt,
        .page-detail .main.inner .promotions .event .excerpt,
        .page-detail .main.inner .promotions .post .excerpt,
        .page-detail .main.inner .events .job .excerpt,
        .page-detail .main.inner .events .promotion .excerpt,
        .page-detail .main.inner .events .event .excerpt,
        .page-detail .main.inner .events .post .excerpt,
        .page-detail .main.inner .block-related-posts .job .excerpt,
        .page-detail .main.inner .block-related-posts .promotion .excerpt,
        .page-detail .main.inner .block-related-posts .event .excerpt,
        .page-detail .main.inner .block-related-posts .post .excerpt {
          margin-top: 15px; }
    .page-detail .main.inner .title a {
      color: inherit; }
    .page-detail .main.inner .cols {
      padding-bottom: 80px; }
      .page-detail .main.inner .cols .col-l {
        width: 39%;
        margin-right: 5%;
        float: left;
        margin-top: 103px; }
        .page-detail .main.inner .cols .col-l.switch-col-r-job {
          float: right; }
      .page-detail .main.inner .cols .col-r {
        width: 55%;
        float: right;
        margin-top: -200px; }
        .page-detail .main.inner .cols .col-r.switch-col-l-job {
          float: left; }
        .page-detail .main.inner .cols .col-r .detail {
          clear: both;
          padding: 50px 10% 100px;
          background-color: #f2eee8; }
          .page-detail .main.inner .cols .col-r .detail h3 {
            font-family: "Gotham A", "Gotham B", arial, sans-serif;
            font-size: 18px;
            font-size: 1.125rem;
            text-transform: none; }
          .page-detail .main.inner .cols .col-r .detail .top .title {
            float: none;
            text-align: center;
            text-transform: uppercase;
            font-weight: 300;
            font-family: "Gotham A", "Gotham B", arial, sans-serif;
            color: #121312;
            font-size: 40px;
            font-size: 2.5rem; }
            .page-detail .main.inner .cols .col-r .detail .top .title a {
              display: inline; }
              .page-detail .main.inner .cols .col-r .detail .top .title a img {
                display: inline-block; }
              .page-detail .main.inner .cols .col-r .detail .top .title a:before {
                margin-top: 10px;
                content: '\A';
                display: block; }
          .page-detail .main.inner .cols .col-r .detail .top {
            position: relative; }
            .page-detail .main.inner .cols .col-r .detail .top:after {
              content: ' ';
              clear: both;
              display: block; }
            .page-detail .main.inner .cols .col-r .detail .top .title {
              margin: 0; }
          .page-detail .main.inner .cols .col-r .detail .info {
            margin-top: 35px;
            position: relative; }
            .page-detail .main.inner .cols .col-r .detail .info:after {
              content: ' ';
              clear: both;
              display: block; }
            .page-detail .main.inner .cols .col-r .detail .info .info-box {
              float: left; }
              .page-detail .main.inner .cols .col-r .detail .info .info-box + .info-box {
                margin-left: 30px; }
              .page-detail .main.inner .cols .col-r .detail .info .info-box .highlight {
                margin-top: 10px;
                font-weight: 500;
                font-family: "Gotham A", "Gotham B", arial, sans-serif;
                font-size: 18px;
                font-size: 1.125rem; }
              .page-detail .main.inner .cols .col-r .detail .info .info-box .date span {
                display: inline; }
          .page-detail .main.inner .cols .col-r .detail .description {
            margin-top: 30px; }
            .page-detail .main.inner .cols .col-r .detail .description p {
              font-size: 15px;
              font-size: 0.9375rem;
              line-height: 2em;
              margin-bottom: 30px; }
      .page-detail .main.inner .cols .col-f {
        width: 72%;
        float: none;
        margin-left: auto;
        margin-right: auto; }
        .page-detail .main.inner .cols .col-f .detail {
          padding-left: 7.63%;
          padding-right: 7.63%; }
    .page-detail .main.inner .b {
      font-weight: bold; }
    .page-detail .main.inner .link-all {
      float: right; }
  .page-detail.store .desktop-hide {
    display: none; }
  .page-detail.store .main.inner .go-promo {
    position: absolute;
    top: 20px;
    right: 0;
    width: 140px;
    height: 120px;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #a14950;
    font-family: "Gotham A", "Gotham B", arial, sans-serif; }
    .page-detail.store .main.inner .go-promo:before {
      vertical-align: middle;
      position: relative;
      display: block;
      color: #a14950;
      font-size: 30px;
      font-size: 1.875rem; }
    .page-detail.store .main.inner .go-promo:after {
      display: block;
      font-size: 40px;
      font-size: 2.5rem; }
    .page-detail.store .main.inner .go-promo.count {
      display: none; }
  .page-detail.store .main.inner .go-promo-wrapper {
    position: relative; }
    .page-detail.store .main.inner .go-promo-wrapper .go-promo {
      top: -55px;
      right: 0;
      z-index: 99; }
      .page-detail.store .main.inner .go-promo-wrapper .go-promo .count {
        display: none; }
  .page-detail.store .main.inner .top-map-phone {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 40px 0;
    width: 90%;
    border-top: 7px solid #6e4e56; }
    .page-detail.store .main.inner .top-map-phone .link-map, .page-detail.store .main.inner .top-map-phone .phone {
      float: right; }
    .page-detail.store .main.inner .top-map-phone .phone {
      clear: both;
      margin: 20px 30px 0 0;
      color: #a14950;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem; }
  .page-detail.store .main.inner .jobs,
  .page-detail.store .main.inner .promotions,
  .page-detail.store .main.inner .events,
  .page-detail.store .main.inner .block-related-posts {
    margin-top: 40px;
    margin-bottom: 40px; }
    .page-detail.store .main.inner .jobs .list,
    .page-detail.store .main.inner .promotions .list,
    .page-detail.store .main.inner .events .list,
    .page-detail.store .main.inner .block-related-posts .list {
      width: 72.22222%;
      float: left;
      margin-bottom: 30px; }
      .page-detail.store .main.inner .jobs .list:after,
      .page-detail.store .main.inner .promotions .list:after,
      .page-detail.store .main.inner .events .list:after,
      .page-detail.store .main.inner .block-related-posts .list:after {
        content: ' ';
        display: block;
        clear: both; }
    .page-detail.store .main.inner .jobs .job,
    .page-detail.store .main.inner .jobs .promotion,
    .page-detail.store .main.inner .jobs .event,
    .page-detail.store .main.inner .jobs .post,
    .page-detail.store .main.inner .promotions .job,
    .page-detail.store .main.inner .promotions .promotion,
    .page-detail.store .main.inner .promotions .event,
    .page-detail.store .main.inner .promotions .post,
    .page-detail.store .main.inner .events .job,
    .page-detail.store .main.inner .events .promotion,
    .page-detail.store .main.inner .events .event,
    .page-detail.store .main.inner .events .post,
    .page-detail.store .main.inner .block-related-posts .job,
    .page-detail.store .main.inner .block-related-posts .promotion,
    .page-detail.store .main.inner .block-related-posts .event,
    .page-detail.store .main.inner .block-related-posts .post {
      width: 49.5%;
      margin-top: 15px;
      margin-bottom: 30px;
      display: inline-block;
      vertical-align: top;
      color: #121312; }
      .page-detail.store .main.inner .jobs .job:nth-child(odd),
      .page-detail.store .main.inner .jobs .promotion:nth-child(odd),
      .page-detail.store .main.inner .jobs .event:nth-child(odd),
      .page-detail.store .main.inner .jobs .post:nth-child(odd),
      .page-detail.store .main.inner .promotions .job:nth-child(odd),
      .page-detail.store .main.inner .promotions .promotion:nth-child(odd),
      .page-detail.store .main.inner .promotions .event:nth-child(odd),
      .page-detail.store .main.inner .promotions .post:nth-child(odd),
      .page-detail.store .main.inner .events .job:nth-child(odd),
      .page-detail.store .main.inner .events .promotion:nth-child(odd),
      .page-detail.store .main.inner .events .event:nth-child(odd),
      .page-detail.store .main.inner .events .post:nth-child(odd),
      .page-detail.store .main.inner .block-related-posts .job:nth-child(odd),
      .page-detail.store .main.inner .block-related-posts .promotion:nth-child(odd),
      .page-detail.store .main.inner .block-related-posts .event:nth-child(odd),
      .page-detail.store .main.inner .block-related-posts .post:nth-child(odd) {
        padding-right: 3.84615%; }
      .page-detail.store .main.inner .jobs .job:nth-child(even),
      .page-detail.store .main.inner .jobs .promotion:nth-child(even),
      .page-detail.store .main.inner .jobs .event:nth-child(even),
      .page-detail.store .main.inner .jobs .post:nth-child(even),
      .page-detail.store .main.inner .promotions .job:nth-child(even),
      .page-detail.store .main.inner .promotions .promotion:nth-child(even),
      .page-detail.store .main.inner .promotions .event:nth-child(even),
      .page-detail.store .main.inner .promotions .post:nth-child(even),
      .page-detail.store .main.inner .events .job:nth-child(even),
      .page-detail.store .main.inner .events .promotion:nth-child(even),
      .page-detail.store .main.inner .events .event:nth-child(even),
      .page-detail.store .main.inner .events .post:nth-child(even),
      .page-detail.store .main.inner .block-related-posts .job:nth-child(even),
      .page-detail.store .main.inner .block-related-posts .promotion:nth-child(even),
      .page-detail.store .main.inner .block-related-posts .event:nth-child(even),
      .page-detail.store .main.inner .block-related-posts .post:nth-child(even) {
        padding-left: 3.84615%; }
      .page-detail.store .main.inner .jobs .job .excerpt,
      .page-detail.store .main.inner .jobs .promotion .excerpt,
      .page-detail.store .main.inner .jobs .event .excerpt,
      .page-detail.store .main.inner .jobs .post .excerpt,
      .page-detail.store .main.inner .promotions .job .excerpt,
      .page-detail.store .main.inner .promotions .promotion .excerpt,
      .page-detail.store .main.inner .promotions .event .excerpt,
      .page-detail.store .main.inner .promotions .post .excerpt,
      .page-detail.store .main.inner .events .job .excerpt,
      .page-detail.store .main.inner .events .promotion .excerpt,
      .page-detail.store .main.inner .events .event .excerpt,
      .page-detail.store .main.inner .events .post .excerpt,
      .page-detail.store .main.inner .block-related-posts .job .excerpt,
      .page-detail.store .main.inner .block-related-posts .promotion .excerpt,
      .page-detail.store .main.inner .block-related-posts .event .excerpt,
      .page-detail.store .main.inner .block-related-posts .post .excerpt {
        margin-top: 15px; }
  .page-detail.store .main.inner .cols {
    padding-bottom: 40px; }
    .page-detail.store .main.inner .cols .col-l {
      background: #FFFFFF;
      margin-top: 0;
      padding: 35px 130px 0 0;
      margin-right: 0;
      width: 45%;
      position: relative; }
    .page-detail.store .main.inner .cols .col-r {
      margin-top: -18.5%;
      position: relative; }
      .page-detail.store .main.inner .cols .col-r .detail {
        padding-top: 100px; }
        .page-detail.store .main.inner .cols .col-r .detail .top {
          position: static; }
        .page-detail.store .main.inner .cols .col-r .detail .store-title {
          width: 75%;
          margin-bottom: 1.5em;
          font-weight: 300;
          font-size: 38px;
          font-size: 2.375rem; }
        .page-detail.store .main.inner .cols .col-r .detail .section-title {
          max-width: 140px;
          padding-bottom: 5px;
          border-bottom: 1px solid #e4e4e4;
          font-size: 14px;
          font-size: 0.875rem; }
        .page-detail.store .main.inner .cols .col-r .detail .info-text, .page-detail.store .main.inner .cols .col-r .detail .tagline {
          text-transform: none;
          font-weight: 700;
          font-size: 16px;
          font-size: 1rem; }
        .page-detail.store .main.inner .cols .col-r .detail .description p {
          font-size: 16px;
          font-size: 1rem; }
  .page-detail .discover .title {
    text-transform: none;
    margin: 0;
    vertical-align: text-top;
    margin-bottom: 50px;
    font-weight: 300;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-size: 40px;
    font-size: 2.5rem; }
    .page-detail .discover .title span {
      position: relative;
      top: 10px;
      text-transform: uppercase;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-weight: 300;
      font-size: 65px;
      font-size: 4.0625rem; }
  .page-detail .discover .list {
    text-align: center; }
  .page-detail .discover .store {
    position: relative;
    display: inline-block;
    width: 210px;
    margin: 0 9px;
    padding: 20px;
    background-color: white;
    vertical-align: top;
    color: #121312; }
    .page-detail .discover .store img {
      width: 100%;
      height: auto;
      max-height: 170px; }
    .page-detail .discover .store:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      background-color: #a14950;
      opacity: 0;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  .page-detail.event, .page-detail.sale {
    margin-bottom: 100px; }
    .page-detail.event .main.inner .cols .col-r .detail, .page-detail.sale .main.inner .cols .col-r .detail {
      background-color: #FFFFFF !important;
      padding: 50px 30px 0; }
      .page-detail.event .main.inner .cols .col-r .detail .col-l, .page-detail.event .main.inner .cols .col-r .detail .col-r, .page-detail.sale .main.inner .cols .col-r .detail .col-l, .page-detail.sale .main.inner .cols .col-r .detail .col-r {
        margin: 0; }
      .page-detail.event .main.inner .cols .col-r .detail .col-l, .page-detail.sale .main.inner .cols .col-r .detail .col-l {
        width: 42%; }
      .page-detail.event .main.inner .cols .col-r .detail .col-r, .page-detail.sale .main.inner .cols .col-r .detail .col-r {
        position: relative;
        width: 54%; }
      .page-detail.event .main.inner .cols .col-r .detail .top, .page-detail.sale .main.inner .cols .col-r .detail .top {
        padding-bottom: 40px; }
      .page-detail.event .main.inner .cols .col-r .detail .btn-cta, .page-detail.sale .main.inner .cols .col-r .detail .btn-cta {
        float: right; }
      .page-detail.event .main.inner .cols .col-r .detail .infos-title, .page-detail.sale .main.inner .cols .col-r .detail .infos-title {
        text-transform: uppercase;
        padding-top: 25px;
        text-align: right;
        line-height: 1.2em;
        font-weight: 300;
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        font-size: 28px;
        font-size: 1.75rem; }
      .page-detail.event .main.inner .cols .col-r .detail .info, .page-detail.sale .main.inner .cols .col-r .detail .info {
        margin: 0; }
        .page-detail.event .main.inner .cols .col-r .detail .info .info-box, .page-detail.sale .main.inner .cols .col-r .detail .info .info-box {
          float: none !important; }
          .page-detail.event .main.inner .cols .col-r .detail .info .info-box .infos-title, .page-detail.sale .main.inner .cols .col-r .detail .info .info-box .infos-title {
            margin: 0; }
        .page-detail.event .main.inner .cols .col-r .detail .info .section-title, .page-detail.sale .main.inner .cols .col-r .detail .info .section-title {
          margin-bottom: 10px; }
        .page-detail.event .main.inner .cols .col-r .detail .info .highlight, .page-detail.sale .main.inner .cols .col-r .detail .info .highlight {
          font-family: "Gotham A", "Gotham B", arial, sans-serif;
          font-weight: 700;
          font-size: 14px;
          font-size: 0.875rem; }
        .page-detail.event .main.inner .cols .col-r .detail .info .description, .page-detail.sale .main.inner .cols .col-r .detail .info .description {
          margin-top: 20px; }
          .page-detail.event .main.inner .cols .col-r .detail .info .description p, .page-detail.sale .main.inner .cols .col-r .detail .info .description p {
            line-height: 1.6em !important;
            margin-bottom: 20px; }
        .page-detail.event .main.inner .cols .col-r .detail .info .btn, .page-detail.event .main.inner .cols .col-r .detail .info body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-detail.event .main.inner .cols .col-r .detail .info input[type='submit'], .page-detail.sale .main.inner .cols .col-r .detail .info .btn, .page-detail.sale .main.inner .cols .col-r .detail .info body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-detail.sale .main.inner .cols .col-r .detail .info input[type='submit'] {
          clear: both;
          float: right; }
        .page-detail.event .main.inner .cols .col-r .detail .info .section-title, .page-detail.event .main.inner .cols .col-r .detail .info .highlight, .page-detail.sale .main.inner .cols .col-r .detail .info .section-title, .page-detail.sale .main.inner .cols .col-r .detail .info .highlight {
          text-align: right;
          color: #121312; }
        .page-detail.event .main.inner .cols .col-r .detail .info .page-share, .page-detail.sale .main.inner .cols .col-r .detail .info .page-share {
          position: relative !important; }
          .page-detail.event .main.inner .cols .col-r .detail .info .page-share ul, .page-detail.sale .main.inner .cols .col-r .detail .info .page-share ul {
            float: right; }
            .page-detail.event .main.inner .cols .col-r .detail .info .page-share ul li a i, .page-detail.sale .main.inner .cols .col-r .detail .info .page-share ul li a i {
              color: #a14950; }
          .page-detail.event .main.inner .cols .col-r .detail .info .page-share span, .page-detail.sale .main.inner .cols .col-r .detail .info .page-share span {
            display: none !important; }
      .page-detail.event .main.inner .cols .col-r .detail .title-subtext, .page-detail.sale .main.inner .cols .col-r .detail .title-subtext {
        font-size: 26px;
        font-size: 1.625rem;
        font-weight: normal;
        margin-bottom: 50px; }
  .page-detail.event li:not(:last-child).btn :after {
    content: ', '; }
  .page-detail.event .document-list .btn.big.arrow, .page-detail.event .document-list body.newsletter-signup .myForm input.big.arrow[type='submit'], body.newsletter-signup .myForm .page-detail.event .document-list input.big.arrow[type='submit'] {
    border: none;
    height: 100%;
    padding: 0;
    float: none !important;
    width: 100%;
    display: inline; }
    .page-detail.event .document-list .btn.big.arrow .see-more-link, .page-detail.event .document-list body.newsletter-signup .myForm input.big.arrow[type='submit'] .see-more-link, body.newsletter-signup .myForm .page-detail.event .document-list input.big.arrow[type='submit'] .see-more-link {
      color: #121312;
      font-weight: 400;
      text-transform: none;
      margin-right: 5px;
      font-size: 16px;
      font-size: 1rem; }
      .page-detail.event .document-list .btn.big.arrow .see-more-link:hover, .page-detail.event .document-list body.newsletter-signup .myForm input.big.arrow[type='submit'] .see-more-link:hover, body.newsletter-signup .myForm .page-detail.event .document-list input.big.arrow[type='submit'] .see-more-link:hover {
        color: #a14950; }
    .page-detail.event .document-list .btn.big.arrow:before, .page-detail.event .document-list body.newsletter-signup .myForm input.big.arrow[type='submit']:before, body.newsletter-signup .myForm .page-detail.event .document-list input.big.arrow[type='submit']:before, .page-detail.event .document-list .btn.big.arrow:after, .page-detail.event .document-list body.newsletter-signup .myForm input.big.arrow[type='submit']:after, body.newsletter-signup .myForm .page-detail.event .document-list input.big.arrow[type='submit']:after, .page-detail.event .document-list .btn.big.arrow img, .page-detail.event .document-list body.newsletter-signup .myForm input.big.arrow[type='submit'] img, body.newsletter-signup .myForm .page-detail.event .document-list input.big.arrow[type='submit'] img {
      display: none; }
  .page-detail.event .document-list a {
    background-color: #711731;
    color: #fff;
    padding: 10px !important;
    display: block !important;
    margin: 0 10px 10px 0; }
    .page-detail.event .document-list a:hover {
      background-color: #711731 !important;
      color: #fff !important; }
    .page-detail.event .document-list a img {
      display: block !important;
      position: absolute;
      top: 25%;
      right: 20px;
      padding-left: 20px; }
  .page-detail.sale .detail-banner {
    display: none; }
  .page-detail.sale .main.inner .cols .col-r {
    margin-top: 0 !important; }
  .page-detail.job .inner.main {
    background: #f3f3f3; }
  .page-detail.job .inner .cols .col-r {
    margin-top: -15%; }
    .page-detail.job .inner .cols .col-r .detail {
      background: #FFFFFF !important;
      padding-top: 70px;
      padding-bottom: 140px; }
      .page-detail.job .inner .cols .col-r .detail .page-share {
        position: relative !important; }
        .page-detail.job .inner .cols .col-r .detail .page-share ul li a i {
          color: #a14950; }
        .page-detail.job .inner .cols .col-r .detail .page-share span {
          display: none; }
      .page-detail.job .inner .cols .col-r .detail p {
        margin-top: 30px; }
      .page-detail.job .inner .cols .col-r .detail .info {
        margin-bottom: 25px;
        display: none; }
        .page-detail.job .inner .cols .col-r .detail .info .label {
          border: 0; }
          .page-detail.job .inner .cols .col-r .detail .info .label:after {
            content: ' ';
            display: block;
            border-bottom: 1px solid #9F9F9F;
            width: 214px; }
        .page-detail.job .inner .cols .col-r .detail .info .highlight {
          text-transform: uppercase;
          font-size: 24px;
          font-size: 1.5rem; }
      .page-detail.job .inner .cols .col-r .detail .title-subtext {
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        font-size: 24px;
        font-size: 1.5rem; }
      .page-detail.job .inner .cols .col-r .detail > h1 {
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        font-size: 34px;
        font-size: 2.125rem; }
      .page-detail.job .inner .cols .col-r .detail .action .btn, .page-detail.job .inner .cols .col-r .detail .action body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-detail.job .inner .cols .col-r .detail .action input[type='submit'] {
        float: right; }
      .page-detail.job .inner .cols .col-r .detail .action:after {
        content: ' ';
        clear: both;
        display: block; }
      .page-detail.job .inner .cols .col-r .detail .description {
        margin: 30px 0 40px 0; }
  .page-detail.job .inner .cols .col-l {
    background: #f3f3f3;
    width: 35%;
    margin-top: 0;
    padding-top: 40px; }
  .page-detail.direction .detail-banner:after {
    opacity: 0; }
  .page-detail.direction .main .opening-hours .title br {
    display: none; }
  .page-detail.direction .main .opening-hours .content {
    margin-left: 37px; }
  .page-detail.direction .main.inner .cols {
    padding-bottom: 40px; }
    .page-detail.direction .main.inner .cols .col-r {
      width: 31%;
      margin-top: -80px; }
      .page-detail.direction .main.inner .cols .col-r.switch-float-l {
        float: left !important; }
      .page-detail.direction .main.inner .cols .col-r .info {
        margin-top: 36px; }
        .page-detail.direction .main.inner .cols .col-r .info .info-box .section-title {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 400; }
        .page-detail.direction .main.inner .cols .col-r .info .info-box.clear {
          float: none;
          margin-bottom: 40px; }
          .page-detail.direction .main.inner .cols .col-r .info .info-box.clear + .info-box {
            margin-left: 0; }
        .page-detail.direction .main.inner .cols .col-r .info .info-box .highlight {
          text-transform: none;
          font-size: 14px;
          font-size: 0.875rem; }
          .page-detail.direction .main.inner .cols .col-r .info .info-box .highlight.d-hide {
            display: none; }
          .page-detail.direction .main.inner .cols .col-r .info .info-box .highlight a {
            color: #a14950;
            text-decoration: none;
            line-height: 1;
            font-weight: 500; }
        .page-detail.direction .main.inner .cols .col-r .info .info-box span {
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 600; }
        .page-detail.direction .main.inner .cols .col-r .info .info-box a {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 34px;
          color: #121312;
          font-family: "Gotham A", "Gotham B", arial, sans-serif;
          font-weight: normal;
          text-transform: normal; }
      .page-detail.direction .main.inner .cols .col-r .detail {
        padding: 30px 14% 30px;
        background: #FFFFFF; }
        .page-detail.direction .main.inner .cols .col-r .detail .top .metros {
          display: none; }
        .page-detail.direction .main.inner .cols .col-r .detail .top h1.title {
          font-family: "Gotham A", "Gotham B", arial, sans-serif;
          font-size: 32px;
          font-size: 2rem;
          line-height: 1.2em;
          width: 100%; }
    .page-detail.direction .main.inner .cols .col-l {
      width: 69%;
      margin: 0;
      padding: 15px 1% 15px 0; }
      .page-detail.direction .main.inner .cols .col-l.switch-float-r {
        float: right !important; }
      .page-detail.direction .main.inner .cols .col-l .opening-hours {
        width: 100%; }
        .page-detail.direction .main.inner .cols .col-l .opening-hours h2.section-title {
          font-size: 18px;
          font-size: 1.125rem;
          width: 100%; }
        .page-detail.direction .main.inner .cols .col-l .opening-hours .content-wrapper {
          float: left;
          width: 45%;
          padding-left: 5%; }
          .page-detail.direction .main.inner .cols .col-l .opening-hours .content-wrapper h3.title {
            display: none; }
          .page-detail.direction .main.inner .cols .col-l .opening-hours .content-wrapper .content {
            margin: 0; }
            .page-detail.direction .main.inner .cols .col-l .opening-hours .content-wrapper .content li {
              font-size: 14px;
              font-size: 0.875rem; }
        .page-detail.direction .main.inner .cols .col-l .opening-hours .richcontent {
          float: right;
          width: 49%;
          padding-top: 5px;
          padding-left: 50px; }
          .page-detail.direction .main.inner .cols .col-l .opening-hours .richcontent h4 {
            padding-bottom: 7px;
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: normal;
            text-transform: none; }
  .page-detail.direction .bottom .title {
    position: relative;
    font-weight: 300;
    font-size: 40px;
    font-size: 2.5rem; }
    .page-detail.direction .bottom .title.sustainable-style {
      margin-top: 70px; }
  .page-detail.direction .bottom .description h1 {
    font-size: 40px;
    font-size: 2.5rem; }
  .page-detail.direction .bottom .description h2, .page-detail.direction .bottom .description h3, .page-detail.direction .bottom .description h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: none; }
  .page-detail.direction .bottom .description p, .page-detail.direction .bottom .description ul, .page-detail.direction .bottom .description ol {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8em;
    margin-bottom: 30px; }
    .page-detail.direction .bottom .description p a, .page-detail.direction .bottom .description ul a, .page-detail.direction .bottom .description ol a {
      font-weight: 500; }
  .page-detail.direction .bottom .description ul {
    list-style-type: disc; }
  .page-detail.direction .bottom .description ol, .page-detail.direction .bottom .description ul {
    padding-left: 25px; }
  .page-detail .bottom {
    background: #f2eee8;
    padding-top: 65px;
    padding-bottom: 129px; }
    .page-detail .bottom .col-l,
    .page-detail .bottom .col-r {
      width: 50%;
      float: left;
      padding-left: 0%;
      padding-right: 5.55556%; }

.mod-no-touchevents .page-detail .page-share li:hover i {
  color: #a14950; }

.mod-no-touchevents .page-detail .link-map a:hover, .mod-no-touchevents .page-detail .link-website a:hover {
  background-color: #a14950; }

.mod-no-touchevents .page-detail .promotions .promotion:hover {
  background-color: rgba(255, 255, 255, 0.55); }

.mod-no-touchevents .page-detail .jobs .job:hover {
  background-color: rgba(255, 255, 255, 0.55); }

.mod-no-touchevents .page-detail .block-related-posts .job:hover {
  background-color: rgba(255, 255, 255, 0.55); }

.mod-no-touchevents .page-detail .discover .store:hover:after {
  opacity: 0.3; }

.page-detail.event .col-r .detail .title {
  color: #a14950; }

.page-detail.job .col-r .detail .title {
  color: #000000; }

.page-detail.sale .col-r .detail .title {
  color: #a14950; }

/* ==========================================================================
//for tablet and small screens size, max 1280px
========================================================================== */
@media only screen and (max-width: 80em) {
  .page-detail {
    /* DIRECTION MAP TAB */
    /*FIN  DIRECTION MAP TAB */ }
    .page-detail .main.inner .link-all {
      display: block;
      float: none;
      clear: both;
      margin: 40px auto 0 auto !important;
      position: relative;
      overflow: visible;
      width: 100%;
      height: 50px;
      padding: 0px 0 0 10px !important;
      text-align: center;
      z-index: 10;
      font-weight: 700;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      color: #121312;
      background: #FFFFFF;
      border: 1px solid #711731;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; }
      .page-detail .main.inner .link-all:before {
        position: absolute;
        left: 12px;
        top: -14px;
        display: block;
        width: 100% !important;
        height: 50px;
        z-index: -1;
        color: #121312;
        background: #FFFFFF;
        border: 1px solid #711731;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
      .page-detail .main.inner .link-all:after {
        content: none; }
    .page-detail .main.inner .store-title {
      width: 100%; }
      .page-detail .main.inner .store-title:after {
        display: none !important;
        content: '';
        width: 32px;
        height: 26px;
        background: url('/static/assets/images/sprites.png?779be34c13b8');
        background-repeat: no-repeat;
        background-position: -15px -12px;
        position: relative;
        top: -7px;
        left: 150px; }
    .page-detail .main.inner .promotions .list,
    .page-detail .main.inner .jobs .list,
    .page-detail .main.inner .events .list,
    .page-detail .main.inner .block-related-posts .list {
      width: 100%;
      float: none; }
    .page-detail .main.inner .promotions .no-item,
    .page-detail .main.inner .jobs .no-item,
    .page-detail .main.inner .events .no-item,
    .page-detail .main.inner .block-related-posts .no-item {
      margin: 25px 0; }
    .page-detail .main.inner .cols .col-l {
      margin-top: 0; }
    .page-detail .main.inner .cols .col-r .detail {
      padding: 52px 10% 40px; }
      .page-detail .main.inner .cols .col-r .detail .top .title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.1em; }
        .page-detail .main.inner .cols .col-r .detail .top .title.about-store {
          font-size: 32px;
          font-size: 2rem;
          width: auto; }
      .page-detail .main.inner .cols .col-r .detail .info .action {
        float: none;
        margin-bottom: 30px; }
    .page-detail .main.inner .cols .opening-hours {
      margin-top: 20px; }
      .page-detail .main.inner .cols .opening-hours .title {
        font-size: 20px;
        font-size: 1.25rem; }
        .page-detail .main.inner .cols .opening-hours .title a.mainNav-link {
          font-size: 20px;
          font-size: 1.25rem; }
    .page-detail .main.inner .cols .jobs {
      margin-top: 40px;
      padding-left: 5%;
      padding-right: 10%; }
      .page-detail .main.inner .cols .jobs .job {
        float: none !important;
        width: 100% !important;
        margin: 20px 0 0 -2%; }
    .page-detail .main.inner .cols .jobs .title,
    .page-detail .main.inner .cols .promotions .title,
    .page-detail .main.inner .cols .events .title,
    .page-detail .main.inner .cols .block-related-posts .title {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.2em; }
    .page-detail .main.inner .cols .promotions .list:before {
      font-size: 2rem; }
    .page-detail .main.inner .cols .promotions .list .promotion {
      margin-top: 0; }
    .page-detail.job .main.inner .cols .col-r .detail .info .info-box {
      width: 40%; }
      .page-detail.job .main.inner .cols .col-r .detail .info .info-box .section-title:after {
        width: 100%; }
    .page-detail.event .main.inner .cols .col-r .detail .infos-title, .page-detail.sale .main.inner .cols .col-r .detail .infos-title {
      font-size: 28px;
      font-size: 1.75rem; }
    .page-detail.event {
      margin-bottom: 15px; }
      .page-detail.event .col-l {
        padding-left: 0 !important; }
    .page-detail.sale .col-l {
      padding-left: 0 !important; }
      .page-detail.sale .col-l .btn-cta {
        min-width: 270px; }
        .page-detail.sale .col-l .btn-cta a {
          padding-top: 22px; }
    .page-detail.store .main.inner .go-promo {
      top: auto;
      bottom: 100%; }
    .page-detail.store .main.inner .cols .col-l {
      padding-right: 2%; }
    .page-detail.store .main.inner .cols .col-r .detail .top .title {
      line-height: 1.1em; }
      .page-detail.store .main.inner .cols .col-r .detail .top .title.about-store {
        font-size: 32px;
        font-size: 2rem; }
    .page-detail.store .main.inner .cols .col-r .detail .info-box .section-title:after {
      width: 100%; }
    .page-detail.store .main.inner .cols .col-r .detail .info-box .section-title.small:after {
      width: 100%; }
    .page-detail.store .main.inner .cols .col-l h1 {
      font-size: 32px;
      font-size: 2rem; }
    .page-detail .main.inner .promotions {
      margin-top: 40px; }
      .page-detail .main.inner .promotions .date {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 2em; }
      .page-detail .main.inner .promotions .excerpt {
        margin-top: 0; }
    .page-detail .main.inner .cols .jobs {
      margin-top: 65px; }
      .page-detail .main.inner .cols .jobs .date {
        font-size: 16px;
        font-size: 1rem; }
      .page-detail .main.inner .cols .jobs .job + .job {
        margin-top: 35px; }
    .page-detail .discover {
      padding-top: 55px;
      padding-bottom: 55px; }
      .page-detail .discover .title,
      .page-detail .discover .store {
        float: none !important; }
      .page-detail .discover .title {
        font-size: 32px;
        font-size: 2rem;
        margin-top: 10px;
        margin-bottom: 60px; }
      .page-detail .discover .store {
        height: 215px; }
        .page-detail .discover .store img {
          width: 100%;
          height: auto;
          margin: 0 auto; }
        .page-detail .discover .store .info .level {
          font-size: 14px;
          font-size: 0.875rem; }
    .page-detail.direction .main .opening-hours .title br {
      display: block; }
    .page-detail.direction .main .opening-hours .content-wrapper {
      min-width: 191px; }
    .page-detail.direction .main.inner .cols .col-r {
      width: 40%; }
    .page-detail.direction .main.inner .cols .col-l {
      width: 60%; }
    .page-detail.direction .col-l.mobile-wrap {
      padding: 10px !important; }
    .page-detail.direction .main.inner .cols .col-r .detail {
      padding: 20px 5% 20px; }
      .page-detail.direction .main.inner .cols .col-r .detail .top h1.title {
        font-size: 35px;
        font-size: 2.1875rem; }
      .page-detail.direction .main.inner .cols .col-r .detail .info .info-box {
        float: none;
        margin: 0 0 40px 0;
        width: 100% !important; }
        .page-detail.direction .main.inner .cols .col-r .detail .info .info-box .section-title:after {
          width: 80%; }
        .page-detail.direction .main.inner .cols .col-r .detail .info .info-box + .info-box .section-title:after {
          width: 50%; }
        .page-detail.direction .main.inner .cols .col-r .detail .info .info-box + .info-box + .info-box .section-title:after {
          width: 70%; }
    .page-detail.direction .bottom {
      padding-top: 50px; }
      .page-detail.direction .bottom .inner .col-l, .page-detail.direction .bottom .inner .col-r {
        width: 100%; }
        .page-detail.direction .bottom .inner .col-l .title, .page-detail.direction .bottom .inner .col-r .title {
          float: none;
          width: 100%; }
      .page-detail.direction .bottom .inner .col-r {
        margin-top: 55px; }
    .page-detail .bottom {
      padding-left: 25px !important;
      padding-right: 25px !important; }
    .page-detail .list {
      width: 100% !important; }
      .page-detail .list:after {
        content: '';
        clear: both;
        display: table; } }

@media only screen and (max-width: 1024px) {
  .page-detail .page-share {
    position: static;
    clear: both; }
  .page-detail.event .detail .infos-title, .page-detail.sale .detail .infos-title {
    font-size: 22px;
    font-size: 1.375rem; }
  .page-detail.event .main.inner .cols .col-r .detail .info .info-box .highlight, .page-detail.sale .main.inner .cols .col-r .detail .info .info-box .highlight {
    font-size: 14px;
    font-size: 0.875rem; }
  .page-detail.store .main.inner .top-map-phone {
    position: static;
    border: none;
    width: 100%; }
    .page-detail.store .main.inner .top-map-phone .link-map, .page-detail.store .main.inner .top-map-phone .phone {
      float: none; }
  .page-detail.store .main.inner .cols .col-r .detail {
    padding-top: 30px; } }

@media only screen and (max-width: 767px) {
  .page-detail {
    /* Zone store */
    /* DIRECTION MAP MOBILE */
    /* FIN DIRECTION MAP MOBILE */ }
    .page-detail .m-show {
      display: inherit; }
    .page-detail .mobile-wrap {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .page-detail .detail-banner {
      display: none;
      height: 210px; }
    .page-detail .main.inner .section-title {
      width: 100%; }
      .page-detail .main.inner .section-title:after {
        width: 100%; }
    .page-detail .main.inner .opening-hours .section-title:after {
      width: 83%; }
    .page-detail .main.inner .btn, .page-detail .main.inner body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-detail .main.inner input[type='submit'] {
      display: block !important;
      min-width: 0 !important;
      width: auto !important; }
    .page-detail .main.inner .link-map a, .page-detail .main.inner .link-website a {
      display: block !important;
      min-width: 0 !important;
      min-width: 0 !important;
      line-height: 50px;
      line-height: 3.125rem; }
    .page-detail .main.inner .btn, .page-detail .main.inner body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-detail .main.inner input[type='submit'] {
      text-align: center; }
    .page-detail .main.inner .link-map,
    .page-detail .main.inner .link-website {
      margin-top: 20px; }
    .page-detail .main.inner .cols {
      padding-bottom: 0; }
      .page-detail .main.inner .cols .col-l,
      .page-detail .main.inner .cols .col-r,
      .page-detail .main.inner .cols .col-f,
      .page-detail .main.inner .cols .jobs {
        float: none;
        width: 100% !important;
        padding-left: 0; }
      .page-detail .main.inner .cols .col-r {
        margin-top: -82px; }
        .page-detail .main.inner .cols .col-r .detail {
          margin: 0 !important;
          padding: 0 !important; }
          .page-detail .main.inner .cols .col-r .detail .title.about-store.d-hide {
            float: none;
            width: 100%;
            font-size: 26px;
            font-size: 1.625rem;
            padding-top: 40px;
            margin-bottom: 5px; }
          .page-detail .main.inner .cols .col-r .detail .description {
            margin-top: 20px !important; }
            .page-detail .main.inner .cols .col-r .detail .description p {
              font-size: 13px;
              font-size: 0.8125rem;
              margin-bottom: 40px !important; }
          .page-detail .main.inner .cols .col-r .detail .action {
            float: none !important;
            margin-bottom: 30px;
            margin-top: 30px; }
            .page-detail .main.inner .cols .col-r .detail .action .btn, .page-detail .main.inner .cols .col-r .detail .action body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-detail .main.inner .cols .col-r .detail .action input[type='submit'] {
              float: none !important; }
          .page-detail .main.inner .cols .col-r .detail .link-map a, .page-detail .main.inner .cols .col-r .detail .link-website a {
            height: 50px !important; }
          .page-detail .main.inner .cols .col-r .detail .info .info-box.large .label:after {
            width: 100%; }
      .page-detail .main.inner .cols .opening-hours {
        background: #FFFFFF; }
        .page-detail .main.inner .cols .opening-hours h4, .page-detail .main.inner .cols .opening-hours ul, .page-detail .main.inner .cols .opening-hours p {
          margin-left: 0; }
    .page-detail .main.inner .jobs,
    .page-detail .main.inner .promotions,
    .page-detail .main.inner .events,
    .page-detail .main.inner .block-related-posts {
      margin-top: 40px !important; }
      .page-detail .main.inner .jobs .list,
      .page-detail .main.inner .promotions .list,
      .page-detail .main.inner .events .list,
      .page-detail .main.inner .block-related-posts .list {
        float: none !important; }
        .page-detail .main.inner .jobs .list :last-child,
        .page-detail .main.inner .promotions .list :last-child,
        .page-detail .main.inner .events .list :last-child,
        .page-detail .main.inner .block-related-posts .list :last-child {
          margin-bottom: 0; }
      .page-detail .main.inner .jobs .list,
      .page-detail .main.inner .jobs .job,
      .page-detail .main.inner .jobs .promotion,
      .page-detail .main.inner .jobs .event,
      .page-detail .main.inner .jobs .post,
      .page-detail .main.inner .promotions .list,
      .page-detail .main.inner .promotions .job,
      .page-detail .main.inner .promotions .promotion,
      .page-detail .main.inner .promotions .event,
      .page-detail .main.inner .promotions .post,
      .page-detail .main.inner .events .list,
      .page-detail .main.inner .events .job,
      .page-detail .main.inner .events .promotion,
      .page-detail .main.inner .events .event,
      .page-detail .main.inner .events .post,
      .page-detail .main.inner .block-related-posts .list,
      .page-detail .main.inner .block-related-posts .job,
      .page-detail .main.inner .block-related-posts .promotion,
      .page-detail .main.inner .block-related-posts .event,
      .page-detail .main.inner .block-related-posts .post {
        width: 100% !important;
        padding: 0 !important; }
    .page-detail .main.inner .job {
      margin-top: 40px !important;
      margin-bottom: 0px !important;
      float: none !important;
      width: 100% !important;
      margin-top: 40px; }
      .page-detail .main.inner .job:nth-child(even) {
        padding: 0 !important; }
    .page-detail .bottom {
      padding: 40px inherit; }
      .page-detail .bottom .inner {
        padding-left: 0;
        padding-right: 0; }
      .page-detail .bottom .col-r,
      .page-detail .bottom .col-l {
        width: 100%;
        float: none; }
        .page-detail .bottom .col-r.collapse,
        .page-detail .bottom .col-l.collapse {
          float: left !important; }
          .page-detail .bottom .col-r.collapse .title,
          .page-detail .bottom .col-l.collapse .title {
            width: 100% !important;
            float: none !important; }
        .page-detail .bottom .col-r .col-m.collapse,
        .page-detail .bottom .col-l .col-m.collapse {
          float: left !important;
          width: 100% !important; }
          .page-detail .bottom .col-r .col-m.collapse:after,
          .page-detail .bottom .col-l .col-m.collapse:after {
            display: none !important; }
          .page-detail .bottom .col-r .col-m.collapse:before,
          .page-detail .bottom .col-l .col-m.collapse:before {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background: #121312;
            position: relative;
            top: 0 !important; }
          .page-detail .bottom .col-r .col-m.collapse .title,
          .page-detail .bottom .col-l .col-m.collapse .title {
            width: 100% !important;
            float: none !important; }
    .page-detail.store .store-title {
      font-size: 35px;
      font-size: 2.1875rem;
      margin-top: 50px; }
    .page-detail.store .mobile-hide {
      display: none !important; }
    .page-detail.store .desktop-hide {
      display: block !important; }
    .page-detail.store .detail-banner {
      display: block; }
    .page-detail.store .cols .col-r .detail {
      background: white !important; }
    .page-detail.store .cols .col-r .info {
      margin: 0 !important; }
      .page-detail.store .cols .col-r .info .info-box .section-title {
        font-size: 18px;
        font-size: 1.125rem; }
      .page-detail.store .cols .col-r .info .info-box .highlight {
        font-size: 24px;
        font-size: 1.5rem;
        color: #a14950 !important;
        font-weight: 400 !important; }
    .page-detail.store .cols .col-l {
      margin: 0 !important;
      padding: 0 !important; }
      .page-detail.store .cols .col-l .info-box {
        display: none; }
      .page-detail.store .cols .col-l .opening-hours .section-title {
        font-size: 18px;
        font-size: 1.125rem; }
    .page-detail.store .main.inner .cols .col-r {
      margin-top: 0; }
    .page-detail.store .main.inner .go-promo {
      display: none; }
    .page-detail.store .link-job-all a {
      font-size: 14px;
      font-size: 0.875rem; }
    .page-detail.store .link-map {
      display: block;
      padding: 0 15px; }
    .page-detail.store .jobs {
      padding: 0 !important; }
    .page-detail.store .bottom .inner.discover {
      padding-left: 20px !important;
      padding-right: 20px !important; }
      .page-detail.store .bottom .inner.discover .title {
        margin-bottom: 60px; }
      .page-detail.store .bottom .inner.discover a.store {
        height: auto; }
        .page-detail.store .bottom .inner.discover a.store img {
          width: auto;
          height: 90px; }
    .page-detail.store .bottom .title {
      margin: 0;
      width: 100%;
      margin-bottom: 20px;
      float: none;
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 35px;
      line-height: 2.1875rem; }
      .page-detail.store .bottom .title span {
        font-size: 35px;
        font-size: 2.1875rem; }
    .page-detail.store .bottom .store {
      width: 100%;
      padding: 15px 10px;
      margin: 0 0 10px 0;
      float: none;
      height: 112px; }
      .page-detail.store .bottom .store .v-center {
        height: 100%;
        float: left;
        width: 50%; }
      .page-detail.store .bottom .store img {
        height: 100%;
        width: auto; }
      .page-detail.store .bottom .store .info {
        margin: 0;
        padding: 0 0 0 10px;
        width: 50%;
        float: right;
        position: relative;
        top: 50%;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        text-align: left; }
        .page-detail.store .bottom .store .info .level span {
          display: inline; }
      .page-detail.store .bottom .store:after {
        content: ' ';
        display: block;
        clear: both; }
    .page-detail.store .inner .cols .col-r .detail {
      padding-bottom: 1px; }
      .page-detail.store .inner .cols .col-r .detail .top .title {
        width: 40%; }
    .page-detail.store .promotions,
    .page-detail.store .jobs {
      margin-bottom: 60px; }
    .page-detail.job .main.inner {
      padding-top: 40px;
      background-color: #FFFFFF; }
      .page-detail.job .main.inner .col-r {
        margin-top: 0px !important;
        margin-bottom: 20px; }
      .page-detail.job .main.inner .col-l {
        background-color: #FFFFFF;
        float: none !important; }
        .page-detail.job .main.inner .col-l .opening-hours {
          margin: 0;
          padding: 0; }
    .page-detail.event .main .detail .col-r {
      width: 100% !important; }
    .page-detail.event .main .detail .btn.big.arrow, .page-detail.event .main .detail body.newsletter-signup .myForm input.big.arrow[type='submit'], body.newsletter-signup .myForm .page-detail.event .main .detail input.big.arrow[type='submit'] {
      clear: none !important; }
      .page-detail.event .main .detail .btn.big.arrow .see-more-link, .page-detail.event .main .detail body.newsletter-signup .myForm input.big.arrow[type='submit'] .see-more-link, body.newsletter-signup .myForm .page-detail.event .main .detail input.big.arrow[type='submit'] .see-more-link {
        float: left;
        margin-top: 0; }
    .page-detail.sale {
      /******************************************************************/
      /******************************************************************/ }
      .page-detail.sale .info-box .section-title {
        display: none !important; }
      .page-detail.sale .main.inner .btn-cta {
        float: none; }
        .page-detail.sale .main.inner .btn-cta, .page-detail.sale .main.inner .btn-cta a {
          width: 100%; }
        .page-detail.sale .main.inner .btn-cta a {
          padding: 22px 20px 0; }
      .page-detail.sale .bottom .inner.discover {
        padding-left: 20px !important;
        padding-right: 20px !important; }
        .page-detail.sale .bottom .inner.discover .title {
          margin-bottom: 60px; }
        .page-detail.sale .bottom .inner.discover a.store {
          height: auto; }
          .page-detail.sale .bottom .inner.discover a.store img {
            width: auto;
            height: 90px; }
      .page-detail.sale .bottom .title {
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
        float: none;
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 35px;
        line-height: 2.1875rem; }
        .page-detail.sale .bottom .title span {
          top: 0;
          vertical-align: middle;
          font-size: 35px;
          font-size: 2.1875rem; }
      .page-detail.sale .bottom .store {
        width: 100%;
        padding: 15px 10px;
        margin: 0 0 10px 0;
        float: none;
        height: 112px; }
        .page-detail.sale .bottom .store .v-center {
          height: 100%;
          float: left;
          width: 50%; }
        .page-detail.sale .bottom .store img {
          height: 100%;
          width: auto; }
        .page-detail.sale .bottom .store .info {
          margin: 0;
          padding: 0 0 0 10px;
          width: 50%;
          float: right;
          position: relative;
          top: 50%;
          display: block;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          text-align: left; }
          .page-detail.sale .bottom .store .info .level span {
            display: inline; }
        .page-detail.sale .bottom .store:after {
          content: ' ';
          display: block;
          clear: both; }
    .page-detail.sale .main.inner .cols .col-r .detail .info .info-box, .page-detail.job .main.inner .cols .col-r .detail .info .info-box {
      width: 40%; }
    .page-detail.event .main.inner .cols .col-l, .page-detail.sale .main.inner .cols .col-l {
      padding-left: 0; }
    .page-detail.event .main.inner .cols .col-r .detail .top, .page-detail.sale .main.inner .cols .col-r .detail .top {
      padding-bottom: 0; }
      .page-detail.event .main.inner .cols .col-r .detail .top .title, .page-detail.sale .main.inner .cols .col-r .detail .top .title {
        text-align: left; }
    .page-detail.event .main.inner .cols .col-r .detail .info-box, .page-detail.sale .main.inner .cols .col-r .detail .info-box {
      width: 100% !important; }
      .page-detail.event .main.inner .cols .col-r .detail .info-box .infos-title, .page-detail.sale .main.inner .cols .col-r .detail .info-box .infos-title {
        text-align: left; }
    .page-detail.event .main.inner .cols .col-r .detail .info, .page-detail.sale .main.inner .cols .col-r .detail .info {
      position: static;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
      .page-detail.event .main.inner .cols .col-r .detail .info .description, .page-detail.event .main.inner .cols .col-r .detail .info .description p, .page-detail.sale .main.inner .cols .col-r .detail .info .description, .page-detail.sale .main.inner .cols .col-r .detail .info .description p {
        text-align: left; }
    .page-detail.event .main.inner .cols .col-r .detail .col-l,
    .page-detail.event .main.inner .cols .col-r .detail .col-r, .page-detail.sale .main.inner .cols .col-r .detail .col-l,
    .page-detail.sale .main.inner .cols .col-r .detail .col-r {
      height: auto;
      position: static; }
    .page-detail.event .main.inner .cols .col-r .detail .col-r img, .page-detail.sale .main.inner .cols .col-r .detail .col-r img {
      position: static;
      display: block;
      margin: 0 auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .page-detail.event .main.inner .cols .col-r .detail .info, .page-detail.sale .main.inner .cols .col-r .detail .info {
      margin: 30px 0 38px !important; }
      .page-detail.event .main.inner .cols .col-r .detail .info .highlight, .page-detail.sale .main.inner .cols .col-r .detail .info .highlight {
        text-align: left; }
    .page-detail.event .detail-banner:after, .page-detail.sale .detail-banner:after {
      background: #FFFFFF; }
    .page-detail.event .page-share ul, .page-detail.sale .page-share ul {
      float: none !important; }
    .page-detail.event .col, .page-detail.sale .col {
      margin-top: 25px !important; }
    .page-detail.direction .detail-banner {
      height: 220px;
      display: block; }
    .page-detail.direction .col-l.m-show {
      padding-top: 30px !important;
      padding-left: 20px !important;
      padding-right: 20px !important; }
      .page-detail.direction .col-l.m-show .title {
        font-size: 40px;
        font-size: 2.5rem; }
    .page-detail.direction .inner.main {
      padding-bottom: 20px; }
      .page-detail.direction .inner.main:before {
        content: '';
        display: block;
        width: 100%;
        height: 11px;
        background-color: #a14950;
        position: absolute;
        top: 0px !important;
        left: 0px !important; }
      .page-detail.direction .inner.main .cols {
        padding-bottom: 0; }
        .page-detail.direction .inner.main .cols .col-r {
          margin-top: 0 !important; }
          .page-detail.direction .inner.main .cols .col-r .detail {
            padding-top: 22px;
            padding-bottom: 25px; }
            .page-detail.direction .inner.main .cols .col-r .detail .top h1.title {
              font-size: 25px;
              font-size: 1.5625rem; }
            .page-detail.direction .inner.main .cols .col-r .detail .info .info-box {
              margin-bottom: 15px !important; }
            .page-detail.direction .inner.main .cols .col-r .detail .description {
              margin-top: 0 !important; }
    .page-detail.direction .metros {
      text-align: center; }
      .page-detail.direction .metros ul {
        float: none;
        display: inline-block; }
        .page-detail.direction .metros ul li {
          text-align: left; }
          .page-detail.direction .metros ul li span {
            font-size: 12px;
            font-size: 0.75rem; }
          .page-detail.direction .metros ul li i {
            font-size: 3.5em; }
    .page-detail.direction .opening-hours {
      padding-top: 20px; }
      .page-detail.direction .opening-hours .mobile-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.2em;
        color: #121312;
        margin-bottom: 10px; }
      .page-detail.direction .opening-hours .title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.2em; }
      .page-detail.direction .opening-hours .section-title {
        width: 80%; }
        .page-detail.direction .opening-hours .section-title:after {
          width: 100%; }
      .page-detail.direction .opening-hours .content {
        margin-left: 0; }
    .page-detail.direction .bottom {
      padding: 0 0 75px !important; }
      .page-detail.direction .bottom .col-r,
      .page-detail.direction .bottom .col-l {
        padding-left: 0 !important;
        padding-right: 0 !important; }
        .page-detail.direction .bottom .col-r .css-icon-plus, .page-detail.direction .bottom .col-r .css-icon-plus:after,
        .page-detail.direction .bottom .col-l .css-icon-plus,
        .page-detail.direction .bottom .col-l .css-icon-plus:after {
          border-color: #646464; }
        .page-detail.direction .bottom .col-r .css-icon-minus,
        .page-detail.direction .bottom .col-l .css-icon-minus {
          background-color: #121312; }
      .page-detail.direction .bottom .col-l + .col-r {
        margin: 0; }
      .page-detail.direction .bottom .title {
        padding: 30px 20px;
        margin: 0 !important;
        cursor: pointer;
        position: relative;
        font-size: 25px;
        font-size: 1.5625rem; }
        .page-detail.direction .bottom .title > span {
          width: 75%;
          display: block; }
        .page-detail.direction .bottom .title:after {
          display: none !important; }
        .page-detail.direction .bottom .title .css-icon {
          width: 1em;
          font-size: 21px;
          font-size: 1.3125rem;
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -0.5em; }
      .page-detail.direction .bottom .collapsable {
        padding: 0 20px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -ms-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out; }
        .page-detail.direction .bottom .collapsable.expand {
          max-height: 3000px;
          -webkit-transition: max-height 0.6s ease-in-out;
          -moz-transition: max-height 0.6s ease-in-out;
          -ms-transition: max-height 0.6s ease-in-out;
          transition: max-height 0.6s ease-in-out; } }

body.newsletter-signup .myForm {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  body.newsletter-signup .myForm input[type='text'], body.newsletter-signup .myForm textarea, body.newsletter-signup .myForm img {
    border: solid 1px #e4e4e4; }
  body.newsletter-signup .myForm input[type='submit'] {
    border: 0; }
  body.newsletter-signup .myForm input[type='checkbox'] {
    vertical-align: top;
    text-indent: -9999px;
    position: relative;
    background-color: white;
    height: 23px;
    width: 23px;
    border: none;
    float: left;
    margin-right: 10px; }
    body.newsletter-signup .myForm input[type='checkbox']:before {
      content: ' ';
      display: block;
      background: #FFFFFF;
      position: absolute;
      top: 0;
      height: 23px;
      width: 23px;
      left: 0;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset; }
    body.newsletter-signup .myForm input[type='checkbox']:checked:after {
      content: ' ';
      display: block;
      background: #a14950;
      position: absolute;
      top: 7px;
      height: 10px;
      width: 10px;
      left: 7px; }
  body.newsletter-signup .myForm select {
    height: auto; }
  body.newsletter-signup .myForm .required {
    color: red; }
  body.newsletter-signup .myForm td {
    padding-top: 20px; }
  body.newsletter-signup .myForm td:first-child {
    width: 300px; }

/* ==========================================================================
   //for smaller screens, max 767px
   ========================================================================== */
@media only screen and (max-width: 767px) {
  body.newsletter-signup .hootsuite .inner {
    padding: 0; }
  body.newsletter-signup .myForm td, body.newsletter-signup .myForm tr, body.newsletter-signup .myForm td:first-child {
    display: block;
    width: auto;
    padding: 0; }
  body.newsletter-signup .myForm tr {
    margin-top: 20px; } }

.news-list .col-full {
  margin-top: 50px;
  text-align: center; }
  .news-list .col-full h1 {
    display: inline-block;
    font-size: 50px;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.news-list .news-list-wrapper {
  margin-top: 50px; }

.news-list .news-item {
  margin-bottom: 60px; }
  .news-list .news-item:after {
    content: "";
    display: table;
    clear: both; }
  .news-list .news-item .thumbnail-container {
    width: 40%;
    float: left;
    min-height: 100px; }
    .news-list .news-item .thumbnail-container img {
      display: block;
      width: 100%;
      height: auto; }
  .news-list .news-item .content-container {
    display: inline-block;
    width: 60%;
    padding-top: 30px;
    padding-left: 30px;
    vertical-align: middle; }
    .news-list .news-item .content-container h3 {
      margin-bottom: 5px;
      font-size: 22px; }
      .news-list .news-item .content-container h3 a {
        font-weight: 400;
        text-transform: none; }
    .news-list .news-item .content-container span {
      line-height: 2em;
      font-size: 16px;
      font-family: 300; }
    .news-list .news-item .content-container a.more {
      font-size: 1em;
      font-weight: 600;
      margin-top: 10px;
      display: inline-block;
      text-transform: none; }

.news-list .pagination-container {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 10px; }
  .news-list .pagination-container .pagination li {
    display: inline;
    padding: 5px 10px;
    margin: 0 5px; }
    .news-list .pagination-container .pagination li.active {
      background-color: #a14950; }
      .news-list .pagination-container .pagination li.active a {
        color: #FFFFFF; }
    .news-list .pagination-container .pagination li a {
      line-height: 20px;
      font-size: 1.313em; }
      .news-list .pagination-container .pagination li a span.nav-desktop {
        display: inline; }
      .news-list .pagination-container .pagination li a span.nav-mobile {
        display: none; }

/* ==========================================================================
//for tablet and small screens size, max 1024px
========================================================================== */
@media only screen and (max-width: 1024px) {
  .news-list .pagination li {
    margin: 0 !important;
    padding: 15px 10px; }
    .news-list .pagination li a span.nav-desktop {
      display: none !important; }
    .news-list .pagination li a span.nav-mobile {
      display: inline !important; }
  .news-list .pagination li:not(.prev):not(.next) {
    display: none; } }

/* ==========================================================================
//for smaller screens, max 767px
========================================================================== */
@media only screen and (max-width: 767px) {
  .news-list .col-full h1 {
    font-size: 30px; }
  .news-list .news-item {
    margin-bottom: 40px; }
    .news-list .news-item .thumbnail-container {
      width: 100%;
      float: none;
      min-height: 0; }
    .news-list .news-item .content-container {
      width: 100%;
      padding: 0;
      margin-top: 10px; } }

.news-detail {
  clear: both; }
  .news-detail .col-full {
    margin-top: 50px;
    text-align: center; }
    .news-detail .col-full h2 {
      font-weight: 300;
      display: inline-block;
      font-size: 50px;
      padding: 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .news-detail .thumbnail {
    width: 60%;
    float: left;
    margin: 15px 0; }
  .news-detail .content:after {
    content: "";
    display: table;
    clear: both; }
  .news-detail .content-container {
    display: inline-block;
    width: 40%;
    margin: 15px 0;
    padding: 10px 20px;
    vertical-align: middle; }
    .news-detail .content-container h1 {
      text-transform: none; }
    .news-detail .content-container iframe {
      width: 100%;
      height: 300px; }
    .news-detail .content-container .btn, .news-detail .content-container body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .news-detail .content-container input[type='submit'] {
      margin-top: 10px;
      text-transform: uppercase; }
  .news-detail .pagination {
    padding: 50px 0 20px 0; }
    .news-detail .pagination:after {
      content: "";
      display: table;
      clear: both; }
    .news-detail .pagination ul li {
      font-weight: 400;
      line-height: 1em;
      font-size: 26px; }
      .news-detail .pagination ul li .post-title {
        padding-top: 5px;
        font-weight: 300;
        font-size: 16px;
        line-height: 1em;
        display: block; }
      .news-detail .pagination ul li a {
        display: block;
        position: relative; }
      .news-detail .pagination ul li i {
        position: absolute;
        top: 0;
        font-size: 50px;
        font-size: 3.125rem; }
      .news-detail .pagination ul li.prev {
        float: left;
        text-align: left; }
        .news-detail .pagination ul li.prev a {
          padding-left: 50px; }
        .news-detail .pagination ul li.prev i {
          left: 0; }
      .news-detail .pagination ul li.next {
        float: right;
        text-align: right; }
        .news-detail .pagination ul li.next a {
          padding-right: 60px; }
        .news-detail .pagination ul li.next i {
          right: 0; }

/* ==========================================================================
//for tablet and small screens size, max 1024px
========================================================================== */
@media only screen and (max-width: 1024px) {
  .news-detail .thumbnail {
    width: 40%; }
  .news-detail .content-container {
    width: 60%; } }

/* ==========================================================================
//for smaller screens, max 767px
========================================================================== */
@media only screen and (max-width: 767px) {
  .news-detail .col-full h2 {
    font-size: 30px; }
  .news-detail .thumbnail {
    width: 100%; }
    .news-detail .thumbnail img {
      width: 100%; }
  .news-detail .content-container {
    padding: 0;
    width: 100%; }
    .news-detail .content-container .btn, .news-detail .content-container body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .news-detail .content-container input[type='submit'] {
      margin-top: 20px; }
  .news-detail .pagination {
    padding: 60px 0 60px 0;
    padding-top: 25px; }
    .news-detail .pagination ul li {
      display: table-cell;
      line-height: 1em;
      text-align: center;
      padding: 0;
      font-size: 20px;
      font-size: 1.25rem; }
      .news-detail .pagination ul li span {
        font-size: .5em;
        line-height: 1em;
        font-weight: 600;
        display: block; }
      .news-detail .pagination ul li a {
        display: block;
        padding: 50px 20px;
        height: 130px; }
      .news-detail .pagination ul li i {
        display: none; }
      .news-detail .pagination ul li.prev {
        width: 50%; }
        .news-detail .pagination ul li.prev a {
          padding-left: 20px; }
      .news-detail .pagination ul li.next {
        width: 50%; }
        .news-detail .pagination ul li.next a {
          padding-right: 20px; }
        .news-detail .pagination ul li.next:only-child {
          float: right; } }

/* ==========================================================================
   Pages Listing
   ========================================================================== */
.listing_page {
  padding-top: 30px; }
  .listing_page .page_title {
    margin: 0 auto 50px; }
  .listing_page .filters {
    display: none;
    height: 50px;
    border-bottom: 1px solid #a14950; }
    .listing_page .filters .btn, .listing_page .filters body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .listing_page .filters input[type='submit'] {
      cursor: pointer;
      background-color: transparent;
      border-left: 1px solid transparent;
      border-top: 1px solid transparent;
      border-right: 1px solid transparent;
      padding: 5px 30px 0;
      width: 48%;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-weight: 700;
      color: #121312;
      -webkit-transition: color 0s ease;
      -moz-transition: color 0s ease;
      -ms-transition: color 0s ease;
      -o-transition: color 0s ease;
      transition: color 0s ease;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.2;
      text-align: center; }
      .listing_page .filters .btn.active, .listing_page .filters body.newsletter-signup .myForm input.active[type='submit'], body.newsletter-signup .myForm .listing_page .filters input.active[type='submit'] {
        border-color: #a14950;
        background-color: #FFFFFF !important; }
      .listing_page .filters .btn span, .listing_page .filters body.newsletter-signup .myForm input[type='submit'] span, body.newsletter-signup .myForm .listing_page .filters input[type='submit'] span {
        display: block;
        max-width: 100px;
        margin: 0 auto; }
  .listing_page .col-title {
    margin-bottom: 50px;
    padding: 12px 0;
    background-color: #FFFFFF;
    font-weight: 300;
    border-bottom: 1px solid #e4e4e4;
    font-size: 40px;
    font-size: 2.5rem; }
  .listing_page .sales-list, .listing_page .events-list {
    float: left;
    width: 50%;
    min-height: 200px; }
  .listing_page .events-list {
    padding-left: 10%; }
  .listing_page .block-item {
    max-height: 690px;
    margin-bottom: 30px;
    display: block;
    line-height: 1.3em; }
    .listing_page .block-item:last-child {
      height: auto; }
      .listing_page .block-item:last-child .block-sale {
        height: 230px; }
    .listing_page .block-item .title {
      text-transform: uppercase;
      line-height: 1.2em;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-weight: 300;
      font-size: 28px;
      font-size: 1.75rem; }
    .listing_page .block-item .date {
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem; }
    .listing_page .block-item .text {
      margin-top: 10px; }
    .listing_page .block-item .see-more-link {
      margin-top: 10px; }
  .listing_page .block-sale, .listing_page .block-job {
    display: block;
    color: #121312;
    -moz-background-clip: padding;
    /* Firefox 3.6 */
    -webkit-background-clip: padding;
    /* Safari 4? Chrome 6? */
    background-clip: padding-box;
    /* Firefox 4, Safari 5, Opera 10, IE 9 */ }
    .listing_page .block-sale figure, .listing_page .block-job figure {
      background-color: #FFFFFF;
      padding: 2%;
      width: 30%; }
      .listing_page .block-sale figure img, .listing_page .block-job figure img {
        max-height: 151px;
        margin: 0 auto; }
    .listing_page .block-sale .infos, .listing_page .block-job .infos {
      width: 70%;
      padding-left: 20px; }
  .listing_page .block-sale {
    height: 30%;
    border: 10px solid transparent; }
    .listing_page .block-sale > * {
      float: left; }
    .listing_page .block-sale + .block-sale {
      margin-top: 5%; }
  .listing_page .block-job {
    float: left;
    width: 50%;
    height: 230px; }
    .listing_page .block-job > div {
      border: 10px solid transparent;
      margin: -10px;
      height: 95%; }
      .listing_page .block-job > div > * {
        float: left; }
    .listing_page .block-job .title {
      color: #121312; }
    .listing_page .block-job .see-more-link {
      color: #a14950; }
    .listing_page .block-job .see-more-link:before {
      background-color: #a14950; }
  .listing_page .block-event {
    max-width: 320px;
    border: 10px solid transparent;
    color: #121312;
    -moz-background-clip: padding;
    /* Firefox 3.6 */
    -webkit-background-clip: padding;
    /* Safari 4? Chrome 6? */
    background-clip: padding-box;
    /* Firefox 4, Safari 5, Opera 10, IE 9 */ }
    .listing_page .block-event:last-child {
      max-height: 690px; }
    .listing_page .block-event figure {
      margin: 20px 0; }
  .listing_page #jobs-list .block-item:nth-child(even) {
    padding-left: 35px; }

.mod-no-touchevents .listing_page .block-sale:hover, .mod-no-touchevents .listing_page .block-event:hover {
  border-color: rgba(237, 237, 237, 0.55);
  background-color: rgba(237, 237, 237, 0.55); }

.mod-no-touchevents .listing_page .block-job > div:hover {
  background-color: rgba(237, 237, 237, 0.55); }

.mod-no-touchevents .listing_page .btn:hover, .mod-no-touchevents .listing_page body.newsletter-signup .myForm input[type='submit']:hover, body.newsletter-signup .myForm .mod-no-touchevents .listing_page input[type='submit']:hover {
  background-color: initial; }

/* ==========================================================================
   //for tablet and small screens size, min 1025px
   ========================================================================== */
@media only screen and (min-width: 1025px) {
  .sub-menu-fixed .listing_page .col-title {
    position: fixed;
    top: 80px;
    z-index: 110; }
  .sub-menu-fixed .listing_page #sales-events-controller {
    padding-top: 115px; }
  .sub-menu-fixed .listing_page .sales-list .col-title {
    width: 50%;
    max-width: 640px; }
  .sub-menu-fixed .listing_page .events-list .col-title {
    width: 40%;
    max-width: 512px; } }

/* ==========================================================================
   //for smaller screens, max 1024px
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .listing_page .page_title {
    max-width: 700px; }
  .listing_page .mhidden {
    display: none; }
  .listing_page .filters {
    display: block;
    max-width: 700px;
    margin: 0 auto 50px; }
  .listing_page .col-title {
    display: none; }
  .listing_page .sales-list, .listing_page .events-list, .listing_page .block-job {
    float: none;
    width: auto;
    padding: 0 !important; }
  .listing_page .block-item, .listing_page .block-sale, .listing_page .block-job {
    height: auto;
    max-width: 700px;
    margin: 0 auto 40px; }
  .listing_page .block-job {
    margin: 40px auto; }
  .listing_page .block-event figure {
    max-width: 400px; } }

/* ==========================================================================
   //for smaller screens, max 767px
   ========================================================================== */
@media only screen and (max-width: 767px) {
  main .inner.listing_page {
    padding: 30px 10px 60px; }
    main .inner.listing_page #sales-events-list {
      padding-top: 0; }
    main .inner.listing_page .block-item .title {
      font-size: 19px;
      font-size: 1.1875rem; }
    main .inner.listing_page .block-item .date {
      font-size: 12px;
      font-size: 0.75rem; } }

/* ==========================================================================
STORE LIST MODULE
========================================================================== */
#store-list-controller {
  min-height: 600px; }
  #store-list-controller .filter-wrapper {
    position: relative;
    display: block;
    vertical-align: top;
    float: left;
    width: 50%;
    height: 50px; }
    #store-list-controller .filter-wrapper.filter-sales {
      position: inherit;
      text-align: center;
      width: 100%; }
      #store-list-controller .filter-wrapper.filter-sales label {
        display: inline-block;
        margin-right: 5px;
        text-transform: uppercase;
        font-weight: 900;
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        font-size: 16px;
        font-size: 1rem; }
    #store-list-controller .filter-wrapper.floors, #store-list-controller .filter-wrapper.letters-mobile {
      display: none; }
    #store-list-controller .filter-wrapper i, #store-list-controller .filter-wrapper span {
      vertical-align: middle; }
    #store-list-controller .filter-wrapper i {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 50px;
      line-height: 3.125rem; }
    #store-list-controller .filter-wrapper button {
      background-color: #711731; }
    #store-list-controller .filter-wrapper select {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      display: none; }
    #store-list-controller .filter-wrapper .css-icon-arrow-down:after {
      border-top-color: #fff;
      right: 3px; }
  #store-list-controller .btn-reset-mobile-wrapper {
    border-top: solid 1px #e4e4e4;
    margin-top: 8px;
    padding-top: 5px;
    display: none; }
  #store-list-controller .btn-reset-mobile {
    border: none;
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
    color: #a14950;
    font-size: 15px;
    font-size: 0.9375rem; }
  #store-list-controller .search, #store-list-controller .select-wrapper {
    padding-right: 80px; }
    #store-list-controller .search button, #store-list-controller .select-wrapper button {
      width: 50px;
      padding: 0;
      color: #fff;
      margin-right: 30px; }
      #store-list-controller .search button i, #store-list-controller .select-wrapper button i {
        position: absolute;
        left: -5px;
        top: 0;
        display: block;
        height: 50px;
        width: 40px; }
  #store-list-controller .search input {
    padding: 0 20px;
    background-color: #ededed;
    font-size: 12px;
    font-size: 0.75rem; }
    #store-list-controller .search input::-webkit-input-placeholder {
      color: #121312;
      font-size: 12px;
      font-size: 0.75rem; }
    #store-list-controller .search input:-moz-placeholder {
      color: #121312;
      font-size: 12px;
      font-size: 0.75rem; }
    #store-list-controller .search input::-moz-placeholder {
      color: #121312;
      font-size: 12px;
      font-size: 0.75rem; }
    #store-list-controller .search input:-ms-input-placeholder {
      color: #121312;
      font-size: 12px;
      font-size: 0.75rem; }
  #store-list-controller .select-wrapper {
    cursor: pointer; }
  #store-list-controller .select {
    height: 50px;
    position: relative;
    width: 100%;
    background-color: #ededed;
    color: #121312;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 50px;
    line-height: 3.125rem; }
    #store-list-controller .select span {
      display: block;
      position: absolute;
      top: 0;
      left: 20px;
      height: 50px;
      overflow: hidden; }
  #store-list-controller .select-dropdown {
    max-height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 30;
    overflow: hidden;
    background-color: #606b72;
    background-color: rgba(96, 107, 114, 0.97); }
    #store-list-controller .select-dropdown ul {
      padding: 5px 5px 35px 20px; }
    #store-list-controller .select-dropdown li {
      font-weight: 600;
      text-transform: uppercase;
      color: #FFFFFF;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 27px;
      line-height: 1.6875rem;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      #store-list-controller .select-dropdown li.active {
        color: #a14950; }
  #store-list-controller .select-wrapper.open .select {
    color: #FFFFFF;
    background-color: #606b72;
    background-color: rgba(96, 107, 114, 0.97); }
  #store-list-controller .select-wrapper.open .select-dropdown {
    max-height: 1030px;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out; }
  #store-list-controller .link-map {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    float: none; }
    #store-list-controller .link-map .btn, #store-list-controller .link-map body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm #store-list-controller .link-map input[type='submit'] {
      text-align: center;
      width: 100%;
      padding-right: 0;
      background-color: #711731;
      font-size: 13px;
      font-size: 0.8125rem; }
  #store-list-controller .middle-filters {
    border-bottom: solid 1px #e4e4e4; }
  #store-list-controller .letters {
    text-align: center;
    margin: 30px 0 20px 0; }
    #store-list-controller .letters li {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0 10px;
      cursor: pointer;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 25px;
      font-size: 1.5625rem;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      #store-list-controller .letters li.active {
        color: #a14950; }
      #store-list-controller .letters li.icm-unit-letter-all {
        font-size: 15px;
        font-size: 0.9375rem; }
      #store-list-controller .letters li.btn-reset {
        color: #a14950;
        font-size: 15px;
        font-size: 0.9375rem; }
  #store-list-controller .bottom-filters {
    display: block;
    width: 100%;
    max-width: 980px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    -ms-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out; }
  #store-list-controller .advanced-search-toggle {
    position: relative;
    background: transparent;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem; }
    #store-list-controller .advanced-search-toggle:after {
      display: inline;
      content: '↓';
      margin-left: 5px;
      color: #a14950;
      position: absolute;
      top: 0; }
  #store-list-controller .advanced-search-wrapper .btn-reset {
    display: none; }
  #store-list-controller .advanced-search-wrapper.open .btn-reset {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #a14950;
    cursor: pointer;
    padding-left: 20px;
    font-size: 14px;
    font-size: 0.875rem; }
  #store-list-controller .advanced-search-wrapper.open .advanced-search-toggle {
    color: #a14950; }
    #store-list-controller .advanced-search-wrapper.open .advanced-search-toggle:after {
      content: '↑';
      margin: 0 0 0 5px;
      position: absolute;
      top: 0; }
  #store-list-controller .advanced-search-wrapper.open .bottom-filters {
    max-height: 200px; }
  #store-list-controller .advanced-search-wrapper.open.overflow-visible .bottom-filters {
    overflow: visible; }
  #store-list-controller .filter-sales {
    position: absolute;
    top: 20px;
    right: 0;
    width: 240px;
    padding-top: 12px; }
    #store-list-controller .filter-sales > * {
      cursor: pointer; }
  #store-list-controller label[for="sale-checkbox"] .icon-tag {
    vertical-align: middle;
    color: #a14950;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 25px;
    line-height: 1.5625rem; }
  #store-list-controller #sale-checkbox {
    vertical-align: top;
    text-indent: -9999px;
    position: relative;
    background-color: white;
    height: 25px;
    width: 25px;
    border: none; }
    #store-list-controller #sale-checkbox:before {
      content: ' ';
      display: block;
      background: #FFFFFF;
      position: absolute;
      top: 0;
      height: 25px;
      width: 25px;
      left: 0;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset; }
    #store-list-controller #sale-checkbox:checked:after {
      content: ' ';
      display: block;
      background: #a14950;
      position: absolute;
      top: 7px;
      height: 11px;
      width: 11px;
      left: 7px; }
  #store-list-controller .stores {
    margin-top: 45px;
    text-align: justify; }
    #store-list-controller .stores .store {
      position: relative;
      display: inline-block;
      padding-top: 24.5%;
      width: 24.5%;
      margin-bottom: .7%;
      background-color: #f3f3f3;
      vertical-align: top; }
      #store-list-controller .stores .store.letter {
        background-color: #FFFFFF;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      #store-list-controller .stores .store a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out; }
      #store-list-controller .stores .store .level, #store-list-controller .stores .store .phone {
        display: block;
        position: absolute;
        bottom: 8%;
        left: 17%;
        text-transform: uppercase;
        font-weight: 900;
        color: #121312;
        width: 66%;
        text-align: center; }
      #store-list-controller .stores .store .level, #store-list-controller .stores .store .phone {
        display: none; }
      #store-list-controller .stores .store .icon-promo-full {
        top: -18px;
        position: absolute;
        right: 4%;
        font-size: 70px;
        font-size: 4.375rem;
        color: #a14950; }
    #store-list-controller .stores .stretchy-wrapper {
      position: absolute;
      top: 10%;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 5%; }
      #store-list-controller .stores .stretchy-wrapper img {
        height: 100%;
        margin: auto;
        display: block; }
    #store-list-controller .stores .store-dummy {
      display: inline-block;
      height: 1px;
      width: 24.5%; }
    #store-list-controller .stores .store-title {
      word-wrap: break-word;
      text-transform: uppercase;
      text-align: center;
      font-weight: 900;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      width: 66%;
      position: relative;
      top: 50%;
      display: block;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      font-size: 24px;
      font-size: 1.5rem; }
    #store-list-controller .stores > span {
      display: none; }
  #store-list-controller .loading .stores {
    opacity: 0; }

.mod-no-touchevents #store-list-controller .stores .store a:hover {
  background-color: #a14950;
  background-color: rgba(161, 73, 80, 0.5); }
  .mod-no-touchevents #store-list-controller .stores .store a:hover span {
    color: #FFFFFF; }

.mod-no-touchevents #store-list-controller .link-map .btn:hover, .mod-no-touchevents #store-list-controller .link-map body.newsletter-signup .myForm input[type='submit']:hover, body.newsletter-signup .myForm .mod-no-touchevents #store-list-controller .link-map input[type='submit']:hover {
  background-color: #b9646b; }

.mod-no-touchevents #store-list-controller .select-dropdown li:hover {
  color: #a14950; }

.mod-no-touchevents #store-list-controller .letters li:hover {
  color: #a14950; }

/* ==========================================================================
//for small desktop screens to tablet size, max 1024px
========================================================================== */
@media only screen and (max-width: 64em) {
  #store-list-controller .stores .store .level {
    font-size: 13px;
    font-size: 0.8125rem; }
  #store-list-controller .stores .store-title {
    font-size: 17px;
    font-size: 1.0625rem; }
  #store-list-controller .stores .stretchy-wrapper {
    top: 0; }
  #store-list-controller .search, #store-list-controller .select-wrapper {
    padding-right: 60px; }
    #store-list-controller .search button, #store-list-controller .select-wrapper button {
      margin-right: 10px; } }

/* ==========================================================================
//for smaller screens, max 767px
========================================================================== */
@media only screen and (max-width: 767px) {
  .store-list main .page_title {
    margin-bottom: 20px; }
  #store-list-controller .filter-wrapper {
    display: block;
    padding-right: 50px;
    float: none;
    width: 100% !important;
    margin-top: 10px; }
    #store-list-controller .filter-wrapper.floors {
      display: none; }
    #store-list-controller .filter-wrapper.letters-mobile {
      display: block;
      margin-bottom: 20px; }
    #store-list-controller .filter-wrapper select {
      display: block; }
    #store-list-controller .filter-wrapper button {
      margin-right: 0; }
    #store-list-controller .filter-wrapper.select-wrapper {
      padding-right: 0; }
      #store-list-controller .filter-wrapper.select-wrapper .select {
        position: static;
        border-right: 50px solid transparent;
        -moz-background-clip: content-box;
        /* Firefox 3.6 */
        -webkit-background-clip: content-box;
        /* Safari 4? Chrome 6? */
        background-clip: content-box-box;
        /* Firefox 4, Safari 5, Opera 10, IE 9 */ }
      #store-list-controller .filter-wrapper.select-wrapper button {
        z-index: -1; }
    #store-list-controller .filter-wrapper.open .select {
      color: #121312;
      background-color: #ededed;
      background-color: rgba(237, 237, 237, 0.97); }
    #store-list-controller .filter-wrapper.open .select-dropdown {
      max-height: 0;
      -webkit-transition: max-height 0s ease-in-out;
      -moz-transition: max-height 0s ease-in-out;
      -ms-transition: max-height 0s ease-in-out;
      -o-transition: max-height 0s ease-in-out;
      transition: max-height 0s ease-in-out; }
    #store-list-controller .filter-wrapper .select span {
      width: auto; }
  #store-list-controller .letters, #store-list-controller .top-filters {
    display: none; }
  #store-list-controller .filter-sales {
    text-align: right;
    padding: 10px 0 0 0;
    position: static; }
    #store-list-controller .filter-sales #sale-checkbox {
      margin-right: 0; }
  #store-list-controller .advanced-search-toggle {
    margin-top: 10px; }
  #store-list-controller .advanced-search-wrapper.open .btn-reset {
    display: none; }
  #store-list-controller .bottom-filters {
    padding: 0;
    display: block; }
  #store-list-controller .btn-reset-mobile-wrapper {
    display: block; }
  #store-list-controller .btn-reset-mobile {
    clear: both; }
  #store-list-controller .stores {
    margin-top: 20px; }
    #store-list-controller .stores .store {
      width: 32.50%;
      padding-top: 32.50%;
      margin-bottom: 1.4%; }
    #store-list-controller .stores .store-dummy {
      width: 32.50%; } }

/* ==========================================================================
//for the smallest screens, max 600px
========================================================================== */
@media only screen and (max-width: 37.5em) {
  #store-list-controller .bottom-filters .icon-tag {
    display: none; }
  #store-list-controller .bottom-filters #sale-checkbox {
    margin-right: 30px; }
  #store-list-controller .filter-wrapper.filter-sales label {
    font-size: 12px; }
  #store-list-controller .stores .store {
    width: 48%;
    padding-top: 48%;
    margin-bottom: 4.3%; }
    #store-list-controller .stores .store .stretchy-wrapper {
      bottom: 0;
      padding: 1%; }
      #store-list-controller .stores .store .stretchy-wrapper img {
        max-width: 90%; }
    #store-list-controller .stores .store.letter, #store-list-controller .stores .store .infos-wrapper .level {
      display: none; }
  #store-list-controller .stores .store-title {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem; } }

/* ==========================================================================
   STORE LIST MODULE
   ========================================================================== */
body.store-list-v2,
body.store-list-v2 main {
  background: #FFFFFF; }

.store-list-v2 #searchForm, .store-list-v2 footer .social-medias {
  display: none; }

.store-list-v2 main .inner {
  padding: 30px 20px 150px 20px; }

#store-list-controller-v2 {
  min-height: 600px; }
  #store-list-controller-v2 .search-or-browse {
    position: relative;
    background-color: #f3f3f3;
    width: 100%;
    max-width: 740px;
    margin: 0 auto; }
    #store-list-controller-v2 .search-or-browse .dropdown-categories {
      display: none;
      overflow: hidden;
      position: relative;
      z-index: 1;
      background-color: #FFFFFF; }
      #store-list-controller-v2 .search-or-browse .dropdown-categories:before {
        display: block;
        position: absolute;
        padding: 5px 8px;
        right: 0;
        top: 0;
        font-size: 30px;
        line-height: 1;
        text-align: center;
        pointer-events: none;
        z-index: 2;
        color: #fff;
        background-color: #711731;
        box-shadow: -15px 0 17px white; }
      #store-list-controller-v2 .search-or-browse .dropdown-categories select {
        background: transparent;
        border: 1px solid #e5e5e5;
        border-radius: 0;
        padding: 5px;
        /* If you add too much padding here, the options won't show in IE */
        outline: none;
        color: #121312;
        height: 40px;
        width: calc(100% + 50px);
        font-size: 14px;
        max-width: none !important;
        font-family: "Gotham A", "Gotham B", arial, sans-serif; }
        #store-list-controller-v2 .search-or-browse .dropdown-categories select.ng-not-empty {
          color: inherit; }
    #store-list-controller-v2 .search-or-browse .search-wrapper {
      width: 40%;
      position: relative;
      float: left;
      margin: 15px;
      border: 1px solid #e4e4e4; }
    #store-list-controller-v2 .search-or-browse .search-input {
      width: 100%;
      padding: 0 0 0 50px;
      font-size: 18px;
      font-weight: 400;
      color: #121312;
      height: 40px; }
      #store-list-controller-v2 .search-or-browse .search-input::-webkit-input-placeholder {
        font-size: 18px;
        color: #121312; }
      #store-list-controller-v2 .search-or-browse .search-input:-moz-placeholder {
        font-size: 18px;
        color: #121312; }
      #store-list-controller-v2 .search-or-browse .search-input::-moz-placeholder {
        font-size: 18px;
        color: #121312; }
      #store-list-controller-v2 .search-or-browse .search-input:-ms-input-placeholder {
        font-size: 18px;
        color: #121312; }
    #store-list-controller-v2 .search-or-browse .icon-search {
      position: absolute;
      top: -5px;
      left: 0;
      font-size: 50px;
      line-height: 1;
      color: #121312; }
    #store-list-controller-v2 .search-or-browse .or-wrapper {
      float: left;
      margin: 28px 20px;
      font-size: 16px;
      line-height: 1;
      font-style: italic;
      text-transform: uppercase; }
    #store-list-controller-v2 .search-or-browse .btn-browse-categories {
      border: none;
      padding: 0;
      margin: 27px 20px;
      background-color: transparent;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1;
      color: #a14950;
      transition: color .2s ease-in-out;
      cursor: pointer; }
      #store-list-controller-v2 .search-or-browse .btn-browse-categories:hover {
        color: #b9646b; }
    #store-list-controller-v2 .search-or-browse .btn-view-map {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      color: #fff;
      background-color: #711731;
      text-align: center;
      padding: 3px 10px 0;
      transition: background-color .2s ease-in-out;
      cursor: pointer; }
      #store-list-controller-v2 .search-or-browse .btn-view-map:hover {
        background-color: #470e1f; }
      #store-list-controller-v2 .search-or-browse .btn-view-map i {
        font-size: 42px;
        line-height: 1;
        cursor: pointer; }
      #store-list-controller-v2 .search-or-browse .btn-view-map span {
        display: block;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        cursor: pointer; }
  #store-list-controller-v2 .letters-categories {
    position: relative;
    margin-top: 25px;
    border-bottom: solid 1px #e4e4e4;
    border-top: solid 1px #e4e4e4; }
  #store-list-controller-v2 .letters {
    display: none;
    text-align: center;
    margin: 10px 0; }
    #store-list-controller-v2 .letters.active {
      display: block; }
    #store-list-controller-v2 .letters li {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 0.4em;
      cursor: pointer;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 26px;
      color: #121312;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      #store-list-controller-v2 .letters li:hover {
        color: #a14950; }
      #store-list-controller-v2 .letters li.active {
        color: #a14950; }
      #store-list-controller-v2 .letters li.dir-filter-letter-all {
        font-size: 16px; }
  #store-list-controller-v2 .categories-wrapper {
    display: none; }
    #store-list-controller-v2 .categories-wrapper.active {
      display: block; }
    #store-list-controller-v2 .categories-wrapper .btn-back {
      display: block;
      position: absolute;
      top: -25px;
      left: 0;
      text-transform: uppercase;
      font-weight: 700;
      cursor: pointer;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 12px;
      color: #a14950;
      background-color: transparent;
      border: none;
      padding: 0; }
      #store-list-controller-v2 .categories-wrapper .btn-back:before {
        content: ' ';
        display: inline-block;
        width: 0;
        height: 0;
        border-bottom: 0.41em solid transparent;
        border-top: 0.41em solid transparent;
        border-right: 0.4em solid #a14950;
        margin: 0 5px 0 0; }
    #store-list-controller-v2 .categories-wrapper .category-list {
      line-height: 0;
      margin: 20px; }
      #store-list-controller-v2 .categories-wrapper .category-list .category, #store-list-controller-v2 .categories-wrapper .category-list .category-child {
        display: inline-block;
        overflow: hidden;
        height: 30px;
        max-width: 250px; }
        #store-list-controller-v2 .categories-wrapper .category-list .category > span, #store-list-controller-v2 .categories-wrapper .category-list .category-child > span {
          margin-right: 20px;
          font-weight: 700;
          font-size: 14px;
          color: #a14950;
          padding: 3px 10px;
          transition: color .2s ease-in-out, background-color .2s ease-in-out;
          cursor: pointer;
          vertical-align: middle; }
        #store-list-controller-v2 .categories-wrapper .category-list .category:hover > span, #store-list-controller-v2 .categories-wrapper .category-list .category-child:hover > span {
          background-color: white; }
        #store-list-controller-v2 .categories-wrapper .category-list .category.active > span, #store-list-controller-v2 .categories-wrapper .category-list .category-child.active > span {
          color: white;
          background-color: #a14950; }
      #store-list-controller-v2 .categories-wrapper .category-list .subcategory-list {
        overflow: hidden;
        display: inline-block;
        height: 0;
        vertical-align: top; }
        #store-list-controller-v2 .categories-wrapper .category-list .subcategory-list .category-child {
          max-width: 0; }
    #store-list-controller-v2 .categories-wrapper.category-level2-active .category-list .category {
      max-width: 0;
      height: 0; }
      #store-list-controller-v2 .categories-wrapper.category-level2-active .category-list .category.active {
        max-width: none;
        height: auto;
        width: 100%; }
        #store-list-controller-v2 .categories-wrapper.category-level2-active .category-list .category.active > span {
          display: inline-block;
          max-width: 250px; }
          #store-list-controller-v2 .categories-wrapper.category-level2-active .category-list .category.active > span:after {
            content: ' ';
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 0.41em solid transparent;
            border-bottom: 0.41em solid transparent;
            border-left: 0.4em solid white;
            margin: 0 0 0 5px; }
        #store-list-controller-v2 .categories-wrapper.category-level2-active .category-list .category.active .subcategory-list {
          max-width: calc(100% - 280px);
          height: auto; }
          #store-list-controller-v2 .categories-wrapper.category-level2-active .category-list .category.active .subcategory-list .category-child {
            max-width: 250px; }
  #store-list-controller-v2 .results-wrapper {
    margin-top: 35px; }
  #store-list-controller-v2 .stores {
    font-size: 1px;
    line-height: 1px;
    width: 100%;
    text-align: justify;
    transition: width .2s ease-in-out; }
    #store-list-controller-v2 .stores .store {
      position: relative;
      display: inline-block;
      padding-top: 18%;
      width: 18%;
      margin-bottom: 2.6%;
      vertical-align: top;
      text-align: center;
      background-color: #ededed;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      #store-list-controller-v2 .stores .store.letter, #store-list-controller-v2 .stores .store.letter:hover {
        background-color: #ededed; }
      #store-list-controller-v2 .stores .store.letter .stretchy-wrapper {
        padding: 6% 11%; }
      #store-list-controller-v2 .stores .store a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      #store-list-controller-v2 .stores .store .level {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 3%;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        color: #8f958f;
        border-top: solid 1px white;
        background-color: white; }
      #store-list-controller-v2 .stores .store .open-tag {
        display: block;
        position: absolute;
        top: 0.7em;
        right: -0.5em;
        color: #fff;
        background-color: #a14950;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 0.1em 0.5em; }
        #store-list-controller-v2 .stores .store .open-tag:after {
          content: ' ';
          display: block;
          position: absolute;
          top: 100%;
          right: 0;
          width: 0;
          height: 0;
          border-top: 0px solid transparent;
          border-bottom: 0.3em solid transparent;
          border-left: 0.5em solid #7e393f; }
    #store-list-controller-v2 .stores .stretchy-wrapper {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 6% 11%;
      display: block; }
      #store-list-controller-v2 .stores .stretchy-wrapper .store-logo-bg {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
      #store-list-controller-v2 .stores .stretchy-wrapper img {
        display: none; }
    #store-list-controller-v2 .stores .store-dummy {
      display: inline-block;
      height: 1px;
      width: 18%; }
    #store-list-controller-v2 .stores .store-title {
      word-wrap: break-word;
      text-transform: uppercase;
      text-align: center;
      font-weight: 900;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      width: 86%;
      position: relative;
      top: 50%;
      display: block;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      font-size: 24px;
      font-size: 1.5rem; }
    #store-list-controller-v2 .stores > span {
      display: none; }
  #store-list-controller-v2 .sales-wrapper {
    display: block;
    overflow: hidden;
    float: right;
    width: 0;
    opacity: 0;
    transition: width .2s ease-in-out, opacity .2s ease-in-out; }
    #store-list-controller-v2 .sales-wrapper .sales {
      width: 90%;
      margin: 0 0 0 10%; }
      #store-list-controller-v2 .sales-wrapper .sales .sale {
        display: block;
        position: relative;
        overflow: hidden;
        padding-top: 100%;
        width: 100%;
        margin-bottom: 10%;
        background-color: #666666;
        transition: background-color .2s ease-in-out; }
        #store-list-controller-v2 .sales-wrapper .sales .sale:before {
          content: '%';
          font-family: "Gotham A", "Gotham B", arial, sans-serif;
          color: #fff;
          opacity: 0.1;
          position: absolute;
          top: -0.37em;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          font-size: 200px;
          line-height: 1; }
        #store-list-controller-v2 .sales-wrapper .sales .sale:after {
          content: ' ';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          border-top: 0px solid transparent;
          border-bottom: 20px solid transparent;
          border-left: 20px solid #FFFFFF; }
        #store-list-controller-v2 .sales-wrapper .sales .sale:hover {
          background-color: #545454; }
      #store-list-controller-v2 .sales-wrapper .sales .stretchy-wrapper {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 11%; }
      #store-list-controller-v2 .sales-wrapper .sales .type {
        text-align: center;
        font-size: 25px;
        font-weight: 900;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.6em;
        padding-left: 0.6em;
        margin: 0.2em 0; }
      #store-list-controller-v2 .sales-wrapper .sales .logo {
        display: block;
        padding-top: 35%;
        margin: 0;
        border: 5px solid #ededed;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #ededed; }
      #store-list-controller-v2 .sales-wrapper .sales .date {
        text-align: center;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0.8em 0; }
      #store-list-controller-v2 .sales-wrapper .sales .title {
        border-top: 1px solid #fff;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: #f2f2f2;
        padding: 0.8em 0 0 0; }
    #store-list-controller-v2 .sales-wrapper .more-sales {
      display: block;
      margin-left: 10%;
      text-align: center; }
      #store-list-controller-v2 .sales-wrapper .more-sales:hover {
        background-color: #470e1f; }
  #store-list-controller-v2 .sales-wrapper-mobile {
    display: none;
    margin: 0 0 15px 0; }
    #store-list-controller-v2 .sales-wrapper-mobile .sales-header {
      display: block;
      position: relative;
      overflow: hidden;
      background-color: #666666;
      height: 65px;
      padding: 19px 5%;
      margin-bottom: 1px; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales-header .type {
        display: inline-block;
        font-size: 25px;
        font-weight: 900;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.3em;
        margin: 0;
        line-height: 1;
        vertical-align: middle; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales-header .text {
        display: inline-block;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        vertical-align: middle;
        margin: 0 0 0 15px; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales-header:after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-top: 0px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #FFFFFF; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales-header:before {
        content: '%';
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        color: #fff;
        opacity: 0.1;
        position: absolute;
        top: -0.3em;
        left: -0.15em;
        font-size: 250px;
        line-height: 1; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales-header .toggle {
        position: absolute;
        top: 32px;
        right: 5%;
        width: 17px;
        height: 2px;
        background-color: #8c8c8c;
        transform: rotate(-90deg);
        transition: transform .2s ease-in-out; }
        #store-list-controller-v2 .sales-wrapper-mobile .sales-header .toggle:before {
          content: ' ';
          display: block;
          opacity: 1;
          width: 100%;
          height: 100%;
          transform: rotate(90deg);
          background-color: #8c8c8c;
          transition: opacity .2s ease-in-out; }
    #store-list-controller-v2 .sales-wrapper-mobile.open .sales-header .toggle {
      transform: rotate(0); }
      #store-list-controller-v2 .sales-wrapper-mobile.open .sales-header .toggle:before {
        opacity: 0; }
    #store-list-controller-v2 .sales-wrapper-mobile .sales {
      display: none; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales .sale {
        display: block;
        background-color: gray;
        border-bottom: 1px solid #6e6e6e; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales .stretchy-wrapper {
        display: block;
        padding: 8% 5%; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales .logo {
        float: left;
        display: block;
        width: 45%;
        padding-top: 13%;
        margin: 0;
        border: 5px solid #ededed;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #ededed; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales .infos {
        float: left;
        width: 55%;
        padding: 0 0 0 6%; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales .date {
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: #FFFFFF;
        line-height: 1;
        margin: 0 0 0.2em; }
      #store-list-controller-v2 .sales-wrapper-mobile .sales .title {
        font-size: 11px;
        font-weight: 400;
        color: #f2f2f2; }
    #store-list-controller-v2 .sales-wrapper-mobile .more-sales-mobile {
      display: block;
      text-align: center;
      margin: 15px 0; }
  #store-list-controller-v2.show-sales .stores {
    float: left;
    width: 80%; }
    #store-list-controller-v2.show-sales .stores .store {
      padding-top: 22.5%;
      width: 22.5%;
      margin-bottom: 3.33%; }
    #store-list-controller-v2.show-sales .stores .store-dummy {
      width: 22.5%; }
  #store-list-controller-v2.show-sales .sales-wrapper {
    opacity: 1;
    width: 20%; }
  #store-list-controller-v2.no-letter .stores .store.letter {
    display: none; }
  #store-list-controller-v2 .wider-search {
    display: none;
    text-align: center;
    background-color: #FFFFFF; }
    #store-list-controller-v2 .wider-search .text {
      font-size: 16px;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-style: italic;
      color: #8f958f;
      margin: 0 0 0.6em 0; }
    #store-list-controller-v2 .wider-search .btn, #store-list-controller-v2 .wider-search body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm #store-list-controller-v2 .wider-search input[type='submit'] {
      display: block;
      font-size: 11px;
      height: 40px;
      line-height: 40px; }

.mod-no-touchevents #store-list-controller-v2 .stores .store a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.mod-no-touchevents #store-list-controller-v2 .stores .store a:hover {
  background-color: rgba(161, 73, 80, 0.5); }
  .mod-no-touchevents #store-list-controller-v2 .stores .store a:hover span {
    opacity: .5; }

/* ==========================================================================
   MQ: Desktop, Tablet and Mobile
   ========================================================================== */
@media only screen and (max-width: 1280px) {
  #store-list-controller-v2 .letters li {
    font-size: 2.1vw; }
    #store-list-controller-v2 .letters li.dir-filter-letter-all {
      font-size: 1.3vw; }
  #store-list-controller-v2 .sales-wrapper .sales .type {
    font-size: 18px; }
  #store-list-controller-v2 .sales-wrapper .sales .date {
    margin: 0.4em 0; }
  #store-list-controller-v2 .sales-wrapper .sales .title {
    font-size: 0.90vw;
    padding: 0.4em 0; } }

/* ==========================================================================
   MQ: Tablet and Mobile (and Small Desktop)
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #store-list-controller-v2 .stores .store {
    padding-top: 22.5%;
    width: 22.5%;
    margin-bottom: 3.33%; }
  #store-list-controller-v2 .stores .store-dummy {
    width: 22.5%; }
  #store-list-controller-v2.show-sales .stores {
    width: 75%; }
    #store-list-controller-v2.show-sales .stores .store {
      padding-top: 31.11%;
      width: 31.11%; }
      #store-list-controller-v2.show-sales .stores .store .level {
        font-size: 13px;
        font-size: 0.8125rem; }
    #store-list-controller-v2.show-sales .stores .store-dummy {
      width: 31.11%; }
  #store-list-controller-v2.show-sales .sales-wrapper {
    width: 25%; }
  #store-list-controller-v2 .sales-wrapper .sales .title {
    font-size: 1.17vw; } }

/* ==========================================================================
   MQ: Mobile only (and Small Tablet)
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .store-list main .page_title {
    margin-bottom: 20px; }
  body.store-list-v2 main {
    background-color: #f3f3f3; }
    body.store-list-v2 main .inner {
      padding: 20px 0 100px 0; }
  #store-list-controller-v2 .letters-categories {
    display: none; }
  #store-list-controller-v2 .search-or-browse {
    padding: 0 20px;
    background: transparent; }
    #store-list-controller-v2 .search-or-browse > * {
      margin: 0 0 15px !important; }
    #store-list-controller-v2 .search-or-browse .or-wrapper, #store-list-controller-v2 .search-or-browse .btn-browse-categories {
      display: none; }
    #store-list-controller-v2 .search-or-browse .dropdown-categories {
      display: block; }
    #store-list-controller-v2 .search-or-browse .search-wrapper {
      float: none;
      width: auto; }
      #store-list-controller-v2 .search-or-browse .search-wrapper i {
        font-size: 40px; }
    #store-list-controller-v2 .search-or-browse .search-input {
      height: 40px;
      font-size: 14px;
      padding: 0 50px 0 7px; }
      #store-list-controller-v2 .search-or-browse .search-input::-webkit-input-placeholder {
        font-size: 14px; }
      #store-list-controller-v2 .search-or-browse .search-input:-moz-placeholder {
        font-size: 14px; }
      #store-list-controller-v2 .search-or-browse .search-input::-moz-placeholder {
        font-size: 14px; }
      #store-list-controller-v2 .search-or-browse .search-input:-ms-input-placeholder {
        font-size: 14px; }
    #store-list-controller-v2 .search-or-browse .icon-search {
      top: 0;
      left: auto;
      right: 0;
      padding: 0 3px;
      color: #121312; }
    #store-list-controller-v2 .search-or-browse .btn-view-map {
      position: static;
      padding: 0; }
      #store-list-controller-v2 .search-or-browse .btn-view-map i, #store-list-controller-v2 .search-or-browse .btn-view-map span {
        display: inline-block;
        vertical-align: middle; }
      #store-list-controller-v2 .search-or-browse .btn-view-map i {
        font-size: 40px; }
      #store-list-controller-v2 .search-or-browse .btn-view-map span {
        font-size: 14px; }
  #store-list-controller-v2 .results-wrapper {
    background-color: #FFFFFF;
    padding: 15px 20px;
    margin-top: 0; }
  #store-list-controller-v2 .stores .store {
    width: 48.335%;
    padding-top: 48.335%; }
    #store-list-controller-v2 .stores .store.letter {
      display: none; }
    #store-list-controller-v2 .stores .store .level {
      font-size: 10px; }
  #store-list-controller-v2 .stores .store-dummy {
    width: 48.335%; }
  #store-list-controller-v2.show-sales .stores {
    float: none;
    width: 100%; }
    #store-list-controller-v2.show-sales .stores .store {
      width: 48.335%;
      padding-top: 48.335%; }
      #store-list-controller-v2.show-sales .stores .store.letter {
        display: none; }
      #store-list-controller-v2.show-sales .stores .store .level {
        font-size: 10px; }
    #store-list-controller-v2.show-sales .stores .store-dummy {
      width: 48.335%; }
  #store-list-controller-v2.show-sales .sales-wrapper {
    display: none; }
  #store-list-controller-v2.show-sales .sales-wrapper-mobile {
    display: block; }
  #store-list-controller-v2 .wider-search {
    display: block;
    padding: 30px 20px 35px 20px; } }

body.store-map {
  background-color: #FFFFFF; }

.map-wrapper {
  position: relative;
  height: 730px;
  overflow: hidden; }
  .map-wrapper .advanced-search-toggle {
    display: block;
    position: absolute;
    left: 64%;
    top: 115px;
    padding: 0 5px 0 0;
    border: none;
    background: transparent;
    text-transform: uppercase;
    z-index: 100;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem; }
    .map-wrapper .advanced-search-toggle:after {
      content: '↓';
      margin-left: 5px;
      position: absolute;
      margin-top: -2px; }
  .map-wrapper #btn-store-list {
    position: absolute;
    left: 63%;
    top: 535px;
    z-index: 40;
    padding-right: 0;
    background-color: #711731;
    vertical-align: top;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 50px;
    line-height: 3.125rem;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out; }
    .map-wrapper #btn-store-list i {
      vertical-align: middle;
      color: #fff;
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 50px;
      line-height: 3.125rem; }
    .map-wrapper #btn-store-list.arrow:before {
      margin-top: -6px; }
    .map-wrapper #btn-store-list span {
      vertical-align: middle; }

.download-map-link {
  float: left;
  display: inline-block;
  margin-top: 10px; }
  .download-map-link span {
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    color: #a14950;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 50px;
    line-height: 3.125rem; }
  .download-map-link i {
    vertical-align: top;
    color: #a14950;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 45px;
    line-height: 2.8125rem; }

#interactive-map #icm-interactive-map {
  background: transparent;
  height: 730px;
  padding-top: 0 !important; }
  #interactive-map #icm-interactive-map .icm-btn-new-unit, #interactive-map #icm-interactive-map .icon-new-unit, #interactive-map #icm-interactive-map .icm-dropdown-unit-floors, #interactive-map #icm-interactive-map .icm-unit-floorName {
    display: none !important; }
  #interactive-map #icm-interactive-map .icm-filter-row {
    width: 36%;
    position: absolute;
    right: 0; }
    #interactive-map #icm-interactive-map .icm-filter-row.row1 {
      z-index: 50;
      top: 140px;
      padding: 0;
      height: 100%;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.2s ease-in-out, overflow 0s 2s;
      -moz-transition: max-height 0.2s ease-in-out, overflow 0s 2s;
      -ms-transition: max-height 0.2s ease-in-out, overflow 0s 2s;
      -o-transition: max-height 0.2s ease-in-out, overflow 0s 2s;
      transition: max-height 0.2s ease-in-out, overflow 0s 2s; }
      #interactive-map #icm-interactive-map .icm-filter-row.row1.overflow-visible {
        overflow: visible; }
      #interactive-map #icm-interactive-map .icm-filter-row.row1 .icm-filter {
        width: 100%;
        margin-right: 0;
        margin-top: 25px; }
        #interactive-map #icm-interactive-map .icm-filter-row.row1 .icm-filter.icm-units {
          margin-top: 0; }
    #interactive-map #icm-interactive-map .icm-filter-row.row2 {
      z-index: 40;
      top: 125px;
      -webkit-transition: top 0.2s ease-in-out;
      -moz-transition: top 0.2s ease-in-out;
      -ms-transition: top 0.2s ease-in-out;
      -o-transition: top 0.2s ease-in-out;
      transition: top 0.2s ease-in-out; }
    #interactive-map #icm-interactive-map .icm-filter-row.row3 {
      z-index: 30;
      top: 0;
      padding: 0; }
  #interactive-map #icm-interactive-map .icm-filter {
    height: 50px;
    border: none;
    max-width: 100%;
    background-color: #ededed;
    color: #121312; }
    #interactive-map #icm-interactive-map .icm-filter > a {
      color: #121312;
      padding: 18px 60px 18px 15px;
      font-size: 15px;
      font-size: 0.9375rem; }
    #interactive-map #icm-interactive-map .icm-filter.icm-dropdown-poi-categories > a {
      padding: 18px 60px 18px 14px; }
    #interactive-map #icm-interactive-map .icm-filter input {
      padding: 10px 60px 10px 14px;
      background-color: transparent;
      color: #121312;
      font-size: 15px;
      font-size: 0.9375rem; }
      #interactive-map #icm-interactive-map .icm-filter input::-webkit-input-placeholder {
        color: #121312;
        font-size: 15px;
        font-size: 0.9375rem; }
      #interactive-map #icm-interactive-map .icm-filter input:-moz-placeholder {
        color: #121312;
        font-size: 15px;
        font-size: 0.9375rem; }
      #interactive-map #icm-interactive-map .icm-filter input::-moz-placeholder {
        color: #121312;
        font-size: 15px;
        font-size: 0.9375rem; }
      #interactive-map #icm-interactive-map .icm-filter input:-ms-input-placeholder {
        color: #121312;
        font-size: 15px;
        font-size: 0.9375rem; }
    #interactive-map #icm-interactive-map .icm-filter .icm-icon-btn {
      width: 55px;
      height: 50px;
      border: none;
      line-height: 40px !important;
      background-color: #711731;
      color: #fff;
      font-size: 55px;
      font-size: 3.4375rem; }
    #interactive-map #icm-interactive-map .icm-filter .icon-arrow-down:before, #interactive-map #icm-interactive-map .icm-filter .icon-arrow-up:before {
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      content: ' ';
      border-top: 8px solid #fff;
      right: 20px; }
  #interactive-map #icm-interactive-map .icm-dropdown {
    padding: 0; }
    #interactive-map #icm-interactive-map .icm-dropdown.active {
      background-color: #606b72;
      background-color: rgba(96, 107, 114, 0.97); }
      #interactive-map #icm-interactive-map .icm-dropdown.active .icm-dropdown-container {
        max-height: 600px;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -ms-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out; }
      #interactive-map #icm-interactive-map .icm-dropdown.active > a {
        color: #FFFFFF; }
    #interactive-map #icm-interactive-map .icm-dropdown:before {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 50px;
      font-size: 3.125rem; }
    #interactive-map #icm-interactive-map .icm-dropdown .icm-dropdown-container {
      display: block !important;
      top: 50px;
      min-width: calc(100% - 55px);
      background-color: #606b72;
      background-color: rgba(96, 107, 114, 0.97);
      max-height: 0;
      overflow: hidden; }
      #interactive-map #icm-interactive-map .icm-dropdown .icm-dropdown-container ul {
        padding: 5px 5px 35px 15px; }
      #interactive-map #icm-interactive-map .icm-dropdown .icm-dropdown-container li {
        padding: 0;
        font-weight: 600;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 27px;
        line-height: 1.6875rem; }
        #interactive-map #icm-interactive-map .icm-dropdown .icm-dropdown-container li.active {
          color: #a14950; }
  #interactive-map #icm-interactive-map .icm-reset {
    padding-right: 0; }
    #interactive-map #icm-interactive-map .icm-reset span {
      text-transform: uppercase;
      font-weight: 900;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      color: #a14950;
      font-size: 14px;
      font-size: 0.875rem; }
    #interactive-map #icm-interactive-map .icm-reset i {
      display: none; }
  #interactive-map #icm-interactive-map #icm-unit-letters-list {
    margin: 0; }
    #interactive-map #icm-interactive-map #icm-unit-letters-list li {
      font-weight: 900;
      font-family: "Gotham A", "Gotham B", arial, sans-serif;
      font-size: 18px;
      font-size: 1.125rem; }
      #interactive-map #icm-interactive-map #icm-unit-letters-list li.active, #interactive-map #icm-interactive-map #icm-unit-letters-list li:hover {
        background: transparent;
        color: #a14950; }
  #interactive-map #icm-interactive-map #icm-units-container {
    z-index: 20;
    height: 730px; }
    #interactive-map #icm-interactive-map #icm-units-container .icm-unit-list-container {
      height: 340px;
      position: absolute;
      top: 180px;
      right: 0;
      width: 36%;
      padding-right: 0;
      -webkit-transition: top 0.2s ease-in-out;
      -moz-transition: top 0.2s ease-in-out;
      -ms-transition: top 0.2s ease-in-out;
      -o-transition: top 0.2s ease-in-out;
      transition: top 0.2s ease-in-out; }
      #interactive-map #icm-interactive-map #icm-units-container .icm-unit-list-container .icm-unit-list-wrapper {
        height: 340px;
        border-top: 6px solid #000000;
        background: #FFFFFF; }
      #interactive-map #icm-interactive-map #icm-units-container .icm-unit-list-container #icm-unit-list {
        height: auto;
        padding: 0; }
        #interactive-map #icm-interactive-map #icm-units-container .icm-unit-list-container #icm-unit-list .icm-unit {
          padding: 8px 30px;
          text-transform: uppercase;
          font-weight: 600;
          border-bottom-color: #e4e4e4;
          font-family: "Gotham A", "Gotham B", arial, sans-serif;
          font-size: 17px;
          font-size: 1.0625rem; }
          #interactive-map #icm-interactive-map #icm-units-container .icm-unit-list-container #icm-unit-list .icm-unit.active {
            background-color: #a14950 !important;
            color: #FFFFFF; }
    #interactive-map #icm-interactive-map #icm-units-container #map-canvas {
      height: 630px;
      width: 60%;
      position: absolute;
      left: 0;
      top: 0; }
      #interactive-map #icm-interactive-map #icm-units-container #map-canvas .gm-style-iw > div > div, #interactive-map #icm-interactive-map #icm-units-container #map-canvas .gm-style-iw > div {
        overflow: visible !important; }
      #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content {
        height: 100px;
        position: relative;
        overflow: visible;
        padding: 10px; }
        #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content h1 {
          font-weight: 900;
          font-family: "Gotham A", "Gotham B", arial, sans-serif;
          font-size: 15px;
          font-size: 0.9375rem; }
          #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content h1:after {
            content: ' ';
            display: block;
            width: 25px;
            height: 4px;
            margin-top: 5px;
            margin-bottom: 5px;
            background-color: #121312; }
        #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content .infos li, #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content .infos li span {
          font-weight: 900;
          font-family: "Gotham A", "Gotham B", arial, sans-serif;
          font-size: 13px;
          font-size: 0.8125rem; }
        #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content .infos .icm-unit-description, #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content .infos .icm-unit-floorName {
          display: none; }
        #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content .infos .icm-unit-page {
          position: absolute;
          bottom: 0;
          right: -20px;
          text-decoration: underline;
          text-transform: uppercase;
          font-size: 14px;
          font-size: 0.875rem; }
          #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content .infos .icm-unit-page a {
            color: #a14950; }
    #interactive-map #icm-interactive-map #icm-units-container .floor-list {
      bottom: 130px;
      right: 40%;
      margin-right: 10px;
      -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3); }
      #interactive-map #icm-interactive-map #icm-units-container .floor-list li {
        margin-bottom: 0; }
        #interactive-map #icm-interactive-map #icm-units-container .floor-list li.active, #interactive-map #icm-interactive-map #icm-units-container .floor-list li:hover {
          font-weight: 600 !important;
          color: #121312 !important; }
        #interactive-map #icm-interactive-map #icm-units-container .floor-list li.active {
          background-color: #FFFFFF !important; }
    #interactive-map #icm-interactive-map #icm-units-container #poi-list {
      background: #949ca1;
      width: 60%;
      position: absolute;
      top: 630px;
      left: 0;
      height: 100px; }
      #interactive-map #icm-interactive-map #icm-units-container #poi-list .owl-item .poi div {
        padding: 10px;
        font-weight: 900;
        text-transform: uppercase;
        font-family: "Gotham A", "Gotham B", arial, sans-serif;
        color: #FFFFFF;
        font-size: 12px;
        font-size: 0.75rem;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out; }
        #interactive-map #icm-interactive-map #icm-units-container #poi-list .owl-item .poi div:hover {
          background-color: #798389 !important; }
        #interactive-map #icm-interactive-map #icm-units-container #poi-list .owl-item .poi div.active {
          background-color: #a14950 !important; }
      #interactive-map #icm-interactive-map #icm-units-container #poi-list .owl-prev, #interactive-map #icm-interactive-map #icm-units-container #poi-list .owl-next {
        height: 100px;
        background-color: #949ca1; }
        #interactive-map #icm-interactive-map #icm-units-container #poi-list .owl-prev:before, #interactive-map #icm-interactive-map #icm-units-container #poi-list .owl-next:before {
          top: 27px;
          font-family: 'ic-web-platform';
          color: #FFFFFF; }
      #interactive-map #icm-interactive-map #icm-units-container #poi-list .owl-prev:before {
        content: "\e605"; }
      #interactive-map #icm-interactive-map #icm-units-container #poi-list .owl-next:before {
        content: "\e612"; }
  #interactive-map #icm-interactive-map .map-loading-msg {
    background: #FFFFFF; }

.map-wrapper.advanced-search-open #interactive-map #icm-interactive-map .icm-filter-row.row1 {
  max-height: 125px; }

.map-wrapper.advanced-search-open #interactive-map #icm-interactive-map .icm-filter-row.row2 {
  top: 270px; }

.map-wrapper.advanced-search-open #interactive-map #icm-interactive-map #icm-units-container .icm-unit-list-container {
  top: 325px; }

.map-wrapper.advanced-search-open #btn-store-list {
  top: 680px; }

.map-wrapper.advanced-search-open .advanced-search-toggle {
  color: #a14950; }
  .map-wrapper.advanced-search-open .advanced-search-toggle:after {
    content: '↑'; }

.mod-no-touchevents .map-wrapper .btn:hover, .mod-no-touchevents .map-wrapper body.newsletter-signup .myForm input[type='submit']:hover, body.newsletter-signup .myForm .mod-no-touchevents .map-wrapper input[type='submit']:hover {
  background-color: #a14950; }

.mod-no-touchevents .map-wrapper #btn-store-list:hover {
  background-color: #9b2043; }

.mod-no-touchevents #interactive-map #icm-interactive-map #icm-units-container .floor-list li:hover {
  background-color: #FFFFFF; }

.mod-no-touchevents #interactive-map #icm-interactive-map .icm-dropdown .icm-dropdown-container li:hover {
  background-color: transparent; }

@media only screen and (max-width: 767px) {
  .map-wrapper {
    height: 545px; }
    .map-wrapper .btn, .map-wrapper body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .map-wrapper input[type='submit'] {
      top: 130px; }
    .map-wrapper #btn-store-list {
      position: absolute;
      top: 182px;
      width: 100%;
      margin-top: 0;
      text-align: center;
      padding: 0 0 0 10px;
      left: 0;
      font-size: 20px;
      font-size: 1.25rem; }
      .map-wrapper #btn-store-list i {
        position: static; }
      .map-wrapper #btn-store-list:before {
        content: none; }
    .map-wrapper .advanced-search-toggle {
      display: none; }
  .btns-wrapper {
    position: relative;
    height: 0; }
  .download-map-link {
    position: absolute;
    top: -434px;
    z-index: 40;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: #711731; }
    .download-map-link span {
      font-weight: 600;
      text-decoration: none;
      color: #FFFFFF;
      font-size: 20px;
      font-size: 1.25rem; }
    .download-map-link i {
      position: static;
      color: #FFFFFF; }
    .download-map-link:before {
      content: none; }
  #interactive-map #icm-interactive-map {
    height: 545px; }
    #interactive-map #icm-interactive-map .icm-reset {
      display: none; }
    #interactive-map #icm-interactive-map .icm-filter-row {
      width: 100%; }
      #interactive-map #icm-interactive-map .icm-filter-row.row1 {
        top: 0;
        max-height: none !important;
        height: 110px; }
        #interactive-map #icm-interactive-map .icm-filter-row.row1 .icm-filter {
          margin-top: 0; }
        #interactive-map #icm-interactive-map .icm-filter-row.row1 .icm-dropdown-poi-categories {
          margin-top: 10px; }
    #interactive-map #icm-interactive-map #icm-units-container {
      height: 535px; }
      #interactive-map #icm-interactive-map #icm-units-container #map-canvas {
        height: 300px;
        width: 100%;
        top: 245px; }
        #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content {
          height: 110px;
          width: 170px; }
          #interactive-map #icm-interactive-map #icm-units-container #map-canvas .icm-infowindow-content .infos .icm-unit-page {
            right: 0; }
      #interactive-map #icm-interactive-map #icm-units-container .floor-list {
        right: 10px; }
    #interactive-map #icm-interactive-map #icm-units-container .icm-unit-list-container {
      display: none; } }

.appointment-booking-tool .content .richcontent:first-child {
  margin-top: 50px; }

.appointment-booking-tool .content .richcontent .body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem; }
  .appointment-booking-tool .content .richcontent .body li {
    margin-bottom: 15px;
    line-height: 22px;
    line-height: 1.375rem;
    list-style-position: inside; }

.appointment-booking-tool .content .hootsuite {
  margin-top: 50px;
  overflow: hidden; }
  .appointment-booking-tool .content .hootsuite .inner {
    padding: 0; }
  .appointment-booking-tool .content .hootsuite .btn-booking-tool {
    width: 120px; }

#CHECKFRONT_LOADER {
  margin-left: 60px; }

@media only screen and (max-width: 767px) {
  .appointment-booking-tool .content h1, .appointment-booking-tool .content h2, .appointment-booking-tool .content h3, .appointment-booking-tool .content h4, .appointment-booking-tool .content h5, .appointment-booking-tool .content h6 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300; }
  .appointment-booking-tool .content .richcontent img {
    float: none !important; } }

.header-blog {
  position: relative; }
  .header-blog h1 span {
    display: block;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-size: 75px;
    font-size: 4.6875rem;
    text-transform: uppercase; }
  .header-blog .cta {
    float: left; }
    .header-blog .cta a {
      display: block;
      width: 357px;
      height: 70px;
      background-size: contain;
      background-repeat: no-repeat; }
  .header-blog .category {
    float: right;
    width: 40%; }
  .header-blog ul.category-list {
    position: absolute;
    bottom: 8px;
    right: 0;
    text-align: right; }
    .header-blog ul.category-list li {
      position: relative;
      display: inline-block;
      padding: 0 20px; }
      .header-blog ul.category-list li a {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 28px;
        line-height: 1.75rem;
        font-weight: 700;
        color: #a14950;
        text-transform: uppercase; }
      .header-blog ul.category-list li:last-child {
        padding-right: 0; }
  .header-blog #categories-list-controller {
    position: relative; }
    .header-blog #categories-list-controller .select span {
      display: block;
      height: 50px;
      padding-left: 10px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 50px;
      line-height: 3.125rem;
      background: #cbcbcb; }
    .header-blog #categories-list-controller .select {
      position: relative;
      margin-right: 50px; }
    .header-blog #categories-list-controller .select-dropdown {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(96, 107, 114, 0.8);
      z-index: 100;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.5s ease-in-out;
      -moz-transition: max-height 0.5s ease-in-out;
      -ms-transition: max-height 0.5s ease-in-out;
      -o-transition: max-height 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out; }
      .header-blog #categories-list-controller .select-dropdown ul {
        margin: 60px 0 5px 0;
        padding: 0; }
      .header-blog #categories-list-controller .select-dropdown a {
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        font-size: 0.875rem;
        color: #FFFFFF; }
        .header-blog #categories-list-controller .select-dropdown a.active {
          color: #6e4e56; }
    .header-blog #categories-list-controller button {
      width: 50px;
      height: 50px;
      background: #6e4e56; }
      .header-blog #categories-list-controller button i::after {
        border-top-color: #FFFFFF;
        top: 50%;
        left: 50%;
        margin-top: -3px;
        margin-left: -6px; }
    .header-blog #categories-list-controller .select-wrapper.open .select-dropdown {
      max-height: 1000px; }

.blog-header {
  margin-bottom: 30px; }
  .blog-header h1 {
    margin-bottom: 20px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #121312; }
  .blog-header .infos {
    float: left;
    padding-top: 4px; }
    .blog-header .infos li,
    .blog-header .infos li a {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: #121312; }
    .blog-header .infos li {
      display: inline; }
      .blog-header .infos li a {
        margin: 0; }
      .blog-header .infos li:not(:last-child):after {
        content: '|';
        margin: 0 20px; }

.featured-blog-list {
  position: relative; }
  .featured-blog-list li {
    display: block;
    float: left; }
    .featured-blog-list li:first-child {
      margin-left: 0; }
    .featured-blog-list li .see-more-link {
      margin-top: 20px; }
    .featured-blog-list li img {
      width: 100%;
      border: 1px solid #cbcbcb; }
    .featured-blog-list li span {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      line-height: 1.125rem; }

.blog-footer {
  background-color: #f2eee8; }
  .blog-footer h2 {
    text-transform: uppercase;
    font-weight: 300;
    color: #121312; }

body.blog main .inner {
  padding-top: 30px; }

body.blog main .see-more-link {
  margin-top: 0;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit; }

body.blog .socialmedia li {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  margin-right: 10px; }
  body.blog .socialmedia li a {
    position: relative;
    display: block;
    color: #121312;
    width: 31px;
    height: 31px;
    border: 1px solid;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
  body.blog .socialmedia li i:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    font-size: 1.75rem; }
  body.blog .socialmedia li .icon-google-plus:before {
    top: 6px;
    left: 7px;
    font-size: 18px;
    font-size: 1.125rem; }
  body.blog .socialmedia li .icon-email:before {
    top: 4px;
    left: 4px;
    font-size: 21px;
    font-size: 1.3125rem; }
  body.blog .socialmedia li .icon-twitter:before {
    top: 1px;
    left: 2px; }
  body.blog .socialmedia li.extra {
    display: none; }
  body.blog .socialmedia li.plus:after {
    content: '+'; }
  body.blog .socialmedia li.moins:after {
    content: '-'; }
  body.blog .socialmedia li.more-sharing-functions {
    margin: 0;
    cursor: pointer; }
    body.blog .socialmedia li.more-sharing-functions:after {
      line-height: 0.7em;
      font-size: 45px;
      font-size: 2.8125rem;
      color: #121312; }

@media only screen and (min-width: 1025px) {
  .header-blog {
    margin-top: 50px;
    margin-bottom: 40px; }
    .header-blog ul.category-list {
      display: block; }
    .header-blog #categories-list-controller {
      display: none; }
  .blog-header h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 55px;
    line-height: 3.4375rem; }
  .featured-blog-list li {
    width: 18.25%;
    margin-left: 2.18%; }
    .featured-blog-list li:nth-child(5n) ~ li {
      display: none; }
  .blog-footer h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 70px; } }

@media only screen and (max-width: 1024px) {
  .header-blog h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem; }
    .header-blog h1 span {
      display: inline;
      font-size: 40px;
      font-size: 2.5rem; }
  .header-blog ul.category-list {
    display: none; }
  .header-blog #categories-list-controller {
    display: block; }
  .blog-header h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem; }
  .featured-blog-list li {
    width: 22.5%;
    margin-left: 3.33%; }
    .featured-blog-list li:nth-child(4n) ~ li {
      display: none; }
  .blog-footer h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  .header-blog .category {
    float: right;
    width: 100%;
    margin-top: 30px; }
  .header-blog .cta a {
    height: 33px; }
  body.blog .featured,
  .featured-blog-list {
    display: none; }
  .blog-footer {
    display: none; } }

.page-blog:not(:first-child) .inner {
  overflow: hidden; }

.page-blog .featured-blog-list {
  margin-bottom: 60px; }

.page-blog .blog-list .thumbnail-container,
.page-blog .blog-list .content-container {
  width: 50%; }

.page-blog .blog-list .thumbnail-container img {
  padding: 10px;
  border: 1px solid #cbcbcb;
  width: 100%;
  height: auto; }

.page-blog .blog-list article {
  margin-bottom: 60px; }
  .page-blog .blog-list article:nth-child(odd) .thumbnail-container {
    float: left; }
  .page-blog .blog-list article:nth-child(odd) .content-container {
    float: right;
    padding: 3% 0 0 4%; }
  .page-blog .blog-list article:nth-child(even) .thumbnail-container {
    float: right; }
  .page-blog .blog-list article:nth-child(even) .content-container {
    float: left;
    padding: 3% 4% 0 0;
    text-align: right; }
  .page-blog .blog-list article:after {
    display: table;
    content: "";
    clear: both; }
  .page-blog .blog-list article h2 {
    text-transform: uppercase;
    font-weight: 300; }
    .page-blog .blog-list article h2 a {
      color: #121312; }
  .page-blog .blog-list article ul {
    width: 100%;
    margin-bottom: 20px; }
    .page-blog .blog-list article ul li,
    .page-blog .blog-list article ul li a {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: #121312; }
    .page-blog .blog-list article ul li {
      display: inline; }
      .page-blog .blog-list article ul li:not(:last-child):after {
        content: '|';
        margin: 0 20px; }
  .page-blog .blog-list article p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .page-blog .blog-list article a.more {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 700;
    color: #721731;
    text-transform: uppercase; }

.page-blog .pagination {
  display: block;
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center; }
  .page-blog .pagination li {
    display: inline-block;
    margin: 0 5px; }
    .page-blog .pagination li a {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 30px;
      line-height: 1.875rem;
      text-align: center;
      color: #a14950; }

@media only screen and (min-width: 1025px) {
  .page-blog .blog-list article h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 55px;
    line-height: 3.4375rem; }
  .page-blog .pagination li {
    display: inline-block;
    margin: 0 5px; }
    .page-blog .pagination li a {
      display: block;
      width: 30px;
      height: 30px;
      overflow: hidden; }
    .page-blog .pagination li.active {
      background-color: #a14950; }
      .page-blog .pagination li.active a {
        color: white; }
  .page-blog .pagination span.nav-desktop {
    display: inline; }
  .page-blog .pagination span.nav-mobile {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .page-blog .blog-list article h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .page-blog .pagination li:not(.prev):not(.next) {
    display: none; }
  .page-blog .pagination span.nav-desktop {
    display: none; }
  .page-blog .pagination span.nav-mobile {
    display: inline; } }

@media only screen and (max-width: 767px) {
  .page-blog .blog-list {
    margin-top: 30px; }
    .page-blog .blog-list .thumbnail-container,
    .page-blog .blog-list .content-container {
      float: none !important;
      width: 100%; }
    .page-blog .blog-list .content-container {
      padding: 30px 20px 0 20px !important;
      text-align: left !important; } }

.page-blog-article .inner {
  overflow: hidden; }

.page-blog-article .blog-header {
  margin-bottom: 30px; }
  .page-blog-article .blog-header .socialmedia {
    float: left;
    padding: 0 0 0 30px; }

.page-blog-article .article-wrapper {
  position: relative; }

.page-blog-article .blog-content {
  margin-bottom: 30px; }
  .page-blog-article .blog-content .block-image-text .text img, .page-blog-article .blog-content .post img {
    border: 1px solid #e4e4e4;
    padding: 10px; }

.page-blog-article .block-image-text ul {
  list-style-position: inside; }

.page-blog-article .block-image-text .image-container,
.page-blog-article .block-image-text .text {
  width: 50%;
  float: left; }

.page-blog-article .block-image-text.img-left .text {
  padding-left: 30px; }

.page-blog-article .block-image-text.img-left .image-container {
  float: left; }

.page-blog-article .block-image-text.img-right .text {
  padding-right: 30px;
  text-align: right; }

.page-blog-article .block-image-text.img-right .image-container {
  float: right; }

.page-blog-article .sidebar {
  padding: 20px 0; }

.page-blog-article .author-thumb a {
  display: block;
  height: 0;
  width: 100%;
  padding: 100% 0 0 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.page-blog-article .author-link {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #a14950; }

.page-blog-article .blog-shop {
  margin-bottom: 30px; }
  .page-blog-article .blog-shop h2 {
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #121312; }
  .page-blog-article .blog-shop ul:after {
    display: table;
    content: "";
    clear: both; }
  .page-blog-article .blog-shop li {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px; }
    .page-blog-article .blog-shop li:not(:last-child) {
      border-right: 1px solid #cbcbcb; }
    .page-blog-article .blog-shop li .product-info {
      width: 100%; }
    .page-blog-article .blog-shop li div:not(:last-child) {
      margin-bottom: 15px; }
    .page-blog-article .blog-shop li .title {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 16px;
      line-height: 1rem;
      text-transform: none;
      font-weight: 400; }
    .page-blog-article .blog-shop li .price {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 40px;
      line-height: 2.5rem;
      color: #000000; }
    .page-blog-article .blog-shop li .btn, .page-blog-article .blog-shop li body.newsletter-signup .myForm input[type='submit'], body.newsletter-signup .myForm .page-blog-article .blog-shop li input[type='submit'] {
      color: #FFFFFF;
      background-color: #6e4e56;
      text-transform: uppercase;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700; }

.page-blog-article .blog-tags {
  margin-bottom: 60px; }
  .page-blog-article .blog-tags a {
    margin: 0; }

.page-blog-article .blog-after-content > div {
  margin-bottom: 60px; }

.page-blog-article .blog-after-content .inner {
  padding: 0; }

.page-blog-article .pagination {
  padding: 100px 0; }
  .page-blog-article .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .page-blog-article .pagination li {
    font-weight: 300;
    color: #a14950;
    width: 40%; }
    .page-blog-article .pagination li a {
      display: block;
      position: relative; }
    .page-blog-article .pagination li i {
      position: absolute;
      top: 0;
      font-size: 50px;
      font-size: 3.125rem; }
    .page-blog-article .pagination li .btn-caption {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.2em;
      text-transform: uppercase; }
    .page-blog-article .pagination li .post-title {
      font-size: 16px;
      font-size: 1rem;
      text-transform: none; }
    .page-blog-article .pagination li.prev {
      float: left;
      text-align: left; }
      .page-blog-article .pagination li.prev a {
        padding-left: 60px; }
      .page-blog-article .pagination li.prev i {
        left: 0; }
    .page-blog-article .pagination li.next {
      float: right;
      text-align: right; }
      .page-blog-article .pagination li.next a {
        padding-right: 60px; }
      .page-blog-article .pagination li.next i {
        right: 0; }

.page-blog-article .blog-footer .blog-comments {
  width: auto;
  text-align: left; }

.page-blog-article .blog-footer .blog-ads {
  width: 500px;
  float: right; }

@media only screen and (min-width: 1025px) {
  .page-blog-article .article-wrapper {
    padding-right: 250px; }
  .page-blog-article .post,
  .page-blog-article .blog-image,
  .page-blog-article .block-image-text,
  .page-blog-article .video-youtube {
    margin-bottom: 60px; }
  .page-blog-article .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb; }
  .page-blog-article .author-thumb {
    width: 130px;
    margin-bottom: 20px; }
  .page-blog-article .author-link {
    margin-bottom: 10px; }
  .page-blog-article .blog-shop h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 55px;
    line-height: 3.4375rem;
    margin-bottom: 40px; }
  .page-blog-article .blog-shop li {
    width: 20%;
    padding: 0 30px; } }

@media only screen and (max-width: 1024px) {
  .page-blog-article .blog-header .socialmedia {
    float: right; }
  .page-blog-article .author-thumb {
    float: left;
    width: 55px;
    margin-right: 20px; }
  .page-blog-article .author-link {
    line-height: 55px;
    line-height: 3.4375rem; }
  .page-blog-article .author-description {
    display: none; }
  .page-blog-article .blog-content {
    margin-bottom: 60px; }
  .page-blog-article .post,
  .page-blog-article .blog-image,
  .page-blog-article .block-image-text,
  .page-blog-article .video-youtube {
    margin-bottom: 30px; }
  .page-blog-article .block-image-text .text {
    width: 60%; }
  .page-blog-article .block-image-text .image-container {
    width: 40%; }
  .page-blog-article .blog-shop h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    margin-bottom: 20px; }
  .page-blog-article .blog-shop li {
    width: 33.33%;
    padding: 0 10px; } }

@media only screen and (max-width: 767px) {
  .page-blog-article .blog-header .infos,
  .page-blog-article .blog-header .socialmedia {
    float: none; }
  .page-blog-article .blog-header .socialmedia {
    margin-top: 20px;
    padding: 0; }
  .page-blog-article .post,
  .page-blog-article .blog-image,
  .page-blog-article .block-image-text,
  .page-blog-article .video-youtube {
    margin-bottom: 30px; }
  .page-blog-article .block-image-text .text,
  .page-blog-article .block-image-text .image-container {
    float: none;
    width: 100%; }
  .page-blog-article .block-image-text .image-container img {
    margin-bottom: 30px; }
  .page-blog-article .block-image-text .text {
    padding: 0 !important;
    text-align: left !important; }
  .page-blog-article .blog-shop li {
    float: none;
    width: 100%;
    padding: 0;
    border: none !important;
    background-color: #f2eee8; }
    .page-blog-article .blog-shop li .product-image,
    .page-blog-article .blog-shop li .product-info {
      float: left;
      text-align: left; }
    .page-blog-article .blog-shop li .product-image {
      width: 40%;
      margin: 0 !important; }
      .page-blog-article .blog-shop li .product-image img {
        display: block; }
    .page-blog-article .blog-shop li .product-info {
      width: 60%;
      padding: 10px; }
  .page-blog-article .blog-tags {
    display: none; }
  .page-blog-article .pagination {
    padding: 0 0 60px 0; }
    .page-blog-article .pagination i {
      display: none !important; }
    .page-blog-article .pagination a {
      padding: 0 !important; } }

.page-blog-author .blog-content .post {
  margin: 40px 0; }
  .page-blog-author .blog-content .post img {
    border: 1px solid #e4e4e4;
    padding: 10px; }

.page-blog-author .blog-footer {
  margin-left: -999px;
  margin-right: -999px;
  padding: 60px 999px; }

.search-page-title {
  text-transform: none; }
  .search-page-title .keyword {
    display: inline-block;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700; }

.blog-search,
.blog-results-container {
  margin-bottom: 60px; }

.tags-container:after {
  display: table;
  content: "";
  clear: both; }

.tags-container a {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  padding: 15px;
  border: solid 1px #cbcbcb;
  color: #121312;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .tags-container a:hover {
    color: #6e4e56;
    border-color: #6e4e56; }

.blog-results {
  border: solid 1px #cbcbcb;
  padding: 30px; }
  .blog-results:after {
    display: table;
    content: "";
    clear: both; }
  .blog-results .blog-post {
    display: inline-block;
    vertical-align: top;
    width: 32.33%;
    padding: 15px; }
  .blog-results .thumbnail-container {
    margin-bottom: 20px; }
  .blog-results .content-container ul {
    margin-bottom: 20px; }
  .blog-results .content-container li,
  .blog-results .content-container li a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #121312;
    font-weight: 300; }
  .blog-results .content-container a {
    display: inline;
    margin: 0; }

@media only screen and (max-width: 767px) {
  .tags-container a {
    margin: 0 0 10px 0;
    width: 100%; }
  .blog-results {
    padding: 20px; }
    .blog-results .blog-post {
      width: 100%;
      padding: 15px; }
    .blog-results .thumbnail-container {
      margin-bottom: 10px; }
    .blog-results .content-container ul {
      margin-bottom: 20px; }
    .blog-results .content-container li,
    .blog-results .content-container li a {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      line-height: 1.125rem;
      color: #121312;
      font-weight: 300; }
    .blog-results .content-container a {
      display: inline;
      margin: 0; } }

.btn, body.newsletter-signup .myForm input[type='submit'] {
  position: relative;
  font-weight: 700;
  display: inline-block;
  padding: 0 22px;
  text-transform: uppercase;
  background: #711731;
  color: #fff;
  overflow: hidden;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  height: 50px;
  height: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-size: 15px;
  font-size: 0.9375rem; }
  .btn.big, body.newsletter-signup .myForm input.big[type='submit'] {
    max-width: 500px;
    width: 100%;
    height: 90px;
    height: 5.625rem;
    line-height: 90px;
    line-height: 5.625rem;
    font-size: 18px;
    font-size: 1.125rem; }
  .btn.arrow, body.newsletter-signup .myForm input.arrow[type='submit'] {
    padding-left: 55px; }
    .btn.arrow:before, body.newsletter-signup .myForm input.arrow[type='submit']:before {
      width: 0;
      height: 0;
      border-bottom: 5px solid transparent;
      border-top: 5px solid transparent;
      position: absolute;
      display: block;
      left: 35px;
      top: 50%;
      margin-top: -3px;
      content: ' ';
      border-left: 7px solid #fff; }
  .btn.big.arrow, body.newsletter-signup .myForm input.big.arrow[type='submit'] {
    position: relative;
    overflow: visible;
    width: 271px;
    height: 158px;
    padding: 20px 0 0 115px;
    text-align: left;
    z-index: 1;
    color: #fff;
    background: transparent;
    border: 1px solid #711731;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem; }
    .btn.big.arrow:before, body.newsletter-signup .myForm input.big.arrow[type='submit']:before {
      position: absolute;
      left: 30px;
      top: -30px;
      display: block;
      width: 271px;
      height: 158px;
      color: #fff;
      background: #711731;
      border: 1px solid #711731;
      z-index: -1;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
    .btn.big.arrow:after, body.newsletter-signup .myForm input.big.arrow[type='submit']:after {
      position: relative;
      display: inline-block;
      content: ' ';
      width: 0;
      height: 0;
      border-bottom: 7px solid transparent;
      border-top: 7px solid transparent;
      border-left: 7px solid #fff;
      margin-left: 12px;
      -webkit-transition: border-left-color 0.2s ease-in-out;
      -moz-transition: border-left-color 0.2s ease-in-out;
      -ms-transition: border-left-color 0.2s ease-in-out;
      -o-transition: border-left-color 0.2s ease-in-out;
      transition: border-left-color 0.2s ease-in-out; }

.mod-no-touchevents .btn:hover, .mod-no-touchevents body.newsletter-signup .myForm input[type='submit']:hover, body.newsletter-signup .myForm .mod-no-touchevents input[type='submit']:hover {
  background-color: #9b2043; }
  .mod-no-touchevents .btn:hover.big.arrow, .mod-no-touchevents body.newsletter-signup .myForm input[type='submit']:hover.big.arrow, body.newsletter-signup .myForm .mod-no-touchevents input[type='submit']:hover.big.arrow {
    background-color: transparent;
    color: #711731; }
    .mod-no-touchevents .btn:hover.big.arrow:before, .mod-no-touchevents body.newsletter-signup .myForm input[type='submit']:hover.big.arrow:before, body.newsletter-signup .myForm .mod-no-touchevents input[type='submit']:hover.big.arrow:before {
      background-color: #fff; }
    .mod-no-touchevents .btn:hover.big.arrow:after, .mod-no-touchevents body.newsletter-signup .myForm input[type='submit']:hover.big.arrow:after, body.newsletter-signup .myForm .mod-no-touchevents input[type='submit']:hover.big.arrow:after {
      border-left-color: #711731; }

@media only screen and (max-width: 64em) {
  .btn.big, body.newsletter-signup .myForm input.big[type='submit'] {
    height: 70px;
    max-width: 360px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 72px;
    line-height: 4.5rem; } }

@media only screen and (max-width: 767px) {
  .btn.big, body.newsletter-signup .myForm input.big[type='submit'] {
    padding-left: 35px;
    height: 50px;
    max-width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 50px;
    line-height: 3.125rem; }
  .btn.arrow:before, body.newsletter-signup .myForm input.arrow[type='submit']:before {
    left: 20px; } }

.mod-no-touchevents .basic_page .btn:hover, .mod-no-touchevents .basic_page body.newsletter-signup .myForm input[type='submit']:hover, body.newsletter-signup .myForm .mod-no-touchevents .basic_page input[type='submit']:hover {
  background-color: #9b2043; }

.m-hide {
  display: inherit !important; }

.t-hide {
  display: inherit !important; }

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

/* ==========================================================================
   //for tablet and small screens size, max 1280px
   ========================================================================== */
@media only screen and (max-width: 80em) {
  .d-hide {
    display: inherit !important; }
  .t-hide {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .d-hide {
    display: inherit !important; }
  .t-hide {
    display: inherit !important; }
  .m-hide {
    display: none !important; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  html {
    font-size: 80%; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="/:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  ul, img {
    page-break-after: avoid; } }
