@font-face {
  font-family: "DidotLTW04-Roman";
  src: url("fonts/didotltw04-roman.ttf") format("truetype"); }
@font-face {
  font-family: "DidotLTW04-Bold";
  src: url("fonts/didotltw04-bold.ttf") format("truetype"); }
@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.ttf?57680117") format("truetype"), url("fonts/fontello.svg?57680117#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"] {
  text-indent: 0; }

[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon:before,
.site_footer .links_block dl i:before,
.site_footer .links_block dl em:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  text-indent: 0;
  line-height: 0;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
:after,
:before {
  box-sizing: border-box; }

.container, .container-padded, .details_description {
  width: 100%;
  max-width: 1056px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px; }

.container-padded, .details_description {
  padding-left: 48px;
  padding-right: 48px; }

@media screen and (max-width: 959px) {
  .container-padded, .details_description {
    padding-left: 24px;
    padding-right: 24px; } }
@media screen and (max-width: 767px) {
  .container, .container-padded, .details_description,
  .container-padded,
  .details_description {
    padding-left: 16px;
    padding-right: 16px; } }
body {
  font-family: Times, serif;
  line-height: 1;
  overflow-y: scroll;
  background: #fff;
  margin: 0 0; }

.hidden {
  display: none !important;
  visibility: hidden; }

a {
  background-color: transparent;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  color: #008484;
  text-decoration: none; }

dd,
p,
ul {
  margin: 0; }

dl,
ol,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none; }

body.menu-open .site_header .header_logo a.menu {
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle; }
  body.menu-open .site_header .header_logo a.menu:before {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: "fontello";
    font-size: 20px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    text-indent: 0;
    content: "\e80d"; }
@media screen and (max-width: 959px) {
  body.menu-open {
    overflow: hidden; }
    body.menu-open #site-main,
    body.menu-open #site-footer {
      display: none; }
    body.menu-open .site_header {
      width: 100%;
      height: 100vh;
      background: white;
      overflow-y: scroll; }
      body.menu-open .site_header .header_nav {
        display: block;
        border-top: solid 1px #666;
        padding: 30px 0 20px; }
      body.menu-open .site_header ul.nav {
        display: block;
        opacity: 1; }
      body.menu-open .site_header .header_contact {
        display: block;
        opacity: 1; }
        body.menu-open .site_header .header_contact li {
          margin: 0 auto;
          max-width: 90%;
          line-height: normal !important; }
          body.menu-open .site_header .header_contact li a {
            line-height: 20px;
            padding: 7px 0; }
      body.menu-open .site_header .header_icons {
        display: block; }
        body.menu-open .site_header .header_icons li {
          opacity: 1; }
        body.menu-open .site_header .header_icons .search_icon_cell {
          display: none; } }

@media screen and (max-width: 959px) {
  body.search-open {
    overflow: hidden; }
    body.search-open #site-main,
    body.search-open #site-footer {
      display: none; }
    body.search-open .site_header {
      width: 100%;
      height: 100vh;
      background: white; }
      body.search-open .site_header .header_nav {
        display: none; }
      body.search-open .site_header .header_contact {
        display: none; }
      body.search-open .site_header .header_icons {
        display: none; }
      body.search-open .site_header .header_search {
        display: block;
        width: 100%;
        background: white; } }
