body {
  margin: 0;
  padding: 0; }

body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/themes-dark.png) url(../images/themes-light.png) url(../images/volume.svg) url(../images/silence.svg) url(../images/speed.svg); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body:after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../images/themes-dark@2x.png) url(../images/themes-light@2x.png) url(../images/volume.svg) url(../images/silence.svg) url(../images/speed.svg); } }
body {
  position: static; }

.site-container {
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
  position: relative; }

.site-section {
  border-bottom: 1px solid #e6e6e6; }
  @media only screen and (max-width: 900px) {
    .site-section {
      height: auto !important; } }
  .site-section img {
    max-width: 80%; }

.clear {
  clear: both; }

section {
  clear: both;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1000px;
  position: relative;
  height: auto; }
  section .text {
    width: 50%;
    box-sizing: border-box; }
    @media only screen and (max-width: 900px) {
      section .text {
        box-sizing: border-box;
        width: 100%; } }
  section .image {
    width: 50%;
    box-sizing: border-box; }
    @media only screen and (max-width: 900px) {
      section .image {
        box-sizing: border-box;
        width: 100%; } }

@media only screen and (max-width: 900px) {
  section {
    padding: 0px; }
    section .text {
      width: 100%;
      text-align: center; }
      section .text p {
        max-width: 400px;
        margin: 0 auto;
        padding-bottom: 20px; }
    section .image {
      width: 100%; } }
.dark {
  background-color: #2E2E30;
  color: white; }

*:focus {
  outline: none; }

body {
  font-family: "Proxima Nova",proxima-nova,helvetica,sans-serif; }

a {
  color: #2E2E30;
  text-decoration: none; }

p {
  font-size: 1.05rem;
  line-height: 28px;
  color: #656667; }
  @media only screen and (max-width: 900px) {
    p {
      margin: 0 20px;
      padding: 0 20px; } }
  p span {
    font-weight: 600;
    color: #78D549; }

h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600; }
  @media only screen and (max-width: 530px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 2.5rem; }

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3; }

h4 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #03A9F4;
  padding-bottom: 6px;
  letter-spacing: 0.2px; }

input {
  font-size: .9rem; }

strong {
  font-weight: 600; }

.button-large {
  display: block;
  width: 150px;
  height: 29px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0px;
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: .9rem;
  padding-top: 15px; }
  @media only screen and (max-width: 900px) {
    .button-large {
      width: 100%; } }

.button-green {
  background-color: #78D549; }

.button-green:hover {
  background-color: #93DD6D; }

.button-red {
  background-color: #F44336; }

.button-red:hover {
  background-color: #F6685E; }

input[type='submit'] {
  -webkit-appearance: none; }

#navbar {
  z-index: 1000;
  position: fixed;
  background-color: #fff;
  width: 100%;
  display: block;
  height: 66px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
  #navbar #navbar-logo {
    margin-top: 8px;
    margin-left: 20px;
    width: 164px;
    height: 50px;
    background: url("../images/pclogo-black.svg") no-repeat left;
    background-size: 164px 50px; }
    #navbar #navbar-logo a {
      width: 164px;
      height: 50px; }

#navbar-menu {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0; }
  #navbar-menu ul {
    list-style-type: none;
    margin-right: 0px;
    margin-top: 0px; }
  #navbar-menu li {
    display: inline;
    padding-left: 16px; }
  #navbar-menu li a {
    text-decoration: none;
    color: #2E2E30;
    display: inline-block;
    height: auto;
    padding: 10px;
    margin: 7px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
  #navbar-menu li a:hover {
    background-color: #F3F3F3; }

