@import url(https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined);
@import url(https://fast.fonts.net/cssapi/5ec13dc0-0c14-4681-93dc-3b7ea85ac268.css);
@charset "UTF-8";
/* ==========================================================================
  Site > Fonts
  Local @font-face styles.
========================================================================== */
.material-icons, .comp-products-list__single__clear:after, .comp-products-list__single__fav:after, .comp-products-list__single__new:after, .slick-prev:after,
.slick-next:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-smoothing: antialiased; }

/* ----------------------------------------------------------------------- */
.material-icons-outlined, .comp-products-list__single__custom:after {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-smoothing: antialiased; }

/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
@font-face {
  font-family: 'socicon';
  font-weight: normal;
  font-style: normal;
  src: url(/build/_/build/fonts/socicon/socicon.woff?182f92980103242b250714e72e69cb8f) format("woff"), url(/build/_/build/fonts/socicon/socicon.ttf?7cc8866f15703fbfee8e7f5925fc38ac) format("truetype"), url(/build/_/build/fonts/socicon/socicon.eot?ea43c9baf80735f0079f840128c47f39), url(/build/_/build/fonts/socicon/socicon.eot?ea43c9baf80735f0079f840128c47f39?#iefix) format("embedded-opentype"); }

/* ----------------------------------------------------------------------- */
/**
 * transform
 * Cross browser transform.
 *
 * .foo {@include transform(scale(1.25));}
**/
/**
 * opacity
 * Cross browser opacity.
 *
 * .foo {@include opacity(0.7);}
**/
.font-family-futura {
  font-family: "Futura W01"; }

.font-family-lucky_fellas {
  font-family: "Lucky Fellas W05"; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  letter-spacing: -0.035em;
  text-transform: uppercase; }

.layout-content article h1:first-of-type, .layout-content article .h1:first-of-type {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.layout-content article p, .layout-content article ul, .layout-content article ol, .layout-content article figure {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #6c737f; }

.layout-header {
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

.layout-mobile-header [class*=col-] > button, .layout-mobile-header [class*=col-] > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #292a2b; }

.comp-bar a {
  border-bottom: 1px solid !important;
  color: #FFFFFF !important; }

.layout-footer {
  padding: 60px 0px;
  padding: 3.75rem 0px;
  color: #FFFFFF;
  background: #292a2b; }
  .layout-footer__top a {
    color: #FFFFFF; }
    .layout-footer__top a:hover {
      border-bottom: 1px solid; }
  .layout-footer__top ul li {
    list-style: none; }
  .layout-footer__bot, .layout-footer__bot a {
    color: #a2a8ae; }
  .layout-footer__bot a:hover {
    color: #FFFFFF; }

.layout-mobile-footer {
  color: #a2a8ae; }
  .layout-mobile-footer a {
    color: #FFFFFF; }

.btn {
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase; }

input:not([type="radio"]):not([type="checkbox"]), select, textarea, .iframe-field {
  border: 1px solid #e2e3e5; }
  input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .iframe-field::-webkit-input-placeholder {
    color: #acafb3; }
  input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, .iframe-field:-moz-placeholder {
    color: #acafb3; }
  input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, .iframe-field:-ms-input-placeholder {
    color: #acafb3; }
  input:not([type="radio"]):not([type="checkbox"])::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, .iframe-field::-ms-input-placeholder {
    color: #acafb3; }
  input:not([type="radio"]):not([type="checkbox"])::placeholder, select::placeholder, textarea::placeholder, .iframe-field::placeholder {
    color: #acafb3; }

/*select {
  color: #acafb3;
}*/
.select select {
  padding-top: 6px; }

.form .obj-form-field label {
  font-weight: 700;
  text-transform: uppercase; }

.form .obj-form-field input:not([type="radio"]):not([type="checkbox"]), .form .obj-form-field select, .form .obj-form-field textarea, .form .obj-form-field .iframe-field {
  border-radius: 1px;
  border: 2px solid #e2e3e5; }
  .form .obj-form-field input:not([type="radio"]):not([type="checkbox"]):hover, .form .obj-form-field input:not([type="radio"]):not([type="checkbox"]):focus, .form .obj-form-field select:hover, .form .obj-form-field select:focus, .form .obj-form-field textarea:hover, .form .obj-form-field textarea:focus, .form .obj-form-field .iframe-field:hover, .form .obj-form-field .iframe-field:focus {
    border-color: #6c737f; }

/* ----------------------------------------------------------------------- */
[data-braintree-id*="-field-group"] label {
  width: 100% !important; }

.comp-boxouts-type1__single__image {
  position: relative;
  z-index: 100;
  overflow: hidden; }
  .comp-boxouts-type1__single__image img {
    width: 100%; }

.comp-boxouts-type1__single__content {
  border: 2px solid #FFFFFF;
  position: relative;
  z-index: 200;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  background: #292a2b; }
  .comp-boxouts-type1__single__content a {
    color: #FFFFFF; }
  @media only screen and (min-width: 0px) and (max-width: 415px) {
    .comp-boxouts-type1__single__content {
      padding: 8.4px 3.6px;
      padding: 0.525rem 0.225rem;
      margin: -16.8px 6px 0px;
      margin: -1.05rem 0.375rem 0px; } }
  @media only screen and (min-width: 415px) and (max-width: 1024px) {
    .comp-boxouts-type1__single__content {
      padding: 8.4px 3.6px;
      padding: 0.525rem 0.225rem;
      margin: -16.8px 12px 0px;
      margin: -1.05rem 0.75rem 0px; } }
  @media only screen and (min-width: 1024px) {
    .comp-boxouts-type1__single__content {
      padding: 12px 3.6px;
      padding: 0.75rem 0.225rem;
      margin: -16.8px 24px 0px;
      margin: -1.05rem 1.5rem 0px; } }

@media only screen and (min-width: 320px) {
  figure.comp-boxouts-type1__single__image {
    height: 360px; } }

@media only screen and (min-width: 470px) {
  figure.comp-boxouts-type1__single__image {
    height: 220px; } }

@media only screen and (min-width: 768px) {
  figure.comp-boxouts-type1__single__image {
    height: 220px; }
  figure.boxout-product-page {
    height: 175px; } }

@media only screen and (min-width: 1024px) {
  figure.boxout-product-page {
    height: 220px; } }

@media only screen and (min-width: 1200px) {
  figure.comp-boxouts-type1__single__image {
    height: 360px; }
  figure.boxout-product-page {
    height: 220px; } }

.comp-boxouts-type2__single {
  position: relative; }
  .comp-boxouts-type2__single__image {
    position: relative;
    z-index: 100; }
    .comp-boxouts-type2__single__image img {
      width: 100%; }
  .comp-boxouts-type2__single__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 0px) and (max-width: 415px) {
      .comp-boxouts-type2__single__content {
        padding: 24px;
        padding: 1.5rem; } }
    @media only screen and (min-width: 415px) {
      .comp-boxouts-type2__single__content {
        padding: 48px;
        padding: 3rem; } }
    .comp-boxouts-type2__single__content__link {
      border: 1px solid #292a2b;
      text-transform: uppercase;
      font-weight: 600;
      text-align: center;
      letter-spacing: 0.05em;
      background: #FFFFFF;
      /*a:hover {
          color: color(grey1);
        }*/ }
      .comp-boxouts-type2__single__content__link a {
        color: #292a2b; }
      .comp-boxouts-type2__single__content__link:hover {
        background-color: #292a2b; }
        .comp-boxouts-type2__single__content__link:hover a {
          color: #FFFFFF; }
      @media only screen and (min-width: 0px) and (max-width: 415px) {
        .comp-boxouts-type2__single__content__link {
          padding: 8.4px 12px;
          padding: 0.525rem 0.75rem; } }
      @media only screen and (min-width: 415px) {
        .comp-boxouts-type2__single__content__link {
          padding: 15.6px 24px;
          padding: 0.975rem 1.5rem; } }

@media only screen and (min-width: 320px) {
  figure.comp-boxouts-type2__single__image {
    height: 370px; } }

@media only screen and (min-width: 470px) {
  figure.comp-boxouts-type2__single__image {
    height: 400px; } }

@media only screen and (min-width: 768px) {
  figure.comp-boxouts-type2__single__image {
    height: 330px; } }

@media only screen and (min-width: 1024px) {
  figure.comp-boxouts-type2__single__image {
    height: 440px; } }

@media only screen and (min-width: 1200px) {
  figure.comp-boxouts-type2__single__image {
    height: 525px; } }

@media only screen and (min-width: 1440px) {
  figure.comp-boxouts-type2__single__image {
    height: 568px; } }

.btn-back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  display: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #6c737f;
  font-size: 36px;
  text-align: center;
  line-height: 1.4em;
  font-weight: bold;
  opacity: 0.7; }
  .btn-back-to-top:hover {
    background-color: #6c737f !important;
    color: #ffffff !important;
    opacity: 1; }

.grid-category-buttons .col-1-2 a:hover {
  color: #a29061 !important; }

.comp-cart-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .comp-cart-controls button {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background: #a29061; }
  .comp-cart-controls input:not([type="radio"]):not([type="checkbox"]) {
    width: 60px;
    height: 40px;
    border: 2px solid #e2e3e5;
    text-align: center;
    color: #acafb3;
    font-weight: bold; }

.comp-categories-list__single {
  text-align: center;
  padding: 0px 12px;
  padding: 0px 0.75rem; }
  .comp-categories-list__single a {
    color: inherit; }
  .comp-categories-list__single__image {
    margin-bottom: 15.6px;
    margin-bottom: 0.975rem; }
    .comp-categories-list__single__image img {
      width: 100%; }

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .comp-categories-list .container {
    width: 100%;
    padding-bottom: 2em; } }

.comp-categories-list .slick-track {
  margin-left: auto;
  margin-right: auto; }

.comp-categories-list .slick-dots {
  bottom: -2em; }

.comp-checkout-nav {
  width: 100%;
  padding: 18px 12px;
  padding: 1.125rem 0.75rem;
  border: 1px solid #acafb3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #acafb3; }
  .comp-checkout-nav.active {
    border-color: #292a2b;
    color: #292a2b;
    background: #FFFFFF; }
  .comp-checkout-nav.completed {
    border-color: #a29061;
    color: #a29061;
    background: #FFFFFF; }

.js--choose-another-option {
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  font-size: 14px; }

.js--choose-another-option:hover {
  font-weight: 600;
  text-decoration: underline; }

.payment-option-active {
  border: 1px solid #B5B5B5 !important;
  border-radius: 4px !important; }

.comp-desktop-search-form {
  position: relative; }
  .comp-desktop-search-form input:not([type="radio"]):not([type="checkbox"]) {
    width: 100%; }
  .comp-desktop-search-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #292a2b; }

.comp-delivery-option label {
  width: 100%;
  padding: 24px;
  padding: 1.5rem;
  border-top: 1px solid #e7e6e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comp-delivery-option label.active {
    background: #f6f3eb; }

.comp-delivery-option:last-child label {
  border-bottom: 1px solid #e7e6e1; }

.comp-features__single__image {
  margin: 0 auto;
  display: block; }
  @media only screen and (min-width: 0px) and (max-width: 768px) {
    .comp-features__single__image.small {
      width: 70%; } }

@media only screen and (min-width: 320px) {
  figure.comp-features__single__image large {
    height: 425px; }
  figure.comp-features__single__image small {
    height: 263px; } }

@media only screen and (min-width: 470px) {
  figure.comp-features__single__image small {
    height: 280px; } }

@media only screen and (min-width: 768px) {
  figure.comp-features__single__image large {
    height: 640px; }
  figure.comp-features__single__image small {
    height: 400px; } }

@media only screen and (min-width: 1024px) {
  figure.comp-features__single__image large {
    height: 540px; } }

@media only screen and (min-width: 1200px) {
  figure.comp-features__single__image large {
    height: 623px; } }

@media only screen and (min-width: 1440px) {
  figure.comp-features__single__image large {
    height: 640px; } }

.comp-footer-menu {
  border-bottom: 1px solid #6c737f; }
  .comp-footer-menu__single {
    position: relative; }
    .comp-footer-menu__single.active .comp-footer-menu__single__header {
      -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2); }
    .comp-footer-menu__single.active .comp-footer-menu__single__body {
      display: block; }
    .comp-footer-menu__single__header {
      border-top: 1px solid #6c737f;
      font-weight: bold;
      text-transform: uppercase; }
      .comp-footer-menu__single__header button {
        width: 100%;
        padding: 15.6px 24px;
        padding: 0.975rem 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 1;
        font-size: 15px; }
        .comp-footer-menu__single__header button span:first-child {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          color: #FFFFFF; }
        .comp-footer-menu__single__header button span:last-child {
          color: #6c737f; }
    .comp-footer-menu__single__body {
      display: none; }
      .comp-footer-menu__single__body ul li a {
        padding: 8.4px 24px;
        padding: 0.525rem 1.5rem;
        display: block;
        background: #3c3d3e; }

.sub-title-instagram a {
  color: #292a2b; }
  .sub-title-instagram a:hover {
    color: #a29061; }

.comp-instagram-feed {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 0 !important;
  padding: 0;
  height: 200px; }
  .comp-instagram-feed a {
    display: inline-block; }

.comp-mast-large {
  overflow: hidden;
  /*background-color: #f0f0f0;*/ }
  .comp-mast-large__single {
    background-position: center top;
    background-repeat: no-repeat;
    height: 640px;
    width: 1440px; }
    @media only screen and (min-width: 415px) {
      .comp-mast-large__single {
        height: 360px;
        text-align: center;
        background: none; } }
    .comp-mast-large__single .container {
      height: 100%; }
    .comp-mast-large__single__content {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (min-width: 768px) {
        .comp-mast-large__single__content {
          padding: 0px;
          padding: 0px;
          margin: 0px 0px 24px 0px;
          margin: 0px 0px 1.5rem 0px; } }
      .comp-mast-large__single__content__mobile-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 200px !important; }
      .comp-mast-large__single__content__inner {
        max-width: 550px; }
        @media only screen and (min-width: 768px) {
          .comp-mast-large__single__content__inner {
            width: 100%; } }
      .comp-mast-large__single__content__header {
        margin-bottom: 20px;
        font-size: 52px;
        font-weight: bold;
        line-height: 1.1; }
        @media only screen and (min-width: 415px) {
          .comp-mast-large__single__content__header {
            font-size: 40px; } }
      .comp-mast-large__single__content__body {
        margin-bottom: 66px;
        margin-bottom: 4.125rem;
        font-size: 28px;
        color: #989898;
        line-height: 1.3; }
        @media only screen and (min-width: 415px) {
          .comp-mast-large__single__content__body {
            font-size: 20px; } }
        @media only screen and (min-width: 415px) {
          .comp-mast-large__single__content__body {
            margin-bottom: 36px;
            margin-bottom: 2.25rem; } }
      .comp-mast-large__single__content__cta {
        font-size: 24px;
        font-weight: bold; }
        @media only screen and (min-width: 415px) {
          .comp-mast-large__single__content__cta {
            font-size: 18px; } }
        @media only screen and (min-width: 415px) {
          .comp-mast-large__single__content__cta {
            font-weight: normal; } }
        .comp-mast-large__single__content__cta a {
          color: #FFFFFF;
          border-bottom: 4px solid; }
          @media only screen and (min-width: 415px) {
            .comp-mast-large__single__content__cta a {
              border-bottom-width: 2px; } }
          .comp-mast-large__single__content__cta a:hover {
            border-bottom-color: transparent; }

.mast-container .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 10px; }

.mast-container .bx-wrapper .bx-controls-direction a.bx-next {
  right: 10px; }

.mast-container .bx-wrapper .bx-controls-direction a {
  z-index: 999 !important;
  background: none; }
  .mast-container .bx-wrapper .bx-controls-direction a:hover {
    background: none; }

.comp-mast-headers {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 240px; }
  @media only screen and (min-width: 768px) {
    .comp-mast-headers {
      height: 480px; } }
  @media only screen and (min-width: 1024px) {
    .comp-mast-headers {
      height: 640px; } }
  .comp-mast-headers .container {
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .comp-mast-headers .container {
        width: 90%; } }
  .comp-mast-headers__content {
    height: 100%;
    padding: 0;
    /*@include respond-to(map-get($screens, 'sm')){
			@include nudge(padding, 2 0);
		}*/ }
    @media only screen and (min-width: 768px) {
      .comp-mast-headers__content {
        padding: 0px;
        padding: 0px;
        margin: 0px 0px 24px 0px;
        margin: 0px 0px 1.5rem 0px; } }
    .comp-mast-headers__content__mobile-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 200px !important; }
    .comp-mast-headers__content__inner {
      min-height: 240px;
      width: 100%;
      padding: 12px;
      padding: 0.75rem;
      /*color: white;*/
      line-height: 1.6;
      font-size: 14px;
      text-align: center;
      /*@include respond-to(map-get($screens, 'md')){
				font-size: 28px;
			}*/ }
      .comp-mast-headers__content__inner__title {
        text-transform: uppercase;
        font-size: 20px; }
        @media only screen and (min-width: 415px) {
          .comp-mast-headers__content__inner__title {
            font-size: 24px; } }
        @media only screen and (min-width: 768px) {
          .comp-mast-headers__content__inner__title {
            font-size: 28px; } }
      .comp-mast-headers__content__inner__content {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 12px;
        padding: 0.75rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media only screen and (min-width: 768px) {
          .comp-mast-headers__content__inner__content {
            padding: 0;
            position: relative;
            top: auto;
            -webkit-transform: none;
                    transform: none; } }
        .comp-mast-headers__content__inner__content .button:hover {
          -webkit-filter: brightness(90%);
                  filter: brightness(90%); }
      @media only screen and (min-width: 415px) {
        .comp-mast-headers__content__inner {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) {
        .comp-mast-headers__content__inner {
          font-size: 24px;
          width: 40%;
          /*text-align: left;*/
          padding: 48px;
          padding: 3rem;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .comp-mast-headers__content__inner.right {
            right: 0; }
          .comp-mast-headers__content__inner.center {
            width: 70%;
            margin-left: 15%;
            margin-right: 15%; } }
      .comp-mast-headers__content__inner a {
        font-size: 12px !important; }
        @media only screen and (min-width: 415px) {
          .comp-mast-headers__content__inner a {
            font-size: 14px !important; } }
        @media only screen and (min-width: 768px) {
          .comp-mast-headers__content__inner a {
            font-size: 18px !important; } }

/*.comp-mast {
  background: #f0f0f0;
  overflow: hidden;
  &__single {
    @include scale(height, 640px, $tablet 480px, $mobile 400px);
    @include nudge(padding, 0 2);
    position: relative;
    color: color(black);
    text-align: center;
    background-size: cover;
    background-position: center bottom;
    @include respond-to($mobile){
      @include nudge(padding, 0 1);
    }
    &__content {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      @include scale(top, -90px, $tablet -30px);
      justify-content: center;
	  text-align: left!important;
      h1 {
        @include scale(font-size, 60px, $tablet 55px, $mobile 40px);
        line-height: 1;
		text-align: left!important;
      }
	  h2 {
		color: color(black);
		text-align: left!important;
	  }
    }
    &__button {
      width: 100%;
      position: absolute;
      left: 0; @include scale(bottom, 6rem, $tablet 4rem, $mobile 2rem);
      text-align: center;
      .btn {
        @include scale(font-size, 22px, $mobile 18px);
      }
    }
  }
}*/
.comp-pagination span {
  margin: 0 3px 10px;
  display: inline-block;
  text-transform: uppercase;
  /*&:last-child {
      @include respond-to(map-get($screens, 'md')) {
        @include nudge(margin-left, 2);
      }
    }*/ }
  @media only screen and (min-width: 768px) {
    .comp-pagination span {
      margin: 0 7px 10px; } }
  .comp-pagination span a {
    padding: 5px 10px;
    border-radius: 2px;
    border: 2px solid #a29061;
    display: block;
    color: #a29061;
    background: #FFFFFF; }
    .comp-pagination span a[href] {
      color: #FFFFFF;
      background: #a29061; }
    @media only screen and (min-width: 768px) {
      .comp-pagination span a {
        padding: 7px 15px; } }

.comp-post-output__single__image {
  position: relative; }
  .comp-post-output__single__image img {
    width: 100%; }
  .comp-post-output__single__image__cat {
    padding: 5px 20px;
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    background: #292a2b; }

.comp-post-output__single__content a {
  color: inherit; }

.comp-post-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .comp-post-sharing__post {
    width: 48%;
    max-width: 430px;
    padding: 24px;
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF; }
    @media only screen and (min-width: 0px) and (max-width: 415px) {
      .comp-post-sharing__post figure img {
        width: 50px; } }
    @media only screen and (min-width: 415px) and (max-width: 768px) {
      .comp-post-sharing__post figure img {
        width: 80px; } }
  .comp-post-sharing__empty {
    width: 48%;
    max-width: 430px;
    padding: 24px;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.comp-primary-navigation .menu-desktop {
  position: relative;
  text-align: center; }
  .comp-primary-navigation .menu-desktop > li {
    position: static;
    display: inline-block; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .comp-primary-navigation .menu-desktop > li {
        margin: 0px 8.4px;
        margin: 0px 0.525rem; } }
    @media only screen and (min-width: 1200px) {
      .comp-primary-navigation .menu-desktop > li {
        margin: 0px 18px;
        margin: 0px 1.125rem; } }
    .comp-primary-navigation .menu-desktop > li > a {
      border-bottom: 2px solid transparent;
      display: block;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #292a2b; }
      @media only screen and (min-width: 1024px) {
        .comp-primary-navigation .menu-desktop > li > a {
          padding: 18px 0px;
          padding: 1.125rem 0px; } }
    .comp-primary-navigation .menu-desktop > li:hover > a {
      color: #a29061; }
    .comp-primary-navigation .menu-desktop > li.has_sub_menu:hover > a {
      border-color: #a29061; }
    .comp-primary-navigation .menu-desktop > li.has_sub_menu:hover .mega-menu {
      display: block; }
    .comp-primary-navigation .menu-desktop > li .mega-menu {
      width: 100%;
      padding: 48px 0px;
      padding: 3rem 0px;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 500;
      display: none;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
      text-align: left;
      background: #F6F4E8; }
      .comp-primary-navigation .menu-desktop > li .mega-menu__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .comp-primary-navigation .menu-desktop > li .mega-menu__inner__menu {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 14px; }
          .comp-primary-navigation .menu-desktop > li .mega-menu__inner__menu li {
            width: 100%;
            padding-right: 10px;
            text-transform: uppercase; }
            .comp-primary-navigation .menu-desktop > li .mega-menu__inner__menu li a {
              color: #292a2b; }
              .comp-primary-navigation .menu-desktop > li .mega-menu__inner__menu li a:hover {
                color: #a29061; }
        .comp-primary-navigation .menu-desktop > li .mega-menu__inner__promo {
          width: 360px; }

.comp-product-media__thumbs .slider-images {
  text-align: center;
  width: 70% !important;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 415px) {
    .comp-product-media__thumbs .slider-images {
      width: 80% !important; } }
  @media only screen and (min-width: 768px) {
    .comp-product-media__thumbs .slider-images {
      width: 90% !important; } }
  .comp-product-media__thumbs .slider-images .slick-track {
    margin-left: auto;
    margin-right: auto; }
  .comp-product-media__thumbs .slider-images .slick-dots {
    bottom: 0; }
  .comp-product-media__thumbs .slider-images .slick-prev,
  .comp-product-media__thumbs .slider-images .slick-next {
    width: 15px;
    padding: 0 5px 0 5px; }
    .comp-product-media__thumbs .slider-images .slick-prev:after,
    .comp-product-media__thumbs .slider-images .slick-next:after {
      font-size: 75px; }

.comp-product-media__main {
  height: 532px; }
  @media only screen and (min-width: 0px) and (max-width: 768px) {
    .comp-product-media__main {
      height: 413px !important; } }
  @media only screen and (min-width: 0px) and (max-width: 415px) {
    .comp-product-media__main {
      height: 375px !important; } }

.comp-product-slider-images {
  height: 370px; }
  .comp-product-slider-images div.col-1-4 {
    display: none; }
  @media only screen and (min-width: 0px) and (max-width: 415px) {
    .comp-product-slider-images {
      height: 335px !important; } }
  .comp-product-slider-images img {
    margin-left: auto !important;
    margin-right: auto !important; }

.comp-mobile-product-images {
  height: 413px; }
  .comp-mobile-product-images img {
    max-height: 375px; }

.comp-product-thumbnails {
  height: 80px; }

.comp-colourway-thumbnails {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  height: 120px; }
  .comp-colourway-thumbnails div.col-1-6 {
    display: none; }
  @media only screen and (min-width: 0px) and (max-width: 768px) {
    .comp-colourway-thumbnails {
      height: 140px; } }
  @media only screen and (min-width: 0px) and (max-width: 415px) {
    .comp-colourway-thumbnails {
      height: 88px; } }

.comp-products-list-intro a {
  color: #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF; }

.comp-products-list-intro a:hover {
  color: #cccccc !important;
  border-bottom: 1px solid #cccccc; }

.comp-products-list__single {
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 0px) and (max-width: 415px) {
    .comp-products-list__single {
      padding: 0px 6px 24px;
      padding: 0px 0.375rem 1.5rem; } }
  @media only screen and (min-width: 415px) {
    .comp-products-list__single {
      padding: 0px 12px 24px;
      padding: 0px 0.75rem 1.5rem; } }
  .comp-products-list__single a {
    color: inherit; }
  .comp-products-list__single__image {
    display: inline;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
    .comp-products-list__single__image img {
      margin-left: auto !important;
      margin-right: auto !important;
      height: 248px; }
      @media only screen and (min-width: 0px) and (max-width: 768px) {
        .comp-products-list__single__image img {
          height: 216px !important; } }
      @media only screen and (min-width: 0px) and (max-width: 415px) {
        .comp-products-list__single__image img {
          height: 164px !important; } }
  .comp-products-list__single__content {
    padding-top: 12px;
    padding-top: 0.75rem; }
  .comp-products-list__single__clear {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    -webkit-transition: -webkit-box-shadow 300ms ease;
    transition: -webkit-box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease; }
    @media only screen and (min-width: 768px) {
      .comp-products-list__single__clear {
        width: 35px;
        height: 35px;
        left: 3px; } }
    .comp-products-list__single__clear:after {
      content: 'clear';
      color: black;
      font-size: 16px;
      font-weight: bold; }
    .comp-products-list__single__clear:hover {
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.35); }
  .comp-products-list__single__fav {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    -webkit-transition: -webkit-box-shadow 300ms ease;
    transition: -webkit-box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease; }
    @media only screen and (min-width: 768px) {
      .comp-products-list__single__fav {
        width: 35px;
        height: 35px;
        right: 3px; } }
    .comp-products-list__single__fav:after {
      content: 'favorite_border';
      color: #c40065;
      font-size: 16px;
      font-weight: bold; }
    .comp-products-list__single__fav.favourited:after {
      content: 'favorite'; }
    .comp-products-list__single__fav:hover {
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.35); }
  .comp-products-list__single__custom {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    -webkit-transition: -webkit-box-shadow 300ms ease;
    transition: -webkit-box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease; }
    @media only screen and (min-width: 768px) {
      .comp-products-list__single__custom {
        width: 35px;
        height: 35px;
        right: 3px; } }
    .comp-products-list__single__custom:after {
      content: 'palette';
      color: #6c737f;
      font-size: 24px;
      font-weight: normal; }
    .comp-products-list__single__custom.favourited:after {
      content: 'favorite'; }
    .comp-products-list__single__custom:hover {
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
      cursor: default; }
  .comp-products-list__single__new {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    -webkit-transition: -webkit-box-shadow 300ms ease;
    transition: -webkit-box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease; }
    @media only screen and (min-width: 768px) {
      .comp-products-list__single__new {
        width: 35px;
        height: 35px;
        right: 3px; } }
    .comp-products-list__single__new:after {
      content: 'star';
      color: #a29061;
      font-size: 20px;
      font-weight: bold; }
    .comp-products-list__single__new:hover {
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
      cursor: default; }

.comp-products-list .slick-track {
  margin-left: auto;
  margin-right: auto; }

.comp-products-list .slick-dots {
  bottom: 0; }

body.js-filters-open .flyout-filter-menu {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  body.js-filters-open .flyout-filter-menu__scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

body.js-filters-open .page {
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0); }
  body.js-filters-open .page:before {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    background: rgba(29, 29, 31, 0.6); }

.flyout-filter-menu {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  font-size: 15px;
  background: #FFFFFF;
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.45, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.45, 1); }
  .flyout-filter-menu, .flyout-filter-menu a {
    color: #292a2b; }
  .flyout-filter-menu > form {
    overflow-y: scroll; }
  .flyout-filter-menu__apply {
    padding: 14.4px;
    padding: 0.9rem; }
    .flyout-filter-menu__apply button {
      width: 100%;
      padding: 10px;
      color: #FFFFFF;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      text-align: center;
      background: #a29061; }
  .flyout-filter-menu__tabs__single__header {
    padding: 9.6px 18px;
    padding: 0.6rem 1.125rem;
    border-bottom: 1px solid #dddddd; }
    .flyout-filter-menu__tabs__single__header button {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #292a2b; }
      .flyout-filter-menu__tabs__single__header button span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .flyout-filter-menu__tabs__single__header button span:last-child {
          margin-left: auto; }
      .flyout-filter-menu__tabs__single__header button .icon {
        font-size: 19px; }
        .flyout-filter-menu__tabs__single__header button .icon:after {
          content: 'add'; }
  .flyout-filter-menu__tabs__single__body {
    border-bottom: 1px solid #dddddd;
    display: none;
    background: #FFFFFF; }
    .flyout-filter-menu__tabs__single__body ul li {
      padding: 4.8px 18px;
      padding: 0.3rem 1.125rem;
      display: block;
      color: #656161; }
      .flyout-filter-menu__tabs__single__body ul li a:hover {
        color: #a29061; }
  .flyout-filter-menu__tabs__single.active .flyout-filter-menu__tabs__single__header button .icon:after {
    content: 'remove'; }
  .flyout-filter-menu__tabs__single.active .flyout-filter-menu__tabs__single__body {
    display: block; }

.comp-store-messages__single {
  text-align: center;
  padding: 0px 12px;
  padding: 0px 0.75rem; }

/* ----------------------------------------------------------------------- */
.sect-product-customisation__sect .field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sect-product-customisation__sect .field {
  margin-bottom: 20px; }

.sect-product-customisation__sect .field-count {
  font-size: 13px;
  margin-left: 7px; }

.sect-product-customisation__sect .select {
  height: 46px; }

.sect-product-customisation__sect label, .sect-product-customisation__sect .label {
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 15px; }

.sect-product-customisation__sect__title {
  padding: 24px 30px;
  padding: 1.5rem 1.875rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  background: #f0f1f2; }
  .sect-product-customisation__sect__title button {
    color: #292a2b; }

.sect-product-customisation__sect__option {
  padding: 24px 30px;
  padding: 1.5rem 1.875rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  border: 1px solid transparent;
  background: #f0f1f2;
  -webkit-transition: border-color 300ms ease, background 300ms ease;
  transition: border-color 300ms ease, background 300ms ease; }
  .sect-product-customisation__sect__option.section-has-errors {
    border-color: #e3b7b7;
    background-color: #f8eeee; }
    .sect-product-customisation__sect__option.section-has-errors .js-cv-validation-output {
      margin-top: 36px;
      margin-top: 2.25rem;
      color: white;
      font-weight: bold;
      background-color: #b94a48;
      padding: 5px 10px;
      border-radius: 5px; }
  .sect-product-customisation__sect__option__title {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }
  .sect-product-customisation__sect__option__desc {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 18px; }
    .sect-product-customisation__sect__option__desc button {
      padding: 20px 5px;
      margin-top: 10px !important; }
  .sect-product-customisation__sect__option__info {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 14px; }
    .sect-product-customisation__sect__option__info p {
      line-height: 1.2em;
      margin-top: 12px;
      margin-top: 0.75rem; }
  .sect-product-customisation__sect__option__field__message {
    display: none;
    vertical-align: middle;
    margin: 1.5rem 0.5rem 0 0;
    text-transform: uppercase;
    font-weight: bold; }
    .sect-product-customisation__sect__option__field__message span {
      font-weight: normal;
      width: 60%; }
      @media only screen and (min-width: (vm: 320px, sm: 415px, mds: 470px, md: 768px, lg: 1024px, lgr: 1200px, xl: 1440px)) and (max-width: sm) {
        .sect-product-customisation__sect__option__field__message span {
          width: 100%; } }

.sect-product-customisation__sect__buttons {
  padding: 24px 30px 48px;
  padding: 1.5rem 1.875rem 3rem; }
  .sect-product-customisation__sect__buttons__message {
    margin-top: 42px;
    margin-top: 2.625rem;
    font-style: italic; }

.sect-product-customisation__sect .obj-stage-complete {
  display: none; }

.sect-product-customisation__sect.complete .sect-product-customisation__sect__title {
  color: #2ECC71; }
  .sect-product-customisation__sect.complete .sect-product-customisation__sect__title button {
    color: #2ECC71; }

.sect-product-customisation__sect.complete .obj-stage-complete {
  display: block; }
  .sect-product-customisation__sect.complete .obj-stage-complete span:after {
    border-color: #2ECC71;
    -webkit-animation: check 0.8s ease;
            animation: check 0.8s ease; }

/* ----------------------------------------------------------------------- */
.sect-product-customisation-summary {
  text-transform: uppercase; }
  .sect-product-customisation-summary__inner {
    padding: 24px 36px;
    padding: 1.5rem 2.25rem;
    background: #f0f1f2; }
    .sect-product-customisation-summary__inner__title {
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      font-size: 18px;
      font-weight: 600; }
    .sect-product-customisation-summary__inner__sect {
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
      .sect-product-customisation-summary__inner__sect__title {
        margin-bottom: 6px;
        margin-bottom: 0.375rem;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600; }
      .sect-product-customisation-summary__inner__sect__list {
        font-size: 14px; }
        .sect-product-customisation-summary__inner__sect__list li {
          margin: 4px 0;
          display: block; }
          .sect-product-customisation-summary__inner__sect__list li span {
            display: inline-block;
            vertical-align: top; }
            .sect-product-customisation-summary__inner__sect__list li span.embroidery-text {
              text-transform: none !important; }
            .sect-product-customisation-summary__inner__sect__list li span:first-child {
              width: 50%; }
            .sect-product-customisation-summary__inner__sect__list li span:last-child {
              width: 45%; }
    .sect-product-customisation-summary__inner__price {
      font-size: 18px;
      font-weight: 600; }
      .sect-product-customisation-summary__inner__price span {
        display: inline-block; }
        .sect-product-customisation-summary__inner__price span:first-child {
          width: 50%; }
        .sect-product-customisation-summary__inner__price span:last-child {
          width: 45%;
          color: #C4122f; }
    .sect-product-customisation-summary__inner__message {
      text-transform: none !important;
      text-align: center;
      margin-bottom: 6px;
      margin-bottom: 0.375rem;
      margin-top: 6px;
      margin-top: 0.375rem;
      font-size: 16px;
      font-weight: 600;
      color: #292a2b; }

/* ----------------------------------------------------------------------- */
.obj-help-bubble {
  width: 40px;
  height: 40px;
  margin-top: -4px;
  margin-left: 8.4px;
  margin-left: 0.525rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: #2ECC71; }
  .obj-help-bubble:hover {
    color: #FFFFFF;
    background: #25a25a; }
  .obj-help-bubble--small {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px; }

/* ----------------------------------------------------------------------- */
.obj-colour-grid {
  margin: -12px 0px 0px -12px;
  margin: -0.75rem 0px 0px -0.75rem;
  letter-spacing: -6px; }
  .obj-colour-grid__item {
    padding: 6px;
    padding: 0.375rem;
    margin: 24px 0px 36px 12px;
    margin: 1.5rem 0px 2.25rem 0.75rem;
    position: relative;
    display: inline-block;
    border: 1px solid #a29061;
    cursor: pointer;
    background: #f0f1f2;
    -webkit-transition: border-color 300ms ease, background 300ms ease;
    transition: border-color 300ms ease, background 300ms ease; }
    .obj-colour-grid__item:after {
      width: 100%;
      margin-top: 10px;
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      content: attr(data-label);
      text-align: center;
      font-weight: 200;
      font-size: 11px;
      line-height: 1.3;
      letter-spacing: normal; }
    .obj-colour-grid__item img {
      width: 50px;
      height: 50px; }
    .obj-colour-grid__item--active {
      border-color: #33312c;
      background: #33312c; }
      .obj-colour-grid__item--active:after {
        font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .obj-colour-grid__item {
        margin: 12px 0px 0px 12px;
        margin: 0.75rem 0px 0px 0.75rem; }
        .obj-colour-grid__item:after {
          display: none;
          /*position: absolute;*/ } }
  .obj-colour-grid--large {
    margin: -48px 0px 0px -36px;
    margin: -3rem 0px 0px -2.25rem; }
    .obj-colour-grid--large .obj-colour-grid__item {
      margin: 48px 0px 36px 36px;
      margin: 3rem 0px 2.25rem 2.25rem;
      position: relative; }
      .obj-colour-grid--large .obj-colour-grid__item img {
        width: 100px;
        height: 100px; }
      .obj-colour-grid--large .obj-colour-grid__item:after {
        width: 100%;
        margin-top: 10px;
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        content: attr(data-field-val);
        text-align: center;
        font-weight: 200;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.3;
        letter-spacing: normal; }
  .obj-colour-grid--large-logo__item {
    margin: 48px 0px 36px 36px;
    margin: 3rem 0px 2.25rem 2.25rem;
    position: relative; }
    .obj-colour-grid--large-logo__item img {
      max-height: 100px;
      border: 1px solid #f0f1f2; }
    .obj-colour-grid--large-logo__item.obj-colour-grid__item--active {
      border: none !important;
      background: #f0f1f2 !important; }
      .obj-colour-grid--large-logo__item.obj-colour-grid__item--active img {
        border-color: #33312c !important; }

/* ----------------------------------------------------------------------- */
.obj-logo-grid {
  margin: -12px 0px 0px -12px;
  margin: -0.75rem 0px 0px -0.75rem;
  letter-spacing: -6px; }
  .obj-logo-grid__item {
    padding: 6px;
    padding: 0.375rem;
    margin: 12px 0px 0px 12px;
    margin: 0.75rem 0px 0px 0.75rem;
    display: inline-block;
    /*border: 1px solid color(gold1);*/
    cursor: pointer;
    background: #f0f1f2;
    -webkit-transition: border-color 300ms ease, background 300ms ease;
    transition: border-color 300ms ease, background 300ms ease; }
    .obj-logo-grid__item img {
      max-height: 50px;
      border: 1px solid #f0f1f2; }
    .obj-logo-grid__item.obj-colour-grid__item--active {
      border: 1px solid #a29061 !important;
      background: #f0f1f2 !important; }
      .obj-logo-grid__item.obj-colour-grid__item--active img {
        border-color: #33312c !important; }
  .obj-logo-grid--large {
    margin: -48px 0px 0px -36px;
    margin: -3rem 0px 0px -2.25rem; }
    .obj-logo-grid--large .obj-logo-grid__item {
      margin: 48px 0px 36px 36px;
      margin: 3rem 0px 2.25rem 2.25rem;
      position: relative; }
      .obj-logo-grid--large .obj-logo-grid__item img {
        max-height: 100px; }

/* ----------------------------------------------------------------------- */
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

.obj-stage-complete {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 20px; }
  .obj-stage-complete__svg {
    width: 100%;
    height: 100%; }
  .obj-stage-complete svg {
    width: 100%;
    height: 100%; }
    .obj-stage-complete svg path {
      stroke: #2ECC71;
      stroke-width: 75; }
  .obj-stage-complete span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; }
    .obj-stage-complete span:after {
      width: 10px;
      height: 20px;
      border-right: 3px solid rgba(46, 204, 113, 0);
      border-top: 3px solid rgba(46, 204, 113, 0);
      content: '';
      display: block;
      position: absolute;
      left: 10px;
      top: 22px;
      -webkit-transform: scaleX(-1) rotate(135deg);
              transform: scaleX(-1) rotate(135deg);
      -webkit-transform-origin: left top;
              transform-origin: left top; }

.u-opacity-hidden {
  height: 0;
  border: 0;
  padding: 0;
  opacity: 0; }

.comp-newsletter-signup {
  /*@include nudge(padding-top, 3);*/ }
  @media only screen and (min-width: 768px) {
    .comp-newsletter-signup {
      background: url(/build/images/siteimages/bg-newsletter.jpg) no-repeat center center !important;
      background-size: cover !important; } }

.validation-suggestion {
  display: none; }

.validation-alternative-email {
  cursor: pointer; }

form input.validation-input-error, form .input.validation-input-error, form select.validation-input-error, form textarea.validation-input-error {
  color: #f94139 !important;
  border-color: #fdb8b5 !important;
  background-color: white !important; }
  form input.validation-input-error:focus, form .input.validation-input-error:focus, form select.validation-input-error:focus, form textarea.validation-input-error:focus {
    background-color: #fee7e6 !important; }
  form input.validation-input-error::-webkit-input-placeholder, form .input.validation-input-error::-webkit-input-placeholder, form select.validation-input-error::-webkit-input-placeholder, form textarea.validation-input-error::-webkit-input-placeholder {
    color: #f94139 !important; }
  form input.validation-input-error:-moz-placeholder, form .input.validation-input-error:-moz-placeholder, form select.validation-input-error:-moz-placeholder, form textarea.validation-input-error:-moz-placeholder {
    color: #f94139 !important; }
  form input.validation-input-error:-ms-input-placeholder, form .input.validation-input-error:-ms-input-placeholder, form select.validation-input-error:-ms-input-placeholder, form textarea.validation-input-error:-ms-input-placeholder {
    color: #f94139 !important; }
  form input.validation-input-error::-ms-input-placeholder, form .input.validation-input-error::-ms-input-placeholder, form select.validation-input-error::-ms-input-placeholder, form textarea.validation-input-error::-ms-input-placeholder {
    color: #f94139 !important; }
  form input.validation-input-error::placeholder, form .input.validation-input-error::placeholder, form select.validation-input-error::placeholder, form textarea.validation-input-error::placeholder {
    color: #f94139 !important; }

form input.validation-input-status, form .input.validation-input-status, form select.validation-input-status, form textarea.validation-input-status {
  color: #3a87ad !important;
  border-color: #8ec0d9 !important;
  background-color: #c7e0ec !important; }
  form input.validation-input-status:focus, form .input.validation-input-status:focus, form select.validation-input-status:focus, form textarea.validation-input-status:focus {
    background-color: #b4d5e6 !important; }
  form input.validation-input-status::-webkit-input-placeholder, form .input.validation-input-status::-webkit-input-placeholder, form select.validation-input-status::-webkit-input-placeholder, form textarea.validation-input-status::-webkit-input-placeholder {
    color: #3a87ad !important; }
  form input.validation-input-status:-moz-placeholder, form .input.validation-input-status:-moz-placeholder, form select.validation-input-status:-moz-placeholder, form textarea.validation-input-status:-moz-placeholder {
    color: #3a87ad !important; }
  form input.validation-input-status:-ms-input-placeholder, form .input.validation-input-status:-ms-input-placeholder, form select.validation-input-status:-ms-input-placeholder, form textarea.validation-input-status:-ms-input-placeholder {
    color: #3a87ad !important; }
  form input.validation-input-status::-ms-input-placeholder, form .input.validation-input-status::-ms-input-placeholder, form select.validation-input-status::-ms-input-placeholder, form textarea.validation-input-status::-ms-input-placeholder {
    color: #3a87ad !important; }
  form input.validation-input-status::placeholder, form .input.validation-input-status::placeholder, form select.validation-input-status::placeholder, form textarea.validation-input-status::placeholder {
    color: #3a87ad !important; }

form input.validation-input-success, form .input.validation-input-success, form select.validation-input-success, form textarea.validation-input-success {
  color: #618c0d !important;
  border-color: #abec2d !important;
  background-color: #c7f273 !important; }
  form input.validation-input-success:focus, form .input.validation-input-success:focus, form select.validation-input-success:focus, form textarea.validation-input-success:focus {
    background-color: #bef05c !important; }
  form input.validation-input-success::-webkit-input-placeholder, form .input.validation-input-success::-webkit-input-placeholder, form select.validation-input-success::-webkit-input-placeholder, form textarea.validation-input-success::-webkit-input-placeholder {
    color: #618c0d !important; }
  form input.validation-input-success:-moz-placeholder, form .input.validation-input-success:-moz-placeholder, form select.validation-input-success:-moz-placeholder, form textarea.validation-input-success:-moz-placeholder {
    color: #618c0d !important; }
  form input.validation-input-success:-ms-input-placeholder, form .input.validation-input-success:-ms-input-placeholder, form select.validation-input-success:-ms-input-placeholder, form textarea.validation-input-success:-ms-input-placeholder {
    color: #618c0d !important; }
  form input.validation-input-success::-ms-input-placeholder, form .input.validation-input-success::-ms-input-placeholder, form select.validation-input-success::-ms-input-placeholder, form textarea.validation-input-success::-ms-input-placeholder {
    color: #618c0d !important; }
  form input.validation-input-success::placeholder, form .input.validation-input-success::placeholder, form select.validation-input-success::placeholder, form textarea.validation-input-success::placeholder {
    color: #618c0d !important; }

form input.validation-input-warning, form .input.validation-input-warning, form select.validation-input-warning, form textarea.validation-input-warning {
  color: #c09853 !important;
  border-color: #e2d0b0 !important;
  background-color: #f7f1e8 !important; }
  form input.validation-input-warning:focus, form .input.validation-input-warning:focus, form select.validation-input-warning:focus, form textarea.validation-input-warning:focus {
    background-color: #f0e6d6 !important; }
  form input.validation-input-warning::-webkit-input-placeholder, form .input.validation-input-warning::-webkit-input-placeholder, form select.validation-input-warning::-webkit-input-placeholder, form textarea.validation-input-warning::-webkit-input-placeholder {
    color: #c09853 !important; }
  form input.validation-input-warning:-moz-placeholder, form .input.validation-input-warning:-moz-placeholder, form select.validation-input-warning:-moz-placeholder, form textarea.validation-input-warning:-moz-placeholder {
    color: #c09853 !important; }
  form input.validation-input-warning:-ms-input-placeholder, form .input.validation-input-warning:-ms-input-placeholder, form select.validation-input-warning:-ms-input-placeholder, form textarea.validation-input-warning:-ms-input-placeholder {
    color: #c09853 !important; }
  form input.validation-input-warning::-ms-input-placeholder, form .input.validation-input-warning::-ms-input-placeholder, form select.validation-input-warning::-ms-input-placeholder, form textarea.validation-input-warning::-ms-input-placeholder {
    color: #c09853 !important; }
  form input.validation-input-warning::placeholder, form .input.validation-input-warning::placeholder, form select.validation-input-warning::placeholder, form textarea.validation-input-warning::placeholder {
    color: #c09853 !important; }

form .select.validation-input-error:before {
  color: #fb8883 !important; }

form .select.validation-input-status:before {
  color: #67abcc !important; }

form .select.validation-input-success:before {
  color: #92d214 !important; }

form .select.validation-input-warning:before {
  color: #d5ba8b !important; }

[class*="wp-image-"] {
  display: block; }

.alignleft {
  margin: 0 1.5rem 1.5rem 0 !important;
  float: left; }
  @media only screen and (min-width: 768px) {
    .alignleft {
      margin-right: 0;
      float: none; } }

.alignright {
  margin: 0 0 1.5rem 1.5rem !important;
  float: right; }
  @media only screen and (min-width: 768px) {
    .alignright {
      margin-left: 0;
      float: none; } }

.aligncenter {
  margin: 0 auto !important; }

@media only screen and (min-width: 768px) {
  .size-small {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .size-medium {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .size-large {
    width: 100%; } }

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em; }
  .gallery:after {
    display: table;
    content: "";
    clear: both; }

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em; }
  .gallery-item img {
    width: 100%; }

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.3333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6667%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.u-anchor-underline {
  border-bottom: 1px solid; }

.u-anchor-underline-thick {
  border-bottom: 3px solid; }

.u-scrolling {
  width: 100%;
  /*height: 100px;*/
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500; }

.u-text-hidden {
  position: relative; }
  .u-text-hidden:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

a.text-color-white:hover {
  color: #FFFFFF; }

a.text-color-white.u-anchor-underline:hover {
  border-bottom: 0; }

.menu-sharing li {
  display: inline-block; }
  .menu-sharing li a {
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background: #FFFFFF; }
    @media only screen and (min-width: 0) and (max-width: 1024px) {
      .menu-sharing li a {
        width: 40px;
        height: 40px;
        font-size: 22px; }
        .menu-sharing li a i {
          height: 28px; } }
    @media only screen and (min-width: 1024px) {
      .menu-sharing li a {
        width: 60px;
        height: 60px;
        font-size: 30px; }
        .menu-sharing li a i {
          height: 38px; } }

@media only screen and (min-width: 0) and (max-width: 768px) {
  .menu-social li {
    margin: 0px 6px;
    margin: 0px 0.375rem; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-social li {
    margin: 0px 6px 0px 0px;
    margin: 0px 0.375rem 0px 0px; } }

@media only screen and (min-width: 1024px) {
  .menu-social li {
    margin: 0px 12px 0px 0px;
    margin: 0px 0.75rem 0px 0px; } }

.u-hidden {
  display: none !important; }

.numberCircle {
  border-radius: 50%;
  /*behavior: url(PIE.htc);*/
  /* remove if you don't care about IE8 */
  width: 30px;
  height: 30px;
  background: #292a2b;
  border: none;
  color: #FFFFFF;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  margin-left: -8px; }
  .numberCircle:hover {
    background: #a29061; }
  .numberCircle.one {
    padding: 5px 9px; }
  .numberCircle.two {
    padding: 5px; }
  .numberCircle.three {
    padding: 5px 2px; }

.swiper-slide {
  padding: 0 1em 0 1em; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFFFFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.25);
  max-width: 500px; }
  .autocomplete-suggestions strong {
    color: #292a2b; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  /*overflow: hidden;*/
  font-size: 12px;
  white-space: normal !important; }

.autocomplete-no-suggestion {
  padding: 2px 5px; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-group {
  padding: 2px 5px; }
  .autocomplete-group strong {
    color: #292a2b;
    display: block;
    border-bottom: 1px solid #292a2b; }

/* CSS Document */
#cookie-bar {
  background: rgba(73, 69, 69, 0.8);
  height: auto;
  font-size: 16px;
  line-height: 2em;
  color: #eeeeee;
  text-align: center;
  padding: 30px 0; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

#cookie-bar p {
  margin: 0 5% 0 5%;
  padding: 0; }

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 16px;
  margin: 10px;
  opacity: 1 !important; }

#cookie-bar .cb-enable {
  background: #999999; }

#cookie-bar .cb-enable:hover {
  background: #666666; }

#cookie-bar .cb-disable {
  background: #990000; }

#cookie-bar .cb-disable:hover {
  background: #bb0000; }

#cookie-bar .cb-policy {
  background: #666666; }

#cookie-bar .cb-policy:hover {
  background: #333333; }

@keyframes drift-fadeZoomIn {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes drift-fadeZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes drift-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes drift-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes drift-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes drift-fadeZoomIn {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes drift-fadeZoomOut {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  15% {
    -webkit-transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes drift-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg); } }

@-webkit-keyframes drift-loader-before {
  0% {
    -webkit-transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(6px); }
  50% {
    -webkit-transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(6px); }
  100% {
    -webkit-transform: scale(1); } }

@-webkit-keyframes drift-loader-after {
  0% {
    -webkit-transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px); }
  50% {
    -webkit-transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px); }
  100% {
    -webkit-transform: scale(1); } }

.drift-zoom-pane {
  background: rgba(0, 0, 0, 0.5);
  /* This is required because of a bug that causes border-radius to not
  work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
  -webkit-animation: drift-fadeZoomIn 180ms ease-out; }

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
  -webkit-animation: drift-fadeZoomOut 210ms ease-in; }

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 400px;
  height: 400px;
  /*border-radius: 75px;*/
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); }

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
  -webkit-animation: drift-loader-rotate 1800ms infinite linear; }

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9); }

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
  -webkit-animation: drift-loader-before 1800ms infinite linear; }

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  -webkit-animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
  -webkit-animation-delay: -900ms; }

.drift-bounding-box {
  background-color: rgba(0, 0, 0, 0.4); }

@-webkit-keyframes lum-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes lum-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); } }

@-webkit-keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
    transform: scale(1.3) translateX(8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
    transform: scale(0.8) translateX(6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
    transform: scale(0.7) translateX(8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
    transform: scale(0.8) translateX(6px); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
    transform: scale(1.3) translateX(8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
    transform: scale(0.8) translateX(6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
    transform: scale(0.7) translateX(8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
    transform: scale(0.8) translateX(6px); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
    transform: scale(1.3) translateX(-8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
    transform: scale(0.8) translateX(-6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
    transform: scale(0.7) translateX(-8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
    transform: scale(0.8) translateX(-6px); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
    transform: scale(1.3) translateX(-8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
    transform: scale(0.8) translateX(-6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
    transform: scale(0.7) translateX(-8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
    transform: scale(0.8) translateX(-6px); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.lum-lightbox {
  background: rgba(0, 0, 0, 0.6); }

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%; }

.lum-lightbox-inner img {
  position: relative; }

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center; }

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: lum-loader-rotate 1800ms infinite linear;
  animation: lum-loader-rotate 1800ms infinite linear; }

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9); }

.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: lum-loader-before 1800ms infinite linear;
  animation: lum-loader-before 1800ms infinite linear; }

.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: lum-loader-after 1800ms infinite linear;
  animation: lum-loader-after 1800ms infinite linear;
  -webkit-animation-delay: -900ms;
  animation-delay: -900ms; }

.lum-lightbox.lum-opening {
  -webkit-animation: lum-fade 180ms ease-out;
  animation: lum-fade 180ms ease-out; }

.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 180ms ease-out;
  animation: lum-fadeZoom 180ms ease-out; }

.lum-lightbox.lum-closing {
  -webkit-animation: lum-fade 300ms ease-in;
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse; }

.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 300ms ease-in;
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse; }

.lum-img {
  -webkit-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out; }

.lum-loading .lum-img {
  opacity: 0; }

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer; }

.lum-previous-button {
  left: 12px; }

.lum-next-button {
  right: 12px; }

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8); }

.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0; }

.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0; }

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0; }
  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto; }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none; } }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

@media only screen and (min-width: 415px) {
  .pika-single {
    width: 100%; } }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }
  @media only screen and (min-width: 415px) {
    .pika-lendar {
      width: 100%;
      float: none;
      margin: 0; } }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 2px 5px 2px 5px;
  padding: 3px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  /*background-color: #fff;*/
  border: 2px solid transparent !important;
  border-radius: 2px !important;
  background: #a29061 !important;
  color: #ffffff !important; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
          box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slider */
.slick-slider.u-slider-gradient:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: '';
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%); }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider.gallery .slick-slide {
    margin: 0 5px; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  margin: 0;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide > div, .slick-slide > div > div {
    display: block !important; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/build/_/build/images/siteimages/ajax_loader_gray_512.gif?18be94cf37fa0da67af3c46ddebca50a) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/build/css/scss/themes/web/vendor/fonts/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(/build/css/scss/themes/web/vendor/fonts/slick.eot?ced611daf7709cc778da928fec876475?#iefix) format("embedded-opentype"), url(/build/css/scss/themes/web/vendor/fonts/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/build/css/scss/themes/web/vendor/fonts/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/build/css/scss/themes/web/vendor/fonts/slick.svg?f97e3bbf73254b0112091d0192f17aec#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  width: 20px;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  z-index: 100;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: black; }
  .slick-prev:after,
  .slick-next:after {
    font-size: 100px; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.45; }

.slick-prev {
  left: -75px; }
  .slick-prev:after {
    content: 'navigate_before'; }

.slick-next {
  right: 0px; }
  .slick-next:after {
    content: 'navigate_next'; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      width: 15px;
      height: 15px;
      background: white;
      border-radius: 100%;
      border: 1px solid #6c737f;
      display: block;
      cursor: pointer;
      font-size: 0;
      position: relative; }
    .slick-dots li.slick-active button:before {
      width: 11px;
      height: 11px;
      border-radius: 100%;
      position: absolute;
      top: 1px;
      left: 1px;
      content: '';
      background: #6c737f; }

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.socicon-modelmayhem:before {
  content: "\E000"; }

.socicon-mixcloud:before {
  content: "\E001"; }

.socicon-drupal:before {
  content: "\E002"; }

.socicon-swarm:before {
  content: "\E003"; }

.socicon-istock:before {
  content: "\E004"; }

.socicon-yammer:before {
  content: "\E005"; }

.socicon-ello:before {
  content: "\E006"; }

.socicon-stackoverflow:before {
  content: "\E007"; }

.socicon-persona:before {
  content: "\E008"; }

.socicon-triplej:before {
  content: "\E009"; }

.socicon-houzz:before {
  content: "\E00A"; }

.socicon-rss:before {
  content: "\E00B"; }

.socicon-paypal:before {
  content: "\E00C"; }

.socicon-odnoklassniki:before {
  content: "\E00D"; }

.socicon-airbnb:before {
  content: "\E00E"; }

.socicon-periscope:before {
  content: "\E00F"; }

.socicon-outlook:before {
  content: "\E010"; }

.socicon-coderwall:before {
  content: "\E011"; }

.socicon-tripadvisor:before {
  content: "\E012"; }

.socicon-appnet:before {
  content: "\E013"; }

.socicon-goodreads:before {
  content: "\E014"; }

.socicon-tripit:before {
  content: "\E015"; }

.socicon-lanyrd:before {
  content: "\E016"; }

.socicon-slideshare:before {
  content: "\E017"; }

.socicon-buffer:before {
  content: "\E018"; }

.socicon-disqus:before {
  content: "\E019"; }

.socicon-vkontakte:before {
  content: "\E01A"; }

.socicon-whatsapp:before {
  content: "\E01B"; }

.socicon-patreon:before {
  content: "\E01C"; }

.socicon-storehouse:before {
  content: "\E01D"; }

.socicon-pocket:before {
  content: "\E01E"; }

.socicon-mail:before {
  content: "\E01F"; }

.socicon-blogger:before {
  content: "\E020"; }

.socicon-technorati:before {
  content: "\E021"; }

.socicon-reddit:before {
  content: "\E022"; }

.socicon-dribbble:before {
  content: "\E023"; }

.socicon-stumbleupon:before {
  content: "\E024"; }

.socicon-digg:before {
  content: "\E025"; }

.socicon-envato:before {
  content: "\E026"; }

.socicon-behance:before {
  content: "\E027"; }

.socicon-delicious:before {
  content: "\E028"; }

.socicon-deviantart:before {
  content: "\E029"; }

.socicon-forrst:before {
  content: "\E02A"; }

.socicon-play:before {
  content: "\E02B"; }

.socicon-zerply:before {
  content: "\E02C"; }

.socicon-wikipedia:before {
  content: "\E02D"; }

.socicon-apple:before {
  content: "\E02E"; }

.socicon-flattr:before {
  content: "\E02F"; }

.socicon-github:before {
  content: "\E030"; }

.socicon-renren:before {
  content: "\E031"; }

.socicon-friendfeed:before {
  content: "\E032"; }

.socicon-newsvine:before {
  content: "\E033"; }

.socicon-identica:before {
  content: "\E034"; }

.socicon-bebo:before {
  content: "\E035"; }

.socicon-zynga:before {
  content: "\E036"; }

.socicon-steam:before {
  content: "\E037"; }

.socicon-xbox:before {
  content: "\E038"; }

.socicon-windows:before {
  content: "\E039"; }

.socicon-qq:before {
  content: "\E03A"; }

.socicon-douban:before {
  content: "\E03B"; }

.socicon-meetup:before {
  content: "\E03C"; }

.socicon-playstation:before {
  content: "\E03D"; }

.socicon-android:before {
  content: "\E03E"; }

.socicon-snapchat.socicon--color {
  color: #fffc00; }

.socicon-snapchat:before {
  content: "\E03F"; }

.socicon-twitter.socicon--color {
  color: #00aced; }

.socicon-twitter:before {
  content: "\E040"; }

.socicon-facebook.socicon--color {
  color: #3b5998; }

.socicon-facebook:before {
  content: "\E041"; }

.socicon-googleplus.socicon--color {
  color: #dd4b39; }

.socicon-googleplus:before {
  content: "\E042"; }

.socicon-pinterest.socicon--color {
  color: #cb2027; }

.socicon-pinterest:before {
  content: "\E043"; }

.socicon-foursquare.socicon--color {
  color: #0072b1; }

.socicon-foursquare:before {
  content: "\E044"; }

.socicon-yahoo:before {
  content: "\E045"; }

.socicon-skype:before {
  content: "\E046"; }

.socicon-yelp:before {
  content: "\E047"; }

.socicon-feedburner:before {
  content: "\E048"; }

.socicon-linkedin.socicon--color {
  color: #007bb6; }

.socicon-linkedin:before {
  content: "\E049"; }

.socicon-viadeo:before {
  content: "\E04A"; }

.socicon-xing:before {
  content: "\E04B"; }

.socicon-myspace:before {
  content: "\E04C"; }

.socicon-soundcloud:before {
  content: "\E04D"; }

.socicon-spotify:before {
  content: "\E04E"; }

.socicon-grooveshark:before {
  content: "\E04F"; }

.socicon-lastfm:before {
  content: "\E050"; }

.socicon-youtube:before {
  content: "\E051"; }

.socicon-vimeo:before {
  content: "\E052"; }

.socicon-dailymotion:before {
  content: "\E053"; }

.socicon-vine:before {
  content: "\E054"; }

.socicon-flickr:before {
  content: "\E055"; }

.socicon-500px:before {
  content: "\E056"; }

.socicon-wordpress:before {
  content: "\E058"; }

.socicon-tumblr:before {
  content: "\E059"; }

.socicon-twitch:before {
  content: "\E05A"; }

.socicon-8tracks:before {
  content: "\E05B"; }

.socicon-amazon:before {
  content: "\E05C"; }

.socicon-icq:before {
  content: "\E05D"; }

.socicon-smugmug:before {
  content: "\E05E"; }

.socicon-ravelry:before {
  content: "\E05F"; }

.socicon-weibo:before {
  content: "\E060"; }

.socicon-baidu:before {
  content: "\E061"; }

.socicon-angellist:before {
  content: "\E062"; }

.socicon-ebay:before {
  content: "\E063"; }

.socicon-imdb:before {
  content: "\E064"; }

.socicon-stayfriends:before {
  content: "\E065"; }

.socicon-residentadvisor:before {
  content: "\E066"; }

.socicon-google:before {
  content: "\E067"; }

.socicon-yandex:before {
  content: "\E068"; }

.socicon-sharethis:before {
  content: "\E069"; }

.socicon-bandcamp:before {
  content: "\E06A"; }

.socicon-itunes:before {
  content: "\E06B"; }

.socicon-deezer:before {
  content: "\E06C"; }

.socicon-telegram:before {
  content: "\E06E"; }

.socicon-openid:before {
  content: "\E06F"; }

.socicon-amplement:before {
  content: "\E070"; }

.socicon-viber:before {
  content: "\E071"; }

.socicon-zomato:before {
  content: "\E072"; }

.socicon-quora:before {
  content: "\E073"; }

.socicon-draugiem:before {
  content: "\E074"; }

.socicon-endomodo:before {
  content: "\E075"; }

.socicon-filmweb:before {
  content: "\E076"; }

.socicon-stackexchange:before {
  content: "\E077"; }

.socicon-wykop:before {
  content: "\E078"; }

.socicon-teamspeak:before {
  content: "\E079"; }

.socicon-teamviewer:before {
  content: "\E07A"; }

.socicon-ventrilo:before {
  content: "\E07B"; }

.socicon-younow:before {
  content: "\E07C"; }

.socicon-raidcall:before {
  content: "\E07D"; }

.socicon-mumble:before {
  content: "\E07E"; }

.socicon-medium:before {
  content: "\E06D"; }

.socicon-bebee:before {
  content: "\E07F"; }

.socicon-hitbox:before {
  content: "\E080"; }

.socicon-reverbnation:before {
  content: "\E081"; }

.socicon-formulr:before {
  content: "\E082"; }

.socicon-instagram.socicon--color {
  color: #517fa4; }

.socicon-instagram:before {
  content: "\E057"; }

.socicon-battlenet:before {
  content: "\E083"; }

.socicon-chrome:before {
  content: "\E084"; }

.socicon-diablo:before {
  content: "\E085"; }

.socicon-discord:before {
  content: "\E086"; }

.socicon-issuu:before {
  content: "\E087"; }

.socicon-macos:before {
  content: "\E088"; }

.socicon-firefox:before {
  content: "\E089"; }

.socicon-heroes:before {
  content: "\E08A"; }

.socicon-hearthstone:before {
  content: "\E08B"; }

.socicon-overwatch:before {
  content: "\E08C"; }

.socicon-warcraft:before {
  content: "\E08E"; }

.socicon-opera:before {
  content: "\E08D"; }

.socicon-starcraft:before {
  content: "\E08F"; }

.socicon-keybase:before {
  content: "\E090"; }

.socicon-alliance:before {
  content: "\E091"; }

.socicon-livejournal:before {
  content: "\E092"; }

.socicon-googlephotos:before {
  content: "\E093"; }

.socicon-horde:before {
  content: "\E094"; }

.socicon-etsy:before {
  content: "\E095"; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
          animation: tooltipster-fading 400ms; }

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
          animation: tooltipster-rotating 600ms; }

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
          animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

[v-cloak] {
  display: none; }

