@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.article-section--field--body {
  font-family: PrimaryFont, Arial, sans-serif;
  font-weight: lighter;
  color: #282828; }
  .article-section--field--body h3 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.0em;
    text-align: left;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 1em; }
  .article-section--field--body p {
    margin-top: 0; }

.article-section--field--image img {
  min-width: 100%;
  width: 100% !important;
  height: auto !important;
  display: block; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.article-section--paragraph--article-section {
  margin-left: 0px;
  margin-right: 0px; }
  .article-section--paragraph--article-section:before, .article-section--paragraph--article-section:after {
    content: " ";
    display: table; }
  .article-section--paragraph--article-section:after {
    clear: both; }
  .article-section--paragraph--article-section > .field {
    margin-bottom: 1em; }
    .article-section--paragraph--article-section > .field.thl-1--col-1 {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; }
    @media (min-width: 1024px) {
      .article-section--paragraph--article-section > .field.thl-2--col-1, .article-section--paragraph--article-section > .field.thl-2--col-2 {
        position: relative;
        float: left;
        width: 47.91666667%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px; }
      .article-section--paragraph--article-section > .field.thl-2--col-1 {
        clear: both; }
        .article-section--paragraph--article-section > .field.thl-2--col-1.thl--last {
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px; }
      .article-section--paragraph--article-section > .field.thl-2--col-2 {
        margin-left: 4.16666667%; } }
  @media (min-width: 1024px) {
    .article-section--paragraph--article-section.inverted > .field.thl-2--col-1 {
      clear: both;
      left: 52.08333333%; }
      .article-section--paragraph--article-section.inverted > .field.thl-2--col-1.thl--last {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        left: 0%; }
    .article-section--paragraph--article-section.inverted > .field.thl-2--col-2 {
      right: 47.91666667%;
      margin-left: 0%; } }

.form--custom-select {
  display: inline-block;
  position: relative;
  transition: all 0.25s; }
  .form--custom-select select {
    cursor: pointer;
    padding: 0.66666667em 1em;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    transition: all 0.25s;
    background: #FFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form--custom-select select:hover {
      border-color: #1f1f1f; }
      .form--custom-select select:hover + .pull-down {
        opacity: 1.0; }
    .form--custom-select select:disabled:hover {
      cursor: default;
      border-color: #d5d5d5; }
    .form--custom-select select:disabled + .pull-down {
      opacity: 0.33; }
    .form--custom-select select::-ms-expand {
      display: none; }
  .form--custom-select .pull-down {
    position: absolute;
    right: 0.5em;
    top: 0;
    height: 100%;
    transition: all 0.25s;
    pointer-events: none;
    z-index: 1;
    opacity: 0.75; }
    .form--custom-select .pull-down:after {
      background: url(assets/icon-pull-down-black.svg) center center no-repeat;
      content: "";
      height: 100%;
      margin-left: auto;
      font-size: 1.5em;
      width: 1.0em;
      display: block; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.generic-product--field--footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  font-family: PrimaryFont, Arial, sans-serif;
  background-size: cover;
  background-color: white;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative; }
  .generic-product--field--footer:before, .generic-product--field--footer:after {
    content: " ";
    display: table; }
  .generic-product--field--footer:after {
    clear: both; }
  .generic-product--field--footer a {
    text-decoration: none; }
  .generic-product--field--footer h1 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #e3232e;
    text-transform: uppercase;
    margin: 0;
    color: #e3232e; }
    @media (min-width: 480px) {
      .generic-product--field--footer h1 {
        font-size: 2.5em; } }
    @media (min-width: 1024px) {
      .generic-product--field--footer h1 {
        font-size: 3em; } }
  .generic-product--field--footer h2 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.6em;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    margin: 0; }
  .generic-product--field--footer h3 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    line-height: initial; }
  .generic-product--field--footer > div > h1, .generic-product--field--footer > div > .body {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    text-align: center; }
  .generic-product--field--footer > div > h1 {
    margin-bottom: 0.25em; }
  .generic-product--field--footer > div > .body {
    font-weight: bold;
    font-size: 1.2em; }
  .generic-product--field--footer .background-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0; }
    .generic-product--field--footer .background-images .background-image {
      position: absolute;
      width: 100%; }
      .generic-product--field--footer .background-images .background-image img {
        width: 45%;
        position: absolute; }
      .generic-product--field--footer .background-images .background-image.left img {
        left: -60px; }
      .generic-product--field--footer .background-images .background-image.top-right img {
        top: -70px;
        right: -60px;
        width: 55%;
        opacity: 0.9; }
      .generic-product--field--footer .background-images .background-image.right img {
        margin: auto 0;
        top: 6em;
        right: -60px; }
      .generic-product--field--footer .background-images .background-image.center img {
        margin: auto;
        top: 10em;
        left: 0;
        right: 0; }
  .generic-product--field--footer .product {
    padding-top: 3.0em;
    position: relative;
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    .generic-product--field--footer .product:before, .generic-product--field--footer .product:after {
      content: " ";
      display: table; }
    .generic-product--field--footer .product:after {
      clear: both; }
    .generic-product--field--footer .product > .images {
      position: relative;
      float: left;
      width: 91.66666667%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 4.16666667%;
      cursor: pointer;
      text-align: center; }
      @media (min-width: 1024px) {
        .generic-product--field--footer .product > .images {
          position: relative;
          float: left;
          width: 37.5%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          margin-left: 0%; } }
      .generic-product--field--footer .product > .images > div {
        margin: auto;
        max-width: 300px;
        position: relative; }
        @media (min-width: 1024px) {
          .generic-product--field--footer .product > .images > div {
            margin-right: 0;
            margin-left: auto;
            max-width: 400px; } }
      .generic-product--field--footer .product > .images img {
        min-width: inherit;
        width: 100% !important;
        height: auto; }
      .generic-product--field--footer .product > .images.with-document {
        cursor: pointer; }
    .generic-product--field--footer .product > .share {
      display: none;
      /* most rules here and mainly the !important ones are necessary to cancel the Sapient styles */
      position: relative;
      float: left;
      width: 8.33333333%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0%; }
      @media (min-width: 1024px) {
        .generic-product--field--footer .product > .share {
          display: block;
          margin-left: 6.25%; } }
      .generic-product--field--footer .product > .share .addthis_native_toolbox {
        position: relative;
        height: 60px;
        top: initial;
        right: initial; }
        .generic-product--field--footer .product > .share .addthis_native_toolbox .at-share-tbx-element, .generic-product--field--footer .product > .share .addthis_native_toolbox .addthis_button_compact, .generic-product--field--footer .product > .share .addthis_native_toolbox .at_native_button, .generic-product--field--footer .product > .share .addthis_native_toolbox .addthis_pill_style {
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          max-width: 40px;
          height: 100%;
          width: 100%; }
        .generic-product--field--footer .product > .share .addthis_native_toolbox .addthis_button_compact {
          background: url(assets/images/icon-share.svg) right no-repeat;
          background-size: contain;
          color: transparent;
          padding: 0 !important; }
          .generic-product--field--footer .product > .share .addthis_native_toolbox .addthis_button_compact:after {
            display: none; }
        .generic-product--field--footer .product > .share .addthis_native_toolbox .addthis_button_expanded {
          display: none !important; }
    .generic-product--field--footer .product > .information {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 1.0em; }
      @media (min-width: 1024px) {
        .generic-product--field--footer .product > .information {
          position: relative;
          float: left;
          width: 45.83333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          margin-left: 2.08333333%;
          padding-top: 0; } }
      .generic-product--field--footer .product > .information h3 {
        margin-bottom: 0.5em; }
      .generic-product--field--footer .product > .information h3, .generic-product--field--footer .product > .information .body {
        text-align: center; }
        @media (min-width: 1024px) {
          .generic-product--field--footer .product > .information h3, .generic-product--field--footer .product > .information .body {
            text-align: left; } }
      .generic-product--field--footer .product > .information .body {
        margin-bottom: 3.5em; }
        .generic-product--field--footer .product > .information .body p {
          color: #736359;
          margin: 0;
          padding: 0; }
        .generic-product--field--footer .product > .information .body p + p {
          margin-top: 1em; }
  .generic-product--field--footer .document {
    font-family: PrimaryFont, Arial, sans-serif;
    display: none;
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    height: 80%; }
    .generic-product--field--footer .document .modal-dialog {
      width: 75%;
      margin: 0; }
    .generic-product--field--footer .document .modal-open {
      overflow: hidden; }
    .generic-product--field--footer .document.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .generic-product--field--footer .document.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .generic-product--field--footer .document .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
    .generic-product--field--footer .document .modal-dialog {
      position: relative;
      width: auto; }
    .generic-product--field--footer .document .modal-content {
      position: relative;
      outline: 0;
      background: none;
      box-shadow: none;
      border: none;
      padding: 10px; }
    .generic-product--field--footer .document .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1040;
      background-color: #000000; }
    .generic-product--field--footer .document .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    .generic-product--field--footer .document .modal-backdrop.in {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .generic-product--field--footer .document .modal-header .close {
      text-align: right;
      float: right;
      border: 0;
      background: transparent url("assets/images/close.png") no-repeat center;
      width: 25px;
      height: 25px;
      margin-bottom: 10px; }
    .generic-product--field--footer .document .modal-header .close {
      margin-top: -2px; }
    .generic-product--field--footer .document .modal-title {
      margin: 0;
      line-height: 1.42857143; }
    .generic-product--field--footer .document .modal-body {
      position: relative;
      padding: 15px;
      background-color: #ffffff; }
    .generic-product--field--footer .document .modal-footer {
      padding: 15px;
      text-align: right; }
    .generic-product--field--footer .document .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .generic-product--field--footer .document .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .generic-product--field--footer .document .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
    .generic-product--field--footer .document .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll; }
    @media (min-width: 768px) {
      .generic-product--field--footer .document .modal-dialog {
        width: 600px;
        margin: 30px auto; }
      .generic-product--field--footer .document .modal-sm {
        width: 300px; } }
    .generic-product--field--footer .document .modal-content .modal-body {
      text-align: center;
      padding: 40px 20px; }
      @media (min-width: 480px) {
        .generic-product--field--footer .document .modal-content .modal-body {
          padding: 60px 40px; } }
    @media (min-width: 1024px) {
      .generic-product--field--footer .document .modal-dialog {
        margin-top: 20px;
        width: 60%; }
      .generic-product--field--footer .document .modal-content .modal-body {
        padding: 40px 20px; } }
    .generic-product--field--footer .document .modal-dialog,
    .generic-product--field--footer .document .modal-content {
      height: 100%; }
    .generic-product--field--footer .document .modal-dialog {
      margin: 0 auto; }
    .generic-product--field--footer .document .modal-content {
      padding: 0; }
      .generic-product--field--footer .document .modal-content .modal-body {
        position: absolute;
        top: 5em;
        bottom: 0;
        left: 10px;
        right: 10px;
        padding: 0; }
        .generic-product--field--footer .document .modal-content .modal-body iframe {
          height: 100%;
          width: 100%;
          border: none; }
    .generic-product--field--footer .document .modal-header {
      height: 5em;
      padding: 0 10px;
      border-bottom: none; }
      .generic-product--field--footer .document .modal-header .close {
        margin-top: 0; }
    @media (min-width: 480px) {
      .generic-product--field--footer .document .modal-dialog {
        width: 80%; } }
  .generic-product--field--footer .steps {
    display: none;
    padding-top: 3.0em;
    position: relative;
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    .generic-product--field--footer .steps fieldset {
      border: 1px solid; }
      .generic-product--field--footer .steps fieldset legend.title {
        text-align: center;
        text-transform: uppercase;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: bold;
        font-size: 1em; }
      .generic-product--field--footer .steps fieldset ul {
        margin: 0;
        padding: 0; }
        .generic-product--field--footer .steps fieldset ul li {
          list-style: none;
          text-align: center;
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding: 1.0em; }
          @media (min-width: 1024px) {
            .generic-product--field--footer .steps fieldset ul li {
              position: relative;
              float: left;
              width: 33.33333333%;
              min-height: 1px;
              padding-left: 0px;
              padding-right: 0px;
              padding: 1.0em; } }
          .generic-product--field--footer .steps fieldset ul li .disabled {
            opacity: 0.4; }
          .generic-product--field--footer .steps fieldset ul li p.step-number {
            border: 2px solid;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            margin: auto;
            line-height: 46px;
            color: #e3232e;
            font-style: italic; }
          .generic-product--field--footer .steps fieldset ul li p.step-title {
            text-transform: uppercase;
            font-weight: bold;
            font-size: .8em; }
          .generic-product--field--footer .steps fieldset ul li p .step-action {
            font-family: SecondaryFont, Arial, sans-serif;
            font-weight: bold;
            display: block;
            color: white;
            text-transform: uppercase;
            background-color: #000000;
            background-repeat: repeat;
            background-position: top;
            padding: 10px;
            cursor: pointer;
            box-sizing: border-box;
            font-size: .7em;
            border-radius: 3px;
            padding: 14px;
            display: inline-block; }
            .generic-product--field--footer .steps fieldset ul li p .step-action:hover, .generic-product--field--footer .steps fieldset ul li p .step-action:focus {
              color: white;
              text-decoration: none;
              background-position: bottom; }
            @media (min-width: 1024px) {
              .generic-product--field--footer .steps fieldset ul li p .step-action {
                display: block; } }
      @media (min-width: 480px) {
        .generic-product--field--footer .steps fieldset ul {
          flex-direction: column;
          padding: 20px; }
          .generic-product--field--footer .steps fieldset ul li {
            margin-bottom: 10px; }
          .generic-product--field--footer .steps fieldset ul p .step-action {
            display: inline; } }
  .generic-product--field--footer > div {
    padding-top: 1.0em; }
    @media (min-width: 1024px) {
      .generic-product--field--footer > div {
        padding-top: 120px;
        padding-left: 4.16666667%;
        padding-right: 4.16666667%; } }
  .generic-product--field--footer .product .images {
    padding: 2em;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0%;
    background: url("./assets/images/bg-shop.jpg"); }
    @media (min-width: 1024px) {
      .generic-product--field--footer .product .images {
        position: relative;
        float: left;
        width: 37.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0%;
        background: none;
        padding: initial; } }
  .generic-product--field--footer .product > .information {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
    box-sizing: border-box; }
    @media (min-width: 1024px) {
      .generic-product--field--footer .product > .information {
        margin-left: 16.66666667%;
        padding-left: 0;
        padding-right: 0; } }
    .generic-product--field--footer .product > .information .shop .remaining-quantity {
      background: #f6f6f6; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.generic-product--field--header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  font-family: PrimaryFont, Arial, sans-serif;
  background-size: cover;
  background-color: white;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative; }
  .generic-product--field--header:before, .generic-product--field--header:after {
    content: " ";
    display: table; }
  .generic-product--field--header:after {
    clear: both; }
  .generic-product--field--header a {
    text-decoration: none; }
  .generic-product--field--header h1 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #e3232e;
    text-transform: uppercase;
    margin: 0;
    color: #e3232e; }
    @media (min-width: 480px) {
      .generic-product--field--header h1 {
        font-size: 2.5em; } }
    @media (min-width: 1024px) {
      .generic-product--field--header h1 {
        font-size: 3em; } }
  .generic-product--field--header h2 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.6em;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    margin: 0; }
  .generic-product--field--header h3 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    line-height: initial; }
  .generic-product--field--header > div > h1, .generic-product--field--header > div > .body {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    text-align: center; }
  .generic-product--field--header > div > h1 {
    margin-bottom: 0.25em; }
  .generic-product--field--header > div > .body {
    font-weight: bold;
    font-size: 1.2em; }
  .generic-product--field--header .background-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0; }
    .generic-product--field--header .background-images .background-image {
      position: absolute;
      width: 100%; }
      .generic-product--field--header .background-images .background-image img {
        width: 45%;
        position: absolute; }
      .generic-product--field--header .background-images .background-image.left img {
        left: -60px; }
      .generic-product--field--header .background-images .background-image.top-right img {
        top: -70px;
        right: -60px;
        width: 55%;
        opacity: 0.9; }
      .generic-product--field--header .background-images .background-image.right img {
        margin: auto 0;
        top: 6em;
        right: -60px; }
      .generic-product--field--header .background-images .background-image.center img {
        margin: auto;
        top: 10em;
        left: 0;
        right: 0; }
  .generic-product--field--header .product {
    padding-top: 3.0em;
    position: relative;
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    .generic-product--field--header .product:before, .generic-product--field--header .product:after {
      content: " ";
      display: table; }
    .generic-product--field--header .product:after {
      clear: both; }
    .generic-product--field--header .product > .images {
      position: relative;
      float: left;
      width: 91.66666667%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 4.16666667%;
      cursor: pointer;
      text-align: center; }
      @media (min-width: 1024px) {
        .generic-product--field--header .product > .images {
          position: relative;
          float: left;
          width: 37.5%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          margin-left: 0%; } }
      .generic-product--field--header .product > .images > div {
        margin: auto;
        max-width: 300px;
        position: relative; }
        @media (min-width: 1024px) {
          .generic-product--field--header .product > .images > div {
            margin-right: 0;
            margin-left: auto;
            max-width: 400px; } }
      .generic-product--field--header .product > .images img {
        min-width: inherit;
        width: 100% !important;
        height: auto; }
      .generic-product--field--header .product > .images.with-document {
        cursor: pointer; }
    .generic-product--field--header .product > .share {
      display: none;
      /* most rules here and mainly the !important ones are necessary to cancel the Sapient styles */
      position: relative;
      float: left;
      width: 8.33333333%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0%; }
      @media (min-width: 1024px) {
        .generic-product--field--header .product > .share {
          display: block;
          margin-left: 6.25%; } }
      .generic-product--field--header .product > .share .addthis_native_toolbox {
        position: relative;
        height: 60px;
        top: initial;
        right: initial; }
        .generic-product--field--header .product > .share .addthis_native_toolbox .at-share-tbx-element, .generic-product--field--header .product > .share .addthis_native_toolbox .addthis_button_compact, .generic-product--field--header .product > .share .addthis_native_toolbox .at_native_button, .generic-product--field--header .product > .share .addthis_native_toolbox .addthis_pill_style {
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          max-width: 40px;
          height: 100%;
          width: 100%; }
        .generic-product--field--header .product > .share .addthis_native_toolbox .addthis_button_compact {
          background: url(assets/images/icon-share.svg) right no-repeat;
          background-size: contain;
          color: transparent;
          padding: 0 !important; }
          .generic-product--field--header .product > .share .addthis_native_toolbox .addthis_button_compact:after {
            display: none; }
        .generic-product--field--header .product > .share .addthis_native_toolbox .addthis_button_expanded {
          display: none !important; }
    .generic-product--field--header .product > .information {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 1.0em; }
      @media (min-width: 1024px) {
        .generic-product--field--header .product > .information {
          position: relative;
          float: left;
          width: 45.83333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          margin-left: 2.08333333%;
          padding-top: 0; } }
      .generic-product--field--header .product > .information h3 {
        margin-bottom: 0.5em; }
      .generic-product--field--header .product > .information h3, .generic-product--field--header .product > .information .body {
        text-align: center; }
        @media (min-width: 1024px) {
          .generic-product--field--header .product > .information h3, .generic-product--field--header .product > .information .body {
            text-align: left; } }
      .generic-product--field--header .product > .information .body {
        margin-bottom: 3.5em; }
        .generic-product--field--header .product > .information .body p {
          color: #736359;
          margin: 0;
          padding: 0; }
        .generic-product--field--header .product > .information .body p + p {
          margin-top: 1em; }
  .generic-product--field--header .document {
    font-family: PrimaryFont, Arial, sans-serif;
    display: none;
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    height: 80%; }
    .generic-product--field--header .document .modal-dialog {
      width: 75%;
      margin: 0; }
    .generic-product--field--header .document .modal-open {
      overflow: hidden; }
    .generic-product--field--header .document.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .generic-product--field--header .document.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .generic-product--field--header .document .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
    .generic-product--field--header .document .modal-dialog {
      position: relative;
      width: auto; }
    .generic-product--field--header .document .modal-content {
      position: relative;
      outline: 0;
      background: none;
      box-shadow: none;
      border: none;
      padding: 10px; }
    .generic-product--field--header .document .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1040;
      background-color: #000000; }
    .generic-product--field--header .document .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    .generic-product--field--header .document .modal-backdrop.in {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .generic-product--field--header .document .modal-header .close {
      text-align: right;
      float: right;
      border: 0;
      background: transparent url("assets/images/close.png") no-repeat center;
      width: 25px;
      height: 25px;
      margin-bottom: 10px; }
    .generic-product--field--header .document .modal-header .close {
      margin-top: -2px; }
    .generic-product--field--header .document .modal-title {
      margin: 0;
      line-height: 1.42857143; }
    .generic-product--field--header .document .modal-body {
      position: relative;
      padding: 15px;
      background-color: #ffffff; }
    .generic-product--field--header .document .modal-footer {
      padding: 15px;
      text-align: right; }
    .generic-product--field--header .document .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .generic-product--field--header .document .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .generic-product--field--header .document .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
    .generic-product--field--header .document .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll; }
    @media (min-width: 768px) {
      .generic-product--field--header .document .modal-dialog {
        width: 600px;
        margin: 30px auto; }
      .generic-product--field--header .document .modal-sm {
        width: 300px; } }
    .generic-product--field--header .document .modal-content .modal-body {
      text-align: center;
      padding: 40px 20px; }
      @media (min-width: 480px) {
        .generic-product--field--header .document .modal-content .modal-body {
          padding: 60px 40px; } }
    @media (min-width: 1024px) {
      .generic-product--field--header .document .modal-dialog {
        margin-top: 20px;
        width: 60%; }
      .generic-product--field--header .document .modal-content .modal-body {
        padding: 40px 20px; } }
    .generic-product--field--header .document .modal-dialog,
    .generic-product--field--header .document .modal-content {
      height: 100%; }
    .generic-product--field--header .document .modal-dialog {
      margin: 0 auto; }
    .generic-product--field--header .document .modal-content {
      padding: 0; }
      .generic-product--field--header .document .modal-content .modal-body {
        position: absolute;
        top: 5em;
        bottom: 0;
        left: 10px;
        right: 10px;
        padding: 0; }
        .generic-product--field--header .document .modal-content .modal-body iframe {
          height: 100%;
          width: 100%;
          border: none; }
    .generic-product--field--header .document .modal-header {
      height: 5em;
      padding: 0 10px;
      border-bottom: none; }
      .generic-product--field--header .document .modal-header .close {
        margin-top: 0; }
    @media (min-width: 480px) {
      .generic-product--field--header .document .modal-dialog {
        width: 80%; } }
  .generic-product--field--header .steps {
    display: none;
    padding-top: 3.0em;
    position: relative;
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    .generic-product--field--header .steps fieldset {
      border: 1px solid; }
      .generic-product--field--header .steps fieldset legend.title {
        text-align: center;
        text-transform: uppercase;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: bold;
        font-size: 1em; }
      .generic-product--field--header .steps fieldset ul {
        margin: 0;
        padding: 0; }
        .generic-product--field--header .steps fieldset ul li {
          list-style: none;
          text-align: center;
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding: 1.0em; }
          @media (min-width: 1024px) {
            .generic-product--field--header .steps fieldset ul li {
              position: relative;
              float: left;
              width: 33.33333333%;
              min-height: 1px;
              padding-left: 0px;
              padding-right: 0px;
              padding: 1.0em; } }
          .generic-product--field--header .steps fieldset ul li .disabled {
            opacity: 0.4; }
          .generic-product--field--header .steps fieldset ul li p.step-number {
            border: 2px solid;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            margin: auto;
            line-height: 46px;
            color: #e3232e;
            font-style: italic; }
          .generic-product--field--header .steps fieldset ul li p.step-title {
            text-transform: uppercase;
            font-weight: bold;
            font-size: .8em; }
          .generic-product--field--header .steps fieldset ul li p .step-action {
            font-family: SecondaryFont, Arial, sans-serif;
            font-weight: bold;
            display: block;
            color: white;
            text-transform: uppercase;
            background-color: #000000;
            background-repeat: repeat;
            background-position: top;
            padding: 10px;
            cursor: pointer;
            box-sizing: border-box;
            font-size: .7em;
            border-radius: 3px;
            padding: 14px;
            display: inline-block; }
            .generic-product--field--header .steps fieldset ul li p .step-action:hover, .generic-product--field--header .steps fieldset ul li p .step-action:focus {
              color: white;
              text-decoration: none;
              background-position: bottom; }
            @media (min-width: 1024px) {
              .generic-product--field--header .steps fieldset ul li p .step-action {
                display: block; } }
      @media (min-width: 480px) {
        .generic-product--field--header .steps fieldset ul {
          flex-direction: column;
          padding: 20px; }
          .generic-product--field--header .steps fieldset ul li {
            margin-bottom: 10px; }
          .generic-product--field--header .steps fieldset ul p .step-action {
            display: inline; } }
  .generic-product--field--header > div {
    padding-top: 1.0em;
    padding-left: 4.16666667%;
    padding-right: 4.16666667%; }
    @media (min-width: 1024px) {
      .generic-product--field--header > div {
        padding-top: 120px; } }

.generic-product--node--generic-product {
  font-size: 1.25em; }
  .generic-product--node--generic-product > div > .field {
    overflow: hidden;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .generic-product--node--generic-product > div > .field {
        margin-bottom: 80px; } }

@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.node--view-mode-field > h2 {
  display: none; }
.node--view-mode-field > footer {
  display: none; }

@font-face {
  font-family: 'Social';
  src: url("assets/fonts/Social/social.eot");
  src: url("assets/fonts/Social/social.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Social/social.woff") format("woff"), url("assets/fonts/Social/social.ttf") format("truetype"), url("assets/fonts/Social/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Social';
  src: url("assets/fonts/Social/social.eot");
  src: url("assets/fonts/Social/social.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Social/social.woff") format("woff"), url("assets/fonts/Social/social.ttf") format("truetype"), url("assets/fonts/Social/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal; }
.global--social--share-button {
  background: url("assets/shape.svg");
  background-size: cover;
  position: relative;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px; }
  .global--social--share-button:hover {
    background: url("assets/shape_hover.svg");
    background-size: cover; }
  .global--social--share-button > a, .global--social--share-button > span {
    display: block;
    width: 100%;
    height: 100%; }
    .global--social--share-button > a:focus, .global--social--share-button > span:focus {
      outline: 0;
      box-shadow: none; }
    .global--social--share-button > a:before, .global--social--share-button > span:before {
      width: 32px;
      height: 32px;
      position: absolute;
      top: 25.6px;
      left: 16px;
      font-size: 21.33333333px;
      line-height: 32px;
      text-align: center;
      color: #1f1f1f; }
    .global--social--share-button > a:hover:before, .global--social--share-button > span:hover:before {
      color: #FFF; }
  .global--social--share-button--email > a:before, .global--social--share-button--email > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "G"; }
  .global--social--share-button--facebook > a:before, .global--social--share-button--facebook > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "A"; }
  .global--social--share-button--twitter > a:before, .global--social--share-button--twitter > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "B"; }
  .global--social--share-button--linkedin > a:before, .global--social--share-button--linkedin > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "C"; }
  .global--social--share-button--pinterest > a:before, .global--social--share-button--pinterest > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "D"; }
  .global--social--share-button--wechat > a:before, .global--social--share-button--wechat > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "F"; }
  .global--social--share-button--weibo > a:before, .global--social--share-button--weibo > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "E"; }
  .global--social--share-button--pinterest > span, .global--social--share-button--pinterest > span:hover {
    background: inherit;
    border: none;
    box-shadow: none; }

@font-face {
  font-family: 'Social';
  src: url("assets/fonts/Social/social.eot");
  src: url("assets/fonts/Social/social.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Social/social.woff") format("woff"), url("assets/fonts/Social/social.ttf") format("truetype"), url("assets/fonts/Social/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Social';
  src: url("assets/fonts/Social/social.eot");
  src: url("assets/fonts/Social/social.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Social/social.woff") format("woff"), url("assets/fonts/Social/social.ttf") format("truetype"), url("assets/fonts/Social/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal; }
.global--social--share-button {
  background: url("assets/shape.svg");
  background-size: cover;
  position: relative;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px; }
  .global--social--share-button:hover {
    background: url("assets/shape_hover.svg");
    background-size: cover; }
  .global--social--share-button > a, .global--social--share-button > span {
    display: block;
    width: 100%;
    height: 100%; }
    .global--social--share-button > a:focus, .global--social--share-button > span:focus {
      outline: 0;
      box-shadow: none; }
    .global--social--share-button > a:before, .global--social--share-button > span:before {
      width: 32px;
      height: 32px;
      position: absolute;
      top: 25.6px;
      left: 16px;
      font-size: 21.33333333px;
      line-height: 32px;
      text-align: center;
      color: #1f1f1f; }
    .global--social--share-button > a:hover:before, .global--social--share-button > span:hover:before {
      color: #FFF; }
  .global--social--share-button--email > a:before, .global--social--share-button--email > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "G"; }
  .global--social--share-button--facebook > a:before, .global--social--share-button--facebook > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "A"; }
  .global--social--share-button--twitter > a:before, .global--social--share-button--twitter > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "B"; }
  .global--social--share-button--linkedin > a:before, .global--social--share-button--linkedin > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "C"; }
  .global--social--share-button--pinterest > a:before, .global--social--share-button--pinterest > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "D"; }
  .global--social--share-button--wechat > a:before, .global--social--share-button--wechat > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "F"; }
  .global--social--share-button--weibo > a:before, .global--social--share-button--weibo > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "E"; }
  .global--social--share-button--pinterest > span, .global--social--share-button--pinterest > span:hover {
    background: inherit;
    border: none;
    box-shadow: none; }

