@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

.node-client.view-mode-teaser {
  display: inline-block;
  width: 100%; }
  .node-client.view-mode-teaser .content {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    position: relative; }
    .no-touch .node-client.view-mode-teaser .content a:hover .title-field h2 {
      color: #F04E25; }
    .node-client.view-mode-teaser .content .title-field h2 {
      transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale;
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0px;
      font-family: "Sabon LT W01 Bold", serif;
      text-decoration: none;
      width: 100%;
      float: left;
      margin-bottom: 10px; }
      @media (max-width: 800px) {
        .node-client.view-mode-teaser .content .title-field h2 {
          font-size: 19px;
          line-height: 26px; } }
    .node-client.view-mode-teaser .content .group-meta {
      width: 100%;
      float: left; }
      .node-client.view-mode-teaser .content .group-meta .field .item:after {
        content: ',';
        padding-right: 6px; }
      .node-client.view-mode-teaser .content .group-meta .field:last-child .item:after {
        content: ''; }
    .node-client.view-mode-teaser .content .field-city,
    .node-client.view-mode-teaser .content .field-country {
      float: left;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 2px;
      /*
    @include scope(premobile) {
      font-size: 10px;
      line-height: 10px;
    }
*/
      font-family: "Foundry Sterling W01 Demi", sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      color: #AAB3B6; }

/*# sourceMappingURL=../_maps/node/node-client.css.map */