#top {
  background: #2E2E30;
  height: 550px;
  padding-top: 66px;
  background-image: url("//static.pocketcasts.com/discover/images/share/background2x.jpg");
  background-size: 500px 1000px; }
  #top section .text {
    float: left;
    padding: 60px 10px 0px 30px; }
    @media only screen and (max-width: 900px) {
      #top section .text {
        padding: 60px 10px 0px 10px; } }
    #top section .text h1 {
      max-width: 400px;
      color: #fff;
      padding: 80px 20px 20px 0; }
      @media only screen and (max-width: 900px) {
        #top section .text h1 {
          margin: 0 auto;
          padding: 0px; } }
    #top section .text .storelink {
      display: inline-block;
      height: 40px;
      width: 135px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      background-color: #2E2E30;
      margin: 20px 0; }
    #top section .text #top-storelink-apple {
      background-image: url("../images/storelink-appstore.png");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 135px 40px;
      -moz-background-size: 135px 40px;
      -o-background-size: 135px 40px;
      background-size: 135px 40px;
      background-repeat: no-repeat;
      margin-right: 10px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #top section .text #top-storelink-apple {
          background-image: url("../images/storelink-appstore@2x.png"); } }
    #top section .text #top-storelink-google {
      background-image: url("../images/storelink-playstore.png");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 135px 40px;
      -moz-background-size: 135px 40px;
      -o-background-size: 135px 40px;
      background-size: 135px 40px;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #top section .text #top-storelink-google {
          background-image: url("../images/storelink-playstore@2x.png"); } }
  #top section .image {
    float: right;
    height: 550px;
    background-image: url("../images/top-phones.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 450px 550px;
    -moz-background-size: 450px 550px;
    -o-background-size: 450px 550px;
    background-size: 450px 550px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #top section .image {
        background-image: url("../images/top-phones@2x.png"); } }
    @media only screen and (max-width: 530px) {
      #top section .image {
        background-size: contain;
        height: 0;
        padding-top: 100%; } }
  @media only screen and (max-width: 900px) {
    #top section {
      text-align: center; } }

#discover {
  padding: 60px 20px 80px 20px; }
  #discover section h2 {
    text-align: center;
    padding-bottom: 70px; }
  #discover section .text {
    float: right; }
    #discover section .text p {
      padding-bottom: 30px; }
    #discover section .text h2 {
      text-align: center;
      padding: 60px 0 60px 0; }
  #discover section .image {
    float: left;
    margin-left: 0; }
    #discover section .image #discover-artwork {
      width: 100%;
      height: 100%; }
      #discover section .image #discover-artwork li {
        display: inline-block;
        width: 90px;
        height: 90px;
        margin: 5px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        background-color: #e6e6e6;
        background-size: 100% !important;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
        #discover section .image #discover-artwork li div {
          width: 100%;
          height: 100%;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          border-radius: 6px;
          background-size: 100% !important; }
        #discover section .image #discover-artwork li.largesquare {
          width: 194px;
          height: 194px;
          float: left;
          margin-right: 9px; }
      @media only screen and (max-width: 900px) {
        #discover section .image #discover-artwork {
          position: relative;
          margin: 0 auto;
          max-width: 320px; }
          #discover section .image #discover-artwork li {
            width: 80px;
            height: 80px;
            margin: 2px; }
          #discover section .image #discover-artwork ul {
            text-align: center;
            max-width: 270px;
            margin: 0 auto; }
          #discover section .image #discover-artwork .largesquare {
            display: none; }
          #discover section .image #discover-artwork .extrasquare {
            display: none; } }