@font-face {
  font-family: 'Social';
  src: url("assets/fonts/Social/social.eot");
  src: url("assets/fonts/Social/social.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Social/social.woff") format("woff"), url("assets/fonts/Social/social.ttf") format("truetype"), url("assets/fonts/Social/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal; }
.global--social--share-menu .button {
  background: url("assets/shape.svg");
  background-size: cover;
  position: relative;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  z-index: 90; }
  .global--social--share-menu .button:hover {
    background: url("assets/shape_hover.svg");
    background-size: cover; }
  .global--social--share-menu .button > a, .global--social--share-menu .button > span {
    display: block;
    width: 100%;
    height: 100%; }
    .global--social--share-menu .button > a:focus, .global--social--share-menu .button > span:focus {
      outline: 0;
      box-shadow: none; }
    .global--social--share-menu .button > a:before, .global--social--share-menu .button > span:before {
      width: 32px;
      height: 32px;
      position: absolute;
      top: 25.6px;
      left: 16px;
      font-size: 21.33333333px;
      line-height: 32px;
      text-align: center;
      color: #1f1f1f; }
    .global--social--share-menu .button > a:hover:before, .global--social--share-menu .button > span:hover:before {
      color: #FFF; }
  .global--social--share-menu .button--email > a:before, .global--social--share-menu .button--email > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "G"; }
  .global--social--share-menu .button--facebook > a:before, .global--social--share-menu .button--facebook > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "A"; }
  .global--social--share-menu .button--twitter > a:before, .global--social--share-menu .button--twitter > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "B"; }
  .global--social--share-menu .button--linkedin > a:before, .global--social--share-menu .button--linkedin > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "C"; }
  .global--social--share-menu .button--pinterest > a:before, .global--social--share-menu .button--pinterest > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "D"; }
  .global--social--share-menu .button--wechat > a:before, .global--social--share-menu .button--wechat > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "F"; }
  .global--social--share-menu .button--weibo > a:before, .global--social--share-menu .button--weibo > span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "E"; }
  .global--social--share-menu .button span:before {
    font-family: 'Social', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "H";
    top: 18.28571429px; }
.global--social--share-menu.expanded .ribbon .button-0 {
  height: 64px;
  top: -16px; }
.global--social--share-menu.expanded .ribbon .button-1 {
  height: 64px;
  top: 32px; }
.global--social--share-menu.expanded .ribbon .button-2 {
  height: 64px;
  top: 80px; }
.global--social--share-menu.expanded .ribbon .button-3 {
  height: 64px;
  top: 128px; }
.global--social--share-menu.expanded .ribbon .button-4 {
  height: 64px;
  top: 176px; }
.global--social--share-menu.expanded .ribbon .button-5 {
  height: 64px;
  top: 224px; }
.global--social--share-menu.expanded .ribbon .button-6 {
  height: 64px;
  top: 272px; }
.global--social--share-menu.expanded .ribbon .button-7 {
  height: 64px;
  top: 320px; }
.global--social--share-menu.expanded .ribbon .button-8 {
  height: 64px;
  top: 368px; }
.global--social--share-menu.expanded .ribbon .button-9 {
  height: 64px;
  top: 416px; }
.global--social--share-menu.expanded .ribbon .button-10 {
  height: 64px;
  top: 464px; }
.global--social--share-menu.expanded .ribbon .button-11 {
  height: 64px;
  top: 512px; }
.global--social--share-menu.expanded .ribbon .button-12 {
  height: 64px;
  top: 560px; }
.global--social--share-menu.expanded .ribbon .button-13 {
  height: 64px;
  top: 608px; }
.global--social--share-menu.expanded .ribbon .button-14 {
  height: 64px;
  top: 656px; }
.global--social--share-menu.expanded .ribbon .button-15 {
  height: 64px;
  top: 704px; }
.global--social--share-menu.expanded .ribbon .button-16 {
  height: 64px;
  top: 752px; }
.global--social--share-menu.expanded .ribbon .button-17 {
  height: 64px;
  top: 800px; }
.global--social--share-menu.expanded .ribbon .button-18 {
  height: 64px;
  top: 848px; }
.global--social--share-menu.expanded .ribbon .button-19 {
  height: 64px;
  top: 896px; }
.global--social--share-menu.collapsed .ribbon .button-0 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-1 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-2 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-3 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-4 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-5 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-6 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-7 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-8 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-9 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-10 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-11 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-12 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-13 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-14 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-15 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-16 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-17 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-18 {
  top: -64px; }
