/* has issues on Android
@mixin helvetica-neue-medium() {
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
}
*/
.wdn-details-page .wdn-full-background-image {
  background-image: url("/images/list-bg.jpg");
  background-position: 20% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .wdn-details-page .wdn-full-background-image.wdn-low-quality {
    background-image: url("/images/list-bg-low.jpg");
    position: static; }

.wdn-details-page .wdn-boxed-wrapper {
  max-width: 1024px;
  margin: 20px auto 0;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #5d5754;
  /* background-image: url(/images/abstract-2.png); */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 736px) {
    .wdn-details-page .wdn-boxed-wrapper {
      width: 100%;
      height: auto;
      max-height: none;
      left: 0;
      right: 0;
      top: 64px;
      bottom: 0;
      border-radius: 0;
      box-shadow: none;
      padding: 20px;
      border: 0; } }
  .wdn-details-page .wdn-boxed-wrapper .wdn-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-title-price {
      white-space: nowrap; }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-outer-gift-title {
      display: none;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
      @media screen and (max-width: 877px) {
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-outer-gift-title {
          display: block; } }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding: 20px 26px 20px 0;
      position: relative; }
      @media screen and (max-width: 877px) {
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper {
          padding: 20px 26px; } }
      .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-main-picture {
        background-size: cover;
        background-position: center;
        width: 316px;
        height: 210px;
        margin: 0;
        cursor: pointer; }
      .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-other-pictures {
        width: 316px;
        height: 74px;
        overflow: hidden;
        position: relative;
        cursor: pointer; }
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-other-pictures .wdn-other-pictures-inner {
          position: absolute;
          left: 0;
          white-space: nowrap;
          -webkit-transition: left 0.4s ease-in-out;
          -moz-transition: left 0.4s ease-in-out;
          -o-transition: left 0.4s ease-in-out;
          transition: left 0.4s ease-in-out; }
          .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-other-pictures .wdn-other-pictures-inner > div {
            background-size: cover;
            background-position: center;
            width: 104px;
            height: 70px;
            margin: 2px 2px 2px 0;
            display: inline-block;
            cursor: pointer; }
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-other-pictures:hover .wdn-pictures-scroller-left {
          display: block; }
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-other-pictures:hover .wdn-pictures-scroller-right {
          display: block; }
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-other-pictures .wdn-pictures-scroller-left {
          display: none;
          background-image: url("/images/icons/back.png");
          background-size: 10px;
          background-position: 50%;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          width: 20px;
          background-color: rgba(0, 0, 0, 0.4);
          padding: 6px;
          height: 20px;
          top: 19px; }
          .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-other-pictures .wdn-pictures-scroller-left.wdn-hidden {
            display: none; }
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-other-pictures .wdn-pictures-scroller-right {
          display: none;
          background-image: url("/images/icons/next.png");
          background-size: 10px;
          background-position: 50%;
          background-repeat: no-repeat;
          position: absolute;
          right: 0;
          width: 20px;
          background-color: rgba(0, 0, 0, 0.4);
          padding: 6px;
          height: 20px;
          top: 19px; }
          .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-pictures-wrapper .wdn-other-pictures .wdn-pictures-scroller-right.wdn-hidden {
            display: none; }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-info-wrapper {
      -webkit-flex-basis: 300px;
      -moz-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
      max-width: 400px;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-info-wrapper .wdn-gift-title {
        font-weight: bold; }
        @media screen and (max-width: 877px) {
          .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-info-wrapper .wdn-gift-title {
            display: none; } }
      .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-info-wrapper .wdn-gift-description {
        text-align: left; }
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-top .wdn-gift-info-wrapper .wdn-gift-description a {
          color: #5d5754; }
  .wdn-details-page .wdn-boxed-wrapper .wdn-gift-textarea-message {
    margin: 30px auto 0;
    max-width: 800px; }
  .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 240px;
    margin: 30px auto 0;
    max-width: 800px;
    border: 2px solid #5d5754; }
    .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner {
      width: 100%;
      margin: 0 auto;
      position: relative;
      height: 100%; }
      .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8; }
      .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-textarea-inner-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 96px;
        padding: 30px 52px 0; }
        .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-textarea-inner-wrapper textarea {
          font-size: 18px;
          border: 0;
          background-color: transparent;
          outline: none;
          width: 100%;
          height: 100%;
          resize: none;
          font-family: 'Kalam', cursive;
          color: #5d5754; }
          .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-textarea-inner-wrapper textarea::-webkit-input-placeholder, .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-textarea-inner-wrapper textarea:-moz-placeholder, .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-textarea-inner-wrapper textarea::-moz-placeholder, .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-textarea-inner-wrapper textarea:-ms-input-placeholder {
            color: rgba(103, 85, 59, 0.5);
            opacity: 1; }
      .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-input-wrapper {
        position: absolute;
        right: 52px;
        bottom: 30px;
        color: #5d5754;
        text-align: right; }
        .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-input-wrapper input {
          background-color: transparent;
          border: 0;
          border-radius: 0;
          -webkit-box-shadow: none ;
          -khtml-box-shadow: none ;
          -moz-box-shadow: none ;
          -ms-box-shadow: none ;
          -o-box-shadow: none ;
          box-shadow: none ;
          color: #5d5754;
          font-size: 16px;
          width: 200px;
          height: 26px;
          border-bottom: 1px solid #5d5754;
          padding: 2px 3px 0;
          margin: 0 3px; }
          @media screen and (min-width: 1024px) {
            .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-input-wrapper input {
              width: 164px; } }
        .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-input-wrapper .wdn-participants-input {
          margin-bottom: 4px; }
          .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-input-wrapper .wdn-participants-input.wdn-error {
            color: rgba(255, 60, 40, 0.6); }
            .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-input-wrapper .wdn-participants-input.wdn-error input {
              border-color: rgba(255, 60, 40, 0.6); }
        .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-input-wrapper .wdn-email-input.wdn-error {
          color: rgba(255, 60, 40, 0.6); }
          .wdn-details-page .wdn-boxed-wrapper .wdn-textarea-wrapper .wdn-textarea-inner .wdn-input-wrapper .wdn-email-input.wdn-error input {
            border-color: rgba(255, 60, 40, 0.6); }
  .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 4px; }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper.wdn-error .wdn-gift-option {
      border-color: rgba(255, 60, 40, 0.6); }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper.wdn-gift-main-options .wdn-gift-option {
      min-width: 150px;
      font-size: 18px; }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper .wdn-gift-option {
      -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      -khtml-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      position: relative;
      border-radius: 2px;
      border: 2px solid transparent;
      background-color: rgba(255, 255, 255, 0.2);
      color: #5d5754;
      height: 34px;
      padding: 0 16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-align-content: center;
      -webkit-align-content: center;
      align-content: center;
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      overflow: hidden;
      cursor: pointer;
      margin: 0 8px 8px; }
      .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper .wdn-gift-option:hover {
        border-color: rgba(93, 87, 84, 0.6); }
      .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper .wdn-gift-option.wdn-active {
        border-color: #5d5754; }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper .wdn-stepper-wrapper {
      margin-bottom: 8px; }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper .wdn-other-amount-span {
      padding: 0 36px 0 16px;
      line-height: 42px;
      margin-bottom: 8px; }
      @media screen and (max-width: 400px) {
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper .wdn-other-amount-span {
          padding: 0 30px 0 12px; } }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper .wdn-other-amount-input {
      margin-bottom: 8px;
      font-size: 16px;
      text-align: center;
      width: 130px; }
      @media screen and (max-width: 400px) {
        .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-options-wrapper .wdn-other-amount-input {
          width: 92px; } }
  .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-option-custom {
    margin: 8px 0 4px; }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-option-custom.wdn-error > input {
      border-color: rgba(255, 60, 40, 0.6); }
    .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-option-custom > input {
      text-align: center; }
  .wdn-details-page .wdn-boxed-wrapper .wdn-content-footer .wdn-gift-price {
    margin: 16px 0 4px; }

.wdn-progress-bar {
  font-size: 16px;
  position: relative;
  margin-top: 36px;
  text-shadow: 0 1px 2px #000, 0 1px 2px #000;
  -webkit-transition: transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out; }
  .wdn-progress-bar .wdn-progress-container {
    height: 12px;
    border: 1px solid #FFF;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 4px 6px 6px rgba(0, 0, 0, 0.2); }
    .wdn-progress-bar .wdn-progress-container .wdn-progress-fill {
      width: 0;
      height: 100%;
      background-color: #FFF;
      box-shadow: 0 4px 6px 6px rgba(0, 0, 0, 0.2); }
  .wdn-progress-bar .wdn-progress-indicator {
    position: absolute;
    top: -30px;
    display: block; }
    .wdn-progress-bar .wdn-progress-indicator.wdn-indicator-empty {
      left: 20px; }
      .wdn-progress-bar .wdn-progress-indicator.wdn-indicator-empty .wdn-indicator-inner:after {
        margin-left: -24px; }
    .wdn-progress-bar .wdn-progress-indicator .wdn-indicator-inner {
      color: #FFF;
      border: 1px solid #FFF;
      border-radius: 4px;
      width: 70px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      position: absolute;
      top: 0;
      left: -35px;
      box-shadow: 0 4px 6px 6px rgba(0, 0, 0, 0.1); }
      .wdn-progress-bar .wdn-progress-indicator .wdn-indicator-inner.wdn-indicator-complete {
        width: 90px;
        left: -45px; }
      .wdn-progress-bar .wdn-progress-indicator .wdn-indicator-inner:after {
        content: "";
        border-style: solid;
        border-width: 6px;
        width: 0;
        height: 0;
        position: absolute;
        top: 105%;
        left: 50%;
        margin-left: -6px;
        margin-top: -1px;
        border-color: #FFF transparent transparent; }

.wdn-list-page .wdn-full-background-image {
  background-image: url("/images/polinesia-bg-2.jpg");
  background-position: 20% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .wdn-list-page .wdn-full-background-image.wdn-low-quality {
    background-image: url("/images/list-bg-low.jpg");
    position: static; }

.wdn-list-page .wdn-page-content {
  margin: 20px auto 0;
  min-height: 1200px; }
  .wdn-list-page .wdn-page-content .wdn-list-map-wrapper {
    float: right;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .wdn-list-page .wdn-page-content .wdn-list-map-wrapper .wdn-list-map {
      border: 2px solid #5d5754;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 400px;
      background-image: url("/images/gifts/hawaii_map.jpg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position-x: 50%;
      background-position-y: 50%;
      transition: background-position 1s ease-in-out, background-size 1s ease-in-out; }
      .wdn-list-page .wdn-page-content .wdn-list-map-wrapper .wdn-list-map.wdn-item-1 {
        background-size: 300%;
        background-position-x: 30%;
        background-position-y: 30%; }
      .wdn-list-page .wdn-page-content .wdn-list-map-wrapper .wdn-list-map.wdn-item-2 {
        background-size: 500%;
        background-position-x: 70%;
        background-position-y: 70%; }
  .wdn-list-page .wdn-page-content .wdn-list-main-block {
    color: #5d5754;
    padding: 20px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .wdn-list-page .wdn-page-content .wdn-list-main-block {
        padding: 20px 0; } }
    .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-title {
      max-width: 1098px;
      margin: 0 auto;
      padding: 20px; }
      .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-title .wdn-h3 {
        margin: 0 20px; }
      @media screen and (max-width: 1137px) {
        .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-title {
          max-width: 984px; } }
      @media screen and (max-width: 1023px) {
        .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-title {
          max-width: 732px; } }
      @media screen and (max-width: 731px) {
        .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-title {
          max-width: 366px; } }
    .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-justify-content: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-align-content: flex-start;
      -webkit-align-content: flex-start;
      align-content: flex-start;
      -ms-align-items: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 1098px;
      margin: 0 auto; }
      @media screen and (max-width: 1137px) {
        .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items {
          max-width: 984px; } }
      @media screen and (max-width: 1023px) {
        .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items {
          max-width: 732px; } }
      @media screen and (max-width: 731px) {
        .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items {
          max-width: 366px; } }
      .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items .wdn-item-container {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 286px;
        -moz-flex-basis: 286px;
        -ms-flex-preferred-size: 286px;
        flex-basis: 286px;
        box-sizing: border-box;
        margin: 20px;
        text-align: center;
        line-height: 22px;
        position: relative;
        max-width: 326px; }
        @media screen and (min-width: 1024px) and (max-width: 1137px) {
          .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items .wdn-item-container {
            max-width: 288px; } }
        .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items .wdn-item-container .wdn-gift-inner {
          position: relative;
          padding: 0 10px 10px;
          cursor: pointer;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
          -ms-justify-content: flex-start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          -ms-align-content: center;
          -webkit-align-content: center;
          align-content: center;
          -ms-align-items: stretch;
          -webkit-align-items: stretch;
          align-items: stretch;
          background-color: rgba(220, 220, 220, 0.2);
          box-shadow: 0 4px 6px 6px rgba(0, 0, 0, 0.1);
          border: 2px solid #5d5754;
          border-radius: 4px; }
          .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items .wdn-item-container .wdn-gift-inner:hover {
            background-color: rgba(220, 220, 220, 0.3); }
            .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items .wdn-item-container .wdn-gift-inner:hover .wdn-progress-bar {
              -webkit-transform: scale(1.05);
              -moz-transform: scale(1.05);
              -ms-transform: scale(1.05);
              -o-transform: scale(1.05);
              transform: scale(1.05); }
          .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items .wdn-item-container .wdn-gift-inner .wdn-main-block .wdn-h4 {
            margin: 12px 0;
            min-height: 44px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
            -ms-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
            -ms-align-content: center;
            -webkit-align-content: center;
            align-content: center;
            -ms-align-items: center;
            -webkit-align-items: center;
            align-items: center; }
          .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items .wdn-item-container .wdn-gift-inner .wdn-main-block .wdn-gift-picture {
            width: 100%;
            height: 180px;
            background-size: cover;
            background-position: center;
            position: relative; }
            .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items .wdn-item-container .wdn-gift-inner .wdn-main-block .wdn-gift-picture .wdn-progress-bar {
              position: absolute;
              bottom: 10px;
              left: 20px;
              right: 20px; }
            .wdn-list-page .wdn-page-content .wdn-list-main-block .wdn-list-items .wdn-item-container .wdn-gift-inner .wdn-main-block .wdn-gift-picture > img {
              width: 20px;
              height: 20px;
              position: absolute;
              top: 10px;
              right: 10px; }

.wdn-checkout-page .wdn-full-background-image {
  background-image: url("/images/list-bg.jpg");
  background-position: 20% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .wdn-checkout-page .wdn-full-background-image.wdn-low-quality {
    background-image: url("/images/list-bg-low.jpg");
    position: static; }

.wdn-checkout-page .wdn-boxed-wrapper {
  max-width: 1024px;
  margin: 20px auto 0;
  padding: 22px;
  box-sizing: border-box;
  text-align: center;
  color: #5d5754;
  /* background-image: url(/images/abstract-2.png); */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 736px) {
    .wdn-checkout-page .wdn-boxed-wrapper {
      width: 100%;
      height: auto;
      max-height: none;
      left: 0;
      right: 0;
      top: 64px;
      bottom: 0;
      border-radius: 0;
      box-shadow: none;
      border: 0; } }
  .wdn-checkout-page .wdn-boxed-wrapper .wdn-text-wrapper .wdn-h4 {
    text-align: left; }
  .wdn-checkout-page .wdn-boxed-wrapper .wdn-iban {
    font-weight: bold; }
  .wdn-checkout-page .wdn-boxed-wrapper .wdn-h3 > a, .wdn-checkout-page .wdn-boxed-wrapper .wdn-h4 > a {
    color: #5d5754; }
  .wdn-checkout-page .wdn-boxed-wrapper .wdn-buttons-wrapper {
    margin-top: 20px; }
    .wdn-checkout-page .wdn-boxed-wrapper .wdn-buttons-wrapper .wdn-button {
      width: auto;
      min-width: 60px;
      padding: 0 20px; }

.wdn-stepper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 2px;
  cursor: pointer; }
  .wdn-stepper-wrapper:hover .wdn-stepper-value {
    color: #5d5754; }
  .wdn-stepper-wrapper.wdn-active .wdn-stepper-value {
    border-color: #5d5754;
    color: #5d5754; }
  .wdn-stepper-wrapper .wdn-stepper-minus,
  .wdn-stepper-wrapper .wdn-stepper-plus {
    width: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 34px;
    font-size: 24px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .wdn-stepper-wrapper .wdn-stepper-minus.wdn-disabled,
    .wdn-stepper-wrapper .wdn-stepper-plus.wdn-disabled {
      opacity: 0.4; }
  .wdn-stepper-wrapper .wdn-stepper-value {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid transparent;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(93, 87, 84, 0.6);
    height: 34px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden; }

.wdn-overnight-radio > input[type=radio] {
  display: none; }
  .wdn-overnight-radio > input[type=radio]:checked + .wdn-radio-button {
    border-color: #FFF;
    color: #FFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); }
    .wdn-overnight-radio > input[type=radio]:checked + .wdn-radio-button:after {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #FFF;
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.wdn-overnight-radio .wdn-radio-button {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 2px;
  border: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  height: 50px;
  padding: 8px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer; }
  .wdn-overnight-radio .wdn-radio-button.wdn-disabled {
    cursor: default;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: none; }
  .wdn-overnight-radio .wdn-radio-button:hover:not(.wdn-disabled) {
    border-color: rgba(255, 255, 255, 0.6); }
  .wdn-overnight-radio .wdn-radio-button .wdn-large {
    font-size: 200%;
    line-height: 28px; }
  .wdn-overnight-radio .wdn-radio-button .wdn-medium {
    font-size: 140%;
    line-height: 28px; }

.wdn-simple-radio {
  display: inline-block; }
  .wdn-simple-radio > input[type=radio] {
    display: none; }
    .wdn-simple-radio > input[type=radio]:checked + .wdn-radio-button {
      border-color: #5d5754; }
      .wdn-simple-radio > input[type=radio]:checked + .wdn-radio-button:not(.wdn-only-text) {
        background-image: url("/images/icons/tick.png"); }
  .wdn-simple-radio .wdn-radio-button {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    line-height: 34px; }
    .wdn-simple-radio .wdn-radio-button.wdn-disabled {
      cursor: default; }
    .wdn-simple-radio .wdn-radio-button:hover:not(.wdn-disabled) {
      border-color: rgba(93, 87, 84, 0.6); }

.wdn-radio-yes .wdn-simple-radio > input[type=radio]:checked + .wdn-radio-button {
  background-image: url("/images/icons/tick-g100.png"); }

.wdn-radio-yes .wdn-simple-radio .wdn-radio-button:hover:not(.wdn-disabled) {
  background-image: url("/images/icons/tick-g100.png"); }

.wdn-radio-yes .wdn-simple-radio .wdn-radio-button {
  background-image: url("/images/icons/tick-g60.png"); }

.wdn-radio-no .wdn-simple-radio > input[type=radio]:checked + .wdn-radio-button {
  background-image: url("/images/icons/tick-r100.png"); }

.wdn-radio-no .wdn-simple-radio .wdn-radio-button:hover:not(.wdn-disabled) {
  background-image: url("/images/icons/tick-r100.png"); }

.wdn-radio-no .wdn-simple-radio .wdn-radio-button {
  background-image: url("/images/icons/tick-r60.png"); }

.wdn-overnight-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wdn-overnight-selector.wdn-error .wdn-radio-button {
    border-color: rgba(255, 60, 40, 0.6); }
  .wdn-overnight-selector > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 4px; }

.wdn-confirmation-page .wdn-full-background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f4edee; }
  .wdn-confirmation-page .wdn-full-background-image.wdn-low-quality {
    position: static; }

.wdn-confirmation-page .wdn-boxed-wrapper {
  max-width: 1024px;
  display: block;
  margin: 20px auto;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #5d5754;
  /* background-image: url(/images/abstract-2.png); */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* todo: add landscape media queries */ }
  @media screen and (max-width: 736px) {
    .wdn-confirmation-page .wdn-boxed-wrapper {
      width: 100%;
      height: auto;
      max-height: none;
      left: 0;
      right: 0;
      top: 64px;
      bottom: 0;
      border-radius: 0;
      box-shadow: none;
      border: 0; } }
  .wdn-confirmation-page .wdn-boxed-wrapper .wdn-h3 {
    font-size: 24px; }
    @media screen and (max-width: 320px) {
      .wdn-confirmation-page .wdn-boxed-wrapper .wdn-h3 {
        font-size: 22px; } }
  .wdn-confirmation-page .wdn-boxed-wrapper a {
    color: #5d5754; }
  .wdn-confirmation-page .wdn-boxed-wrapper .wdn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 400px;
    height: 54px;
    margin: 0 auto; }
    .wdn-confirmation-page .wdn-boxed-wrapper .wdn-row.wdn-heading-row {
      height: 24px; }
    .wdn-confirmation-page .wdn-boxed-wrapper .wdn-row .wdn-col-70 {
      -webkit-flex-basis: 70%;
      -moz-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
      text-align: left; }
      .wdn-confirmation-page .wdn-boxed-wrapper .wdn-row .wdn-col-70.wdn-error > input {
        border-color: rgba(255, 60, 40, 0.6); }
      .wdn-confirmation-page .wdn-boxed-wrapper .wdn-row .wdn-col-70 > input {
        width: 90%; }
    .wdn-confirmation-page .wdn-boxed-wrapper .wdn-row .wdn-col-30 {
      -webkit-flex-basis: 30%;
      -moz-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      line-height: 16px;
      font-size: 18px; }
      .wdn-confirmation-page .wdn-boxed-wrapper .wdn-row .wdn-col-30.wdn-error .wdn-radio-button {
        border-color: rgba(255, 60, 40, 0.6); }
  .wdn-confirmation-page .wdn-boxed-wrapper .wdn-slots-selector-wrapper {
    margin: 20px 0; }
    .wdn-confirmation-page .wdn-boxed-wrapper .wdn-slots-selector-wrapper .wdn-slots-selector .wdn-simple-radio {
      margin: 0 6px; }
  .wdn-confirmation-page .wdn-boxed-wrapper .wdn-overnight-wrapper {
    max-width: 740px;
    margin: 0 auto;
    padding-top: 20px; }
  .wdn-confirmation-page .wdn-boxed-wrapper .wdn-buttons-wrapper {
    padding-top: 6px; }
  .wdn-confirmation-page .wdn-boxed-wrapper .wdn-add-note-wrapper {
    padding: 0 4px; }
    .wdn-confirmation-page .wdn-boxed-wrapper .wdn-add-note-wrapper .wdn-add-note-label {
      cursor: pointer;
      margin-top: 18px; }
    .wdn-confirmation-page .wdn-boxed-wrapper .wdn-add-note-wrapper .wdn-add-note-textarea {
      margin-top: 18px;
      padding: 6px;
      font-size: 17px;
      line-height: 24px;
      border: 0;
      -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      -khtml-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      background-color: rgba(255, 255, 255, 0.6);
      outline: none;
      width: 100%;
      height: 100px;
      max-width: 500px;
      border-radius: 4px;
      color: #5d5754;
      font-family: 'Kalam', cursive; }
      .wdn-confirmation-page .wdn-boxed-wrapper .wdn-add-note-wrapper .wdn-add-note-textarea::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: rgba(103, 85, 59, 0.4); }
      .wdn-confirmation-page .wdn-boxed-wrapper .wdn-add-note-wrapper .wdn-add-note-textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: rgba(103, 85, 59, 0.4);
        opacity: 1; }
      .wdn-confirmation-page .wdn-boxed-wrapper .wdn-add-note-wrapper .wdn-add-note-textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: rgba(103, 85, 59, 0.4);
        opacity: 1; }
      .wdn-confirmation-page .wdn-boxed-wrapper .wdn-add-note-wrapper .wdn-add-note-textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(103, 85, 59, 0.4); }

.wdn-welcome-page .wdn-full-background-image {
  background-image: url("/images/us/home-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .wdn-welcome-page .wdn-full-background-image {
      background-position: 88% 20%; } }
  @media screen and (max-width: 736px) {
    .wdn-welcome-page .wdn-full-background-image {
      background-position: 93% 20%; } }
  .wdn-welcome-page .wdn-full-background-image.wdn-low-quality {
    background-image: url("/images/us/home-bg-low.jpg");
    position: static; }

.wdn-welcome-page .wdn-boxed-wrapper {
  width: 400px;
  max-height: 80%;
  display: block;
  margin: 0 auto;
  top: 14%;
  position: absolute;
  left: 10%;
  border-radius: 14px;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 4px 6px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #FFF;
  background-color: rgba(220, 220, 220, 0.3);
  /* background-image: url(/images/abstract-2.png); */
  background-size: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #FFF;
  /* todo: add landscape media queries */ }
  @media screen and (min-width: 1024px) {
    .wdn-welcome-page .wdn-boxed-wrapper {
      width: 440px;
      top: 20%; } }
  @media screen and (min-width: 1440px) {
    .wdn-welcome-page .wdn-boxed-wrapper {
      width: 500px;
      top: 22%; } }
  @media screen and (max-width: 736px) {
    .wdn-welcome-page .wdn-boxed-wrapper {
      width: 100%;
      height: auto;
      max-height: none;
      left: 0;
      right: 0;
      top: 64px;
      bottom: 0;
      border-radius: 0;
      box-shadow: none;
      border: 0; } }
  .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-content: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0 38px 0 46px;
    height: 200px;
    padding-bottom: 10px; }
    @media screen and (max-width: 375px) {
      .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header {
        height: 170px; } }
    @media screen and (max-width: 320px) {
      .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header {
        padding: 0 30px 0 38px;
        height: 140px; } }
    .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header .wdn-head-image img {
      width: 138px;
      -webkit-transform: rotate(-15deg);
      -khtml-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg); }
      @media screen and (max-width: 375px) {
        .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header .wdn-head-image img {
          width: 130px; } }
      @media screen and (max-width: 320px) {
        .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header .wdn-head-image img {
          width: 120px; } }
    .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header .wdn-head-label {
      margin-bottom: 36px;
      padding-left: 4px; }
      @media screen and (max-width: 375px) {
        .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header .wdn-head-label {
          margin-bottom: 24px; } }
      @media screen and (min-width: 1024px) {
        .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header .wdn-head-label {
          padding-left: 14px; } }
      @media screen and (max-width: 1023px) and (min-width: 737px) {
        .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-header .wdn-head-label {
          margin-bottom: 24px; } }
  .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-footer {
    padding: 30px 38px 52px; }
    @media screen and (min-width: 1024px) {
      .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-footer {
        padding: 10px 48px 52px; } }
    @media screen and (max-width: 400px) {
      .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-footer {
        padding: 30px 28px 52px; } }
    @media screen and (max-width: 375px) {
      .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-footer {
        padding-bottom: 22px; } }
    @media screen and (max-width: 320px) {
      .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-footer {
        padding: 4px 30px 0px; } }
    .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-footer .wdn-main-label {
      margin-top: 32px;
      margin-bottom: 8px; }
      @media screen and (max-width: 320px) {
        .wdn-welcome-page .wdn-boxed-wrapper .wdn-boxed-footer .wdn-main-label {
          margin-top: 12px;
          margin-bottom: 26px; } }

.wdn-scrolled .wdn-navigation-menu {
  background-color: #f4edee; }
  .wdn-scrolled .wdn-navigation-menu .wdn-menu-wrapper > a {
    color: #5d5754;
    text-shadow: 0 1px 2px #FFF, 0 1px 2px #FFF; }
    .wdn-scrolled .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active:after {
      background: #5d5754;
      box-shadow: 0 1px 2px #FFF, 0 1px 2px #FFF; }

.wdn-navigation-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  font-size: 28px;
  color: #FFF;
  font-family: 'Dancing Script', cursive;
  padding: 0;
  height: 62px;
  overflow: hidden;
  background-color: transparent; }
  @media print {
    .wdn-navigation-menu {
      display: none; } }
  .wdn-navigation-menu .wdn-menu-wrapper {
    position: relative;
    padding: 16px 0 10px 0;
    overflow: hidden;
    height: 36px;
    display: inline-block; }
    .wdn-navigation-menu .wdn-menu-wrapper .wdn-menu-indicator {
      position: absolute;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #FFF; }
    .wdn-navigation-menu .wdn-menu-wrapper > a {
      color: #FFF;
      text-shadow: 0 1px 2px #000, 0 1px 2px #000;
      text-decoration: none;
      padding: 0 8px;
      position: relative; }
      @media screen and (max-width: 400px) {
        .wdn-navigation-menu .wdn-menu-wrapper > a {
          padding: 0 4px;
          font-size: 24px; } }
      @media screen and (max-width: 340px) {
        .wdn-navigation-menu .wdn-menu-wrapper > a {
          padding: 0 4px;
          font-size: 22px; } }
      .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #FFF;
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        box-shadow: 0 1px 2px #000, 0 1px 2px #000; }
      .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-welcome-item ~ .wdn-menu-indicator {
        left: 30px; }
        @media screen and (max-width: 400px) {
          .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-welcome-item ~ .wdn-menu-indicator {
            left: 24px; } }
        @media screen and (max-width: 340px) {
          .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-welcome-item ~ .wdn-menu-indicator {
            left: 22px; } }
      .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-location-item ~ .wdn-menu-indicator {
        left: 42px; }
        @media screen and (max-width: 400px) {
          .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-location-item ~ .wdn-menu-indicator {
            left: 96px; } }
        @media screen and (max-width: 340px) {
          .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-location-item ~ .wdn-menu-indicator {
            left: 88px; } }
      .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-wedding-list-item ~ .wdn-menu-indicator {
        left: 152px; }
        @media screen and (max-width: 400px) {
          .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-wedding-list-item ~ .wdn-menu-indicator {
            left: 190px; } }
        @media screen and (max-width: 340px) {
          .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-wedding-list-item ~ .wdn-menu-indicator {
            left: 177px; } }
      .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-confirmation-item ~ .wdn-menu-indicator {
        left: 264px; }
        @media screen and (max-width: 400px) {
          .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-confirmation-item ~ .wdn-menu-indicator {
            left: 288px; } }
        @media screen and (max-width: 340px) {
          .wdn-navigation-menu .wdn-menu-wrapper > a.wdn-active.wdn-confirmation-item ~ .wdn-menu-indicator {
            left: 268px; } }

.wdn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px; }
  @media screen and (max-width: 600px) {
    .wdn-header {
      height: 400px; } }
  .wdn-header.wdn-location .wdn-header-background {
    background-image: url("/images/location/valledibadia5.jpg"); }
  .wdn-header.wdn-wedding-list .wdn-header-background {
    background-image: url("/images/polinesia-bg-2.jpg"); }
    .wdn-header.wdn-wedding-list .wdn-header-background .wdn-header-darker-background {
      display: none; }
  .wdn-header.wdn-wedding-list .wdn-location-logo {
    display: none; }
  .wdn-header.wdn-wedding-list .wdn-header-title {
    display: none; }
  .wdn-header.wdn-confirmation .wdn-header-background {
    background-image: url("/images/location/valledibadia2.jpg"); }
    .wdn-header.wdn-confirmation .wdn-header-background .wdn-header-darker-background {
      display: none; }
  .wdn-header.wdn-confirmation .wdn-location-logo {
    display: none; }
  .wdn-header.wdn-confirmation .wdn-header-title {
    display: none; }
  .wdn-header .wdn-header-background {
    background-image: url("/images/location/valledibadia5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    height: 600px; }
    @media screen and (max-width: 600px) {
      .wdn-header .wdn-header-background {
        height: 400px;
        background-position: center; } }
    .wdn-header .wdn-header-background .wdn-header-darker-background {
      height: 100%;
      width: 100%;
      background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); }
  .wdn-header .wdn-location-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 140px; }
    @media screen and (max-width: 600px) {
      .wdn-header .wdn-location-logo {
        display: none; } }
  .wdn-header .wdn-header-title {
    font-family: 'Dancing Script', cursive;
    position: absolute;
    top: 200px;
    color: #FFF;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 2px #000, 0 1px 2px #000; }
    .wdn-header .wdn-header-title h1 {
      font-size: 80px;
      margin-bottom: 20px; }
    .wdn-header .wdn-header-title h3 {
      font-size: 34px;
      margin-top: 20px; }
    @media screen and (max-width: 600px) {
      .wdn-header .wdn-header-title {
        top: 114px; }
        .wdn-header .wdn-header-title h1 {
          font-size: 50px; }
        .wdn-header .wdn-header-title h3 {
          font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .wdn-header .wdn-header-title {
        top: 126px; }
        .wdn-header .wdn-header-title h1 {
          font-size: 40px; }
        .wdn-header .wdn-header-title h3 {
          font-size: 26px; } }

#pixel-to-watch {
  height: 0;
  position: relative;
  top: -60px; }

.wdn-location-page .wdn-full-background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f4edee; }
  .wdn-location-page .wdn-full-background-image.wdn-low-quality {
    position: static; }

.wdn-location-page .wdn-boxed-wrapper {
  max-width: 1024px;
  display: block;
  margin: 20px auto 0;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #5d5754;
  /* background-image: url(/images/abstract-2.png); */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 736px) {
    .wdn-location-page .wdn-boxed-wrapper {
      width: 100%;
      height: auto;
      max-height: none;
      left: 0;
      right: 0;
      top: 64px;
      bottom: 0;
      border-radius: 0;
      box-shadow: none;
      border: 0; } }
  .wdn-location-page .wdn-boxed-wrapper .wdn-heart-picture {
    width: 220px;
    float: left;
    margin-right: 26px;
    margin-top: 10px; }
    @media screen and (max-width: 400px) {
      .wdn-location-page .wdn-boxed-wrapper .wdn-heart-picture {
        margin: 0 auto;
        float: none;
        display: block; } }
  .wdn-location-page .wdn-boxed-wrapper .wdn-intro-content {
    margin-bottom: 40px;
    text-align: left;
    min-height: 200px; }
    @media screen and (min-width: 737px) {
      .wdn-location-page .wdn-boxed-wrapper .wdn-intro-content .wdn-h4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-content: center;
        -webkit-align-content: center;
        align-content: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center; } }
  .wdn-location-page .wdn-boxed-wrapper .wdn-location-content {
    /* todo: add landscape media queries */
    margin-top: 40px; }
    .wdn-location-page .wdn-boxed-wrapper .wdn-location-content #mobile-location-map {
      display: none; }
      @media screen and (max-width: 736px) {
        .wdn-location-page .wdn-boxed-wrapper .wdn-location-content #mobile-location-map {
          display: block; } }
    .wdn-location-page .wdn-boxed-wrapper .wdn-location-content > iframe {
      margin: 35px 0 10px 14px;
      float: right;
      border: 0;
      border-radius: 7px;
      width: 300px;
      height: 260px;
      background-color: rgba(255, 255, 255, 0.4); }
      @media screen and (max-width: 736px) {
        .wdn-location-page .wdn-boxed-wrapper .wdn-location-content > iframe {
          display: none;
          margin: 20px 0;
          width: 100%;
          float: none;
          box-sizing: border-box; } }
    .wdn-location-page .wdn-boxed-wrapper .wdn-location-content .wdn-main-label {
      margin-bottom: 0; }
      .wdn-location-page .wdn-boxed-wrapper .wdn-location-content .wdn-main-label > a {
        text-decoration: none;
        color: inherit; }
    .wdn-location-page .wdn-boxed-wrapper .wdn-location-content .wdn-content-text {
      text-align: left; }
      .wdn-location-page .wdn-boxed-wrapper .wdn-location-content .wdn-content-text > p:last-child {
        margin-bottom: 0; }
    .wdn-location-page .wdn-boxed-wrapper .wdn-location-content .wdn-contact-us {
      text-align: right; }
    .wdn-location-page .wdn-boxed-wrapper .wdn-location-content a {
      color: #5d5754; }

.wdn-dialog-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.wdn-dialog {
  z-index: 1000;
  position: fixed;
  right: 0;
  left: 0;
  top: 20px;
  margin-right: auto;
  margin-left: auto;
  min-height: 200px;
  width: 90%;
  max-width: 520px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #5d5754; }
  @media (min-width: 768px) {
    .wdn-dialog {
      top: 20%; } }
  .wdn-dialog .wdn-h3 {
    text-shadow: none; }
  .wdn-dialog .wdn-h4 {
    text-shadow: none; }
  .wdn-dialog a {
    color: #5d5754; }

.wdn-pictures-slider {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }
  .wdn-pictures-slider .wdn-slider-img {
    max-width: 60%;
    max-height: 60%;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 736px) {
      .wdn-pictures-slider .wdn-slider-img {
        max-width: 100%;
        max-height: 100%; } }
  .wdn-pictures-slider .wdn-left-arrow {
    width: 24px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-image: url("/images/icons/back.png");
    background-size: 24px;
    background-repeat: no-repeat;
    padding: 20px 18px;
    background-position: 100% 50%;
    cursor: pointer;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%; }
    @media screen and (max-width: 736px) {
      .wdn-pictures-slider .wdn-left-arrow {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -45px; } }
    .wdn-pictures-slider .wdn-left-arrow.wdn-disabled {
      opacity: 0.1; }
  .wdn-pictures-slider .wdn-right-arrow {
    width: 24px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-image: url("/images/icons/next.png");
    background-size: 24px;
    background-repeat: no-repeat;
    padding: 20px 18px;
    background-position: 0 50%;
    cursor: pointer;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%; }
    @media screen and (max-width: 736px) {
      .wdn-pictures-slider .wdn-right-arrow {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -45px; } }
    .wdn-pictures-slider .wdn-right-arrow.wdn-disabled {
      opacity: 0.1; }
  .wdn-pictures-slider .wdn-close-button {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/images/icons/close.png");
    background-size: 16px;
    background-repeat: no-repeat;
    padding: 18px;
    background-position: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px; }

.wdn-captcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999; }
  .wdn-captcha .wdn-h3 {
    margin-bottom: 30px;
    padding: 0 30px; }
  .wdn-captcha .wdn-captcha-wrapper {
    min-height: 80px; }

body {
  margin: 0;
  background-color: #f4edee;
  font-family: 'Marck Script', cursive;
  font-family: 'Kalam', cursive; }

.wdn-page {
  position: relative;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0px -4px 3px -1px rgba(93, 87, 84, 0.6);
  background-color: #f4edee;
  margin-top: 600px; }
  @media screen and (max-width: 600px) {
    .wdn-page {
      margin-top: 400px; } }
  @media print {
    .wdn-page {
      margin-top: 0;
      box-shadow: none; } }

.wdn-button {
  width: 100px;
  border-radius: 3px;
  height: 34px;
  color: #5d5754;
  display: inline-block;
  border: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  margin: 16px 8px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 38px; }
  .wdn-button.wdn-button-full {
    border-color: #5d5754; }
    .wdn-button.wdn-button-full:hover {
      background-color: rgba(93, 87, 84, 0.1); }
  .wdn-button.wdn-button-stroke:hover {
    border-color: rgba(93, 87, 84, 0.6);
    background-color: rgba(93, 87, 84, 0.1); }

.wdn-separator {
  height: 1px;
  background-color: #5d5754;
  margin: 40px 0; }

.wdn-h, .wdn-h1, .wdn-h2, .wdn-h3, .wdn-h4, .wdn-h5 {
  margin-top: 4px;
  margin-bottom: 12px; }

.wdn-h1 {
  font-size: 46px; }
  @media screen and (max-width: 400px) {
    .wdn-h1 {
      font-size: 42px; } }
  @media screen and (max-width: 320px) {
    .wdn-h1 {
      font-size: 36px; } }

.wdn-h2 {
  font-size: 34px; }
  @media screen and (max-width: 400px) {
    .wdn-h2 {
      font-size: 30px; } }
  @media screen and (max-width: 320px) {
    .wdn-h2 {
      font-size: 25px; } }

.wdn-h3 {
  font-size: 26px; }
  @media screen and (max-width: 320px) {
    .wdn-h3 {
      font-size: 24px; } }

.wdn-h4 {
  font-size: 21px; }

.wdn-h5 {
  font-size: 18px; }

input[type=text],
input[type=number] {
  height: 38px;
  padding: 6px 6px 2px;
  font-size: 20px;
  border: 0;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #5d5754;
  background-color: rgba(255, 255, 255, 0.6);
  color: #5d5754;
  outline: none;
  width: 180px;
  font-family: 'Kalam', cursive; }
  input[type=text]:disabled,
  input[type=number]:disabled {
    background-color: transparent;
    box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
    opacity: 1; }
  input[type=text]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2); }
  input[type=text]:-moz-placeholder,
  input[type=number]:-moz-placeholder {
    color: rgba(0, 0, 0, 0.2); }
  input[type=text]::-moz-placeholder,
  input[type=number]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2); }
  input[type=text]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2); }
