@charset "UTF-8";

/* CSS Document */


/*========== DIN LIGHT CONDENSED ==========
font {
	font-family:"ff-din-web-condensed-n3", "ff-din-web-condensed", sans-serif;
	font-weight:300;
} */


/*========== DIN REGULAR ==========
font {
	font-family:"ff-din-web-n4", "ff-din-web" , sans-serif;
	font-weight:400;
} */


/*========== CSS reset ==========*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  overflow: hidden;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*========== GLOBAL STYLES ==========*/

body {
  color: #fff;
  font-size: 62.5%;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "ff-din-web-n4", "ff-din-web", sans-serif;
  font-weight: 400;
}
h1, h2, h3 {
  text-transform: uppercase;
}
header {
  height: 100px;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
header .logo {
  background: url(../images/pentair_logo.svg) no-repeat 0 0;
  display: block;
  width: 200px;
  height: 51px;
  text-indent: -9000px;
  position: absolute;
  top: 40px;
  left: 50px;
  background-size: contain;
}
.download {
  background: url(../images/app_store_badge.svg) no-repeat 0 0;
  display: block;
  width: 170px;
  height: 80px;
  text-indent: -9000px;
  position: absolute;
  top: 40px;
  right: 50px;
  background-size: contain;
  z-index: 9999;
}
.download.google-play {
  top: 120px;
  background: url(../images/google-play-badge.png) no-repeat 0 0;
  background-size: contain;
}
.app-badge {
  display: block;
  height: 50px;
}
.download>p {
  font-size: 1.6em;
  position: relative;
  text-align: center;
  text-indent: 0;
  top: 3px;
}
.background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../images/site_background.jpg) no-repeat center 0;
  background-size: cover;
}
.frame .container {
  height: 100%;
  margin: 0 auto;
  max-width: 880px;
  overflow: visible;
  padding: 0 100px;
  position: relative;
}
.frame h2 {
  font-family: "ff-din-web-condensed-n3", "ff-din-web-condensed", sans-serif;
  font-weight: 300;
  font-size: 5em;
  text-transform: uppercase;
}
.frame .content {
  position: relative;
  padding-left: 20px;
  max-width: 240px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.frame .image {
  max-width: 660px;
  padding-left: 375px;
  position: absolute;
  right: 70px;
  top: 50%;
  z-index: 0;
  transform: translateY(-46%);
  -webkit-transform: translateY(-46%);
  -moz-transform: translateY(-46%);
  -ms-transform: translateY(-46%);
}
.frame .image img {
  width: 100%;
  height: auto;
  display: block;
}
.frame .image img.animation {
  left: 12%;
  position: absolute;
  top: 6%;
  width: 75%;
}
.frame p {
  font-size: 1.5em;
  line-height: 1.6em;
}
.frame p .bold {
  font-family: "ff-din-web-n7", "ff-din-web", sans-serif;
  font-weight: 700;
}
p sup {
  vertical-align: super;
  font-size: 8px;
  line-height: 1em;
}

/*========== FIRST Slide ==========*/

.frame.first .content {
  max-width: 345px;
}
.frame.first .container {
  max-width: 1160px;
}
.frame.first h2 {
  font-family: "ff-din-web-n4", "ff-din-web", sans-serif;
  font-weight: 400;
  font-size: 2.5em;
}
.frame.first h2.iq {
  font-family: "ff-din-web-condensed-n3", "ff-din-web-condensed", sans-serif;
  font-weight: 300;
  font-size: 10em;
  margin-left: -6px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -5px;
}
.frame.first .image {
  padding-right: 160px;
  position: absolute;
  right: -160px;
  top: 50%;
  max-width: 910px;
  padding-left: 400px;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  z-index: -1;
}
.frame.first .image img {
  width: 100%;
  height: auto;
  display: block;
}

/*========== LAST Slide ==========*/

.frame.last .container {
  max-width: 770px;
}
.frame.last .content {
  max-width: 390px;
}
.frame.last .content .share {
  padding-top: 30px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed-n3", "ff-din-web-condensed", sans-serif;
  font-weight: 300;
  font-size: 1.6em;
}
.frame.last .content .coming-soon {
  padding-top: 30px;
}
.frame.last .content .share a {
  color: #fff;
  display: inline-block;
  line-height: normal;
  margin: 0 8px;
  vertical-align: middle;
}
.frame.last .content .share a .fa.fa-envelope {
  font-size: 0.9em;
}
.frame.last .image {
  max-width: 290px;
  padding-left: 515px;
  top: 56%;
  right: 120px;
}

/*========== FLEXSLIDER slides ==========*/

.app_thumbnails {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 10px 0;
  padding: 20px 0 15px 0;
  text-align: center;
}
.app_thumbnails.mobile {
  display: none;
}
.app_thumbnails .slides>li {
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  margin: 0 3px;
}
.app_thumbnails li img {
  opacity: .25;
  display: block;
  width: 70px;
}
.app_thumbnails li img.flex-active {
  opacity: 1;
}
.app_thumbnails p {
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
.app_thumbnails p.visible {
  display: block;
}
.app_thumbnails p {
  display: none;
}
.flex-active-slide {
  margin-right: 0 !important;
}

/*========== FULLPAGE slides ==========*/

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 9999;
  top: 50%;
  cursor: pointer;
  width: 18px;
  height: 37px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.fp-controlArrow.fp-prev {
  left: 50px;
  background: url(../images/prev-arrow.png) no-repeat 0 0;
}
.fp-controlArrow.fp-next {
  right: 50px;
  background: url(../images/next-arrow.png) no-repeat 0 0;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  margin: 0 !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.fp-slidesNav.bottom {
  bottom: 55px;
}
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
.fp-slidesNav ul li {
  display: block;
  height: 10px;
  margin: 9px;
  position: relative;
  width: 10px;
}
.fp-slidesNav ul li {
  display: inline-block;
}
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  background: rgba(255, 255, 255, 1);
}
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.fp-slidesNav ul li:hover a span {
  background: rgba(255, 255, 255, 1);
}
@media only screen (min-width: 768px) {
  .frame.first {
    width: calc(20% + 160px) !important;
  }
  .frame {
    width: calc(20% - 40px) !important;
  }
  .frame.first .fp-tableCell {
    width: calc(100% + 160px) !important;
  }
}
@media (max-width: 960px) {
  .frame.first .content {
    max-width: 300px;
    padding-left: 20px;
  }
  .frame.first h2 {
    font-size: 2.2em;
  }
  .frame.first h2.iq {
    font-size: 13em;
  }
  .frame.first .image {
    padding-left: 360px;
  }
}
@media (max-width: 767px) {
  .frame .container, .frame.first .container {
    padding: 0 60px;
  }
  .frame.first h2.iq {
    font-size: 10em;
    margin-left: -5px;
  }
  .frame.first .content {
    max-width: 240px;
    padding: 0;
  }
  .frame.first .image {
    padding-left: 275px;
  }
  .frame p {
    font-size: 1.4em;
    line-height: 1.5em;
  }
  .frame.first h2.iq {
    font-size: 10em;
  }
  .frame.last .content {
    max-width: 330px;
    margin: 0 auto;
  }
  .frame.last .image {
    padding-left: 470px;
  }
  .frame .content {
    max-width: 230px;
  }
  .frame h2 {
    font-size: 3em;
  }
  .frame .image {
    padding-left: 335px;
  }
  .fp-controlArrow.fp-prev {
    left: 20px;
  }
  .fp-controlArrow.fp-next {
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .background {
    width: 160%;
    height: 110%;
    top: -10%;
  }
  .frame .container {
    height: auto;
    position: relative;
    padding: 0 50px;
    margin-top: 25px;
  }
  #slide2.frame .container {
    margin-top: -63px;
  }
  .frame.first .content, .frame .content {
    max-width: none;
    padding: 0;
    top: 20%;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    text-align: center;
  }
  .frame.first .image, .frame .image {
    left: 0;
    padding: 0;
    position: relative;
    right: 0;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
  }
  .frame.last .content .share, .frame.last .content .coming-soon {
    padding-top: 10px;
  }
  .frame.last .image {
    margin: 20px auto 0;
    max-width: none;
    padding: 0;
    width: 45%;
  }
  .fp-slidesNav.bottom {
    bottom: 20px;
  }
  .frame.first h2 {
    font-size: 2em;
  }
  .frame.first h2.iq {
    font-size: 7em;
    margin-left: -4px;
    margin-bottom: -5px;
  }
  .frame h2 {
    font-size: 2.8em;
    padding-bottom: 15px;
  }
  .frame p {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  #slide2 .content>p {
    padding-bottom: 10px;
  }
  .app_thumbnails p {
    font-size: .8em;
  }
  .frame.first .image {
    width: 140%;
    left: -20%;
  }
  header .logo {
    top: 22px;
    width: 120px;
    height: 36px;
    left: 10px;
  }
  .download {
    top: 20px;
    right: 10px;
    width: 110px;
    height: 55px;
  }
  .download.google-play {
    top: 60px;
  }
  .app-badge {
    height: 33px;
  }
  .download>p {

	 display: none;
	 /*top: 5px;
	 font-size: 1.1em;*/
  }
  .app_thumbnails.desktop {
    display: none;
  }
  .app_thumbnails.mobile {
    display: block;
  }
  .app_thumbnails {
    border-bottom: medium none;
    border-top: medium none;
    margin: 0;
    padding: 0;
  }
  .app_thumbnails p {
    display: none;
  }
  .app_thumbnails li img {
    width: 60px;
  }
}

/* ===== IPHONE LANDSCAPE ===== */

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .frame.first .container, .frame .container {
    padding: 0 50px;
  }
  /*.frame.first .content {
    max-width: 230px;
	padding-left:20px;
}*/
  .frame.first .content p {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  .frame.first h2.iq {
    font-size: 7em;
    margin-bottom: 0;
    margin-left: -3px;
  }
  .frame.first .image {
    padding-left: 250px;
  }
  .frame.last .container {
    padding: 0 70px 0 0;
  }
  .frame.last .content {
    max-width: 250px;
    padding-left: 0;
    margin-left: 80px;
  }
  .frame.last .image {
    right: 100px;
    padding-left: 360px;
    top: 54%;
  }
  .frame.last .content .share, .frame.last .content .coming-soon {
    padding-top: 10px;
  }
  .frame .content {
    max-width: 175px;
  }
  #slide2 .content>p {
    padding-bottom: 10px;
  }
  .frame h2 {
    font-size: 3em;
  }
  .frame .image {
    padding-left: 250px;
  }
  .app_thumbnails .slides>li {
    width: 50px;
  }
  .app_thumbnails .slides>li img {
    width: 100%;
    height: auto;
  }
  .app_thumbnails {
    border-bottom: medium none;
    border-top: medium none;
    margin: 10px 0 0 0;
    padding: 0;
  }
  .app_thumbnails p {
    display: none;
  }
  header .logo {
    top: 22px;
    width: 120px;
    height: 36px;
  }
  .download {
    top: 20px;
    right: 10px;
    width: 110px;
    height: 55px;
  }
  .download.google-play {
    top: 78px;
  }
  .app-badge {
    height: 33px;
  }
  .download>p {
    /*top: 5px;
	font-size:1.1em;*/
    display: none;
  }
  .fp-slidesNav.bottom {
    bottom: 20px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
.frame .container {
    margin-top: 95px;
}
#slide2.frame .container {
      margin-top: 0px;
}
#slide3.frame .container, #slide4.frame .container {
    margin-top: 45px;
	}
}