.global--social--share-menu.collapsed .ribbon .button-19 {
  top: -64px; }
.global--social--share-menu .ribbon {
  position: relative; }
  .global--social--share-menu .ribbon .button-0 {
    position: absolute;
    z-index: 89; }
  .global--social--share-menu .ribbon .button-1 {
    position: absolute;
    z-index: 88; }
  .global--social--share-menu .ribbon .button-2 {
    position: absolute;
    z-index: 87; }
  .global--social--share-menu .ribbon .button-3 {
    position: absolute;
    z-index: 86; }
  .global--social--share-menu .ribbon .button-4 {
    position: absolute;
    z-index: 85; }
  .global--social--share-menu .ribbon .button-5 {
    position: absolute;
    z-index: 84; }
  .global--social--share-menu .ribbon .button-6 {
    position: absolute;
    z-index: 83; }
  .global--social--share-menu .ribbon .button-7 {
    position: absolute;
    z-index: 82; }
  .global--social--share-menu .ribbon .button-8 {
    position: absolute;
    z-index: 81; }
  .global--social--share-menu .ribbon .button-9 {
    position: absolute;
    z-index: 80; }
  .global--social--share-menu .ribbon .button-10 {
    position: absolute;
    z-index: 79; }
  .global--social--share-menu .ribbon .button-11 {
    position: absolute;
    z-index: 78; }
  .global--social--share-menu .ribbon .button-12 {
    position: absolute;
    z-index: 77; }
  .global--social--share-menu .ribbon .button-13 {
    position: absolute;
    z-index: 76; }
  .global--social--share-menu .ribbon .button-14 {
    position: absolute;
    z-index: 75; }
  .global--social--share-menu .ribbon .button-15 {
    position: absolute;
    z-index: 74; }
  .global--social--share-menu .ribbon .button-16 {
    position: absolute;
    z-index: 73; }
  .global--social--share-menu .ribbon .button-17 {
    position: absolute;
    z-index: 72; }
  .global--social--share-menu .ribbon .button-18 {
    position: absolute;
    z-index: 71; }
  .global--social--share-menu .ribbon .button-19 {
    position: absolute;
    z-index: 70; }
.global--social--share-menu--overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(245, 245, 245, 0.9);
  z-index: 91; }
  .global--social--share-menu--overlay > div {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    width: 300px;
    height: auto; }
  .global--social--share-menu--overlay img, .global--social--share-menu--overlay .wechat-logo {
    display: block;
    width: 100%; }
  .global--social--share-menu--overlay img {
    border: solid 1px #ccc; }
  .global--social--share-menu--overlay .wechat-logo {
    height: 85px;
    background: url("assets/wechat_logo.svg") no-repeat center;
    margin-bottom: 1.0em; }

.page-node-type-wide-event-event .ambassador-introduction > h1, .page-node-type-wide-event-event .ambassador-introduction > p {
  display: none; }

#product-top .addthis_native_toolbox,
#mm-header-wrapper .addthis_native_toolbox {
  top: 100px;
  right: 35px !important; }
  @media (min-width: 1251px) {
    #product-top .addthis_native_toolbox,
    #mm-header-wrapper .addthis_native_toolbox {
      top: 150px;
      right: 98px; } }

@media (min-width: 1024px) {
  #product-top .addthis_native_toolbox {
    top: 150px;
    right: 98px; } }

@media (max-width: 990px) {
  #mm-header-wrapper .addthis_native_toolbox {
    top: 30px !important; } }

.path-mytagheuer #navbarMytag ul li.shareBtn {
  text-align: center; }
  .path-mytagheuer #navbarMytag ul li.shareBtn .addthis_native_toolbox {
    display: inline-block;
    top: 12px; }

#mm-header-wrapper {
  overflow: visible; }

.page-node-type-calibre #mm-header-wrapper .addthis_native_toolbox {
  top: 35px; }

.multimedia-player--field--youtube-video .item {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }
  .multimedia-player--field--youtube-video .item .content {
    display: none; }