#features section {
  overflow: hidden; }
  #features section h2 {
    text-align: center;
    padding: 60px 0 70px 20px; }
  #features section .text {
    padding: 0;
    float: left; }
    #features section .text li {
      padding: 20px;
      margin-bottom: 20px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px; }
      #features section .text li:hover {
        cursor: pointer; }
        #features section .text li:hover p {
          color: rgba(0, 0, 0, 0.6); }
    #features section .text .selected {
      background-color: #F9FBFB; }
      #features section .text .selected:hover p {
        color: #2C2D30; }
      #features section .text .selected h3 {
        color: #03A9F4; }
  #features section .clear-features {
    clear: none; }
    @media only screen and (max-width: 900px) {
      #features section .clear-features {
        clear: both; } }
  #features section .image {
    display: block;
    margin-bottom: 80px;
    float: right; }
    #features section .image #spectrum-container {
      background-color: green;
      width: 400px;
      height: 350px;
      margin: 0 auto;
      background: url("../images/feature-circle.svg") no-repeat top right;
      position: relative; }
    #features section .image #feature-image {
      margin-left: 20px; }
    #features section .image #feature-image-overlay {
      display: block;
      width: 173px;
      height: 173px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      background-size: 173px 173px;
      padding-top: 20px;
      -webkit-transition: background-image 0.5s;
      -moz-transition: background-image 0.5s;
      transition: background-image 0.5s;
      animation-timing-function: ease-in-out; }
      #features section .image #feature-image-overlay.speed {
        background: url("../images/speed.svg") no-repeat left; }
      #features section .image #feature-image-overlay.silence {
        background: url("../images/silence.svg") no-repeat left; }
      #features section .image #feature-image-overlay.volume {
        background: url("../images/volume.svg") no-repeat left; }
    #features section .image .first-feature-image .bars {
      top: 0; }
      #features section .image .first-feature-image .bars #bar1 {
        height: 8px; }
      #features section .image .first-feature-image .bars #bar2 {
        height: 8px; }
      #features section .image .first-feature-image .bars #bar3 {
        height: 16px; }
      #features section .image .first-feature-image .bars #bar4 {
        height: 32px; }
      #features section .image .first-feature-image .bars #bar5 {
        height: 30px; }
      #features section .image .first-feature-image .bars #bar6 {
        height: 70px; }
      #features section .image .first-feature-image .bars #bar7 {
        height: 120px; }
      #features section .image .first-feature-image .bars #bar8 {
        height: 130px; }
      #features section .image .first-feature-image .bars #bar9 {
        height: 140px; }
      #features section .image .first-feature-image .bars #bar10 {
        height: 120px; }
      #features section .image .first-feature-image .bars #bar11 {
        height: 70px; }
      #features section .image .first-feature-image .bars #bar12 {
        height: 59px; }
      #features section .image .first-feature-image .bars #bar13 {
        height: 30px; }
      #features section .image .first-feature-image .bars #bar14 {
        height: 8px; }
      #features section .image .first-feature-image .bars #bar15 {
        height: 8px; }
      #features section .image .first-feature-image .bars #bar16 {
        height: 30px; }
      #features section .image .first-feature-image .bars #bar17 {
        height: 140px; }
      #features section .image .first-feature-image .bars #bar18 {
        height: 130px; }
      #features section .image .first-feature-image .bars #bar19 {
        height: 123px; }
      #features section .image .first-feature-image .bars #bar20 {
        height: 60px; }
      #features section .image .first-feature-image .bars #bar21 {
        height: 40px; }
      #features section .image .first-feature-image .bars #bar22 {
        height: 29px; }
      #features section .image .first-feature-image .bars #bar23 {
        height: 13px; }
      #features section .image .first-feature-image .bars #bar24 {
        height: 8px; }
      #features section .image .first-feature-image .bars #bar25 {
        height: 8px; }
    #features section .image .second-feature-image .bars {
      margin-left: 30px;
      top: 0; }
      #features section .image .second-feature-image .bars #bar1 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0; }
      #features section .image .second-feature-image .bars #bar2 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0; }
      #features section .image .second-feature-image .bars #bar3 {
        height: 16px; }
      #features section .image .second-feature-image .bars #bar4 {
        height: 32px; }
      #features section .image .second-feature-image .bars #bar5 {
        height: 30px; }
      #features section .image .second-feature-image .bars #bar6 {
        height: 70px; }
      #features section .image .second-feature-image .bars #bar7 {
        height: 120px; }
      #features section .image .second-feature-image .bars #bar8 {
        height: 130px; }
      #features section .image .second-feature-image .bars #bar9 {
        height: 140px; }
      #features section .image .second-feature-image .bars #bar10 {
        height: 120px; }
      #features section .image .second-feature-image .bars #bar11 {
        height: 70px; }
      #features section .image .second-feature-image .bars #bar12 {
        height: 59px; }
      #features section .image .second-feature-image .bars #bar13 {
        height: 30px; }
      #features section .image .second-feature-image .bars #bar14 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: -2px; }
      #features section .image .second-feature-image .bars #bar15 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: -2px; }
      #features section .image .second-feature-image .bars #bar16 {
        height: 30px; }
      #features section .image .second-feature-image .bars #bar17 {
        height: 140px; }
      #features section .image .second-feature-image .bars #bar18 {
        height: 130px; }
      #features section .image .second-feature-image .bars #bar19 {
        height: 123px; }
      #features section .image .second-feature-image .bars #bar20 {
        height: 60px; }
      #features section .image .second-feature-image .bars #bar21 {
        height: 40px; }
      #features section .image .second-feature-image .bars #bar22 {
        height: 29px; }
      #features section .image .second-feature-image .bars #bar23 {
        height: 13px; }
      #features section .image .second-feature-image .bars #bar24 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0; }
      #features section .image .second-feature-image .bars #bar25 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0; }
    #features section .image .third-feature-image .bars {
      margin-left: 30px;
      top: -20px; }
      #features section .image .third-feature-image .bars #bar1 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0; }
      #features section .image .third-feature-image .bars #bar2 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0; }
      #features section .image .third-feature-image .bars #bar3 {
        height: 16px; }
      #features section .image .third-feature-image .bars #bar4 {
        height: 22px; }
      #features section .image .third-feature-image .bars #bar5 {
        height: 50px; }
      #features section .image .third-feature-image .bars #bar6 {
        height: 80px; }
      #features section .image .third-feature-image .bars #bar7 {
        height: 120px; }
      #features section .image .third-feature-image .bars #bar8 {
        height: 130px; }
      #features section .image .third-feature-image .bars #bar9 {
        height: 160px; }
      #features section .image .third-feature-image .bars #bar10 {
        height: 150px; }
      #features section .image .third-feature-image .bars #bar11 {
        height: 90px; }
      #features section .image .third-feature-image .bars #bar12 {
        height: 80px; }
      #features section .image .third-feature-image .bars #bar13 {
        height: 20px; }
      #features section .image .third-feature-image .bars #bar14 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: -2px; }
      #features section .image .third-feature-image .bars #bar15 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: -2px; }
      #features section .image .third-feature-image .bars #bar16 {
        height: 20px; }
      #features section .image .third-feature-image .bars #bar17 {
        height: 180px; }
      #features section .image .third-feature-image .bars #bar18 {
        height: 160px; }
      #features section .image .third-feature-image .bars #bar19 {
        height: 150px; }
      #features section .image .third-feature-image .bars #bar20 {
        height: 80px; }
      #features section .image .third-feature-image .bars #bar21 {
        height: 60px; }
      #features section .image .third-feature-image .bars #bar22 {
        height: 49px; }
      #features section .image .third-feature-image .bars #bar23 {
        height: 23px; }
      #features section .image .third-feature-image .bars #bar24 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0; }
      #features section .image .third-feature-image .bars #bar25 {
        background-color: #35BAF6;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0; }

