@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=ABeeZee);
a {
  outline: 0; }

.no-break {
  white-space: nowrap; }

body {
  -webkit-text-size-adjust: none;
  margin: 0;
  font-size: 14px;
  font-family: 'ABeeZee', sans-serif;
  line-height: 1.4em;
  background-image: url(../grey_wash_wall.jpg);
  background-color: #646464;
  color: #111111; }
  body a, body a:visited, body a:active {
    color: #111111;
    font-weight: bold; }
  body a:hover {
    color: #3d4d2e; }
  body h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.8em;
    color: #3d4d2e; }
    body h2 a {
      text-decoration: none; }
  body header, body footer {
    background-color: #3d4d2e;
    background-image: url(../pool_table.jpg);
    opacity: .92;
    color: white;
    z-index: 50; }
  body header {
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    padding-top: .5em;
    width: 100%;
    box-shadow: 0px 0px 10px #000; }
    body header hgroup {
      cursor: pointer; }
      body header hgroup h1 {
        text-align: center; }
        body header hgroup h1 a, body header hgroup h1 a:active, body header hgroup h1 a:visited {
          font-weight: normal;
          font-family: 'Julius Sans One', sans-serif;
          font-size: 1.8em;
          color: white;
          text-decoration: none; }
        body header hgroup h1 a:hover {
          color: white; }
    body header ul {
      text-align: center;
      margin: -.4em 0 0 0; }
      body header ul li {
        cursor: pointer;
        display: inline;
        padding-left: 1em;
        padding-right: 1em; }
        body header ul li a, body header ul li a:visited, body header ul li a:active {
          line-height: normal;
          font-size: 1.3em;
          color: #999;
          text-decoration: none;
          font-family: "ABeeZee", sans-serif;
          font-weight: normal;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out;
          outline: 0 !important;
          color: #ccc; }
          body header ul li a:hover, body header ul li a:visited:hover, body header ul li a:active:hover {
            color: white;
            font-weight: normal; }
          body header ul li a#scroll-intro, body header ul li a:visited#scroll-intro, body header ul li a:active#scroll-intro {
            color: white; }
        body header ul li:first-child {
          padding-left: 0; }
        body header ul li#scroll-intro {
          color: white; }
  body #content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-top: 0px;
    padding-bottom: 100px; }
    body #content section {
      background-size: 100%;
      background: no-repeat;
      width: 100%;
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      box-shadow: 0px 0px 15px #000;
      position: relative; }
      .lt-ie9 body #content section {
        behavior: url(../../PIE.htc); }
      body #content section p.cta_button {
        margin-top: 1em;
        text-align: center; }
        body #content section p.cta_button a {
          height: 40px;
          color: white;
          font-weight: normal;
          padding: 12px;
          margin-top: 1em;
          margin-bottom: 1em;
          text-decoration: none;
          background-color: #3d4d2e;
          background-image: url(../pool_table.jpg);
          border-top-left-radius: 12px;
          border-top-right-radius: 12px;
          border-bottom-left-radius: 12px;
          border-bottom-right-radius: 12px;
          font-size: 18px;
          white-space: nowrap;
          box-shadow: 2px 2px 5px #111111; }
          body #content section p.cta_button a:hover .arrow-right {
            background-position: 3px, 0; }
          body #content section p.cta_button a .arrow-right {
            display: inline-block;
            width: 36px;
            height: 33px;
            background: url(../arrow-right.png) no-repeat;
            top: 11px;
            position: relative;
            margin-left: 10px;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out; }
      body #content section .arrow-down, body #content section .arrow-up {
        background-repeat: no-repeat;
        background-position: 18px 8px;
        background-color: #3d4d2e;
        border-top: solid 1px #999;
        border-left: solid 1px #999;
        opacity: .8;
        border-top-left-radius: 15px;
        padding-right: 1em;
        height: 38px;
        padding-left: 63px;
        padding-top: 16px;
        position: absolute;
        bottom: 0px;
        font-size: 22px;
        right: 0;
        font-family: "PT Sans", cursive;
        color: white;
        cursor: pointer;
        z-index: 40;
        -webkit-transition: background-position-y 0.15s ease-in-out;
        -moz-transition: background-position-y 0.15s ease-in-out;
        transition: background-position-y 0.15s ease-in-out; }
      body #content section .arrow-down {
        background-image: url(../arrow-down.png);
        background-position: 18px 8px; }
        body #content section .arrow-down:hover {
          background-position: 18px 10px; }
      body #content section .arrow-up {
        background-image: url(../arrow-up.png);
        background-position: 18px 10px; }
        body #content section .arrow-up:hover {
          background-position: 18px 8px; }
      body #content section .inset {
        background-color: rgba(255, 255, 255, 0.9);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 1em 2.5em 1.5em 2.5em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .lt-ie9 body #content section .inset {
          background-color: white;
          filter: alpha(opacity=92); }
      body #content section .load-indicator {
        position: static;
        padding-left: 47%; }
    body #content section#intro {
      background-image: url(../bg-forest-15.jpg);
      background-position: top;
      z-index: 40; }
      body #content section#intro #chainring {
        background: url(../chainring-large-white.png);
        width: 715px;
        height: 715px;
        left: -358px;
        top: -258px;
        opacity: .6;
        position: absolute;
        z-index: -1; }
      body #content section#intro .inset {
        width: 80%;
        margin: 15% auto 7em auto;
        position: static; }
    body #content section#ride {
      background: url(../rocks2.jpg);
      background-size: auto;
      z-index: 30;
      padding: 0em; }
      body #content section#ride .inset {
        width: 60%;
        margin: 5em auto 7em auto;
        position: static;
        top: 3em;
        left: 20%; }
        body #content section#ride .inset .load-indicator {
          padding-top: 12em;
          padding-bottom: 12em; }
        body #content section#ride .inset #upcoming-rides {
          position: relative;
          border-bottom: solid #ccc 1px;
          border-top: solid #ccc 1px;
          text-align: left;
          padding-bottom: 1em; }
          body #content section#ride .inset #upcoming-rides h3 {
            text-align: center;
            text-transform: uppercase;
            font-size: .8em;
            font-weight: normal;
            margin: 0 0 .5em 0; }
          body #content section#ride .inset #upcoming-rides .ride {
            margin-top: 1em; }
            body #content section#ride .inset #upcoming-rides .ride date {
              font-weight: bold; }
            body #content section#ride .inset #upcoming-rides .ride .city {
              font-size: .8em;
              display: block; }
            body #content section#ride .inset #upcoming-rides .ride a {
              font-weight: normal;
              text-decoration: underline; }
      body #content section#ride #rider, body #content section#ride #rider2 {
        width: 300px;
        height: 600px;
        background-position: bottom-left;
        position: absolute;
        margin-top: 8em;
        z-index: -1; }
      body #content section#ride #rider {
        right: 0;
        margin-left: 5%;
        background: url(../biker-1.png) no-repeat;
        -webkit-transform: scale(0.4, 0.4);
        -moz-transform: scale(0.4, 0.4);
        -ms-transform: scale(0.4, 0.4);
        -o-transform: scale(0.4, 0.4);
        transform: scale(0.4, 0.4); }
      body #content section#ride #rider2 {
        float: left;
        margin-left: 0;
        background: url(../biker-2.png) no-repeat;
        -webkit-transform: scale(0.5, 0.5);
        -moz-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        -o-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5); }
    body #content section#photos {
      background: url(../binding_dark.png);
      background-size: auto !important;
      background-color: #111111;
      color: white;
      z-index: 40; }
      body #content section#photos a {
        color: white;
        font-weight: normal; }
      body #content section#photos #slides {
        position: relative;
        padding: 15px 0 15px 0;
        margin: 0; }
        body #content section#photos #slides img {
          position: static;
          top: 0;
          width: 100%; }
        body #content section#photos #slides .slidejs-control {
          display: none; }
        body #content section#photos #slides .slidesjs-previous {
          background: url(../slide-nav-buttons.png) no-repeat;
          background-position: center;
          background-position: -40px; }
          body #content section#photos #slides .slidesjs-previous:hover {
            left: -2px; }
        body #content section#photos #slides .slidesjs-next {
          right: 0;
          background: url(../slide-nav-buttons.png) no-repeat;
          background-position: center;
          background-position: 0px; }
          body #content section#photos #slides .slidesjs-next:hover {
            right: -2px; }
        body #content section#photos #slides .slidesjs-previous,
        body #content section#photos #slides .slidesjs-next {
          position: absolute;
          color: white;
          z-index: 40;
          top: 0px;
          height: 100%;
          width: 40px;
          background-color: #222;
          opacity: .8;
          text-indent: -9999px;
          outline: 0 !important;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
          body #content section#photos #slides .slidesjs-previous:hover,
          body #content section#photos #slides .slidesjs-next:hover {
            opacity: .7; }
          body #content section#photos #slides .slidesjs-previous .slidesjs-pagination,
          body #content section#photos #slides .slidesjs-next .slidesjs-pagination {
            display: none !important; }
    body #content section#blog {
      background: url(../bg-paper.jpg);
      background-color: #e3e2e0;
      background-size: auto;
      background-repeat: repeat;
      padding: 2em 2em 5em 4em;
      z-index: 20;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .lt-ie9 body #content section#blog {
        padding-top: 0 !important; }
      body #content section#blog .load-indicator {
        padding-top: 13.8em;
        padding-bottom: 13.8em; }
      body #content section#blog h2 {
        margin-bottom: 1em; }
        .lt-ie9 body #content section#blog h2 {
          height: 70px;
          bottom: -50px;
          vertical-align: bottom;
          position: relative;
          margin-top: 0;
          z-index: 99; }
      body #content section#blog .blog-post {
        width: 26%;
        float: left;
        margin-right: 7%;
        border-left: solid 1px #3d4d2e;
        position: relative; }
        body #content section#blog .blog-post:last-child {
          margin-right: 0; }
        body #content section#blog .blog-post .blog-link a {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          height: 100%;
          width: 100%;
          z-index: 99; }
        body #content section#blog .blog-post .date {
          background-color: rgba(14, 14, 14, 0.5);
          border-top: solid 1px #3d4d2e;
          padding: 4px 4px 4px 10px;
          color: white;
          width: 100%;
          font-weight: bold;
          font-style: italic; }
          .lt-ie9 body #content section#blog .blog-post .date {
            background-color: #999; }
        body #content section#blog .blog-post h3, body #content section#blog .blog-post p {
          padding-left: 10px; }
        body #content section#blog .blog-post p.read-more a {
          text-decoration: underline;
          text-transform: uppercase;
          font-size: .8em;
          font-weight: normal; }
    body #content section#benefits {
      background-image: url(../bg-benefits.jpg);
      background-color: #cad6f0;
      height: 630px;
      padding: 5em;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      z-index: 40; }
      body #content section#benefits h2 {
        margin-top: 0em; }
      body #content section#benefits h2, body #content section#benefits p {
        margin-left: 50%; }
      body #content section#benefits #bike {
        margin-top: -30px;
        margin-left: -5em;
        position: absolute;
        overflow: hidden;
        height: 700px;
        width: 700px; }
        body #content section#benefits #bike #frame {
          position: relative;
          margin-left: -400px; }
        body #content section#benefits #bike #wheel {
          position: relative;
          top: 60px;
          margin-left: -200px; }
  body footer {
    text-align: center;
    color: #ccc;
    padding-top: .5em;
    padding-right: 7em;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 56px;
    width: 100%; }
    body footer a, body footer a:visited, body footer a:active {
      color: #cccccc;
      font-weight: normal; }
    body footer a:hover {
      color: white; }
    body footer #footer-links {
      font-size: 1.2em;
      padding-bottom: .5em; }
      body footer #footer-links a {
        display: inline-block; }
        body footer #footer-links a .social-icon {
          height: 18px;
          width: 18px;
          display: inline-block;
          position: relative;
          top: 3px;
          opacity: .6;
          filter: alpha(opacity=60); }
          body footer #footer-links a .social-icon:hover {
            opacity: .9;
            filter: alpha(opacity=90); }
      body footer #footer-links .facebook {
        background: url(../facebook.png) no-repeat; }
      body footer #footer-links .twitter {
        background: url(../twitter.png) no-repeat; }
    body footer #credits {
      font-size: .8em; }