.multimedia-player--field--youtube-video .thumbnail {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .multimedia-player--field--youtube-video .thumbnail img {
    width: 100%;
    height: 100%; }
.multimedia-player--field--youtube-video .play-button {
  width: 90px;
  height: 90px;
  background: url(assets/images/btn-play.png);
  background-size: cover;
  z-index: 1; }
.multimedia-player--field--youtube-video img,
.multimedia-player--field--youtube-video .play-button {
  cursor: pointer; }
.multimedia-player--field--youtube-video iframe,
.multimedia-player--field--youtube-video .thumbnail,
.multimedia-player--field--youtube-video .play-button,
.multimedia-player--field--youtube-video .play-button:before {
  position: absolute; }
.multimedia-player--field--youtube-video .play-button,
.multimedia-player--field--youtube-video .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
.multimedia-player--field--youtube-video iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.product-section--field--products {
  background: none; }
  .product-section--field--products .views-infinite-scroll-content-wrapper {
    background-image: none; }
  .product-section--field--products .field--item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    @media (min-width: 480px) {
      .product-section--field--products .field--item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px; } }
    @media (min-width: 1024px) {
      .product-section--field--products .field--item {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px; } }
    @media (min-width: 1200px) {
      .product-section--field--products .field--item {
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px; } }
    .product-section--field--products .field--item .product-tile {
      height: 100%; }
      @media (min-width: 1200px) {
        .product-section--field--products .field--item .product-tile:hover, .product-section--field--products .field--item .product-tile:hover a.product-tile-content {
          color: #f5f5f5; } }

.product-section--field--tag {
  font-family: PrimaryFont, Arial, sans-serif; }
  .product-section--field--tag .field--item {
    text-transform: uppercase;
    color: #e5222f;
    margin: 0;
    font-weight: bold; }

.product-section--field--title {
  font-family: PrimaryFont, Arial, sans-serif;
  padding-bottom: 1.0em; }
  .product-section--field--title h2 {
    font-size: 1.75em;
    line-height: initial;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 480px) {
      .product-section--field--title h2 {
        font-size: 2.25em; } }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.product-section--paragraph--product-section > .field {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

.tag-heuer-monday-monday--field--deep-dive .deep-dive-carousel img {
  height: auto !important; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.tag-heuer-monday-monday--countdown {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #282828; }
  .tag-heuer-monday-monday--countdown ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .tag-heuer-monday-monday--countdown .title {
    display: block;
    text-align: center;
    margin-bottom: 1.0em; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after, .tag-heuer-monday-monday--countdown .title span {
      display: inline-block;
      vertical-align: middle; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after {
      content: "";
      height: 1px;
      background: black;
      width: 1.25em; }
    .tag-heuer-monday-monday--countdown .title:before {
      margin-right: 0.75em; }
    .tag-heuer-monday-monday--countdown .title:after {
      margin-left: 0.75em; }
  .tag-heuer-monday-monday--countdown:after:before, .tag-heuer-monday-monday--countdown:after:after {
    content: " ";
    display: table; }
  .tag-heuer-monday-monday--countdown:after:after {
    clear: both; }
  .tag-heuer-monday-monday--countdown li {
    font-size: 2.0em;
    display: inline-block; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 2.5em; } }
    @media (min-width: 1200px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 3.5em; } }
    .tag-heuer-monday-monday--countdown li .digits {
      font-family: NoSpaceFont, Arial, sans-serif;
      text-align: right;
      vertical-align: middle; }
      .tag-heuer-monday-monday--countdown li .digits .digit, .tag-heuer-monday-monday--countdown li .digits:before {
        display: inline-block;
        vertical-align: middle;
        text-align: right; }
      .tag-heuer-monday-monday--countdown li .digits .digit {
        color: #e3232e; }
      .tag-heuer-monday-monday--countdown li .digits:before {
        content: "";
        height: 1px;
        background: black;
        width: 0.5em;
        margin: 0 0.33em; }
    .tag-heuer-monday-monday--countdown li .label {
      font-family: SecondaryFont, Arial, sans-serif; }
    .tag-heuer-monday-monday--countdown li .label {
      display: block;
      font-size: 8px;
      font-weight: bold;
      text-align: right;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .tag-heuer-monday-monday--countdown li .label {
          font-size: 10px; } }
    .tag-heuer-monday-monday--countdown li:first-child .digits:before {
      display: none; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.tag-heuer-monday-monday--product-information {
  font-family: PrimaryFont, Arial, sans-serif;
  display: none; }
  .tag-heuer-monday-monday--product-information.ready {
    display: block; }
  .tag-heuer-monday-monday--product-information .monday-monday-price-bid, .tag-heuer-monday-monday--product-information .bidding-association {
    text-align: center; }
  .tag-heuer-monday-monday--product-information .price, .tag-heuer-monday-monday--product-information .shop-now, .tag-heuer-monday-monday--product-information .terms-and-conditions, .tag-heuer-monday-monday--product-information .sold-out {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    height: 3em;
    text-align: center; }
    .tag-heuer-monday-monday--product-information .price > span, .tag-heuer-monday-monday--product-information .shop-now > span, .tag-heuer-monday-monday--product-information .terms-and-conditions > span, .tag-heuer-monday-monday--product-information .sold-out > span {
      display: block;
      line-height: 3em;
      height: 100%; }
  .tag-heuer-monday-monday--product-information .shop-now {
    font-family: SecondaryFont, Arial, sans-serif;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 25%;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background-color: #000000;
    background-repeat: repeat;
    background-position: top;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    transition: background 0.1s;
    margin-top: 1.0em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop-now {
        position: relative;
        float: left;
        width: 37.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 31.25%; } }
    .tag-heuer-monday-monday--product-information .shop-now, .tag-heuer-monday-monday--product-information .shop-now:hover, .tag-heuer-monday-monday--product-information .shop-now:focus {
      color: white;
      text-decoration: none;
      background-position: bottom; }
    .tag-heuer-monday-monday--product-information .shop-now:hover {
      background: #e5222f; }
  .tag-heuer-monday-monday--product-information .shop .state--active {
    text-align: center; }
  .tag-heuer-monday-monday--product-information .shop .price {
    margin-bottom: 1.0em;
    color: #282828; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .price {
        position: relative;
        float: left;
        width: 31.25%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        margin-bottom: 0; } }
    .tag-heuer-monday-monday--product-information .shop .price > span {
      padding-right: 1em; }
    .tag-heuer-monday-monday--product-information .shop .price .formatted-value {
      font-family: SecondaryFont, Arial, sans-serif;
      font-size: 1.5em;
      font-weight: bold; }
    .tag-heuer-monday-monday--product-information .shop .price .hint {
      font-size: 0.75em;
      text-transform: lowercase;
      font-weight: lighter; }
  .tag-heuer-monday-monday--product-information .shop .end-date {
    display: inline-block;
    margin-top: 20px; }
    .tag-heuer-monday-monday--product-information .shop .end-date span {
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .end-date {
    clear: both;
    text-align: center;
    padding-top: 1.0em; }
    .tag-heuer-monday-monday--product-information .shop .end-date > span {
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-title, .tag-heuer-monday-monday--product-information .shop .sold-out-message, .tag-heuer-monday-monday--product-information .shop .sold-out-form {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-title {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #e5222f;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5em; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.5em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 3em; } }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.0em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.5em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-title, .tag-heuer-monday-monday--product-information .shop .sold-out-title:before, .tag-heuer-monday-monday--product-information .shop .sold-out-title:after {
      display: inline-block;
      vertical-align: middle; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-title:before, .tag-heuer-monday-monday--product-information .shop .sold-out-title:after {
      content: "";
      height: 1px;
      background: #e5222f;
      width: 0.6em;
      margin: 0; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-message {
    font-size: 1.0em; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-message {
        font-size: 1.25em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-message {
        font-size: 1.5em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-message em {
      font-style: normal;
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-form {
    color: #080808;
    text-align: center;
    margin-top: 2.0em; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form form:before, .tag-heuer-monday-monday--product-information .shop .sold-out-form form:after {
      content: " ";
      display: table; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form form:after {
      clear: both; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
      font-weight: bold;
      line-height: 3em;
      display: inline-block; }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .title em {
        color: #e5222f;
        font-style: normal; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
          text-align: right;
          padding-right: 1.0em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      display: block;
      margin: 0;
      height: 3em; }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
          vertical-align: middle;
          display: inline-block; } }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
          position: relative;
          float: left;
          width: 91.66666667%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px; } }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label {
        font-weight: bold;
        margin-bottom: 1em;
        display: block; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label {
            display: initial;
            margin-right: 1em;
            margin-bottom: 0; } }
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label em {
          font-style: normal;
          color: #e5222f; }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item input {
        border-width: 1px;
        border-color: #080808;
        background: rgba(255, 255, 255, 0.5);
        padding: 0 1em;
        font-style: italic;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item input {
            display: inline-block; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      background: none;
      border: none;
      text-transform: uppercase;
      display: block;
      vertical-align: middle;
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin: 0;
      margin-top: 1.0em;
      line-height: 3em;
      box-sizing: border-box; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
          position: relative;
          float: left;
          width: 8.33333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding-left: 1.0em;
          margin-top: 0;
          display: inline-block;
          text-align: left; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
        display: block;
        text-align: center; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 25%; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
        position: relative;
        float: left;
        width: 12.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        padding: 0 1em; } }
  .tag-heuer-monday-monday--product-information .shop .terms-and-conditions {
    text-transform: lowercase; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .terms-and-conditions {
        position: relative;
        float: left;
        width: 31.25%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left; } }
    .tag-heuer-monday-monday--product-information .shop .terms-and-conditions span {
      padding-left: 1em;
      font-size: 0.75em;
      line-height: 4.0em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .tag-heuer-monday-monday--product-information .shop .remaining-quantity {
    position: relative;
    float: left;
    width: 85.41666667%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1em; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar {
      height: 2em;
      border-radius: 2px;
      border-color: #e1e1e1;
      border-width: 1px;
      border-style: solid;
      box-sizing: content-box; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar-value {
      background: #e52230;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      display: block;
      text-align: right;
      line-height: 2em;
      height: 100%;
      transition: width 0.25s; }
      .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar-value.full {
        border-radius: 2px; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .formatted-quantity {
      padding-top: 0.5em;
      color: #282828;
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .remaining-days {
    position: relative;
    float: left;
    width: 14.58333333%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: SecondaryFont, Arial, sans-serif;
    height: 2em;
    line-height: 2em;
    font-weight: bold; }
    .tag-heuer-monday-monday--product-information .shop .remaining-days span {
      width: 100%;
      display: block;
      text-align: center; }
  .tag-heuer-monday-monday--product-information.bid .shop-now {
    font-size: 0.75em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information.bid .shop-now {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 25%; } }

.tag-heuer-monday-monday--field--footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  font-family: PrimaryFont, Arial, sans-serif;
  background-size: cover;
  background-color: white;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative; }
  .tag-heuer-monday-monday--field--footer:before, .tag-heuer-monday-monday--field--footer:after {
    content: " ";
    display: table; }
  .tag-heuer-monday-monday--field--footer:after {
    clear: both; }
  .tag-heuer-monday-monday--field--footer a {
    text-decoration: none; }
  .tag-heuer-monday-monday--field--footer h1 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #e5222f;
    text-transform: uppercase;
    margin: 0;
    color: #e3232e; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--field--footer h1 {
        font-size: 2.5em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--field--footer h1 {
        font-size: 3em; } }
  .tag-heuer-monday-monday--field--footer h2 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.6em;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    margin: 0; }
  .tag-heuer-monday-monday--field--footer h3 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    line-height: initial; }
  .tag-heuer-monday-monday--field--footer > div > h1, .tag-heuer-monday-monday--field--footer > div > .body {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    text-align: center; }
  .tag-heuer-monday-monday--field--footer > div > h1 {
    margin-bottom: 0.25em; }
  .tag-heuer-monday-monday--field--footer > div > .body {
    font-weight: bold;
    font-size: 1.2em; }
  .tag-heuer-monday-monday--field--footer .background-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0; }
    .tag-heuer-monday-monday--field--footer .background-images .background-image {
      position: absolute;
      width: 100%; }
      .tag-heuer-monday-monday--field--footer .background-images .background-image img {
        width: 45%;
        position: absolute; }
      .tag-heuer-monday-monday--field--footer .background-images .background-image.left img {
        left: -60px; }
      .tag-heuer-monday-monday--field--footer .background-images .background-image.top-right img {
        top: -70px;
        right: -60px;
        width: 55%;
        opacity: 0.9; }
      .tag-heuer-monday-monday--field--footer .background-images .background-image.right img {
        margin: auto 0;
        top: 6em;
        right: -60px; }
      .tag-heuer-monday-monday--field--footer .background-images .background-image.center img {
        margin: auto;
        top: 10em;
        left: 0;
        right: 0; }
  .tag-heuer-monday-monday--field--footer .product {
    padding-top: 3.0em;
    position: relative;
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    .tag-heuer-monday-monday--field--footer .product:before, .tag-heuer-monday-monday--field--footer .product:after {
      content: " ";
      display: table; }
    .tag-heuer-monday-monday--field--footer .product:after {
      clear: both; }
    .tag-heuer-monday-monday--field--footer .product > .images {
      position: relative;
      float: left;
      width: 91.66666667%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 4.16666667%;
      cursor: pointer;
      text-align: center; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--field--footer .product > .images {
          position: relative;
          float: left;
          width: 37.5%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          margin-left: 0%; } }
      .tag-heuer-monday-monday--field--footer .product > .images > div {
        margin: auto;
        max-width: 300px;
        position: relative; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--field--footer .product > .images > div {
            margin-right: 0;
            margin-left: auto;
            max-width: 400px; } }
      .tag-heuer-monday-monday--field--footer .product > .images img {
        min-width: inherit;
        width: 100% !important;
        height: auto; }
      .tag-heuer-monday-monday--field--footer .product > .images.with-document {
        cursor: pointer; }
    .tag-heuer-monday-monday--field--footer .product > .share {
      display: none;
      /* most rules here and mainly the !important ones are necessary to cancel the Sapient styles */
      position: relative;
      float: left;
      width: 8.33333333%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0%; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--field--footer .product > .share {
          display: block;
          margin-left: 6.25%; } }
      .tag-heuer-monday-monday--field--footer .product > .share .addthis_native_toolbox {
        position: relative;
        height: 60px;
        top: initial;
        right: initial; }
        .tag-heuer-monday-monday--field--footer .product > .share .addthis_native_toolbox .at-share-tbx-element, .tag-heuer-monday-monday--field--footer .product > .share .addthis_native_toolbox .addthis_button_compact, .tag-heuer-monday-monday--field--footer .product > .share .addthis_native_toolbox .at_native_button, .tag-heuer-monday-monday--field--footer .product > .share .addthis_native_toolbox .addthis_pill_style {
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          max-width: 40px;
          height: 100%;
          width: 100%; }
        .tag-heuer-monday-monday--field--footer .product > .share .addthis_native_toolbox .addthis_button_compact {
          background: url(assets/images/icon-share.svg) right no-repeat;
          background-size: contain;
          color: transparent;
          padding: 0 !important; }
          .tag-heuer-monday-monday--field--footer .product > .share .addthis_native_toolbox .addthis_button_compact:after {
            display: none; }
        .tag-heuer-monday-monday--field--footer .product > .share .addthis_native_toolbox .addthis_button_expanded {
          display: none !important; }
    .tag-heuer-monday-monday--field--footer .product > .information {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 1.0em; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--field--footer .product > .information {
          position: relative;
          float: left;
          width: 45.83333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          margin-left: 2.08333333%;
          padding-top: 0; } }
      .tag-heuer-monday-monday--field--footer .product > .information h3 {
        margin-bottom: 0.5em; }
      .tag-heuer-monday-monday--field--footer .product > .information h3, .tag-heuer-monday-monday--field--footer .product > .information .body {
        text-align: center; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--field--footer .product > .information h3, .tag-heuer-monday-monday--field--footer .product > .information .body {
            text-align: left; } }
      .tag-heuer-monday-monday--field--footer .product > .information .body {
        margin-bottom: 3.5em; }
        .tag-heuer-monday-monday--field--footer .product > .information .body p {
          color: #736359;
          margin: 0;
          padding: 0; }
        .tag-heuer-monday-monday--field--footer .product > .information .body p + p {
          margin-top: 1em; }
  .tag-heuer-monday-monday--field--footer .document {
    font-family: PrimaryFont, Arial, sans-serif;
    display: none;
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    height: 80%; }
    .tag-heuer-monday-monday--field--footer .document .modal-dialog {
      width: 75%;
      margin: 0; }
    .tag-heuer-monday-monday--field--footer .document .modal-open {
      overflow: hidden; }
    .tag-heuer-monday-monday--field--footer .document.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .tag-heuer-monday-monday--field--footer .document.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .tag-heuer-monday-monday--field--footer .document .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
    .tag-heuer-monday-monday--field--footer .document .modal-dialog {
      position: relative;
      width: auto; }
    .tag-heuer-monday-monday--field--footer .document .modal-content {
      position: relative;
      outline: 0;
      background: none;
      box-shadow: none;
      border: none;
      padding: 10px; }
    .tag-heuer-monday-monday--field--footer .document .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1040;
      background-color: #000000; }
    .tag-heuer-monday-monday--field--footer .document .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    .tag-heuer-monday-monday--field--footer .document .modal-backdrop.in {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .tag-heuer-monday-monday--field--footer .document .modal-header .close {
      text-align: right;
      float: right;
      border: 0;
      background: transparent url("assets/images/close.png") no-repeat center;
      width: 25px;
      height: 25px;
      margin-bottom: 10px; }
    .tag-heuer-monday-monday--field--footer .document .modal-header .close {
      margin-top: -2px; }
    .tag-heuer-monday-monday--field--footer .document .modal-title {
      margin: 0;
      line-height: 1.42857143; }
    .tag-heuer-monday-monday--field--footer .document .modal-body {
      position: relative;
      padding: 15px;
      background-color: #ffffff; }
    .tag-heuer-monday-monday--field--footer .document .modal-footer {
      padding: 15px;
      text-align: right; }
    .tag-heuer-monday-monday--field--footer .document .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .tag-heuer-monday-monday--field--footer .document .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .tag-heuer-monday-monday--field--footer .document .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
    .tag-heuer-monday-monday--field--footer .document .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll; }
    @media (min-width: 768px) {
      .tag-heuer-monday-monday--field--footer .document .modal-dialog {
        width: 600px;
        margin: 30px auto; }
      .tag-heuer-monday-monday--field--footer .document .modal-sm {
        width: 300px; } }
    .tag-heuer-monday-monday--field--footer .document .modal-content .modal-body {
      text-align: center;
      padding: 40px 20px; }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--field--footer .document .modal-content .modal-body {
          padding: 60px 40px; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--field--footer .document .modal-dialog {
        margin-top: 20px;
        width: 60%; }
      .tag-heuer-monday-monday--field--footer .document .modal-content .modal-body {
        padding: 40px 20px; } }
    .tag-heuer-monday-monday--field--footer .document .modal-dialog,
    .tag-heuer-monday-monday--field--footer .document .modal-content {
      height: 100%; }
    .tag-heuer-monday-monday--field--footer .document .modal-dialog {
      margin: 0 auto; }
    .tag-heuer-monday-monday--field--footer .document .modal-content {
      padding: 0; }
      .tag-heuer-monday-monday--field--footer .document .modal-content .modal-body {
        position: absolute;
        top: 5em;
        bottom: 0;
        left: 10px;
        right: 10px;
        padding: 0; }
        .tag-heuer-monday-monday--field--footer .document .modal-content .modal-body iframe {
          height: 100%;
          width: 100%;
          border: none; }
    .tag-heuer-monday-monday--field--footer .document .modal-header {
      height: 5em;
      padding: 0 10px;
      border-bottom: none; }
      .tag-heuer-monday-monday--field--footer .document .modal-header .close {
        margin-top: 0; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--field--footer .document .modal-dialog {
        width: 80%; } }
  .tag-heuer-monday-monday--field--footer .steps {
    display: none;
    padding-top: 3.0em;
    position: relative;
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    .tag-heuer-monday-monday--field--footer .steps fieldset {
      border: 1px solid; }
      .tag-heuer-monday-monday--field--footer .steps fieldset legend.title {
        text-align: center;
        text-transform: uppercase;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: bold;
        font-size: 1em; }
      .tag-heuer-monday-monday--field--footer .steps fieldset ul {
        margin: 0;
        padding: 0; }
        .tag-heuer-monday-monday--field--footer .steps fieldset ul li {
          list-style: none;
          text-align: center;
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding: 1.0em; }
          @media (min-width: 1024px) {
            .tag-heuer-monday-monday--field--footer .steps fieldset ul li {
              position: relative;
              float: left;
              width: 33.33333333%;
              min-height: 1px;
              padding-left: 0px;
              padding-right: 0px;
              padding: 1.0em; } }
          .tag-heuer-monday-monday--field--footer .steps fieldset ul li .disabled {
            opacity: 0.4; }
          .tag-heuer-monday-monday--field--footer .steps fieldset ul li p.step-number {
            border: 2px solid;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            margin: auto;
            line-height: 46px;
            color: #e5222f;
            font-style: italic; }
          .tag-heuer-monday-monday--field--footer .steps fieldset ul li p.step-title {
            text-transform: uppercase;
            font-weight: bold;
            font-size: .8em; }
          .tag-heuer-monday-monday--field--footer .steps fieldset ul li p .step-action {
            font-family: SecondaryFont, Arial, sans-serif;
            font-weight: bold;
            display: block;
            color: white;
            text-transform: uppercase;
            background-color: #000000;
            background-repeat: repeat;
            background-position: top;
            padding: 10px;
            cursor: pointer;
            box-sizing: border-box;
            font-size: .7em;
            border-radius: 3px;
            padding: 14px;
            display: inline-block; }
            .tag-heuer-monday-monday--field--footer .steps fieldset ul li p .step-action:hover, .tag-heuer-monday-monday--field--footer .steps fieldset ul li p .step-action:focus {
              color: white;
              text-decoration: none;
              background-position: bottom; }
            @media (min-width: 1024px) {
              .tag-heuer-monday-monday--field--footer .steps fieldset ul li p .step-action {
                display: block; } }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--field--footer .steps fieldset ul {
          flex-direction: column;
          padding: 20px; }
          .tag-heuer-monday-monday--field--footer .steps fieldset ul li {
            margin-bottom: 10px; }
          .tag-heuer-monday-monday--field--footer .steps fieldset ul p .step-action {
            display: inline; } }
  .tag-heuer-monday-monday--field--footer > div {
    padding-top: 1.0em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--field--footer > div {
        padding-left: 4.16666667%;
        padding-right: 4.16666667%; } }
  .tag-heuer-monday-monday--field--footer .product .images {
    padding: 2em;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0%;
    background: url("assets/images/bg-shop.jpg"); }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--field--footer .product .images {
        position: relative;
        float: left;
        width: 37.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0%;
        background: none;
        padding: initial; } }
  .tag-heuer-monday-monday--field--footer .product > .information {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
    box-sizing: border-box; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--field--footer .product > .information {
        margin-left: 16.66666667%;
        padding-left: 0;
        padding-right: 0; } }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.tag-heuer-monday-monday--countdown {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #282828; }
  .tag-heuer-monday-monday--countdown ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .tag-heuer-monday-monday--countdown .title {
    display: block;
    text-align: center;
    margin-bottom: 1.0em; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after, .tag-heuer-monday-monday--countdown .title span {
      display: inline-block;
      vertical-align: middle; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after {
      content: "";
      height: 1px;
      background: black;
      width: 1.25em; }
    .tag-heuer-monday-monday--countdown .title:before {
      margin-right: 0.75em; }
    .tag-heuer-monday-monday--countdown .title:after {
      margin-left: 0.75em; }
  .tag-heuer-monday-monday--countdown:after:before, .tag-heuer-monday-monday--countdown:after:after {
    content: " ";
    display: table; }
  .tag-heuer-monday-monday--countdown:after:after {
    clear: both; }
  .tag-heuer-monday-monday--countdown li {
    font-size: 2.0em;
    display: inline-block; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 2.5em; } }
    @media (min-width: 1200px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 3.5em; } }
    .tag-heuer-monday-monday--countdown li .digits {
      font-family: NoSpaceFont, Arial, sans-serif;
      text-align: right;
      vertical-align: middle; }
      .tag-heuer-monday-monday--countdown li .digits .digit, .tag-heuer-monday-monday--countdown li .digits:before {
        display: inline-block;
        vertical-align: middle;
        text-align: right; }
      .tag-heuer-monday-monday--countdown li .digits .digit {
        color: #e3232e; }
      .tag-heuer-monday-monday--countdown li .digits:before {
        content: "";
        height: 1px;
        background: black;
        width: 0.5em;
        margin: 0 0.33em; }
    .tag-heuer-monday-monday--countdown li .label {
      font-family: SecondaryFont, Arial, sans-serif; }
    .tag-heuer-monday-monday--countdown li .label {
      display: block;
      font-size: 8px;
      font-weight: bold;
      text-align: right;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .tag-heuer-monday-monday--countdown li .label {
          font-size: 10px; } }
    .tag-heuer-monday-monday--countdown li:first-child .digits:before {
      display: none; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.tag-heuer-monday-monday--product-information {
  font-family: PrimaryFont, Arial, sans-serif;
  display: none; }
  .tag-heuer-monday-monday--product-information.ready {
    display: block; }
  .tag-heuer-monday-monday--product-information .monday-monday-price-bid, .tag-heuer-monday-monday--product-information .bidding-association {
    text-align: center; }
  .tag-heuer-monday-monday--product-information .price, .tag-heuer-monday-monday--product-information .shop-now, .tag-heuer-monday-monday--product-information .terms-and-conditions, .tag-heuer-monday-monday--product-information .sold-out {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    height: 3em;
    text-align: center; }
    .tag-heuer-monday-monday--product-information .price > span, .tag-heuer-monday-monday--product-information .shop-now > span, .tag-heuer-monday-monday--product-information .terms-and-conditions > span, .tag-heuer-monday-monday--product-information .sold-out > span {
      display: block;
      line-height: 3em;
      height: 100%; }
  .tag-heuer-monday-monday--product-information .shop-now {
    font-family: SecondaryFont, Arial, sans-serif;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 25%;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background-color: #000000;
    background-repeat: repeat;
    background-position: top;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    transition: background 0.1s;
    margin-top: 1.0em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop-now {
        position: relative;
        float: left;
        width: 37.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 31.25%; } }
    .tag-heuer-monday-monday--product-information .shop-now, .tag-heuer-monday-monday--product-information .shop-now:hover, .tag-heuer-monday-monday--product-information .shop-now:focus {
      color: white;
      text-decoration: none;
      background-position: bottom; }
    .tag-heuer-monday-monday--product-information .shop-now:hover {
      background: #e5222f; }
  .tag-heuer-monday-monday--product-information .shop .state--active {
    text-align: center; }
  .tag-heuer-monday-monday--product-information .shop .price {
    margin-bottom: 1.0em;
    color: #282828; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .price {
        position: relative;
        float: left;
        width: 31.25%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        margin-bottom: 0; } }
    .tag-heuer-monday-monday--product-information .shop .price > span {
      padding-right: 1em; }
    .tag-heuer-monday-monday--product-information .shop .price .formatted-value {
      font-family: SecondaryFont, Arial, sans-serif;
      font-size: 1.5em;
      font-weight: bold; }
    .tag-heuer-monday-monday--product-information .shop .price .hint {
      font-size: 0.75em;
      text-transform: lowercase;
      font-weight: lighter; }
  .tag-heuer-monday-monday--product-information .shop .end-date {
    display: inline-block;
    margin-top: 20px; }
    .tag-heuer-monday-monday--product-information .shop .end-date span {
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .end-date {
    clear: both;
    text-align: center;
    padding-top: 1.0em; }
    .tag-heuer-monday-monday--product-information .shop .end-date > span {
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-title, .tag-heuer-monday-monday--product-information .shop .sold-out-message, .tag-heuer-monday-monday--product-information .shop .sold-out-form {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-title {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #e5222f;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5em; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.5em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 3em; } }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.0em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.5em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-title, .tag-heuer-monday-monday--product-information .shop .sold-out-title:before, .tag-heuer-monday-monday--product-information .shop .sold-out-title:after {
      display: inline-block;
      vertical-align: middle; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-title:before, .tag-heuer-monday-monday--product-information .shop .sold-out-title:after {
      content: "";
      height: 1px;
      background: #e5222f;
      width: 0.6em;
      margin: 0; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-message {
    font-size: 1.0em; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-message {
        font-size: 1.25em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-message {
        font-size: 1.5em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-message em {
      font-style: normal;
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-form {
    color: #080808;
    text-align: center;
    margin-top: 2.0em; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form form:before, .tag-heuer-monday-monday--product-information .shop .sold-out-form form:after {
      content: " ";
      display: table; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form form:after {
      clear: both; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
      font-weight: bold;
      line-height: 3em;
      display: inline-block; }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .title em {
        color: #e5222f;
        font-style: normal; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
          text-align: right;
          padding-right: 1.0em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      display: block;
      margin: 0;
      height: 3em; }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
          vertical-align: middle;
          display: inline-block; } }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
          position: relative;
          float: left;
          width: 91.66666667%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px; } }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label {
        font-weight: bold;
        margin-bottom: 1em;
        display: block; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label {
            display: initial;
            margin-right: 1em;
            margin-bottom: 0; } }
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label em {
          font-style: normal;
          color: #e5222f; }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item input {
        border-width: 1px;
        border-color: #080808;
        background: rgba(255, 255, 255, 0.5);
        padding: 0 1em;
        font-style: italic;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item input {
            display: inline-block; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      background: none;
      border: none;
      text-transform: uppercase;
      display: block;
      vertical-align: middle;
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin: 0;
      margin-top: 1.0em;
      line-height: 3em;
      box-sizing: border-box; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
          position: relative;
          float: left;
          width: 8.33333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding-left: 1.0em;
          margin-top: 0;
          display: inline-block;
          text-align: left; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
        display: block;
        text-align: center; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 25%; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
        position: relative;
        float: left;
        width: 12.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        padding: 0 1em; } }
  .tag-heuer-monday-monday--product-information .shop .terms-and-conditions {
    text-transform: lowercase; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .terms-and-conditions {
        position: relative;
        float: left;
        width: 31.25%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left; } }
    .tag-heuer-monday-monday--product-information .shop .terms-and-conditions span {
      padding-left: 1em;
      font-size: 0.75em;
      line-height: 4.0em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .tag-heuer-monday-monday--product-information .shop .remaining-quantity {
    position: relative;
    float: left;
    width: 85.41666667%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1em; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar {
      height: 2em;
      border-radius: 2px;
      border-color: #e1e1e1;
      border-width: 1px;
      border-style: solid;
      box-sizing: content-box; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar-value {
      background: #e52230;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      display: block;
      text-align: right;
      line-height: 2em;
      height: 100%;
      transition: width 0.25s; }
      .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar-value.full {
        border-radius: 2px; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .formatted-quantity {
      padding-top: 0.5em;
      color: #282828;
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .remaining-days {
    position: relative;
    float: left;
    width: 14.58333333%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: SecondaryFont, Arial, sans-serif;
    height: 2em;
    line-height: 2em;
    font-weight: bold; }
    .tag-heuer-monday-monday--product-information .shop .remaining-days span {
      width: 100%;
      display: block;
      text-align: center; }
  .tag-heuer-monday-monday--product-information.bid .shop-now {
    font-size: 0.75em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information.bid .shop-now {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 25%; } }

.tag-heuer-monday-monday--field--header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  font-family: PrimaryFont, Arial, sans-serif;
  background-size: cover;
  background-color: white;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative; }
  .tag-heuer-monday-monday--field--header:before, .tag-heuer-monday-monday--field--header:after {
    content: " ";
    display: table; }
  .tag-heuer-monday-monday--field--header:after {
    clear: both; }
  .tag-heuer-monday-monday--field--header a {
    text-decoration: none; }
  .tag-heuer-monday-monday--field--header h1 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #e5222f;
    text-transform: uppercase;
    margin: 0;
    color: #e3232e; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--field--header h1 {
        font-size: 2.5em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--field--header h1 {
        font-size: 3em; } }
  .tag-heuer-monday-monday--field--header h2 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.6em;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    margin: 0; }
  .tag-heuer-monday-monday--field--header h3 {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    line-height: initial; }
  .tag-heuer-monday-monday--field--header > div > h1, .tag-heuer-monday-monday--field--header > div > .body {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    text-align: center; }
  .tag-heuer-monday-monday--field--header > div > h1 {
    margin-bottom: 0.25em; }
  .tag-heuer-monday-monday--field--header > div > .body {
    font-weight: bold;
    font-size: 1.2em; }
  .tag-heuer-monday-monday--field--header .background-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0; }
    .tag-heuer-monday-monday--field--header .background-images .background-image {
      position: absolute;
      width: 100%; }
      .tag-heuer-monday-monday--field--header .background-images .background-image img {
        width: 45%;
        position: absolute; }
      .tag-heuer-monday-monday--field--header .background-images .background-image.left img {
        left: -60px; }
      .tag-heuer-monday-monday--field--header .background-images .background-image.top-right img {
        top: -70px;
        right: -60px;
        width: 55%;
        opacity: 0.9; }
      .tag-heuer-monday-monday--field--header .background-images .background-image.right img {
        margin: auto 0;
        top: 6em;
        right: -60px; }
      .tag-heuer-monday-monday--field--header .background-images .background-image.center img {
        margin: auto;
        top: 10em;
        left: 0;
        right: 0; }
  .tag-heuer-monday-monday--field--header .product {
    padding-top: 3.0em;
    position: relative;
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    .tag-heuer-monday-monday--field--header .product:before, .tag-heuer-monday-monday--field--header .product:after {
      content: " ";
      display: table; }
    .tag-heuer-monday-monday--field--header .product:after {
      clear: both; }
    .tag-heuer-monday-monday--field--header .product > .images {
      position: relative;
      float: left;
      width: 91.66666667%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 4.16666667%;
      cursor: pointer;
      text-align: center; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--field--header .product > .images {
          position: relative;
          float: left;
          width: 37.5%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          margin-left: 0%; } }
      .tag-heuer-monday-monday--field--header .product > .images > div {
        margin: auto;
        max-width: 300px;
        position: relative; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--field--header .product > .images > div {
            margin-right: 0;
            margin-left: auto;
            max-width: 400px; } }
      .tag-heuer-monday-monday--field--header .product > .images img {
        min-width: inherit;
        width: 100% !important;
        height: auto; }
      .tag-heuer-monday-monday--field--header .product > .images.with-document {
        cursor: pointer; }
    .tag-heuer-monday-monday--field--header .product > .share {
      display: none;
      /* most rules here and mainly the !important ones are necessary to cancel the Sapient styles */
      position: relative;
      float: left;
      width: 8.33333333%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0%; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--field--header .product > .share {
          display: block;
          margin-left: 6.25%; } }
      .tag-heuer-monday-monday--field--header .product > .share .addthis_native_toolbox {
        position: relative;
        height: 60px;
        top: initial;
        right: initial; }
        .tag-heuer-monday-monday--field--header .product > .share .addthis_native_toolbox .at-share-tbx-element, .tag-heuer-monday-monday--field--header .product > .share .addthis_native_toolbox .addthis_button_compact, .tag-heuer-monday-monday--field--header .product > .share .addthis_native_toolbox .at_native_button, .tag-heuer-monday-monday--field--header .product > .share .addthis_native_toolbox .addthis_pill_style {
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          max-width: 40px;
          height: 100%;
          width: 100%; }
        .tag-heuer-monday-monday--field--header .product > .share .addthis_native_toolbox .addthis_button_compact {
          background: url(assets/images/icon-share.svg) right no-repeat;
          background-size: contain;
          color: transparent;
          padding: 0 !important; }
          .tag-heuer-monday-monday--field--header .product > .share .addthis_native_toolbox .addthis_button_compact:after {
            display: none; }
        .tag-heuer-monday-monday--field--header .product > .share .addthis_native_toolbox .addthis_button_expanded {
          display: none !important; }
    .tag-heuer-monday-monday--field--header .product > .information {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 1.0em; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--field--header .product > .information {
          position: relative;
          float: left;
          width: 45.83333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          margin-left: 2.08333333%;
          padding-top: 0; } }
      .tag-heuer-monday-monday--field--header .product > .information h3 {
        margin-bottom: 0.5em; }
      .tag-heuer-monday-monday--field--header .product > .information h3, .tag-heuer-monday-monday--field--header .product > .information .body {
        text-align: center; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--field--header .product > .information h3, .tag-heuer-monday-monday--field--header .product > .information .body {
            text-align: left; } }
      .tag-heuer-monday-monday--field--header .product > .information .body {
        margin-bottom: 3.5em; }
        .tag-heuer-monday-monday--field--header .product > .information .body p {
          color: #736359;
          margin: 0;
          padding: 0; }
        .tag-heuer-monday-monday--field--header .product > .information .body p + p {
          margin-top: 1em; }
  .tag-heuer-monday-monday--field--header .document {
    font-family: PrimaryFont, Arial, sans-serif;
    display: none;
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    height: 80%; }
    .tag-heuer-monday-monday--field--header .document .modal-dialog {
      width: 75%;
      margin: 0; }
    .tag-heuer-monday-monday--field--header .document .modal-open {
      overflow: hidden; }
    .tag-heuer-monday-monday--field--header .document.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .tag-heuer-monday-monday--field--header .document.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .tag-heuer-monday-monday--field--header .document .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
    .tag-heuer-monday-monday--field--header .document .modal-dialog {
      position: relative;
      width: auto; }
    .tag-heuer-monday-monday--field--header .document .modal-content {
      position: relative;
      outline: 0;
      background: none;
      box-shadow: none;
      border: none;
      padding: 10px; }
    .tag-heuer-monday-monday--field--header .document .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1040;
      background-color: #000000; }
    .tag-heuer-monday-monday--field--header .document .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    .tag-heuer-monday-monday--field--header .document .modal-backdrop.in {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .tag-heuer-monday-monday--field--header .document .modal-header .close {
      text-align: right;
      float: right;
      border: 0;
      background: transparent url("assets/images/close.png") no-repeat center;
      width: 25px;
      height: 25px;
      margin-bottom: 10px; }
    .tag-heuer-monday-monday--field--header .document .modal-header .close {
      margin-top: -2px; }
    .tag-heuer-monday-monday--field--header .document .modal-title {
      margin: 0;
      line-height: 1.42857143; }
    .tag-heuer-monday-monday--field--header .document .modal-body {
      position: relative;
      padding: 15px;
      background-color: #ffffff; }
    .tag-heuer-monday-monday--field--header .document .modal-footer {
      padding: 15px;
      text-align: right; }
    .tag-heuer-monday-monday--field--header .document .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .tag-heuer-monday-monday--field--header .document .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .tag-heuer-monday-monday--field--header .document .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
    .tag-heuer-monday-monday--field--header .document .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll; }
    @media (min-width: 768px) {
      .tag-heuer-monday-monday--field--header .document .modal-dialog {
        width: 600px;
        margin: 30px auto; }
      .tag-heuer-monday-monday--field--header .document .modal-sm {
        width: 300px; } }
    .tag-heuer-monday-monday--field--header .document .modal-content .modal-body {
      text-align: center;
      padding: 40px 20px; }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--field--header .document .modal-content .modal-body {
          padding: 60px 40px; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--field--header .document .modal-dialog {
        margin-top: 20px;
        width: 60%; }
      .tag-heuer-monday-monday--field--header .document .modal-content .modal-body {
        padding: 40px 20px; } }
    .tag-heuer-monday-monday--field--header .document .modal-dialog,
    .tag-heuer-monday-monday--field--header .document .modal-content {
      height: 100%; }
    .tag-heuer-monday-monday--field--header .document .modal-dialog {
      margin: 0 auto; }
    .tag-heuer-monday-monday--field--header .document .modal-content {
      padding: 0; }
      .tag-heuer-monday-monday--field--header .document .modal-content .modal-body {
        position: absolute;
        top: 5em;
        bottom: 0;
        left: 10px;
        right: 10px;
        padding: 0; }
        .tag-heuer-monday-monday--field--header .document .modal-content .modal-body iframe {
          height: 100%;
          width: 100%;
          border: none; }
    .tag-heuer-monday-monday--field--header .document .modal-header {
      height: 5em;
      padding: 0 10px;
      border-bottom: none; }
      .tag-heuer-monday-monday--field--header .document .modal-header .close {
        margin-top: 0; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--field--header .document .modal-dialog {
        width: 80%; } }
  .tag-heuer-monday-monday--field--header .steps {
    display: none;
    padding-top: 3.0em;
    position: relative;
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px; }
    .tag-heuer-monday-monday--field--header .steps fieldset {
      border: 1px solid; }
      .tag-heuer-monday-monday--field--header .steps fieldset legend.title {
        text-align: center;
        text-transform: uppercase;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: bold;
        font-size: 1em; }
      .tag-heuer-monday-monday--field--header .steps fieldset ul {
        margin: 0;
        padding: 0; }
        .tag-heuer-monday-monday--field--header .steps fieldset ul li {
          list-style: none;
          text-align: center;
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding: 1.0em; }
          @media (min-width: 1024px) {
            .tag-heuer-monday-monday--field--header .steps fieldset ul li {
              position: relative;
              float: left;
              width: 33.33333333%;
              min-height: 1px;
              padding-left: 0px;
              padding-right: 0px;
              padding: 1.0em; } }
          .tag-heuer-monday-monday--field--header .steps fieldset ul li .disabled {
            opacity: 0.4; }
          .tag-heuer-monday-monday--field--header .steps fieldset ul li p.step-number {
            border: 2px solid;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            margin: auto;
            line-height: 46px;
            color: #e5222f;
            font-style: italic; }
          .tag-heuer-monday-monday--field--header .steps fieldset ul li p.step-title {
            text-transform: uppercase;
            font-weight: bold;
            font-size: .8em; }
          .tag-heuer-monday-monday--field--header .steps fieldset ul li p .step-action {
            font-family: SecondaryFont, Arial, sans-serif;
            font-weight: bold;
            display: block;
            color: white;
            text-transform: uppercase;
            background-color: #000000;
            background-repeat: repeat;
            background-position: top;
            padding: 10px;
            cursor: pointer;
            box-sizing: border-box;
            font-size: .7em;
            border-radius: 3px;
            padding: 14px;
            display: inline-block; }
            .tag-heuer-monday-monday--field--header .steps fieldset ul li p .step-action:hover, .tag-heuer-monday-monday--field--header .steps fieldset ul li p .step-action:focus {
              color: white;
              text-decoration: none;
              background-position: bottom; }
            @media (min-width: 1024px) {
              .tag-heuer-monday-monday--field--header .steps fieldset ul li p .step-action {
                display: block; } }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--field--header .steps fieldset ul {
          flex-direction: column;
          padding: 20px; }
          .tag-heuer-monday-monday--field--header .steps fieldset ul li {
            margin-bottom: 10px; }
          .tag-heuer-monday-monday--field--header .steps fieldset ul p .step-action {
            display: inline; } }
  .tag-heuer-monday-monday--field--header > div {
    padding-top: 1.0em;
    padding-left: 4.16666667%;
    padding-right: 4.16666667%; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--field--header > div {
        padding-top: 120px; } }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
#frameBoxWrapper {
  z-index: 99997;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#frameBoxWrapper .frameBoxBackground {
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-color: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.90; }

#frameBoxWrapper .frameBoxContent {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  margin: 25px auto 100px 0;
  background-color: #111;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6); }

#frameBoxWrapper .frameBoxBar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 50px;
  background: #000;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6); }

#frameBoxWrapper .frameBoxBar .blockOptions {
  position: absolute;
  height: 30px;
  width: auto;
  right: 6px;
  top: 10px; }

#frameBoxWrapper .frameBoxBar .blockOptions span {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  background: url("assets/images/frameboxPictos.png") left top no-repeat; }

#frameBoxWrapper .frameBoxBar .blockOptions span.optionFullscreen {
  background-position: 0px -120px; }

#frameBoxWrapper .frameBoxBar .blockOptions span.optionClose {
  background-position: 0px 0px; }

#frameBoxWrapper .frameBoxBar .blockNav {
  position: absolute;
  height: 30px;
  width: 112px;
  left: 50%;
  margin-left: -56px;
  top: 10px; }

#frameBoxWrapper .frameBoxBar .blockNav span {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0 13px;
  background: url("assets/images/frameboxPictos.png") left top no-repeat; }

#frameBoxWrapper .frameBoxBar .blockNav span.btnNext {
  background-position: 0px -160px; }

#frameBoxWrapper .frameBoxBar .blockNav span.btnPrev {
  background-position: 0px -200px; }

#frameBoxWrapper #frameboxLoader {
  position: absolute;
  z-index: 100000;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px; }

#frameBoxWrapper .frameBoxContentInfos {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  margin-top: -60px;
  height: 60px; }

#frameBoxWrapper .frameBoxContentInfos h2 {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 0 10px 10px 0;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 10px 0;
  color: #187ec0;
  display: block; }

#frameBoxWrapper .frameBoxContentInfos p {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 0;
  padding: 0 10px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  display: block;
  float: left;
  margin: 7px 0 0 0; }

#frameBoxWrapper .frameBoxContentInfos p.fbDate {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  display: block;
  float: left;
  margin: 7px 0 0 0; }

#frameBoxWrapper .frameBoxContentInfos p.fbCredits, #frameBoxWrapper .frameBoxContentInfos p.fbPlace, #frameBoxWrapper .frameBoxContentInfos p.fbDownload {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  display: block;
  position: absolute; }

#frameBoxWrapper .frameBoxContentInfos p.fbCredits {
  top: 10px;
  right: 10px; }

#frameBoxWrapper .frameBoxContentInfos p.fbPlace {
  bottom: 10px;
  left: 10px; }

#frameBoxWrapper .frameBoxContentInfos p.fbDownload {
  bottom: 10px;
  right: 10px; }

/* VIDEO */
#frameBoxWrapper {
  overflow: auto;
  min-width: 260px; }

#frameBoxWrapper video + .frameBoxContentInfos {
  margin-top: 0px;
  background: #fff; }

.tag-heuer-monday-monday--field--product-close-up-images {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 4.16666667%; }
  .tag-heuer-monday-monday--field--product-close-up-images:before, .tag-heuer-monday-monday--field--product-close-up-images:after {
    content: " ";
    display: table; }
  .tag-heuer-monday-monday--field--product-close-up-images:after {
    clear: both; }
  .tag-heuer-monday-monday--field--product-close-up-images .field--items {
    text-align: center; }
    .tag-heuer-monday-monday--field--product-close-up-images .field--items:after {
      content: "";
      clear: both;
      display: block; }
  .tag-heuer-monday-monday--field--product-close-up-images .field--item {
    margin-bottom: 1em; }
    .tag-heuer-monday-monday--field--product-close-up-images .field--item .parallax-item {
      overflow: hidden;
      position: relative; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--field--product-close-up-images .field--item .parallax-item {
          background-position-x: center;
          background-position-y: top;
          background-repeat: no-repeat;
          background-size: 100%;
          padding-top: 100%; } }
      .tag-heuer-monday-monday--field--product-close-up-images .field--item .parallax-item:before {
        content: "";
        display: block;
        opacity: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.45);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        -webkit-transition: opacity 350ms ease-out;
        -o-transition: opacity 350ms ease-out;
        transition: opacity 350ms ease-out; }
      .tag-heuer-monday-monday--field--product-close-up-images .field--item .parallax-item:after {
        content: "";
        opacity: 0;
        width: 29px;
        height: 29px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: url("assets/images/icon-fullscreen.png") no-repeat center;
        -webkit-transition: opacity 350ms ease-out 250ms;
        -o-transition: opacity 350ms ease-out 250ms;
        transition: opacity 350ms ease-out 250ms; }
      .tag-heuer-monday-monday--field--product-close-up-images .field--item .parallax-item:hover:before, .tag-heuer-monday-monday--field--product-close-up-images .field--item .parallax-item:hover:after {
        opacity: 1; }
      .tag-heuer-monday-monday--field--product-close-up-images .field--item .parallax-item img {
        width: 100% !important;
        height: auto !important; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--field--product-close-up-images .field--item .parallax-item img {
            visibility: hidden;
            position: absolute; } }
  @media (min-width: 0px) and (max-width: 479px) {
    .tag-heuer-monday-monday--field--product-close-up-images .thl-1:not(.thl-1--col-first) {
      margin-left: 4.16666667%; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-1--row-col-count-1.thl-1--col-1 {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0%; } }
  @media (min-width: 480px) and (max-width: 1199px) {
    .tag-heuer-monday-monday--field--product-close-up-images .thl-2:not(.thl-2--col-first) {
      margin-left: 4.16666667%; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-2--row-col-count-1.thl-2--col-1 {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 25%; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-2--row-col-count-2.thl-2--col-1 {
      position: relative;
      float: left;
      width: 47.91666667%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0%; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-2--row-col-count-2.thl-2--col-2 {
      position: relative;
      float: left;
      width: 47.91666667%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; } }
  @media (min-width: 1200px) {
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4:not(.thl-4--col-first) {
      margin-left: 4.16666667%; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-1.thl-4--col-1 {
      position: relative;
      float: left;
      width: 33.33333333%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 33.33333333%; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-2.thl-4--col-1 {
      position: relative;
      float: left;
      width: 33.33333333%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 14.58333333%; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-2.thl-4--col-2 {
      position: relative;
      float: left;
      width: 33.33333333%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-3.thl-4--col-1 {
      position: relative;
      float: left;
      width: 30.55555556%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0%; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-3.thl-4--col-2 {
      position: relative;
      float: left;
      width: 30.55555556%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-3.thl-4--col-3 {
      position: relative;
      float: left;
      width: 30.55555556%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-4.thl-4--col-1 {
      position: relative;
      float: left;
      width: 21.875%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0%; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-4.thl-4--col-2 {
      position: relative;
      float: left;
      width: 21.875%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-4.thl-4--col-3 {
      position: relative;
      float: left;
      width: 21.875%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; }
    .tag-heuer-monday-monday--field--product-close-up-images .thl-4--row-col-count-4.thl-4--col-4 {
      position: relative;
      float: left;
      width: 21.875%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; } }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.article-section--field--article-section {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 4.16666667%;
  padding-top: 40px; }
  .article-section--field--article-section:before, .article-section--field--article-section:after {
    content: " ";
    display: table; }
  .article-section--field--article-section:after {
    clear: both; }
  @media (min-width: 480px) {
    .article-section--field--article-section {
      padding-top: 80px; } }
  .article-section--field--article-section .field--item {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .article-section--field--article-section .field--item {
        margin-bottom: 80px; } }
    .article-section--field--article-section .field--item:last-child {
      margin-bottom: 0; }

.tag-heuer-monday-monday--field--video {
  background: black;
  padding: 150px 4.16666667%; }

@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.wide-flash-sale--modal {
  font-family: PrimaryFont, Arial, sans-serif;
  display: none;
  position: fixed;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .wide-flash-sale--modal .modal-dialog {
    width: 75%;
    margin: 0; }
  .wide-flash-sale--modal .modal-open {
    overflow: hidden; }
  .wide-flash-sale--modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .wide-flash-sale--modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .wide-flash-sale--modal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .wide-flash-sale--modal .modal-dialog {
    position: relative;
    width: auto; }
  .wide-flash-sale--modal .modal-content {
    position: relative;
    outline: 0;
    background: none;
    box-shadow: none;
    border: none;
    padding: 10px; }
  .wide-flash-sale--modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000; }
  .wide-flash-sale--modal .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .wide-flash-sale--modal .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .wide-flash-sale--modal .modal-header .close {
    text-align: right;
    float: right;
    border: 0;
    background: transparent url("assets/images/close.png") no-repeat center;
    width: 25px;
    height: 25px;
    margin-bottom: 10px; }
  .wide-flash-sale--modal .modal-header .close {
    margin-top: -2px; }
  .wide-flash-sale--modal .modal-title {
    margin: 0;
    line-height: 1.42857143; }
  .wide-flash-sale--modal .modal-body {
    position: relative;
    padding: 15px;
    background-color: #ffffff; }
  .wide-flash-sale--modal .modal-footer {
    padding: 15px;
    text-align: right; }
  .wide-flash-sale--modal .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .wide-flash-sale--modal .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .wide-flash-sale--modal .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
  .wide-flash-sale--modal .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .wide-flash-sale--modal .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .wide-flash-sale--modal .modal-sm {
      width: 300px; } }
  .wide-flash-sale--modal .modal-content .modal-body {
    text-align: center;
    padding: 40px 20px; }
    @media (min-width: 480px) {
      .wide-flash-sale--modal .modal-content .modal-body {
        padding: 60px 40px; } }
  @media (min-width: 1024px) {
    .wide-flash-sale--modal .modal-dialog {
      margin-top: 20px;
      width: 60%; }
    .wide-flash-sale--modal .modal-content .modal-body {
      padding: 40px 20px; } }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }
body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }
body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }
body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }
body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }
body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }
body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }
body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }
body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }
body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }
body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }
body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }
body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }
body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }
body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }
body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }
body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }
body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }
body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }
body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }
body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }
body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }
body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }
body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }
body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }
body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }
body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }
body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }
body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }
body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }
body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }
body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }
body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }
body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }
body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }
body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }
body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }
body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }
body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }
body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }
body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }
body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }
body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }
body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }
body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }
body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }
body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }
body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }
body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }
body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }
body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }
body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }
body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }
body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }
body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }
body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }
body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }
body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }
body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }
body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }
body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }
body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }
body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }
body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }
body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }
body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }
body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }
body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }
body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }
body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }
body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }
body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }
body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }
body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }
body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }
body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }
body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }
body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }
body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }
body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }
body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }
body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }
body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }
body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }
body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }
body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }
body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }
body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }
body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }
body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }
body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }
body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }
body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }
body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }
body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }
body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }
body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }
body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }
body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }
body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }
body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }
body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }
body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }
body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }
body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }
body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }
body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }
body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }
body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }
body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }
body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }
body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }
body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }
body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }
body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }
body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }
body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }
body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }
body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }
body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }
body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }
body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }
body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate(0, 0); }

