/* ANIMATION */
.slide_ticker-container {
  position: relative;
  z-index: 300;
  height: 62px;
  line-height: 62px;
  background: white; }

.slide_ticker-inner {
  position: relative;
  margin: 0 40px;
  height: 100%; }

.slide_ticker {
  position: relative;
  max-width: 1000px;
  margin: auto;
  height: 100%;
  font-size: 15px;
  font-family: "hurme-regular","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  @media only screen and (max-width: 760px) {
    .slide_ticker {
      font-size: 11px; } }
  .slide_ticker ul {
    position: relative;
    text-align: center; }
  .slide_ticker li {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.3em;
    height: 62px; }
    .slide_ticker li p {
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.mini_site_container div.slide_landing {
  position: relative;
  z-index: 4;
  width: 100%;
  height: calc(100vh - 180px); }
  @media only screen and (max-width: 1024px) {
    .mini_site_container div.slide_landing {
      z-index: 8; } }
  @media only screen and (max-width: 760px) {
    .mini_site_container div.slide_landing {
      opacity: 1 !important;
      overflow: hidden; } }
  .mini_site_container div.slide_landing .slide_content {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 100vh;
    padding: 0px; }
    .mini_site_container div.slide_landing .slide_content .slide_teaser {
      position: absolute;
      cursor: pointer;
      top: 0%;
      left: 30%;
      bottom: 0;
      right: 0; }
      .mini_site_container div.slide_landing .slide_content .slide_teaser .slide_products_button_white,
      .mini_site_container div.slide_landing .slide_content .slide_teaser .slide_products_button_black {
        background-image: url(../img/video_button.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 40px; }
      .mini_site_container div.slide_landing .slide_content .slide_teaser.slide_teaser_hidden {
        pointer-events: none;
        display: none; }
        @media only screen and (max-width: 1024px) {
          .mini_site_container div.slide_landing .slide_content .slide_teaser.slide_teaser_hidden {
            display: block; } }
      .desktop .mini_site_container div.slide_landing .slide_content .slide_teaser:hover .slide_products_borders,
      .desktop .mini_site_container div.slide_landing .slide_content .slide_teaser:hover .slide_products_button_white {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      .mini_site_container div.slide_landing .slide_content .slide_teaser .slide_products_button_white,
      .mini_site_container div.slide_landing .slide_content .slide_teaser .slide_play_icon {
        top: 65%; }
        @media only screen and (max-width: 760px) {
          .mini_site_container div.slide_landing .slide_content .slide_teaser .slide_products_button_white,
          .mini_site_container div.slide_landing .slide_content .slide_teaser .slide_play_icon {
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }
      @media only screen and (max-width: 1024px) {
        .mini_site_container div.slide_landing .slide_content .slide_teaser {
          left: 35%;
          background: url(../img/assets/backgrounds/home.jpg) center top no-repeat;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover; } }
      @media screen and (max-width: 1000px) {
        .mini_site_container div.slide_landing .slide_content .slide_teaser {
          position: relative;
          left: 0;
          top: 0%;
          height: 43%;
          background-position: center center; } }
      @media only screen and (max-width: 760px) {
        .mini_site_container div.slide_landing .slide_content .slide_teaser {
          height: 30vh; } }
      @media only screen and (orientation: landscape) and (max-width: 760px) {
        .mini_site_container div.slide_landing .slide_content .slide_teaser {
          height: 60vh; } }
    @media only screen and (max-width: 1024px) {
      .mini_site_container div.slide_landing .slide_content {
        position: relative;
        height: calc(100% - 102px); } }

.slide_landing_wsl {
  position: absolute;
  width: 30%;
  bottom: 20px;
  text-align: center; }
  .slide_landing_wsl img {
    width: 30%; }
  @media screen and (max-width: 1000px) {
    .slide_landing_wsl {
      position: relative;
      width: 100%;
      margin: 40px 0; }
      .slide_landing_wsl img {
        width: 100px; } }

.slide_landing_valign {
  text-align: left;
  position: absolute;
  top: calc(46% + 71px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30%;
  left: 4%;
  color: black;
  -webkit-transition: color 0.4s ease 0s;
  -moz-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s; }
  .orange .slide_landing_valign {
    color: black; }
  @media only screen and (max-width: 1024px) {
    .slide_landing_valign {
      text-align: center;
      left: 0;
      width: 35%;
      top: 43%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media screen and (max-width: 1000px) {
    .slide_landing_valign {
      position: relative;
      width: auto;
      text-align: center;
      width: auto;
      left: 0px;
      right: 0px;
      top: 0;
      bottom: 39px;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); } }

@media only screen and (orientation: portrait) and (max-width: 1024px) {
  .slide_landing_texts {
    text-align: center;
    margin-top: 20px; } }

.slide_landing_text {
  font-size: 14px;
  margin-top: -8px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-family: 'hurme-regular';
  margin-bottom: 15px;
  padding: 12px 0 30px 0; }
  @media only screen and (orientation: portrait) and (max-width: 1024px) {
    .slide_landing_text {
      width: 100%;
      display: block;
      text-align: center;
      vertical-align: middle;
      margin-top: 0px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 760px) {
    .slide_landing_text {
      width: 100%;
      font-size: 18px;
      line-height: 1em;
      margin-top: 0px; } }
  @media only screen and (orientation: portrait) and (max-width: 760px) {
    .slide_landing_text {
      font-size: 3.5vw;
      display: block;
      margin-top: 10px; } }

@media only screen and (orientation: portrait) and (max-width: 1024px) {
  .slide_landing_move {
    text-align: center; } }

@media only screen and (orientation: portrait) and (max-width: 760px) {
  .slide_landing_move {
    text-align: center; } }

@media only screen and (orientation: portrait) and (max-width: 1024px) {
  .slide_landing_subtitle {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    text-align: center; } }

@media only screen and (max-width: 760px) {
  .slide_landing_subtitle {
    display: none;
    width: 100%;
    padding-left: 0px; } }

@media only screen and (orientation: portrait) and (max-width: 760px) {
  .slide_landing_subtitle {
    display: none;
    text-align: center; } }

.slide_landing_subtitle p {
  font-size: 6vh;
  margin-top: 0.5em;
  line-height: 0.79em;
  font-family: "hurme-semibold","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif; }
  .slide_landing_subtitle p.fixed {
    position: fixed; }

.teaser_button {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

div.social_feed_readypulse .social_feed_readypulse_more button,
.slide_landing_button {
  display: inline-block;
  border: 1px solid #2d4374;
  padding: 7px 35px 8px 35px;
  margin: 10px 0 5px 0;
  background: white;
  line-height: 1.3em;
  color: #2d4374;
  min-width: 240px;
  -webkit-transition: color 0.4s ease 0s, border 0.4s ease 0s, background 0.4s ease 0s, border 0.4s ease 0s;
  -moz-transition: color 0.4s ease 0s, border 0.4s ease 0s, background 0.4s ease 0s, border 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s, border 0.4s ease 0s, background 0.4s ease 0s, border 0.4s ease 0s;
  transition: color 0.4s ease 0s, border 0.4s ease 0s, background 0.4s ease 0s, border 0.4s ease 0s;
  font-family: "hurme-regular","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif;
  font-size: 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  display: inline-block; }
  @media only screen and (orientation: portrait) and (max-width: 1024px) {
    div.social_feed_readypulse .social_feed_readypulse_more button,
    .slide_landing_button {
      margin-top: 25px; } }
  @media only screen and (max-width: 760px) {
    div.social_feed_readypulse .social_feed_readypulse_more button,
    .slide_landing_button {
      font-size: 11px;
      margin-top: 15px;
      padding: 7px 15px 7px 15px; } }
  @media only screen and (orientation: landscape) and (max-width: 760px) {
    div.social_feed_readypulse .social_feed_readypulse_more button,
    .slide_landing_button {
      margin-top: 20px; } }
  .desktop div.social_feed_readypulse .social_feed_readypulse_more button:hover, .desktop
  .slide_landing_button:hover {
    background: #2d4374;
    color: white; }

.slide_landing_logo {
  background-image: url("../img/assets/home/logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-5.8%);
  -moz-transform: translateX(-5.8%);
  -o-transform: translateX(-5.8%);
  -ms-transform: translateX(-5.8%);
  transform: translateX(-5.8%);
  width: 82%;
  height: 0;
  padding-top: 50%;
  display: inline-table;
  margin-bottom: 30px; }
  @media only screen and (orientation: portrait) and (max-width: 1024px) {
    .slide_landing_logo {
      padding-top: 27.45%;
      margin-bottom: 0;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -o-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      width: 50%; } }
  @media only screen and (orientation: landscape) and (max-width: 760px) {
    .slide_landing_logo {
      padding-top: 24%;
      margin-top: 20px; } }

.slide_landing_bottom {
  width: 70%;
  text-align: center;
  padding: 0 20px; }
  @media only screen and (max-width: 760px) {
    .slide_landing_bottom {
      display: block;
      width: 100%; } }
  @media only screen and (orientation: portrait) and (max-width: 1024px) {
    .slide_landing_bottom {
      display: block;
      width: 100%; } }
  @media only screen and (max-width: 1024px) {
    .slide_landing_bottom {
      display: block;
      width: 100%; } }