@media only screen and (max-width: 1024px) {
  #content {
    padding-bottom: 0 !important; }

  section#ride .inset {
    width: 70% !important; }
  section#ride #rider {
    -webkit-transform: scale(0.7, 0.7) !important;
    right: -2em !important;
    position: absolute; }
  section#ride #rider2 {
    -webkit-transform: scale(0.9, 0.9) !important;
    left: -1em !important;
    position: absolute; }

  section#benefits {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }

  footer {
    position: relative !important;
    width: auto !important;
    padding-right: 0 !important; } }
@media only screen and (max-width: 910px) {
  header h1 {
    font-size: 1.6em; }

  section {
    background-size: 150% !important; }
    section .inset {
      padding: 2em !important; }

  section#intro .inset {
    width: 70% !important; }

  section#blog {
    background-size: auto !important; } }
@media only screen and (max-width: 740px) {
  header {
    height: 50px !important;
    padding-top: 0.5em !important;
    position: relative !important; }
    header hgroup h1 {
      margin-top: 4px; }
      header hgroup h1 a, header hgroup h1 a:active, header hgroup h1 a:visited {
        font-size: 1em !important; }
    header ul {
      display: none; }

  #content {
    position: relative; }
    #content p {
      line-height: 1.2em !important; }

  section {
    padding-bottom: 48px !important; }
    section .arrow-down, section .arrow-up {
      height: 28px !important;
      font-size: 14px !important; }
    section p.cta_button a {
      font-size: 14px !important; }
      section p.cta_button a .arrow-right {
        top: 12px !important; }
    section .inset {
      width: 90% !important;
      margin-left: 5%;
      position: static !important;
      height: 100%;
      padding: 2em !important; }
    section h2 {
      font-size: 1.2em !important; }
    section p {
      font-size: 0.9em !important; }

  section#intro {
    background-size: 250% !important;
    height: auto !important; }
    section#intro .inset {
      margin-top: 5em !important;
      margin-bottom: 2em !important;
      width: 90% !important; }
    section#intro #chainring {
      display: none; }

  section#ride .inset {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    width: 90% !important; }
  section#ride #rider, section#ride #rider2 {
    display: none; }

  section#photos {
    padding-bottom: 70px; }
    section#photos #slides {
      padding: 5px 0 0 0 !important; }

  section#blog {
    padding-left: 2em !important; }
    section#blog .blog-post {
      float: none !important;
      width: 94% !important;
      margin-bottom: 3em !important; }

  section#benefits {
    background-size: 260% !important;
    padding-top: 2em !important;
    height: auto !important;
    padding-left: 2em !important;
    padding-right: 2em !important;
    padding-bottom: 5em !important; }
    section#benefits h2, section#benefits p {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 2% !important;
      width: 90% !important; }
    section#benefits #bike {
      display: none; }

  footer {
    height: auto !important;
    padding-top: 0.7em !important;
    line-height: 1.5em; }
    footer a {
      white-space: nowrap; }
    footer #footer-links {
      font-size: 1.2em !important; }
    footer #credits {
      font-size: 0.75em !important; } }