[data-aos='fade-up'] {
  transform: translate(0, 100px); }

[data-aos='fade-down'] {
  transform: translate(0, -100px); }

[data-aos='fade-right'] {
  transform: translate(-100px, 0); }

[data-aos='fade-left'] {
  transform: translate(100px, 0); }

[data-aos='fade-up-right'] {
  transform: translate(-100px, 100px); }

[data-aos='fade-up-left'] {
  transform: translate(100px, 100px); }

[data-aos='fade-down-right'] {
  transform: translate(-100px, -100px); }

[data-aos='fade-down-left'] {
  transform: translate(100px, -100px); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate(0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate(0, 100px) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate(0, -100px) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate(-100px, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate(100px, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate(0, 100px) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate(0, -100px) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate(-100px, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate(100px, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate(0, 0); }

[data-aos='slide-up'] {
  transform: translateY(100%); }

[data-aos='slide-down'] {
  transform: translateY(-100%); }

[data-aos='slide-right'] {
  transform: translateX(-100%); }

[data-aos='slide-left'] {
  transform: translateX(100%); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.tag-heuer-monday-monday--node--monday-monday {
  font-size: 1.25em; }
  .tag-heuer-monday-monday--node--monday-monday > div > .field {
    overflow: hidden;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--node--monday-monday > div > .field {
        margin-bottom: 40px; } }
  .tag-heuer-monday-monday--node--monday-monday .tag-heuer-monday-monday-locale-form .form--custom-select {
    width: 100%;
    margin: auto; }
  .tag-heuer-monday-monday--node--monday-monday .tag-heuer-monday-monday-locale-form .form-item {
    font-family: PrimaryFont, Arial, sans-serif;
    margin: auto;
    margin-top: 1.0em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--node--monday-monday .tag-heuer-monday-monday-locale-form .form-item {
        width: 70%; } }
    @media (min-width: 1200px) {
      .tag-heuer-monday-monday--node--monday-monday .tag-heuer-monday-monday-locale-form .form-item {
        width: 60%; } }
    .tag-heuer-monday-monday--node--monday-monday .tag-heuer-monday-monday-locale-form .form-item label {
      margin-bottom: 1.0em; }
  .tag-heuer-monday-monday--node--monday-monday .locale-modal {
    font-family: PrimaryFont, Arial, sans-serif;
    display: none;
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-dialog {
      width: 75%;
      margin: 0; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-open {
      overflow: hidden; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-dialog {
      position: relative;
      width: auto; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content {
      position: relative;
      outline: 0;
      background: none;
      box-shadow: none;
      border: none;
      padding: 10px; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1040;
      background-color: #000000; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-backdrop.in {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-header .close {
      text-align: right;
      float: right;
      border: 0;
      background: transparent url("assets/images/close.png") no-repeat center;
      width: 25px;
      height: 25px;
      margin-bottom: 10px; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-header .close {
      margin-top: -2px; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-title {
      margin: 0;
      line-height: 1.42857143; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-body {
      position: relative;
      padding: 15px;
      background-color: #ffffff; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-footer {
      padding: 15px;
      text-align: right; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll; }
    @media (min-width: 768px) {
      .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-dialog {
        width: 600px;
        margin: 30px auto; }
      .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-sm {
        width: 300px; } }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body {
      text-align: center;
      padding: 40px 20px; }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body {
          padding: 60px 40px; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-dialog {
        margin-top: 20px;
        width: 60%; }
      .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body {
        padding: 40px 20px; } }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body h2 {
      color: black;
      margin: 0 auto;
      line-height: 1em;
      text-transform: uppercase;
      margin-bottom: 1.0em; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body hr {
      width: 300px;
      border: none;
      border-top: 1px solid black;
      margin: 0 auto; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body label {
      color: black;
      display: block; }
      .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body label.country {
        margin-top: 60px; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body p {
      font-size: 1.4em;
      color: black; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body p.currency {
      font-size: 1.6em;
      margin-bottom: 60px; }
      .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body p.currency span {
        text-transform: uppercase; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body .title, .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body .disclaimer {
      display: block;
      padding: 2.5em 0; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body .title {
      padding-top: 0; }
      .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body .title h2 {
        color: #e5222f; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body .title {
          padding-top: 2.5em; } }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body .disclaimer hr {
      margin-bottom: 1.0em; }
    .tag-heuer-monday-monday--node--monday-monday .locale-modal .form-submit {
      font-family: SecondaryFont, Arial, sans-serif;
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      background-color: #000000;
      background-repeat: repeat;
      background-position: top;
      cursor: pointer;
      box-sizing: border-box;
      border-radius: 2px;
      text-align: center;
      border: none;
      padding: 0.5em 2.0em;
      margin-top: 1.0em; }
      .tag-heuer-monday-monday--node--monday-monday .locale-modal .form-submit:hover, .tag-heuer-monday-monday--node--monday-monday .locale-modal .form-submit:focus {
        color: white;
        text-decoration: none;
        background-position: bottom; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--node--monday-monday .locale-modal .modal-content .modal-body h2 {
        font-size: 1.6em; } }
  .tag-heuer-monday-monday--node--monday-monday .newsletter-form {
    color: #080808;
    text-align: center;
    background: #f6f6f6;
    padding: 2.0em 2.0em; }
    .tag-heuer-monday-monday--node--monday-monday .newsletter-form form:before, .tag-heuer-monday-monday--node--monday-monday .newsletter-form form:after {
      content: " ";
      display: table; }
    .tag-heuer-monday-monday--node--monday-monday .newsletter-form form:after {
      clear: both; }
    .tag-heuer-monday-monday--node--monday-monday .newsletter-form .title {
      font-weight: bold;
      line-height: 3em;
      display: inline-block; }
      .tag-heuer-monday-monday--node--monday-monday .newsletter-form .title em {
        color: #e5222f;
        font-style: normal; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--node--monday-monday .newsletter-form .title {
          text-align: right;
          padding-right: 1.0em; } }
    .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      display: block;
      margin: 0;
      height: 3em; }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item {
          vertical-align: middle;
          display: inline-block; } }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item {
          position: relative;
          float: left;
          width: 91.66666667%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px; } }
      .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item label {
        font-weight: bold;
        margin-bottom: 1em;
        display: block; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item label {
            display: initial;
            margin-right: 1em;
            margin-bottom: 0; } }
        .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item label em {
          font-style: normal;
          color: #e5222f; }
      .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item input {
        border-width: 1px;
        border-color: #080808;
        background: rgba(255, 255, 255, 0.5);
        padding: 0 1em;
        font-style: italic;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item input {
            display: inline-block; } }
    .tag-heuer-monday-monday--node--monday-monday .newsletter-form input[type=submit] {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      background: none;
      border: none;
      text-transform: uppercase;
      display: block;
      vertical-align: middle;
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin: 0;
      margin-top: 1.0em;
      line-height: 3em;
      box-sizing: border-box; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--node--monday-monday .newsletter-form input[type=submit] {
          position: relative;
          float: left;
          width: 8.33333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding-left: 1.0em;
          margin-top: 0;
          display: inline-block;
          text-align: left; } }
    .tag-heuer-monday-monday--node--monday-monday .newsletter-form .title {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--node--monday-monday .newsletter-form .title {
          position: relative;
          float: left;
          width: 41.66666667%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding-right: 1.0em; } }
    .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--node--monday-monday .newsletter-form .form-item {
          position: relative;
          float: left;
          width: 25%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px; } }
    .tag-heuer-monday-monday--node--monday-monday .newsletter-form input[type="submit"] {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--node--monday-monday .newsletter-form input[type="submit"] {
          position: relative;
          float: left;
          width: 8.33333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding-left: 1.0em; } }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }
body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }
body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }
body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }
body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }
body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }
body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }
body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }
body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }
body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }
body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }
body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }
body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }
body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }
body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }
body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }
body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }
body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }
body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }
body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }
body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }
body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }
body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }
body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }
body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }
body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }
body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }
body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }
body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }
body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }
body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }
body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }
body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }
body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }
body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }
body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }
body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }
body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }
body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }
body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }
body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }
body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }
body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }
body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }
body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }
body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }
body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }
body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }
body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }
body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }
body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }
body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }
body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }
body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }
body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }
body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }
body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }
body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }
body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }
body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }
body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }
body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }
body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }
body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }
body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }
body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }
body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }
body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }
body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }
body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }
body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }
body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }
body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }
body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }
body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }
body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }
body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }
body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }
body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }
body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }
body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }
body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }
body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }
body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }
body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }
body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }
body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }
body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }
body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }
body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }
body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }
body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }
body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }
body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }
body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }
body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }
body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }
body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }
body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }
body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }
body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }
body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }
body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }
body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }
body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }
body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }
body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }
body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }
body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }
body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }
body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }
body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }
body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }
body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }
body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }
body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }
body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }
body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }
body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }
body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }
body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }
body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }
body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate(0, 0); }