@media screen and (min-width: 960px) {
  body.search-open .site_header {
    position: relative;
    background: #000; }
    body.search-open .site_header .header_nav {
      display: none; }
    body.search-open .site_header .header_icons {
      display: none; }
    body.search-open .site_header .header_search {
      display: block;
      position: absolute;
      z-index: 102;
      top: 43px;
      right: 0;
      width: 74.6875%;
      color: #fff;
      opacity: 0;
      animation: 1s fadeIn 0s forwards; }
      body.search-open .site_header .header_search .search_form {
        height: 60px;
        padding: 0 36px;
        background: #000; }
      body.search-open .site_header .header_search .search_suggestions {
        width: 630px;
        padding: 1px 36px 32px;
        color: #666;
        background: #fff;
        border: solid 1px #e7e7e7;
        border-top: none;
        z-index: 999; }
        body.search-open .site_header .header_search .search_suggestions dt {
          margin: 32px 0 12px;
          font-family: "Gotham SSm A", "Gotham SSm B";
          font-style: normal;
          font-weight: 400;
          font-size: 13px;
          line-height: 1;
          letter-spacing: 0.01em; }
        body.search-open .site_header .header_search .search_suggestions dd {
          font-family: "Gotham SSm A", "Gotham SSm B";
          font-style: normal;
          font-weight: 300;
          font-size: 12px;
          line-height: 1.5;
          letter-spacing: 0.05em; }
        body.search-open .site_header .header_search .search_suggestions a {
          color: inherit; } }

[class|="button"], .button {
  display: inline-block;
  height: 40px;
  min-width: 128px;
  padding: 0 24px;
  color: #fff !important;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 3.3333333333;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #008484;
  cursor: pointer; }
  [class|="button"]:hover,
  .button:hover {
    background: #0e6f6f; }
  [class|="button"][class*="outline"],
  .button[class*="outline"] {
    padding: 0 20px;
    min-width: 140px;
    color: #000 !important;
    background: #fff;
    border: solid 1px #e7e7e7; }
    [class|="button"][class*="outline"]:hover,
    .button[class*="outline"]:hover {
      color: #666 !important; }
  [class|="button"].btn-clean,
  .button.btn-clean {
    border: none;
    background-color: transparent;
    color: #008484 !important; }
    [class|="button"].btn-clean:hover,
    .button.btn-clean:hover {
      background: #e7e7e7; }
  [class|="button"] small,
  .button small {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 9px;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
    text-transform: none; }
  .two_up [class|="button"],
  .two_up .button {
    width: calc(50% - (6px / 2));
    min-width: 100px; }
  @media screen and (max-width: 767px) {
    [class|="button"], .button {
      height: 50px;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 4.1666666667;
      letter-spacing: 0.1em;
      font-weight: 500; } }

.site_header {
  position: relative;
  z-index: 20; }
  .site_header.show_askpopup {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0; }
  .site_header div.header_logo {
    display: table;
    width: 100%;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    background: #000;
    box-sizing: content-box;
    border-top: solid 3px #00a8a8; }
    .site_header div.header_logo:after {
      content: "";
      display: table;
      clear: both; }
    .site_header div.header_logo .logo {
      display: table-cell;
      width: 100%;
      padding-left: 16px;
      vertical-align: middle;
      text-align: left;
      line-height: 0; }
      .site_header div.header_logo .logo a {
        display: block;
        width: 134px;
        height: 40px;
        text-indent: -999em;
        overflow: hidden;
        text-align: left;
        background: url(https://www.crystalcruises.com/resourcepackages/talon/assets/dist/images/crystal_logo.svg) no-repeat center center; }
    .site_header div.header_logo ul {
      display: none; }
      .site_header div.header_logo ul li {
        display: inline; }
        .site_header div.header_logo ul li a.call {
          text-indent: -999em;
          overflow: hidden;
          text-align: left;
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          color: #fff; }
          .site_header div.header_logo ul li a.call:before {
            position: absolute;
            right: 50%;
            top: 50%;
            transform: translate(50%, -50%);
            font-family: "fontello";
            font-size: 20px;
            line-height: 1;
            font-style: normal;
            font-weight: normal;
            text-indent: 0;
            content: "\e80d"; }
        .site_header div.header_logo ul li a.menu {
          margin: 0 16px;
          text-indent: -999em;
          overflow: hidden;
          text-align: left;
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          color: #fff; }
          .site_header div.header_logo ul li a.menu:before {
            position: absolute;
            right: 50%;
            top: 50%;
            transform: translate(50%, -50%);
            font-family: "fontello";
            font-size: 20px;
            line-height: 1;
            font-style: normal;
            font-weight: normal;
            text-indent: 0;
            content: "\e80d"; }
        .site_header div.header_logo ul li a.link_search {
          text-indent: -999em;
          overflow: hidden;
          text-align: left;
          position: relative;
          display: inline-block;
          width: 28px;
          height: 28px;
          vertical-align: middle;
          color: #fff;
          margin: 0 5px 6px; }
          .site_header div.header_logo ul li a.link_search:before {
            position: absolute;
            right: 50%;
            top: 50%;
            transform: translate(50%, -50%);
            font-family: "fontello";
            font-size: 28px;
            line-height: 1;
            font-style: normal;
            font-weight: normal;
            text-indent: 0;
            content: "\e80d"; }
  .site_header .header_nav {
    display: none;
    text-align: center;
    background: #000; }
    @media screen and (max-width: 767px) {
      .site_header .header_nav.nav-loaded {
        background: #000; } }
    @media screen and (max-width: 959px) {
      .site_header .header_nav.nav-loaded {
        background: #000; } }
    .site_header .header_nav li {
      display: block;
      margin: 0 16px;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      .site_header .header_nav li a {
        display: block;
        line-height: 52px;
        color: #fff; }
        .site_header .header_nav li a:hover {
          color: #00a8a8; }
  .site_header ul.header_contact {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    background: #fff;
    box-sizing: content-box; }
    .site_header ul.header_contact li {
      position: relative;
      display: block;
      margin: 0;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 0.75;
      letter-spacing: 0.03em; }
      .site_header ul.header_contact li a {
        display: block;
        padding: 13px 0;
        color: inherit; }
        .site_header ul.header_contact li a:hover {
          font-weight: 500; }
        .site_header ul.header_contact li a.open {
          font-weight: 500; }
  .site_header ul.header_icons {
    margin: 0; }
    .site_header ul.header_icons li a.link_wishlist {
      text-indent: -999em;
      overflow: hidden;
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      height: 30px;
      margin-top: -3px;
      background: url(https://www.crystalcruises.com/resourcepackages/talon/assets/dist/images/icons-wishlist.svg) no-repeat right top;
      background-size: 200% 200%; }
      .site_header ul.header_icons li a.link_wishlist.active {
        background-position: right bottom; }
    .site_header ul.header_icons li a.link_profile {
      text-indent: -999em;
      overflow: hidden;
      text-align: left;
      position: relative;
      display: inline-block;
      width: 28px;
      height: 28px;
      vertical-align: middle; }
      .site_header ul.header_icons li a.link_profile:before {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        font-family: "fontello";
        font-size: 28px;
        line-height: 1;
        font-style: normal;
        font-weight: normal;
        text-indent: 0;
        content: "\e80d"; }
      .site_header ul.header_icons li a.link_profile:before {
        right: 52%; }
      .site_header ul.header_icons li a.link_profile.active {
        color: #00a8a8; }
    .site_header ul.header_icons li a.link_search {
      text-indent: -999em;
      overflow: hidden;
      text-align: left;
      position: relative;
      display: inline-block;
      width: 28px;
      height: 28px;
      vertical-align: middle; }
      .site_header ul.header_icons li a.link_search:before {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        font-family: "fontello";
        font-size: 28px;
        line-height: 1;
        font-style: normal;
        font-weight: normal;
        text-indent: 0;
        content: "\e80d"; }
  .site_header .header_search {
    display: none;
    width: 100%;
    position: relative; }
    .site_header .header_search.shown {
      display: block; }
    .site_header .header_search .search_content {
      width: 630px;
      position: relative; }
      @media screen and (max-width: 959px) {
        .site_header .header_search .search_content {
          width: 100%;
          border-top: 1px solid #e7e7e7;
          padding: 25px 18px 0 18px; } }
    .site_header .header_search .search_suggestions {
      position: absolute;
      background-color: #fff;
      padding: 8px 34px 33px 34px;
      z-index: 999;
      width: 100%;
      margin-left: 35px; }
      @media screen and (max-width: 959px) {
        .site_header .header_search .search_suggestions {
          padding: 0px 17px 33px 17px;
          margin-left: 0;
          top: 120px; } }
      .site_header .header_search .search_suggestions dt {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.2;
        letter-spacing: 0.03em;
        margin-bottom: 18px;
        margin-top: 25px;
        color: #666; }
        @media only screen and (max-width: 959px) {
          .site_header .header_search .search_suggestions dt {
            font-family: "Gotham SSm A", "Gotham SSm B";
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.2;
            letter-spacing: 0.03em;
            color: #000; } }
      .site_header .header_search .search_suggestions dd {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.03em;
        color: #666;
        margin-bottom: 10px; }
        @media only screen and (max-width: 959px) {
          .site_header .header_search .search_suggestions dd {
            font-family: "Gotham SSm A", "Gotham SSm B";
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 1.2;
            letter-spacing: 0.03em;
            color: #000; } }
        .site_header .header_search .search_suggestions dd a {
          color: inherit; }
  @media screen and (max-width: 959px) {
    .site_header div.header_logo ul {
      display: block; }
    .site_header ul.nav,
    .site_header ul.header_contact {
      display: none;
      opacity: 0;
      animation: fadeIn 1s ease forwards; }
    .site_header ul.header_icons {
      display: none;
      vertical-align: middle;
      white-space: nowrap;
      text-align: center;
      width: 100%;
      height: 60px;
      background: #000; }
      .site_header ul.header_icons li {
        position: relative;
        display: inline-block;
        opacity: 0;
        animation: fadeIn 1s ease forwards;
        margin: 0 16px;
        color: #fff; }
        .site_header ul.header_icons li a {
          position: static !important;
          display: block;
          color: inherit; }
          .site_header ul.header_icons li a:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
          .site_header ul.header_icons li a.link_wishlist {
            display: inline-block;
            background-position: right top; }
            .site_header ul.header_icons li a.link_wishlist.active {
              background-position: right bottom; } }
  @media screen and (min-width: 960px) {
    .site_header {
      display: flex;
      flex-wrap: wrap; }
      .site_header ul.header_contact {
        order: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 40px;
        line-height: 40px;
        padding: 0;
        border-bottom: solid 3px #00a8a8; }
        .site_header ul.header_contact > li > a:after {
          margin-top: -3px;
          display: block;
          content: attr(data-title);
          font-weight: bold;
          height: 0;
          overflow: hidden;
          visibility: hidden; }
        .site_header ul.header_contact li {
          display: block;
          margin: 0 22px;
          padding: 13px 0;
          font-family: "Gotham SSm A", "Gotham SSm B";
          font-style: normal;
          font-weight: 300;
          font-size: 12px;
          line-height: 1.2;
          letter-spacing: 0.03em; }
          .site_header ul.header_contact li.offers {
            order: 0;
            margin-right: 24px; }
          .site_header ul.header_contact li.contact {
            position: relative;
            margin-left: 24px; }
            .site_header ul.header_contact li.contact:before {
              content: "";
              border-left: solid 1px #ccc;
              position: absolute;
              left: -24px;
              top: 50%;
              transform: translateY(-50%);
              height: 14px; }
          .site_header ul.header_contact li a {
            padding: 0;
            display: inline-block; }
          .site_header ul.header_contact li ul {
            position: absolute;
            z-index: 103;
            left: -18px;
            top: 40px;
            width: calc(100% + 36px);
            padding: 0 18px 10px;
            text-align: left;
            background: #fff;
            border: solid 1px #e7e7e7;
            border-top: none; }
            .site_header ul.header_contact li ul li {
              padding: 0; }
              .site_header ul.header_contact li ul li a {
                padding: 6px 0; }
      .site_header div.header_logo {
        order: 2;
        width: auto;
        border: none; }
        .site_header div.header_logo .logo {
          width: auto; }
        .site_header div.header_logo > a {
          display: none; }
      .site_header nav.header_nav {
        order: 3;
        align-self: flex-start;
        flex-grow: 2;
        display: block;
        white-space: nowrap;
        color: #fff;
        font-size: 0;
        height: 60px;
        overflow: hidden; }
        .site_header nav.header_nav .nav {
          background: #000; }
        .site_header nav.header_nav li {
          position: relative;
          display: inline-block;
          min-height: 55px;
          border-bottom: none;
          margin: 0 10px;
          font-family: "Gotham SSm A", "Gotham SSm B";
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          line-height: 1.3333333333;
          letter-spacing: 0.15em;
          text-transform: uppercase; }
          .site_header nav.header_nav li:after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: calc(50% - 6px);
            width: calc(50% + 30px);
            height: 6px;
            border: solid 6px transparent;
            border-top-color: black;
            border-bottom-width: 0; }
          .site_header nav.header_nav li:before {
            content: "";
            position: absolute;
            bottom: -6px;
            right: calc(50% - 6px);
            width: calc(50% + 30px);
            height: 6px;
            border: solid 6px transparent;
            border-top-color: black;
            border-bottom-width: 0; }
          .site_header nav.header_nav li.active:after {
            left: 50%; }
          .site_header nav.header_nav li.active:before {
            right: 50%; }
          .site_header nav.header_nav li:first-child:before {
            width: 999em; }
          .site_header nav.header_nav li:last-child:after {
            width: 999em; }
          .site_header nav.header_nav li a {
            position: relative;
            display: block;
            margin-top: 6px;
            line-height: 48px;
            color: inherit; }
            .site_header nav.header_nav li a:hover {
              color: #00a8a8; }
      .site_header ul.header_icons {
        order: 4;
        position: static;
        width: auto;
        padding-right: 12px;
        color: #fff;
        line-height: 53px;
        background: black; }
        .site_header ul.header_icons li {
          display: inline-block;
          margin: 0 4px; }
          .site_header ul.header_icons li a {
            position: relative;
            display: block;
            line-height: 60px;
            color: inherit; } }
  @media screen and (min-width: 1050px) {
    .site_header nav.header_nav li {
      margin: 0 18px; } }
  @media screen and (min-width: 960px) and (max-width: 1079px) {
    .site_header nav.header_nav ul.asia li {
      font-size: 10px;
      margin: 0 7px; } }
  @media screen and (min-width: 1080px) and (max-width: 1279px) {
    .site_header nav.header_nav ul.asia li {
      font-size: 12px;
      margin: 0 7px; } }
  @media screen and (min-width: 1280px) {
    .site_header nav.header_nav ul.asia li {
      font-size: 12px;
      margin: 0 18px; } }
  .site_header a.search_close {
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle; }
    .site_header a.search_close:before {
      position: absolute;
      right: 50%;
      top: 50%;
      transform: translate(50%, -50%);
      font-family: "fontello";
      font-size: 12px;
      line-height: 1;
      font-style: normal;
      font-weight: normal;
      text-indent: 0;
      content: "\e80d"; }
    @media screen and (min-width: 960px) {
      .site_header a.search_close {
        position: absolute;
        right: 24px;
        top: 24px;
        color: #fff;
        z-index: 999; } }
    @media screen and (max-width: 959px) {
      .site_header a.search_close {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.3846153846;
        letter-spacing: 0.03em;
        color: #666;
        text-indent: 0;
        text-transform: uppercase;
        padding: 20px 20px 20px 40px;
        width: auto;
        height: auto; }
        .site_header a.search_close:before {
          content: "\e804";
          left: -20px; } }

.site_footer {
  position: relative;
  border-top: solid 2px #e7e7e7;
  margin-top: 120px;
  clear: both; }
  .site_footer .subfooter {
    padding: 100px 0 60px;
    text-align: center;
    background-position: center 56px;
    background-size: auto 30px;
    background-repeat: no-repeat; }
  .site_footer .deco {
    position: relative;
    margin-top: 60px;
    padding-top: 30px;
    border-top: solid 1px #ccc; }
    .site_footer .deco:before, .site_footer .deco:after {
      content: "";
      position: absolute;
      top: -6px;
      width: 24px;
      height: 0;
      border: 3px solid transparent;
      border-top-width: 6px;
      background: #fff; }
    .site_footer .deco:before {
      left: calc(50% - 24px);
      border-right-color: #ccc; }
    .site_footer .deco:after {
      left: 50%;
      border-left-color: #ccc; }
  .site_footer .button-outline {
    width: 31.66%; }
  .site_footer .footer {
    position: relative;
    padding: 80px 0 60px;
    color: #fff;
    background: black; }
  .site_footer h4 {
    width: 77%;
    margin: 0 auto;
    font-family: "DidotLTW04-Italic", Times, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1.625;
    letter-spacing: 0.01em;
    font-style: italic;
    color: inherit;
    text-align: center; }
  .site_footer p {
    margin: 30px auto;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.03em; }
  .site_footer .links_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between; }
    .site_footer .links_block a {
      color: inherit; }
    .site_footer .links_block dl {
      width: 23.22%; }
      .site_footer .links_block dl dt {
        position: relative;
        margin-bottom: 24px;
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.3333333333;
        letter-spacing: 0.1em;
        text-transform: uppercase; }
        .site_footer .links_block dl dt a {
          cursor: default;
          pointer-events: none; }
      .site_footer .links_block dl dd {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.3333333333;
        letter-spacing: 0em;
        margin-bottom: 12px; }
      .site_footer .links_block dl i,
      .site_footer .links_block dl em {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 48%;
        display: none;
        color: #666;
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 4.2857142857;
        letter-spacing: 0.03em; }
        .site_footer .links_block dl i::before,
        .site_footer .links_block dl em::before {
          content: "\e820"; }
        .site_footer .links_block dl i:before,
        .site_footer .links_block dl em:before {
          position: absolute;
          top: 50%;
          right: 0;
          color: #ccc; }
      .site_footer .links_block dl.open i::before,
      .site_footer .links_block dl.open em::before {
        content: "\e81f"; }
  .site_footer .actual_footer {
    margin-top: 48px;
    padding-top: 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0em;
    border-top: solid 1px #666; }
    .site_footer .actual_footer > * {
      width: 33%; }
    .site_footer .actual_footer a {
      color: inherit; }
    .site_footer .actual_footer span.legal {
      order: -1;
      text-align: left; }
    .site_footer .actual_footer ul.global_links {
      text-align: right; }
      .site_footer .actual_footer ul.global_links li {
        display: inline-block;
        margin-left: 16px; }
    .site_footer .actual_footer ul.social_links {
      margin-bottom: -8px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .site_footer .actual_footer ul.social_links li {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
        border: solid 1px #fff; }
        .site_footer .actual_footer ul.social_links li a {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 0;
          text-align: center; }
          .site_footer .actual_footer ul.social_links li a:before {
            font-size: 16px;
            line-height: 28px; }
  @media screen and (max-width: 959px) {
    .site_footer .actual_footer span.legal,
    .site_footer .actual_footer ul.global_links {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .site_footer {
      margin-top: 100px; }
      .site_footer .subfooter {
        padding: 100px 0;
        text-align: center; }
        .site_footer .subfooter h4 {
          width: 100%; }
      .site_footer .button-outline {
        width: 100%; }
      .site_footer .footer {
        padding-top: 60px; }
      .site_footer p {
        width: 75%; }
      .site_footer .links_block {
        display: block;
        margin-top: 40px;
        margin-bottom: 35px;
        border-bottom: solid 1px #fff; }
        .site_footer .links_block dl {
          width: 100%;
          border-top: solid 1px #fff; }
          .site_footer .links_block dl dt {
            height: 70px;
            line-height: 70px;
            margin-bottom: -1px; }
            .site_footer .links_block dl dt a {
              pointer-events: auto;
              cursor: pointer;
              display: block;
              width: 100%;
              height: 100%; }
          .site_footer .links_block dl dd {
            display: none;
            margin-top: 12px; }
            .site_footer .links_block dl dd:first-of-type {
              margin-top: 0px; }
          .site_footer .links_block dl i,
          .site_footer .links_block dl em {
            display: block; }
          .site_footer .links_block dl.open {
            padding-bottom: 12px; }
            .site_footer .links_block dl.open dd {
              display: block; }
      .site_footer .actual_footer {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        flex-direction: column;
        align-items: center; }
        .site_footer .actual_footer span.legal {
          order: 0;
          text-align: center; }
        .site_footer .actual_footer ul.global_links {
          margin-bottom: 50px;
          text-align: center; }
          .site_footer .actual_footer ul.global_links li {
            margin: 0 8px; }
        .site_footer .actual_footer ul.social_links {
          width: 100%;
          margin-bottom: 50px;
          max-width: 444px; } }

#ask-wrap {
  display: none;
  position: fixed;
  height: auto;
  z-index: 1010;
  right: 19px;
  bottom: 0;
  width: auto;
  background: none;
  -ms-transform: none;
  transform: none;
  transition: none; }
  #ask-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
    text-align: left; }
  #ask-wrap.active {
    position: absolute;
    top: -121px; }
  #ask-wrap.active, #ask-wrap.popup_shown {
    bottom: 5px; }
  #ask-wrap .ask_wrap_link {
    width: 30px;
    height: 58px; }
  #ask-wrap .icon_button {
    position: relative;
    overflow: visible; }
    #ask-wrap .icon_button p {
      position: absolute;
      top: -18px;
      text-indent: 0;
      left: -75px;
      color: #008484;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 12px;
      font-weight: 500;
      margin: 38px auto; }
    #ask-wrap .icon_button:before {
      position: absolute;
      top: 50%;
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      font-family: fontello;
      font-size: 16px;
      line-height: 1;
      font-style: normal;
      font-weight: 400;
      text-indent: 0;
      speak: none;
      right: 52%;
      z-index: 5; }
    #ask-wrap .icon_button:after {
      content: "";
      width: 30px;
      height: 30px;
      background-color: #f9f3f3;
      border: 1px solid #cccccc;
      position: absolute;
      top: 14px;
      left: 0;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 3; }
    #ask-wrap .icon_button:hover:after {
      border: none; }
    #ask-wrap .icon_button.icon-ask_back_to_top {
      color: teal;
      appearance: none;
      border: none;
      background-color: transparent;
      cursor: pointer; }
  #ask-wrap .icon_button.inverted:after {
    border: none; }
  #ask-wrap .icon_button.active:after,
  #ask-wrap .icon_button:hover:after,
  #ask-wrap .icon_button.inverted:after {
    background-color: #008484; }
  #ask-wrap .icon_button.inverted:hover:after {
    background-color: #0e6f6f; }
  #ask-wrap .icon_button.active:before,
  #ask-wrap .icon_button:hover:before,
  #ask-wrap .icon_button.inverted:before {
    color: #ffffff; }
  @media screen and (max-width: 767px) {
    #ask-wrap {
      right: 0;
      bottom: -61px; }
      #ask-wrap.active {
        top: -114px; }
      #ask-wrap .icon_button:after {
        left: -11px; }
      #ask-wrap .icon_button:before {
        right: 87%; }
      #ask-wrap .ask_wrap_link {
        width: 29px; } }
  #ask-wrap .ask_popup {
    display: none;
    width: 320px; }
    #ask-wrap .ask_popup.shown {
      display: flex;
      position: fixed;
      bottom: 0;
      right: 0;
      flex-direction: column;
      align-items: flex-end;
      padding-right: 19px;
      padding-bottom: 4px; }
    @media screen and (max-width: 767px) {
      #ask-wrap .ask_popup.shown {
        padding-right: 0;
        padding-bottom: 0;
        bottom: -3px; }
        #ask-wrap .ask_popup.shown h5 {
          padding-right: 5px; } }
  #ask-wrap .ask_chat {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 320px;
    height: 465px;
    display: none;
    z-index: 100; }
    #ask-wrap .ask_chat.shown {
      display: flex; }
    #ask-wrap .ask_chat .inner {
      flex: 1;
      background-color: #ffffff;
      display: flex;
      flex-direction: column;
      -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25); }
    #ask-wrap .ask_chat a {
      text-indent: 0; }
    #ask-wrap .ask_chat .ask_chat_body {
      text-align: center;
      padding: 40px 50px;
      color: #4b4c4c; }
      #ask-wrap .ask_chat .ask_chat_body p {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400; }
      #ask-wrap .ask_chat .ask_chat_body hr {
        height: 1px;
        width: 30px;
        background: #ccc;
        margin: 20px auto; }
      #ask-wrap .ask_chat .ask_chat_body .links {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
        padding: 30px 0 0 0; }
        #ask-wrap .ask_chat .ask_chat_body .links .separator {
          display: inline-block;
          flex: 0 0 2px;
          align-self: stretch;
          background-color: #eeeeee; }
        #ask-wrap .ask_chat .ask_chat_body .links a {
          color: #0e6f6f;
          font-family: "Gotham SSm A", "Gotham SSm B";
          font-size: 14px;
          line-height: 1.4;
          font-weight: 500;
          display: flex;
          flex-direction: column;
          align-items: center;
          align-content: center;
          justify-content: center;
          position: relative;
          padding: 0; }
        #ask-wrap .ask_chat .ask_chat_body .links a[href^="tel"]:before {
          content: "\e82d"; }
        #ask-wrap .ask_chat .ask_chat_body .links a[href^="mail"]:before {
          content: "\e82c"; }
        #ask-wrap .ask_chat .ask_chat_body .links a:before {
          font-family: fontello;
          font-size: 24px;
          line-height: 1;
          font-style: normal;
          font-weight: 400;
          text-indent: 0;
          speak: none;
          padding-bottom: 20px; }
    #ask-wrap .ask_chat .ask_chat_top {
      background-color: #efefef;
      padding: 10px 10px 10px 14px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      #ask-wrap .ask_chat .ask_chat_top h6 {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500; }
      #ask-wrap .ask_chat .ask_chat_top .close {
        flex: 0 0 20px;
        line-height: 0.8;
        appearance: none;
        border: none;
        background-color: transparent;
        font-size: 24px; }
  #ask-wrap h5 {
    font-family: DidotLTW04-Italic, Times, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 1em;
    color: #000; }
  #ask-wrap .ask_popup.shown ~ .ask_wrap_link {
    display: none; }
  #ask-wrap h5,
  #ask-wrap .icon-ask_email,
  #ask-wrap .icon-ask_phone {
    transform: translate(0, 250px);
    opacity: 0;
    transition: transform 0.4s ease-out, top 0.4s ease-out, opacity 0.3s linear;
    -webkit-transition: transform 0.4s ease-out, top 0.4s ease-out, opacity 0.3s linear; }
  #ask-wrap h5.shown_now,
  #ask-wrap .icon-ask_email.shown_now,
  #ask-wrap .icon-ask_phone.shown_now {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 0.2s ease-in, top 0.2s ease-in, opacity 0.2s linear;
    -webkit-transition: transform 0.2s ease-in, top 0.2s ease-in, opacity 0.3s linear; }

@media screen and (max-width: 959px) {
  #ask-wrap.active:not(.popup_shown) + .container-padded, #ask-wrap.active:not(.popup_shown) + .details_description {
    position: relative;
    z-index: 1020; } }
body.menu-open #ask-wrap {
  display: none; }

@media screen and (max-width: 568px) {
  .ask_popup.shown {
    padding-right: 5px; }

  #ask-wrap .ask_chat {
    width: calc(100vw - 32px); }

  .ask_chat_body {
    padding: 20px 20px; } }
.icon-ask_chat:before {
  content: "\e82b"; }

.icon-ask_email:before {
  content: "\e82c"; }

.icon-ask_phone:before {
  content: "\e82d"; }

.icon-ask_back_to_top:before {
  content: "\e82e"; }

.icon-ask_question:before {
  content: "\e82f"; }

.icon-ask_close:before {
  content: "\e830"; }

.icon-crystal:before {
  content: "\e80b"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-person:before {
  content: "\e81d"; }

.icon-facebook:before {
  content: "\f09a"; }

.site_header ul.header_icons li a.link_profile:before {
  content: "\e81d"; }

.site_header ul.header_icons li a.link_search:before {
  content: "\e803"; }

.icon-pinterest-circled:before {
  content: "\f0d2"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.sr--only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important; }

@media screen and (min-width: 960px) {
  #site-main {
    margin-top: -6px;
    min-height: 90vh; } }

.feature_header {
  margin: 100px 0 0;
  display: block;
  width: 100%;
  text-align: center; }
  .feature_header + .container-padded, .feature_header + .details_description {
    margin-top: 84px; }
  .feature_header h3 {
    padding: 0 5%;
    margin-bottom: 16px;
    font-family: "DidotLTW04-Roman", Times, serif;
    font-weight: normal;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0em; }
  .feature_header h4 {
    padding: 0 5%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1875;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .feature_header {
      margin: 80px 0 0; }
      .feature_header + .container-padded, .feature_header + .details_description {
        margin-top: 44px; }
      .feature_header h3 {
        font-family: "DidotLTW04-Roman", Times, serif;
        font-weight: normal;
        font-size: 34px;
        line-height: 1.1176470588;
        letter-spacing: 0.03em; }
      .feature_header h4 {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3571428571;
        letter-spacing: 0.1em; } }

.decorative_footer {
  margin: 60px 0 0;
  text-align: center;
  overflow: hidden; }

.details_description {
  position: relative;
  margin: 0 auto 80px;
  padding-top: 150px;
  text-align: center; }
  .details_description.line {
    margin: 120px auto 55px;
    padding-top: 100px;
    padding-bottom: 90px; }
    @media screen and (max-width: 767px) {
      .details_description.line {
        margin-top: 60px;
        padding-bottom: 0; } }
  .details_description hr {
    position: absolute;
    left: 50%;
    border: 0;
    height: 42px;
    border-right: solid 1px #ccc; }
    .details_description hr.top {
      top: 0px; }
  .details_description h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
    font-family: DidotLTW04-Bold, Times, serif; }
    @media screen and (max-width: 767px) {
      .details_description h3 {
        font-size: 25px; } }

.cards {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -2.5%; }
  .cards:last-child {
    margin-bottom: -60px; }
  .cards.outlined {
    padding-bottom: 36px; }
    .cards.outlined .card {
      border: solid 1px #e7e7e7;
      padding-bottom: 0;
      margin-bottom: 24px; }
      .cards.outlined .card:hover div.image {
        transform: scale(1.05); }
    .cards.outlined a.card_inner {
      padding: 12px 12px 24px;
      display: block;
      color: #000; }
    .cards.outlined div.image_container {
      height: 153px; }
  .cards.portraits {
    text-align: center; }
    .cards.portraits .card {
      padding-bottom: 0; }
    .cards.portraits div.image_container {
      height: auto;
      padding: 22.5%;
      background: rgba(0, 153, 153, 0.05); }
    .cards.portraits div.image {
      height: 135px; }
    .cards.portraits h5 {
      width: 100%;
      text-transform: none;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-style: normal;
      font-weight: 500; }
  .cards.offers {
    margin-top: 60px; }
    .cards.offers .card {
      width: 30%;
      min-height: auto; }

.card {
  position: relative;
  display: block;
  width: 22.5%;
  min-height: 300px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  margin-left: 2.5%; }
  .card a.textlink {
    padding-top: 20px;
    bottom: 0;
    left: 0;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 12px;
    line-height: 1;
    font-weight: 400; }
    .card a.textlink:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .card div.image_container {
    height: 165px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #dedede; }
  .card div.image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.75s ease; }
  .card h6 {
    margin-bottom: 10px; }
  .card h5 {
    width: 80%;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.28571;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.03em;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal; }
    .card h5.title {
      min-height: 70px; }
  .card p {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.3846153846;
    letter-spacing: 0.03em;
    color: #666; }

@media screen and (max-width: 767px) {
  .cards {
    margin-left: -16px;
    margin-right: -16px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 0 !important; }
    .cards + .section_footer {
      margin-top: 36px; }
    .cards:last-child {
      margin-bottom: 0; }
    .cards:after {
      content: "";
      display: block;
      height: 10px;
      border-right: solid 20px transparent; }
    .cards .card {
      min-width: 220px;
      margin: 0 0 20px 20px; } }
.regular-header-search {
  position: relative; }
  @media screen and (max-width: 959px) {
    .regular-header-search.keyup-input:before {
      content: none; } }
  .regular-header-search.form-group-content {
    margin: 0; }
    .regular-header-search.form-group-content input[type=text] {
      padding: 0 0 3px 0;
      margin-left: 35px;
      color: #fff;
      font-size: 16px;
      border-bottom: 1px solid #666;
      width: 94%; }
      @media screen and (max-width: 959px) {
        .regular-header-search.form-group-content input[type=text] {
          width: 100%;
          margin-left: 0;
          padding: 0 25px 7px 0;
          border-bottom: 1px solid #ccc;
          color: #000; } }
    .regular-header-search.form-group-content label {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 1.2;
      letter-spacing: 0.03em;
      display: none; }
      @media only screen and (max-width: 959px) {
        .regular-header-search.form-group-content label {
          display: block; } }
    .regular-header-search.form-group-content.focus-input-label label {
      top: -18px;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      line-height: 1.2;
      letter-spacing: 0.03em; }
  .regular-header-search.keyup-input .cancel {
    display: block; }
    @media screen and (max-width: 959px) {
      .regular-header-search.keyup-input .cancel {
        display: none; } }
  @media screen and (max-width: 959px) {
    .regular-header-search.keyup-input .search {
      color: #000; } }
  .regular-header-search button {
    appearance: none;
    border: none;
    background-color: transparent;
    line-height: 1; }
  .regular-header-search .search {
    color: #009999;
    font-size: 30px;
    position: absolute;
    left: -10px;
    top: -6px;
    color: #009999;
    z-index: 999;
    display: block; }
    @media screen and (max-width: 959px) {
      .regular-header-search .search {
        right: 0px;
        top: -8px;
        left: auto;
        color: #ccc; } }
  .regular-header-search .cancel {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 99;
    display: none; }
    .regular-header-search .cancel i {
      font-size: 16px;
      color: #666; }

#Mobile_Menu_Toggle_Header::before {
  content: '\e80f'; }

.menu-open #Mobile_Menu_Toggle_Header::before {
  content: '\e80c'; }

/*# sourceMappingURL=style.css.map */