@media only screen and (max-width: 900px) {
  #feature-items li {
    display: none; }
  #feature-items .selected {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    background-color: white !important;
    border: 1px solid #F3F3F3; } }
#feature-dots-container {
  text-align: center;
  margin-bottom: 40px; }

#feature-dots {
  display: none; }

@media only screen and (max-width: 900px) {
  #feature-dots {
    margin: 0 auto;
    display: inline-block;
    height: 20px;
    width: 190px;
    padding: 0; }
    #feature-dots li {
      display: inline-block;
      width: 50px;
      height: 10px;
      background-color: #e6e6e6;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      margin: 0 5px;
      cursor: pointer; }
    #feature-dots .selected {
      background-color: #8F97A5; } }
.bar {
  display: inline-block;
  width: 8px;
  height: 200px;
  background-color: #03A9F4;
  margin: 0 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: height 0.8s, width 0.8s, margin 0.8s;
  -moz-transition: height 0.8s, width 0.8s, margin 0.8s;
  transition: height 0.8s, width 0.8s, margin 0.8s;
  animation-timing-function: ease-in-out; }

.bars {
  z-index: 0;
  position: relative;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  animation-timing-function: ease-in-out; }
  @media only screen and (max-width: 900px) {
    .bars {
      left: 0; } }

#filters section {
  padding: 60px 0 60px 0; }
  #filters section .text {
    width: 46%;
    float: right;
    padding: 0 20px 0 0; }
    #filters section .text h2 {
      padding-top: 37px; }
    #filters section .text h3 {
      color: #03A9F4;
      padding-top: 20px; }
    #filters section .text ul {
      padding-top: 0px;
      padding-bottom: 20px;
      max-width: 160px; }
      @media only screen and (max-width: 900px) {
        #filters section .text ul {
          margin: 0 auto; } }
      #filters section .text ul li {
        text-align: left;
        list-style: disc;
        padding: 15px 0 0 0;
        margin: 0 0 0 15px;
        color: #656667; }
        @media only screen and (max-width: 530px) {
          #filters section .text ul li {
            height: 40px;
            width: 90%;
            margin: 5px 0;
            padding: 11px 10px 0 10px;
            box-sizing: border-box; } }
  #filters section .image {
    float: left;
    width: 54%;
    height: 571px;
    margin: 0 auto;
    background-image: url("../images/filters.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 480px 571px;
    -moz-background-size: 480px 571px;
    -o-background-size: 480px 571px;
    background-size: 480px 571px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #filters section .image {
        background-image: url("../images/filters@2x.png"); } }
  @media only screen and (max-width: 900px) {
    #filters section .text {
      width: 100%;
      padding: 0; }
    #filters section .image {
      margin-top: 20px;
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    #filters section .image {
      padding-top: 100%;
      background-size: contain;
      height: 0; } }