[data-aos='fade-up'] {
  transform: translate(0, 100px); }

[data-aos='fade-down'] {
  transform: translate(0, -100px); }

[data-aos='fade-right'] {
  transform: translate(-100px, 0); }

[data-aos='fade-left'] {
  transform: translate(100px, 0); }

[data-aos='fade-up-right'] {
  transform: translate(-100px, 100px); }

[data-aos='fade-up-left'] {
  transform: translate(100px, 100px); }

[data-aos='fade-down-right'] {
  transform: translate(-100px, -100px); }

[data-aos='fade-down-left'] {
  transform: translate(100px, -100px); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate(0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate(0, 100px) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate(0, -100px) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate(-100px, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate(100px, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate(0, 100px) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate(0, -100px) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate(-100px, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate(100px, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate(0, 0); }

[data-aos='slide-up'] {
  transform: translateY(100%); }

[data-aos='slide-down'] {
  transform: translateY(-100%); }

[data-aos='slide-right'] {
  transform: translateX(-100%); }

[data-aos='slide-left'] {
  transform: translateX(100%); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.tag-heuer-monday-monday--countdown {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #282828; }
  .tag-heuer-monday-monday--countdown ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .tag-heuer-monday-monday--countdown .title {
    display: block;
    text-align: center;
    margin-bottom: 1.0em; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after, .tag-heuer-monday-monday--countdown .title span {
      display: inline-block;
      vertical-align: middle; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after {
      content: "";
      height: 1px;
      background: black;
      width: 1.25em; }
    .tag-heuer-monday-monday--countdown .title:before {
      margin-right: 0.75em; }
    .tag-heuer-monday-monday--countdown .title:after {
      margin-left: 0.75em; }
  .tag-heuer-monday-monday--countdown:after:before, .tag-heuer-monday-monday--countdown:after:after {
    content: " ";
    display: table; }
  .tag-heuer-monday-monday--countdown:after:after {
    clear: both; }
  .tag-heuer-monday-monday--countdown li {
    font-size: 2.0em;
    display: inline-block; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 2.5em; } }
    @media (min-width: 1200px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 3.5em; } }
    .tag-heuer-monday-monday--countdown li .digits {
      font-family: NoSpaceFont, Arial, sans-serif;
      text-align: right;
      vertical-align: middle; }
      .tag-heuer-monday-monday--countdown li .digits .digit, .tag-heuer-monday-monday--countdown li .digits:before {
        display: inline-block;
        vertical-align: middle;
        text-align: right; }
      .tag-heuer-monday-monday--countdown li .digits .digit {
        color: #e3232e; }
      .tag-heuer-monday-monday--countdown li .digits:before {
        content: "";
        height: 1px;
        background: black;
        width: 0.5em;
        margin: 0 0.33em; }
    .tag-heuer-monday-monday--countdown li .label {
      font-family: SecondaryFont, Arial, sans-serif; }
    .tag-heuer-monday-monday--countdown li .label {
      display: block;
      font-size: 8px;
      font-weight: bold;
      text-align: right;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .tag-heuer-monday-monday--countdown li .label {
          font-size: 10px; } }
    .tag-heuer-monday-monday--countdown li:first-child .digits:before {
      display: none; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.tag-heuer-monday-monday--countdown {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #282828; }
  .tag-heuer-monday-monday--countdown ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .tag-heuer-monday-monday--countdown .title {
    display: block;
    text-align: center;
    margin-bottom: 1.0em; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after, .tag-heuer-monday-monday--countdown .title span {
      display: inline-block;
      vertical-align: middle; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after {
      content: "";
      height: 1px;
      background: black;
      width: 1.25em; }
    .tag-heuer-monday-monday--countdown .title:before {
      margin-right: 0.75em; }
    .tag-heuer-monday-monday--countdown .title:after {
      margin-left: 0.75em; }
  .tag-heuer-monday-monday--countdown:after:before, .tag-heuer-monday-monday--countdown:after:after {
    content: " ";
    display: table; }
  .tag-heuer-monday-monday--countdown:after:after {
    clear: both; }
  .tag-heuer-monday-monday--countdown li {
    font-size: 2.0em;
    display: inline-block; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 2.5em; } }
    @media (min-width: 1200px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 3.5em; } }
    .tag-heuer-monday-monday--countdown li .digits {
      font-family: NoSpaceFont, Arial, sans-serif;
      text-align: right;
      vertical-align: middle; }
      .tag-heuer-monday-monday--countdown li .digits .digit, .tag-heuer-monday-monday--countdown li .digits:before {
        display: inline-block;
        vertical-align: middle;
        text-align: right; }
      .tag-heuer-monday-monday--countdown li .digits .digit {
        color: #e3232e; }
      .tag-heuer-monday-monday--countdown li .digits:before {
        content: "";
        height: 1px;
        background: black;
        width: 0.5em;
        margin: 0 0.33em; }
    .tag-heuer-monday-monday--countdown li .label {
      font-family: SecondaryFont, Arial, sans-serif; }
    .tag-heuer-monday-monday--countdown li .label {
      display: block;
      font-size: 8px;
      font-weight: bold;
      text-align: right;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .tag-heuer-monday-monday--countdown li .label {
          font-size: 10px; } }
    .tag-heuer-monday-monday--countdown li:first-child .digits:before {
      display: none; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.tag-heuer-monday-monday--product-information {
  font-family: PrimaryFont, Arial, sans-serif;
  display: none; }
  .tag-heuer-monday-monday--product-information.ready {
    display: block; }
  .tag-heuer-monday-monday--product-information .monday-monday-price-bid, .tag-heuer-monday-monday--product-information .bidding-association {
    text-align: center; }
  .tag-heuer-monday-monday--product-information .price, .tag-heuer-monday-monday--product-information .shop-now, .tag-heuer-monday-monday--product-information .terms-and-conditions, .tag-heuer-monday-monday--product-information .sold-out {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    height: 3em;
    text-align: center; }
    .tag-heuer-monday-monday--product-information .price > span, .tag-heuer-monday-monday--product-information .shop-now > span, .tag-heuer-monday-monday--product-information .terms-and-conditions > span, .tag-heuer-monday-monday--product-information .sold-out > span {
      display: block;
      line-height: 3em;
      height: 100%; }
  .tag-heuer-monday-monday--product-information .shop-now {
    font-family: SecondaryFont, Arial, sans-serif;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 25%;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background-color: #000000;
    background-repeat: repeat;
    background-position: top;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    transition: background 0.1s;
    margin-top: 1.0em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop-now {
        position: relative;
        float: left;
        width: 37.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 31.25%; } }
    .tag-heuer-monday-monday--product-information .shop-now, .tag-heuer-monday-monday--product-information .shop-now:hover, .tag-heuer-monday-monday--product-information .shop-now:focus {
      color: white;
      text-decoration: none;
      background-position: bottom; }
    .tag-heuer-monday-monday--product-information .shop-now:hover {
      background: #e5222f; }
  .tag-heuer-monday-monday--product-information .shop .state--active {
    text-align: center; }
  .tag-heuer-monday-monday--product-information .shop .price {
    margin-bottom: 1.0em;
    color: #282828; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .price {
        position: relative;
        float: left;
        width: 31.25%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        margin-bottom: 0; } }
    .tag-heuer-monday-monday--product-information .shop .price > span {
      padding-right: 1em; }
    .tag-heuer-monday-monday--product-information .shop .price .formatted-value {
      font-family: SecondaryFont, Arial, sans-serif;
      font-size: 1.5em;
      font-weight: bold; }
    .tag-heuer-monday-monday--product-information .shop .price .hint {
      font-size: 0.75em;
      text-transform: lowercase;
      font-weight: lighter; }
  .tag-heuer-monday-monday--product-information .shop .end-date {
    display: inline-block;
    margin-top: 20px; }
    .tag-heuer-monday-monday--product-information .shop .end-date span {
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .end-date {
    clear: both;
    text-align: center;
    padding-top: 1.0em; }
    .tag-heuer-monday-monday--product-information .shop .end-date > span {
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-title, .tag-heuer-monday-monday--product-information .shop .sold-out-message, .tag-heuer-monday-monday--product-information .shop .sold-out-form {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-title {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #e5222f;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5em; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.5em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 3em; } }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.0em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.5em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-title, .tag-heuer-monday-monday--product-information .shop .sold-out-title:before, .tag-heuer-monday-monday--product-information .shop .sold-out-title:after {
      display: inline-block;
      vertical-align: middle; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-title:before, .tag-heuer-monday-monday--product-information .shop .sold-out-title:after {
      content: "";
      height: 1px;
      background: #e5222f;
      width: 0.6em;
      margin: 0; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-message {
    font-size: 1.0em; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-message {
        font-size: 1.25em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-message {
        font-size: 1.5em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-message em {
      font-style: normal;
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-form {
    color: #080808;
    text-align: center;
    margin-top: 2.0em; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form form:before, .tag-heuer-monday-monday--product-information .shop .sold-out-form form:after {
      content: " ";
      display: table; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form form:after {
      clear: both; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
      font-weight: bold;
      line-height: 3em;
      display: inline-block; }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .title em {
        color: #e5222f;
        font-style: normal; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
          text-align: right;
          padding-right: 1.0em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      display: block;
      margin: 0;
      height: 3em; }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
          vertical-align: middle;
          display: inline-block; } }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
          position: relative;
          float: left;
          width: 91.66666667%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px; } }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label {
        font-weight: bold;
        margin-bottom: 1em;
        display: block; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label {
            display: initial;
            margin-right: 1em;
            margin-bottom: 0; } }
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label em {
          font-style: normal;
          color: #e5222f; }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item input {
        border-width: 1px;
        border-color: #080808;
        background: rgba(255, 255, 255, 0.5);
        padding: 0 1em;
        font-style: italic;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item input {
            display: inline-block; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      background: none;
      border: none;
      text-transform: uppercase;
      display: block;
      vertical-align: middle;
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin: 0;
      margin-top: 1.0em;
      line-height: 3em;
      box-sizing: border-box; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
          position: relative;
          float: left;
          width: 8.33333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding-left: 1.0em;
          margin-top: 0;
          display: inline-block;
          text-align: left; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
        display: block;
        text-align: center; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 25%; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
        position: relative;
        float: left;
        width: 12.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        padding: 0 1em; } }
  .tag-heuer-monday-monday--product-information .shop .terms-and-conditions {
    text-transform: lowercase; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .terms-and-conditions {
        position: relative;
        float: left;
        width: 31.25%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left; } }
    .tag-heuer-monday-monday--product-information .shop .terms-and-conditions span {
      padding-left: 1em;
      font-size: 0.75em;
      line-height: 4.0em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .tag-heuer-monday-monday--product-information .shop .remaining-quantity {
    position: relative;
    float: left;
    width: 85.41666667%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1em; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar {
      height: 2em;
      border-radius: 2px;
      border-color: #e1e1e1;
      border-width: 1px;
      border-style: solid;
      box-sizing: content-box; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar-value {
      background: #e52230;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      display: block;
      text-align: right;
      line-height: 2em;
      height: 100%;
      transition: width 0.25s; }
      .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar-value.full {
        border-radius: 2px; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .formatted-quantity {
      padding-top: 0.5em;
      color: #282828;
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .remaining-days {
    position: relative;
    float: left;
    width: 14.58333333%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: SecondaryFont, Arial, sans-serif;
    height: 2em;
    line-height: 2em;
    font-weight: bold; }
    .tag-heuer-monday-monday--product-information .shop .remaining-days span {
      width: 100%;
      display: block;
      text-align: center; }
  .tag-heuer-monday-monday--product-information.bid .shop-now {
    font-size: 0.75em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information.bid .shop-now {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 25%; } }

@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.tag-heuer-monday-monday--countdown {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #282828; }
  .tag-heuer-monday-monday--countdown ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .tag-heuer-monday-monday--countdown .title {
    display: block;
    text-align: center;
    margin-bottom: 1.0em; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after, .tag-heuer-monday-monday--countdown .title span {
      display: inline-block;
      vertical-align: middle; }
    .tag-heuer-monday-monday--countdown .title:before, .tag-heuer-monday-monday--countdown .title:after {
      content: "";
      height: 1px;
      background: black;
      width: 1.25em; }
    .tag-heuer-monday-monday--countdown .title:before {
      margin-right: 0.75em; }
    .tag-heuer-monday-monday--countdown .title:after {
      margin-left: 0.75em; }
  .tag-heuer-monday-monday--countdown:after:before, .tag-heuer-monday-monday--countdown:after:after {
    content: " ";
    display: table; }
  .tag-heuer-monday-monday--countdown:after:after {
    clear: both; }
  .tag-heuer-monday-monday--countdown li {
    font-size: 2.0em;
    display: inline-block; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 2.5em; } }
    @media (min-width: 1200px) {
      .tag-heuer-monday-monday--countdown li {
        font-size: 3.5em; } }
    .tag-heuer-monday-monday--countdown li .digits {
      font-family: NoSpaceFont, Arial, sans-serif;
      text-align: right;
      vertical-align: middle; }
      .tag-heuer-monday-monday--countdown li .digits .digit, .tag-heuer-monday-monday--countdown li .digits:before {
        display: inline-block;
        vertical-align: middle;
        text-align: right; }
      .tag-heuer-monday-monday--countdown li .digits .digit {
        color: #e3232e; }
      .tag-heuer-monday-monday--countdown li .digits:before {
        content: "";
        height: 1px;
        background: black;
        width: 0.5em;
        margin: 0 0.33em; }
    .tag-heuer-monday-monday--countdown li .label {
      font-family: SecondaryFont, Arial, sans-serif; }
    .tag-heuer-monday-monday--countdown li .label {
      display: block;
      font-size: 8px;
      font-weight: bold;
      text-align: right;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .tag-heuer-monday-monday--countdown li .label {
          font-size: 10px; } }
    .tag-heuer-monday-monday--countdown li:first-child .digits:before {
      display: none; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.tag-heuer-monday-monday--product-information {
  font-family: PrimaryFont, Arial, sans-serif;
  display: none; }
  .tag-heuer-monday-monday--product-information.ready {
    display: block; }
  .tag-heuer-monday-monday--product-information .monday-monday-price-bid, .tag-heuer-monday-monday--product-information .bidding-association {
    text-align: center; }
  .tag-heuer-monday-monday--product-information .price, .tag-heuer-monday-monday--product-information .shop-now, .tag-heuer-monday-monday--product-information .terms-and-conditions, .tag-heuer-monday-monday--product-information .sold-out {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    height: 3em;
    text-align: center; }
    .tag-heuer-monday-monday--product-information .price > span, .tag-heuer-monday-monday--product-information .shop-now > span, .tag-heuer-monday-monday--product-information .terms-and-conditions > span, .tag-heuer-monday-monday--product-information .sold-out > span {
      display: block;
      line-height: 3em;
      height: 100%; }
  .tag-heuer-monday-monday--product-information .shop-now {
    font-family: SecondaryFont, Arial, sans-serif;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 25%;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background-color: #000000;
    background-repeat: repeat;
    background-position: top;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    transition: background 0.1s;
    margin-top: 1.0em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop-now {
        position: relative;
        float: left;
        width: 37.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 31.25%; } }
    .tag-heuer-monday-monday--product-information .shop-now, .tag-heuer-monday-monday--product-information .shop-now:hover, .tag-heuer-monday-monday--product-information .shop-now:focus {
      color: white;
      text-decoration: none;
      background-position: bottom; }
    .tag-heuer-monday-monday--product-information .shop-now:hover {
      background: #e5222f; }
  .tag-heuer-monday-monday--product-information .shop .state--active {
    text-align: center; }
  .tag-heuer-monday-monday--product-information .shop .price {
    margin-bottom: 1.0em;
    color: #282828; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .price {
        position: relative;
        float: left;
        width: 31.25%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        margin-bottom: 0; } }
    .tag-heuer-monday-monday--product-information .shop .price > span {
      padding-right: 1em; }
    .tag-heuer-monday-monday--product-information .shop .price .formatted-value {
      font-family: SecondaryFont, Arial, sans-serif;
      font-size: 1.5em;
      font-weight: bold; }
    .tag-heuer-monday-monday--product-information .shop .price .hint {
      font-size: 0.75em;
      text-transform: lowercase;
      font-weight: lighter; }
  .tag-heuer-monday-monday--product-information .shop .end-date {
    display: inline-block;
    margin-top: 20px; }
    .tag-heuer-monday-monday--product-information .shop .end-date span {
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .end-date {
    clear: both;
    text-align: center;
    padding-top: 1.0em; }
    .tag-heuer-monday-monday--product-information .shop .end-date > span {
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-title, .tag-heuer-monday-monday--product-information .shop .sold-out-message, .tag-heuer-monday-monday--product-information .shop .sold-out-form {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-title {
    font-family: PrimaryFont, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #e5222f;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5em; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.5em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 3em; } }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.0em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-title {
        font-size: 2.5em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-title, .tag-heuer-monday-monday--product-information .shop .sold-out-title:before, .tag-heuer-monday-monday--product-information .shop .sold-out-title:after {
      display: inline-block;
      vertical-align: middle; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-title:before, .tag-heuer-monday-monday--product-information .shop .sold-out-title:after {
      content: "";
      height: 1px;
      background: #e5222f;
      width: 0.6em;
      margin: 0; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-message {
    font-size: 1.0em; }
    @media (min-width: 480px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-message {
        font-size: 1.25em; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-message {
        font-size: 1.5em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-message em {
      font-style: normal;
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .sold-out-form {
    color: #080808;
    text-align: center;
    margin-top: 2.0em; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form form:before, .tag-heuer-monday-monday--product-information .shop .sold-out-form form:after {
      content: " ";
      display: table; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form form:after {
      clear: both; }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
      font-weight: bold;
      line-height: 3em;
      display: inline-block; }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .title em {
        color: #e5222f;
        font-style: normal; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
          text-align: right;
          padding-right: 1.0em; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      display: block;
      margin: 0;
      height: 3em; }
      @media (min-width: 480px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
          vertical-align: middle;
          display: inline-block; } }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
          position: relative;
          float: left;
          width: 91.66666667%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px; } }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label {
        font-weight: bold;
        margin-bottom: 1em;
        display: block; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label {
            display: initial;
            margin-right: 1em;
            margin-bottom: 0; } }
        .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item label em {
          font-style: normal;
          color: #e5222f; }
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item input {
        border-width: 1px;
        border-color: #080808;
        background: rgba(255, 255, 255, 0.5);
        padding: 0 1em;
        font-style: italic;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item input {
            display: inline-block; } }
    .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      background: none;
      border: none;
      text-transform: uppercase;
      display: block;
      vertical-align: middle;
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin: 0;
      margin-top: 1.0em;
      line-height: 3em;
      box-sizing: border-box; }
      @media (min-width: 1024px) {
        .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
          position: relative;
          float: left;
          width: 8.33333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding-left: 1.0em;
          margin-top: 0;
          display: inline-block;
          text-align: left; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .title {
        display: block;
        text-align: center; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form .form-item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 25%; } }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .sold-out-form input[type=submit] {
        position: relative;
        float: left;
        width: 12.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        padding: 0 1em; } }
  .tag-heuer-monday-monday--product-information .shop .terms-and-conditions {
    text-transform: lowercase; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information .shop .terms-and-conditions {
        position: relative;
        float: left;
        width: 31.25%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left; } }
    .tag-heuer-monday-monday--product-information .shop .terms-and-conditions span {
      padding-left: 1em;
      font-size: 0.75em;
      line-height: 4.0em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .tag-heuer-monday-monday--product-information .shop .remaining-quantity {
    position: relative;
    float: left;
    width: 85.41666667%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1em; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar {
      height: 2em;
      border-radius: 2px;
      border-color: #e1e1e1;
      border-width: 1px;
      border-style: solid;
      box-sizing: content-box; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar-value {
      background: #e52230;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      display: block;
      text-align: right;
      line-height: 2em;
      height: 100%;
      transition: width 0.25s; }
      .tag-heuer-monday-monday--product-information .shop .remaining-quantity .progress-bar-value.full {
        border-radius: 2px; }
    .tag-heuer-monday-monday--product-information .shop .remaining-quantity .formatted-quantity {
      padding-top: 0.5em;
      color: #282828;
      font-weight: bold; }
  .tag-heuer-monday-monday--product-information .shop .remaining-days {
    position: relative;
    float: left;
    width: 14.58333333%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: SecondaryFont, Arial, sans-serif;
    height: 2em;
    line-height: 2em;
    font-weight: bold; }
    .tag-heuer-monday-monday--product-information .shop .remaining-days span {
      width: 100%;
      display: block;
      text-align: center; }
  .tag-heuer-monday-monday--product-information.bid .shop-now {
    font-size: 0.75em; }
    @media (min-width: 1024px) {
      .tag-heuer-monday-monday--product-information.bid .shop-now {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 25%; } }

.view--homepage-video-player--fields .product-information {
  margin-top: 2.0em; }
  .view--homepage-video-player--fields .product-information:before, .view--homepage-video-player--fields .product-information:after {
    content: " ";
    display: table; }
  .view--homepage-video-player--fields .product-information:after {
    clear: both; }
  .view--homepage-video-player--fields .product-information .remaining-quantity {
    position: relative;
    float: left;
    width: 85.41666667%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1em; }
    .view--homepage-video-player--fields .product-information .remaining-quantity .progress-bar {
      border: none;
      background: white; }
  @media (min-width: 1024px) {
    .view--homepage-video-player--fields .product-information .shop-now {
      background-color: #1f1f1f; } }
  @media (min-width: 1024px) {
    .view--homepage-video-player--fields .product-information .price {
      color: #f6f6f6; } }
  .view--homepage-video-player--fields .product-information .shop .formatted-quantity {
    color: #1f1f1f; }
    @media (min-width: 1024px) {
      .view--homepage-video-player--fields .product-information .shop .formatted-quantity {
        color: #f6f6f6; } }
  .view--homepage-video-player--fields .product-information .tag-heuer-monday-monday--countdown {
    width: 100%; }
    @media (min-width: 1024px) {
      .view--homepage-video-player--fields .product-information .tag-heuer-monday-monday--countdown {
        color: #f6f6f6; } }
    @media (min-width: 1024px) {
      .view--homepage-video-player--fields .product-information .tag-heuer-monday-monday--countdown .title:before, .view--homepage-video-player--fields .product-information .tag-heuer-monday-monday--countdown .title:after {
        background: #f6f6f6; } }
    @media (min-width: 1024px) {
      .view--homepage-video-player--fields .product-information .tag-heuer-monday-monday--countdown .digits:before {
        background: #f6f6f6; } }
    @media (min-width: 1024px) {
      .view--homepage-video-player--fields .product-information .tag-heuer-monday-monday--countdown li {
        font-size: 2.0em; } }
    @media (min-width: 1200px) {
      .view--homepage-video-player--fields .product-information .tag-heuer-monday-monday--countdown li {
        font-size: 2.5em; } }
  .view--homepage-video-player--fields .product-information .sold-out-form {
    margin-top: 0.25em; }
    @media (min-width: 1024px) {
      .view--homepage-video-player--fields .product-information .sold-out-form .title {
        color: #f6f6f6; } }
    @media (min-width: 1024px) {
      .view--homepage-video-player--fields .product-information .sold-out-form .js-form-item {
        margin-left: 0%;
        position: relative;
        float: left;
        width: 87.5%;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px; } }
    @media (min-width: 1024px) {
      .view--homepage-video-player--fields .product-information .sold-out-form input[type="submit"] {
        color: #f6f6f6; } }
.view--homepage-video-player--fields .newslettersss-form {
  color: #080808;
  background: #f6f6f6;
  padding: 38px 0;
  text-align: center; }
  .view--homepage-video-player--fields .newslettersss-form .form-item {
    display: block;
    padding: 20px 4.16666667%; }
    @media (min-width: 480px) {
      .view--homepage-video-player--fields .newslettersss-form .form-item {
        vertical-align: middle;
        display: inline-block; } }
    .view--homepage-video-player--fields .newslettersss-form .form-item label {
      font-weight: bold;
      margin-bottom: 1em;
      display: block; }
      @media (min-width: 1024px) {
        .view--homepage-video-player--fields .newslettersss-form .form-item label {
          display: initial;
          margin-right: 1em;
          margin-bottom: 0; } }
    .view--homepage-video-player--fields .newslettersss-form .form-item input {
      border-width: 1px;
      border-color: #080808;
      background: transparent;
      padding: 1em;
      font-style: italic;
      box-sizing: border-box;
      display: block;
      width: 100%; }
      @media (min-width: 1024px) {
        .view--homepage-video-player--fields .newslettersss-form .form-item input {
          display: inline-block;
          width: initial; } }
  .view--homepage-video-player--fields .newslettersss-form input[type=submit] {
    background: none;
    border: none;
    text-transform: uppercase;
    display: block;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 1em;
    text-align: center;
    width: 100%; }
    @media (min-width: 1024px) {
      .view--homepage-video-player--fields .newslettersss-form input[type=submit] {
        display: inline-block;
        width: initial; } }
.view--homepage-video-player--fields .newslettersss-form {
  font-family: PrimaryFont, Arial, sans-serif;
  margin-top: 1.0em; }
  .view--homepage-video-player--fields .newslettersss-form input[type="email"] {
    width: 100%; }
  .view--homepage-video-player--fields .newslettersss-form input[type="submit"] {
    margin-top: 1.0em;
    background-color: #1f1f1f;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    color: #f5f5f5;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .25s ease;
    display: inline-block;
    font-size: 14px;
    padding: 12px;
    text-align: center;
    text-decoration: none; }

.wide-event--field--body {
  font-family: PrimaryFont, Arial, sans-serif;
  padding: 2.5em 0;
  text-align: center;
  background: #FFF; }
  @media (min-width: 1024px) {
    .wide-event--field--body {
      text-align: left; } }
  .wide-event--field--body h2 {
    font-size: 1.75em;
    line-height: initial;
    text-align: inherit;
    color: #1f1f1f;
    margin: 0; }
    @media (min-width: 480px) {
      .wide-event--field--body h2 {
        font-size: 2.25em; } }
  .wide-event--field--body em {
    color: #e5222f;
    font-style: normal; }
  .wide-event--field--body p {
    margin: 0.5em 0; }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.wide-event--field--filterable-product-list {
  font-family: PrimaryFont, Arial, sans-serif;
  text-align: center;
  background: #f6f6f6; }
  .wide-event--field--filterable-product-list > nav {
    display: none;
    height: 3.57142857em;
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .wide-event--field--filterable-product-list > nav {
        display: block; } }
    .wide-event--field--filterable-product-list > nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      height: 100%; }
      .wide-event--field--filterable-product-list > nav ul li {
        margin: 0;
        display: inline-block;
        line-height: 3.57142857em; }
        .wide-event--field--filterable-product-list > nav ul li a {
          color: #6e6e6e;
          display: inline-block;
          margin: 0;
          text-decoration: none;
          padding: 0 1.0em;
          outline: none; }
          .wide-event--field--filterable-product-list > nav ul li a:hover {
            color: #1f1f1f;
            text-decoration: none; }
        .wide-event--field--filterable-product-list > nav ul li.active {
          font-weight: bold; }
  .wide-event--field--filterable-product-list .section {
    padding-top: 1.0em; }
    .wide-event--field--filterable-product-list .section:before, .wide-event--field--filterable-product-list .section:after {
      content: " ";
      display: table; }
    .wide-event--field--filterable-product-list .section:after {
      clear: both; }
    @media (min-width: 1024px) {
      .wide-event--field--filterable-product-list .section.filtered {
        display: none; } }

.wide-event--field--wide-event--livestream {
  padding-bottom: 2.5em;
  text-align: center; }
  .wide-event--field--wide-event--livestream .j-image {
    max-height: 150px;
    display: block;
    overflow: hidden; }

@font-face {
  font-family: 'PrimaryFont';
  font-weight: 700;
  src: url("assets/fonts/ProximaNova/311679_2_0.eot");
  src: url("assets/fonts/ProximaNova/311679_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_2_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_2_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: 100;
  src: url("assets/fonts/ProximaNova/311679_5_0.eot");
  src: url("assets/fonts/ProximaNova/311679_5_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_5_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_5_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFont';
  font-weight: normal;
  src: url("assets/fonts/ProximaNova/311679_8_0.eot");
  src: url("assets/fonts/ProximaNova/311679_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova/311679_8_0.woff2") format("woff2"), url("assets/fonts/ProximaNova/311679_8_0.woff") format("woff"), url("assets/fonts/ProximaNova/311679_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: normal;
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTMedium.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTMedium.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  font-weight: 700;
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot");
  src: url("assets/fonts/FuturaLT/FuturaLTBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/FuturaLT/FuturaLTBold.woff2") format("woff2"), url("assets/fonts/FuturaLT/FuturaLTBold.woff") format("woff"), url("assets/fonts/FuturaLT/FuturaLTBold.ttf") format("truetype"); }
@font-face {
  font-family: 'NoSpaceFont';
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot");
  src: url("assets/fonts/NoSpace/zerowidthspaces.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NoSpace/zerowidthspaces.woff") format("woff"), url("assets/fonts/NoSpace/zerowidthspaces.ttf") format("truetype"); }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.wide-flash-sale--modal {
  font-family: PrimaryFont, Arial, sans-serif;
  display: none;
  position: fixed;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .wide-flash-sale--modal .modal-dialog {
    width: 75%;
    margin: 0; }
  .wide-flash-sale--modal .modal-open {
    overflow: hidden; }
  .wide-flash-sale--modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .wide-flash-sale--modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .wide-flash-sale--modal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .wide-flash-sale--modal .modal-dialog {
    position: relative;
    width: auto; }
  .wide-flash-sale--modal .modal-content {
    position: relative;
    outline: 0;
    background: none;
    box-shadow: none;
    border: none;
    padding: 10px; }
  .wide-flash-sale--modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000; }
  .wide-flash-sale--modal .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .wide-flash-sale--modal .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .wide-flash-sale--modal .modal-header .close {
    text-align: right;
    float: right;
    border: 0;
    background: transparent url("assets/images/close.png") no-repeat center;
    width: 25px;
    height: 25px;
    margin-bottom: 10px; }
  .wide-flash-sale--modal .modal-header .close {
    margin-top: -2px; }
  .wide-flash-sale--modal .modal-title {
    margin: 0;
    line-height: 1.42857143; }
  .wide-flash-sale--modal .modal-body {
    position: relative;
    padding: 15px;
    background-color: #ffffff; }
  .wide-flash-sale--modal .modal-footer {
    padding: 15px;
    text-align: right; }
  .wide-flash-sale--modal .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .wide-flash-sale--modal .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .wide-flash-sale--modal .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
  .wide-flash-sale--modal .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .wide-flash-sale--modal .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .wide-flash-sale--modal .modal-sm {
      width: 300px; } }
  .wide-flash-sale--modal .modal-content .modal-body {
    text-align: center;
    padding: 40px 20px; }
    @media (min-width: 480px) {
      .wide-flash-sale--modal .modal-content .modal-body {
        padding: 60px 40px; } }
  @media (min-width: 1024px) {
    .wide-flash-sale--modal .modal-dialog {
      margin-top: 20px;
      width: 60%; }
    .wide-flash-sale--modal .modal-content .modal-body {
      padding: 40px 20px; } }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.wide-event--node--watch-light--thumbnail .product-tile-content img {
  height: auto !important; }
.wide-event--node--watch-light--thumbnail .modal .modal-body:before, .wide-event--node--watch-light--thumbnail .modal .modal-body:after {
  content: " ";
  display: table; }
.wide-event--node--watch-light--thumbnail .modal .modal-body:after {
  clear: both; }
.wide-event--node--watch-light--thumbnail .modal .modal-body h3 {
  margin-bottom: 1.0em; }
.wide-event--node--watch-light--thumbnail .modal .modal-body .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }
  .wide-event--node--watch-light--thumbnail .modal .modal-body .image img {
    height: auto !important;
    width: 100% !important; }
  @media (min-width: 1024px) {
    .wide-event--node--watch-light--thumbnail .modal .modal-body .image {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px; } }
.wide-event--node--watch-light--thumbnail .modal .modal-body .body {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 1024px) {
    .wide-event--node--watch-light--thumbnail .modal .modal-body .body {
      position: relative;
      float: left;
      width: 45.83333333%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 4.16666667%; } }

/**
 just some convenient aliases to -xs- bootstrap grid mixins
 added to remove the confusion inducted by including -xs- mixins on non-xs breakpoints rules:

 @include breakpoint($screen-sm-min) {
   @include make-xs-column(20);
 }
*/
.wide-event--node--wide-event {
  background-color: #FFF;
  position: relative; }
  .wide-event--node--wide-event > div {
    margin-left: 0px;
    margin-right: 0px; }
    .wide-event--node--wide-event > div:before, .wide-event--node--wide-event > div:after {
      content: " ";
      display: table; }
    .wide-event--node--wide-event > div:after {
      clear: both; }
    .wide-event--node--wide-event > div > .field {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      padding-left: 1.0em;
      padding-right: 1.0em;
      box-sizing: border-box; }
      @media (min-width: 1024px) {
        .wide-event--node--wide-event > div > .field.wvm--width-2--row-first.wvm--width-2--col-first {
          position: relative;
          float: left;
          width: 58.33333333%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding-left: 2.5em;
          padding-right: 2.5em;
          margin-top: 2.5em;
          padding-bottom: 2.5em; }
        .wide-event--node--wide-event > div > .field.wvm--width-2--row-first.wvm--width-2--col-last {
          position: relative;
          float: left;
          width: 41.66666667%;
          min-height: 1px;
          padding-left: 0px;
          padding-right: 0px;
          padding-left: 2.5em;
          padding-right: 2.5em;
          padding-bottom: 2.5em;
          text-align: left;
          border-left: 1px solid #e1e1e1; }
        .wide-event--node--wide-event > div > .field.wvm--width-2--col-first {
          clear: both; } }
  .wide-event--node--wide-event h1, .wide-event--node--wide-event h2, .wide-event--node--wide-event h3 {
    font-weight: bold;
    text-transform: uppercase; }

.wide-livestream--field--feed {
  @import "https://assets.juicer.io/embed.css";
  text-align: center; }
  .wide-livestream--field--feed .juicer-feed {
    overflow: hidden; }

.wide-livestream--field--single-post-feed {
  @import "https://assets.juicer.io/embed.css"; }
  .wide-livestream--field--single-post-feed .juicer-feed {
    overflow: hidden; }

.wide-livestream--node--wide-livestream-livestream--embed {
  font-family: PrimaryFont, Arial, sans-serif; }
  .wide-livestream--node--wide-livestream-livestream--embed > a {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 350ms ease-out;
    border-radius: 2px;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    background: #e5222f;
    width: auto;
    border: solid 1px transparent;
    font-weight: bold; }
    .wide-livestream--node--wide-livestream-livestream--embed > a:hover {
      background: #FFF;
      color: #e5222f;
      border-color: #e5222f; }
