@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }
.node {
  /*
    &.view-mode-full {
      > .back,
      > .content > .back {
        @include transition(color $speed $ease);
        color: $color-primary;
        @include distance(padding-top, 3);
        @include distance(margin-bottom, 6);
        display: block;
        @include clearfix();
        .theme-black & {
          color: $color-primary-inv;
        }
        > div {
          float: left;
        }
        .icon {
          width: 34px;
          height: 34px;
          margin-top: -5px;
          @include place-icon(arrow-left, $color: $color-primary, $size: 34px, $hover: false);
          .theme-black & {
            @include place-icon(arrow-left, $color: $color-primary-inv, $size: 34px, $hover: false);
          }
          &:after {
            @include transition(color $speed $ease, transform $speed $ease);
          }
  
          @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
  				  margin-top: -3px;
  				}
        }
        .field-label {
          line-height: 24px;
          margin-left: 22px;
          @include scope(mobile) {
  	        margin-left: 8px;
          }
        }
        .no-touch & {
          &:hover {
            color: $color-rosan;
            .icon:after {
              //color: $color-rosan;
              @include transform(translateX(-4px));
            }
          }
        }
      }
    }
  */ }
  .no-touch .node.view-mode-search a:hover .title-field {
    color: #BF1A29; }
  .no-touch .node.view-mode-search a:hover .image img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02); }
  .node.view-mode-search .image {
    width: 144px;
    height: 144px;
    background-color: #BF1A29;
    position: relative;
    float: left; }
    @media (max-width: 650px) {
      .node.view-mode-search .image {
        display: none; } }
    .node.view-mode-search .image .field-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .node.view-mode-search .image .field-image img {
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: -moz-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-backface-visibility: hidden;
        -ms-transform: translateZ(0);
        /* IE 9 */
        -webkit-transform: translateZ(0);
        /* Chrome, Safari, Opera */
        transform: translateZ(0); }
  .node.view-mode-search .content {
    width: calc(100% - 144px);
    padding-left: 30px;
    box-sizing: border-box;
    float: left; }
    @media (max-width: 650px) {
      .node.view-mode-search .content {
        width: 100%;
        padding-left: 0; } }
    .node.view-mode-search .content .type {
      -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;
      display: none;
      margin-bottom: 30px; }
      @media (max-width: 1100px) {
        .node.view-mode-search .content .type {
          margin-bottom: 24px; } }
      @media (max-width: 800px) {
        .node.view-mode-search .content .type {
          margin-bottom: 18px; } }
      @media (max-width: 650px) {
        .node.view-mode-search .content .type {
          margin-bottom: 15px; } }
      @media (max-width: 500px) {
        .node.view-mode-search .content .type {
          margin-bottom: 13.5px; } }
      @media (max-width: 650px) {
        .node.view-mode-search .content .type {
          display: block; } }
    .node.view-mode-search .content .title-field {
      -webkit-transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 29px;
      letter-spacing: 0.05em;
      font-family: "Sabon LT W01 Bold", serif;
      text-decoration: none;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (max-width: 800px) {
        .node.view-mode-search .content .title-field {
          font-size: 16px;
          line-height: 25px; } }
      @media (max-width: 650px) {
        .node.view-mode-search .content .title-field {
          font-size: 15px;
          line-height: 24px; } }
      @media (max-width: 650px) {
        .node.view-mode-search .content .title-field {
          text-transform: none; } }
    .node.view-mode-search .content .field-body {
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      line-height: 27px;
      letter-spacing: 0.05em;
      font-family: "Sabon LT W01 Roman", serif;
      text-decoration: none; }
      @media (max-width: 800px) {
        .node.view-mode-search .content .field-body {
          font-size: 12px;
          line-height: 23px; } }
      @media (max-width: 650px) {
        .node.view-mode-search .content .field-body {
          font-size: 11px;
          line-height: 22px; } }
      .node.view-mode-search .content .field-body p {
        margin-bottom: 10px; }
      @media (max-width: 650px) {
        .node.view-mode-search .content .field-body {
          display: none; } }

/*# sourceMappingURL=node.css.map */