#upnext section {
  padding-bottom: 0;
  padding-top: 100px; }
  #upnext section .text {
    width: 46%;
    padding: 0 10px 0 20px;
    float: left; }
    #upnext section .text p {
      max-width: 80%; }
  #upnext section .image {
    width: 54%;
    float: right;
    height: 383px;
    background-image: url("../images/upnext.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 480px 383px;
    -moz-background-size: 480px 383px;
    -o-background-size: 480px 383px;
    background-size: 480px 383px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #upnext section .image {
        background-image: url("../images/upnext@2x.png"); } }
  @media only screen and (max-width: 900px) {
    #upnext section .text {
      width: 100%; }
    #upnext section .image {
      margin-top: 20px;
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    #upnext section .image {
      padding-top: 71%;
      background-size: contain;
      height: 0; } }

#autodownload section {
  padding-top: 100px;
  padding-bottom: 80px; }
  #autodownload section .text {
    padding-top: 60px;
    float: right; }
  #autodownload section .image {
    float: left;
    height: 560px;
    background-image: url("../images/autodownload.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 443px 560px;
    -moz-background-size: 443px 560px;
    -o-background-size: 443px 560px;
    background-size: 443px 560px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #autodownload section .image {
        background-image: url("../images/autodownload@2x.png"); } }
  @media only screen and (max-width: 900px) {
    #autodownload section .text {
      width: 100%;
      padding: 0; }
    #autodownload section .image {
      margin-top: 20px;
      width: 100%; } }
  @media only screen and (max-width: 443px) {
    #autodownload section .image {
      padding-top: 100%;
      background-size: contain;
      height: 0; } }

#sync {
  background-color: #ebf4f7; }
  #sync section {
    padding-top: 100px;
    margin-bottom: 80px; }
    #sync section .text {
      float: middle;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 60px; }
    #sync section .image {
      float: middle;
      margin: 0 auto;
      height: 435px;
      width: 100%;
      background-image: url("../images/syncdevices.png");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 794px 435px;
      -moz-background-size: 794px 435px;
      -o-background-size: 794px 435px;
      background-size: 794px 435px;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #sync section .image {
          background-image: url("../images/syncdevices@2x.png"); } }
    @media only screen and (max-width: 600px) {
      #sync section .image {
        padding-top: 75%;
        background-size: 130%;
        height: 0; } }

#themes {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 100px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  animation-timing-function: ease-in-out; }
  #themes section .text {
    width: 100%;
    color: white;
    text-align: center; }
    #themes section .text p {
      margin: 0 auto 40px auto;
      padding: 0 20px;
      max-width: 500px;
      color: #8F97A5; }
  #themes section .image {
    height: auto;
    width: 100%;
    margin: 0; }
    #themes section .image .theme-image {
      height: 690px;
      width: 100%;
      -webkit-transition: background-image 0.5s;
      -moz-transition: background-image 0.5s;
      transition: background-image 0.5s;
      animation-timing-function: ease-in-out; }
      #themes section .image .theme-image.theme-image-light {
        background-image: url("../images/themes-light.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        -webkit-background-size: 877px 690px;
        -moz-background-size: 877px 690px;
        -o-background-size: 877px 690px;
        background-size: 877px 690px;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          #themes section .image .theme-image.theme-image-light {
            background-image: url("../images/themes-light@2x.png"); } }
      #themes section .image .theme-image.theme-image-dark {
        background-image: url("../images/themes-dark.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        -webkit-background-size: 877px 690px;
        -moz-background-size: 877px 690px;
        -o-background-size: 877px 690px;
        background-size: 877px 690px;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          #themes section .image .theme-image.theme-image-dark {
            background-image: url("../images/themes-dark@2x.png"); } }
  @media only screen and (max-width: 830px) {
    #themes section .image .theme-image {
      padding-top: 75%;
      height: 0; }
      #themes section .image .theme-image.theme-image-light, #themes section .image .theme-image.theme-image-dark {
        background-size: contain; } }
  #themes.themes-light {
    background-color: white; }
    #themes.themes-light h2 {
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      transition: color 0.5s;
      animation-timing-function: ease-in;
      color: #2C2D30; }
    #themes.themes-light #switchframe {
      background-color: rgba(0, 0, 0, 0.3); }
  #themes.themes-dark {
    background-color: #43445B; }
    #themes.themes-dark h2 {
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      transition: color 0.5s;
      animation-timing-function: ease-in;
      color: white; }
  #themes #switchframe {
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 30px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3); }
    #themes #switchframe:hover {
      cursor: pointer; }
    #themes #switchframe #switch {
      width: 22px;
      height: 15px;
      margin: 4px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      position: absolute;
      top: 0;
      -webkit-transition: margin-top 0.5s, background-color 0.5s;
      -moz-transition: margin-top 0.5s, background-color 0.5s;
      transition: margin-top 0.5s, background-color 0.5s;
      animation-timing-function: ease-in-out; }
    #themes #switchframe .switch-dark {
      margin-top: 4px !important;
      background-color: #43445B; }
    #themes #switchframe .switch-light {
      margin-top: 21px !important;
      background-color: white; }