/* ===== IPAD PORTRAIT ===== */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*@media only screen and (min-width : 768px) and (max-width : 1024px) {*/
  .frame .container {
    height: auto;
    position: relative;
    padding: 0 50px;
  }
  .frame.first .container, .frame.last .container {
    margin-top: 80px;
  }
  .frame.first .content, .frame .content {
    max-width: none;
    padding: 0;
    top: 20%;
    width: 65%;
    margin: 0 auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    text-align: center;
  }
  .frame .image {
    left: 50%;
    padding: 0;
    position: relative;
    right: 0;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .frame.first .image {
    padding: 0;
    position: relative;
    right: 0;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
  }
  .frame.last .content {
    max-width: 405px;
  }
  .frame.last .image {
    margin: 20px auto 0;
    max-width: none;
    padding: 0;
    width: 45%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    left: auto;
    right: auto;
  }
  .fp-slidesNav.bottom {
    bottom: 70px;
  }
  .frame.first h2 {
    font-size: 2em;
  }
  .frame.first h2.iq {
    font-size: 11em;
    margin-left: -4px;
    margin-bottom: -5px;
  }
  .frame h2 {
    font-size: 5em;
    padding-bottom: 15px;
  }
  .frame p {
    font-size: 1.7em;
    line-height: 1.3em;
  }
  .app_thumbnails p {
    font-size: .8em;
  }
  .frame.first .image {
    width: 140%;
    left: -20%;
  }
  .app_thumbnails.desktop {
    display: none;
  }
  .app_thumbnails.mobile {
    display: block;
  }
  .app_thumbnails {
    border-bottom: medium none;
    border-top: medium none;
    margin: 0;
    padding: 0;
  }
  .app_thumbnails p {
    display: none;
  }
  .app_thumbnails .slides>li {
    margin: 0 5px;
  }
  .app_thumbnails .slides>li img {
    width: 80px;
  }
}