#webplayer section {
  max-width: 1500px;
  background-color: white;
  padding-top: 60px;
  padding-bottom: 80px; }
  #webplayer section .text {
    padding-left: 50px;
    padding-right: 10px;
    float: right;
    text-align: left; }
    #webplayer section .text h2 {
      padding-top: 50px; }
    #webplayer section .text p {
      max-width: 400px;
      padding-bottom: 20px; }
  #webplayer section .image {
    float: left;
    margin: 0 auto;
    height: 466px;
    background-image: url("../images/webplayer-laptop.png");
    background-repeat: no-repeat;
    background-position: right;
    -webkit-background-size: 675px 466px;
    -moz-background-size: 675px 466px;
    -o-background-size: 675px 466px;
    background-size: 675px 466px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #webplayer section .image {
        background-image: url("../images/webplayer-laptop@2x.png"); } }
  @media only screen and (max-width: 900px) {
    #webplayer section {
      padding-top: 40px; }
      #webplayer section .text {
        text-align: center;
        padding-left: 0; }
        #webplayer section .text h2 {
          padding-top: 40px; }
        #webplayer section .text a {
          max-width: 300px;
          margin: 0 auto; }
      #webplayer section .image {
        float: none;
        background-position: center bottom; } }
  @media only screen and (max-width: 675px) {
    #webplayer section .image {
      padding-top: 70%;
      background-size: 90%;
      height: 0; } }

#platforms section {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px; }
  #platforms section #platform-os {
    text-align: center;
    margin: 20px auto 50px auto; }
    #platforms section #platform-os .platform {
      margin: 0 10px 20px 10px;
      display: inline-block;
      width: 20%;
      height: 207px; }
    #platforms section #platform-os .storelink {
      display: inline-block;
      height: 40px;
      width: 135px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      background-color: #2E2E30;
      margin: 20px 0; }
    #platforms section #platform-os #storelink-apple {
      background-image: url("../images/storelink-appstore.png");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 135px 40px;
      -moz-background-size: 135px 40px;
      -o-background-size: 135px 40px;
      background-size: 135px 40px;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #platforms section #platform-os #storelink-apple {
          background-image: url("../images/storelink-appstore@2x.png"); } }
    #platforms section #platform-os #storelink-google {
      background-image: url("../images/storelink-playstore.png");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 135px 40px;
      -moz-background-size: 135px 40px;
      -o-background-size: 135px 40px;
      background-size: 135px 40px;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #platforms section #platform-os #storelink-google {
          background-image: url("../images/storelink-playstore@2x.png"); } }
    #platforms section #platform-os #storelink-windows {
      background-image: url("../images/storelink-windowsphone.png");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 135px 40px;
      -moz-background-size: 135px 40px;
      -o-background-size: 135px 40px;
      background-size: 135px 40px;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #platforms section #platform-os #storelink-windows {
          background-image: url("../images/storelink-windowsphone@2x.png"); } }
    #platforms section #platform-os #storelink-webplayer {
      background-image: url("../images/storelink-webplayer.png");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 135px 40px;
      -moz-background-size: 135px 40px;
      -o-background-size: 135px 40px;
      background-size: 135px 40px;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #platforms section #platform-os #storelink-webplayer {
          background-image: url("../images/storelink-webplayer@2x.png"); } }
    #platforms section #platform-os #platform-ios {
      background: url("../images/iphoneipad.svg") no-repeat center; }
    #platforms section #platform-os #platform-android {
      background: url("../images/android.svg") no-repeat center; }
    #platforms section #platform-os #platform-windows {
      background: url("../images/windowsphone.svg") no-repeat center; }
    #platforms section #platform-os #platform-webplayer {
      background: url("../images/webplayer.svg") no-repeat center; }
    @media only screen and (max-width: 780px) {
      #platforms section #platform-os {
        white-space: nowrap; }
        #platforms section #platform-os .platform {
          margin: 0;
          display: block;
          width: 100%;
          padding-bottom: 30px;
          white-space: nowrap; } }
  #platforms section h2 {
    padding: 80px 10px 0 10px;
    text-align: center; }
  #platforms section h3 {
    padding-top: 170px; }

#support {
  border: none;
  padding: 50px 0; }
  #support section {
    height: 320px;
    width: 90%;
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #535353;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
    #support section p {
      max-width: 450px;
      margin: 0 auto;
      padding-bottom: 20px;
      color: #b5b5b5; }
  #support .button-large {
    width: 300px;
    margin: 20px auto 0 auto; }

#footer {
  height: 60px;
  padding: 20px 20px;
  background: black; }
  @media only screen and (max-width: 700px) {
    #footer {
      height: 170px; }
      #footer div {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px; } }

#footer-social {
  padding-top: 10px;
  height: 30px;
  width: 120px;
  float: left; }
  #footer-social li {
    display: inline-block;
    padding: 10px 0px 10px 30px; }
  #footer-social li.twitter {
    background: url("../images/twitter_white.svg") 0px no-repeat; }
  #footer-social li.googleplus {
    background: url("../images/googleplus_white.svg") 0px no-repeat; }
  #footer-social li.facebook {
    background: url("../images/facebook_white.svg") 0px no-repeat; }

#footer-newsletter {
  height: 30px;
  width: 300px;
  padding-top: 4px;
  float: left; }
  #footer-newsletter input {
    height: 30px;
    border: none;
    padding-left: 7px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-family: "Proxima Nova",proxima-nova,helvetica,sans-serif; }
  #footer-newsletter #mce-success-response, #footer-newsletter #mce-error-response, #footer-newsletter .mce_inline_error {
    color: white;
    font-size: 12px;
    padding-top: 8px; }
  #footer-newsletter #mce-EMAIL {
    font-size: 12px;
    color: black;
    padding-top: 0; }
  #footer-newsletter .mc-field-group, #footer-newsletter #mc_embed_signup_scroll, #footer-newsletter #mce-responses, #footer-newsletter #mce-success-response {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
  #footer-newsletter .submitbutton {
    background-color: #2C2D30;
    padding: 0 15px;
    color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    #footer-newsletter .submitbutton:hover {
      background-color: white;
      color: #2C2D30;
      transition: border;
      cursor: pointer; }

#footer-shiftyeyes {
  z-index: -999;
  height: 40px;
  width: 230px;
  float: right; }
  @media only screen and (max-width: 700px) {
    #footer-shiftyeyes {
      width: 230px !important;
      text-align: center;
      float: none; } }
  #footer-shiftyeyes p {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px; }
  #footer-shiftyeyes a {
    color: grey; }
  #footer-shiftyeyes a:hover {
    color: #03A9F4;
    cursor: pointer; }
  #footer-shiftyeyes #shiftyeyes {
    display: block;
    float: right;
    width: 56px;
    height: 23px;
    background: url("../images/shiftyeyes.svg") no-repeat;
    position: relative; }
    #footer-shiftyeyes #shiftyeyes div {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 56px;
      height: 23px;
      background: url("../images/shiftyeyes_pupils.svg") no-repeat;
      transition: left .3s ease-out, transform .3s ease-out;
      -webkit-transition: left .3s ease-out, transform .3s ease-out;
      -moz-transition: left .3s ease-out, transform .3s ease-out;
      -o-transition: left .3s ease-out, transform .3s ease-out; }
      #footer-shiftyeyes #shiftyeyes div:hover {
        left: -10px;
        -ms-transform: rotate(7deg);
        /* IE 9 */
        -webkit-transform: rotate(7deg);
        /* Chrome, Safari, Opera */
        transform: rotate(7deg); }
