@font-face {
  font-family: Intro;
  src: url('../fonts/intro/Intro.otf');
  font-weight: 800;
}
* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  overflow-x: hidden;
}
#rest {
  width: 100%;
  z-index: 100;
  background: #ffffff;
  font-weight: 200;
  line-height: 25px;
  font-family: Helvetica neue;
}
h1 {
  text-align: center;
  font-size: 150px;
  font-family: Intro;
  padding-top: 20px;
  color: #009b77;
  position: fixed;
  width: 100%;
}
a:link,
a:visited {
  color: black;
}
a:hover,
a:active {
  text-decoration: none;
}
.full_pic {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -100;
}
.full_pic:not(:first-child) {
  height: 350px;
}
.bike_head1 {
  background-image: url(../background/B2.jpg);
}
.bike_head2 {
  background-image: url(../background/A2.jpg);
}
.bike_head3 {
  background-image: url(../background/C2.jpg);
}
.bike_head4 {
  background-image: url(../background/D2.jpg);
}
@media (min-width: 500px) and (max-width: 750px) {
  .full_pic:not(:first-child) {
    height: 200px;
  }
  .bike_head1 {
    background-image: url(../background/B2_small.jpg);
  }
  .bike_head2 {
    background-image: url(../background/A2_small.jpg);
  }
  .bike_head3 {
    background-image: url(../background/C2_small.jpg);
  }
  .bike_head4 {
    background-image: url(../background/D2_small.jpg);
  }
}
@media (max-width: 500px) {
  .full_pic:not(:first-child) {
    display: none;
  }
  [class^="bike_head"],
  [class*=" bike_head"] {
    background-image: none;
  }
  .bike_head1 {
    background-image: url(../background/B2_small.jpg);
  }
}
#title {
  z-index: -1;
  height: 705px;
}
#menu {
  z-index: 100;
  margin-bottom: 0px;
}
#menu a {
  color: white;
  text-decoration: none;
}
#menu ul {
  text-align: center;
}
#menu ul li {
  line-height: 50px;
  display: inline;
  margin: 0 20px;
  font-size: 70%;
  text-transform: uppercase;
}
#menu ul li [class^="icon-"]:before,
#menu ul li [class*=" icon-"]:before {
  display: none;
}
#menu.fixed {
  position: fixed;
  top: 0;
}
#menu #alt_title {
  font-family: Intro;
  display: inline;
  position: relative;
  font-size: 205%;
  top: -32px;
  left: 10px;
}
@media (max-width: 1000px) and (min-width: 450px) {
  #menu ul {
    text-align: right;
  }
}
@media (max-width: 550px) {
  #menu ul li [class^="icon-"]:before,
  #menu ul li [class*=" icon-"]:before {
    display: inherit;
  }
  #menu ul li .menu_item_word {
    display: none;
  }
}
@media (max-width: 450px) {
  #menu ul {
    width: 100%;
  }
  #menu ul li {
    width: 33%;
  }
  #menu #alt_title {
    display: none;
  }
}
#spacer {
  display: none;
  height: 50px;
  margin-bottom: 0px;
}
#spacer.displayed {
  display: inline-block;
}
.full_bar {
  width: 100%;
  height: 50px;
  font-size: 150%;
  background-color: #009b77;
  color: white;
}
.part {
  z-index: 50;
}
.part h2 {
  font-size: 75px;
  color: black;
  font-family: Intro;
  line-height: 0;
  height: 0;
}
.part .part_desc {
  width: 100%;
  padding: 100px 0;
  background-color: white;
}
.part .part_desc .part_desc_title {
  width: 35%;
  text-align: right;
  position: relative;
  top: 41px;
  right: 0px;
}
.part .part_desc .part_desc_text {
  width: 60%;
  float: right;
  margin: 0 25px;
}
.part .part_desc .part_desc_text p {
  max-width: 600px;
  text-align: justify;
}
.part .part_desc .part_desc_text .big {
  font-size: 140%;
  line-height: 0;
  font-weight: 400;
  color: #009b77;
  -webkit-transition: all .7s;
  /* Safari 4+ */
  transition: all .7s;
  /* Opera */
  display: inline-block;
}
@media (max-width: 1000px) {
  .part h2 {
    line-height: normal;
    height: auto;
  }
  .part .part_desc {
    padding: 50px 0;
  }
  .part .part_desc .part_desc_title {
    width: 100%;
    text-align: center;
    position: static;
  }
  .part .part_desc .part_desc_text {
    box-sizing: border-box;
    width: 100%;
    float: inherit;
    margin: 0;
    padding: 0 25px;
  }
  .part .part_desc .part_desc_text p {
    max-width: 100%;
  }
  .part .part_desc .part_desc_text .big {
    display: inline-block;
  }
}
#cool_stuff {
  width: 100%;
  position: relative;
}
#cool_stuff #map {
  width: 40%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 800px;
}
#cool_stuff #map.fixed {
  position: fixed;
  top: 50px;
}
#cool_stuff #map.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
#cool_stuff #map #map_canvas {
  width: 100%;
  height: 100%;
}
#cool_stuff #map #map_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cool_stuff #posts {
  width: 60%;
}
#cool_stuff #posts #post_something {
  margin: 0 50px;
  float: left;
  position: relative;
  bottom: 25px;
}
#cool_stuff #posts .one_post {
  margin: 50px 50px 0 50px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px #cfcfcf;
  background-color: white;
}
#cool_stuff #posts .one_post:first-child {
  margin-top: 0;
}
#cool_stuff #posts .one_post.current {
  box-shadow: 1px 1px 5px #afafaf, 0 0 0 1px #009b77 inset;
}
#cool_stuff #posts .one_post.story_post {
  padding: 25px;
}
#cool_stuff #posts .one_post.story_post .meta .story_title {
  font-family: Intro;
  color: black;
  font-size: 110%;
}
#cool_stuff #posts .one_post.story_post .meta .story_author {
  display: inline;
}
#cool_stuff #posts .one_post.story_post .meta .story_author::before {
  color: #009b77;
  content: "by ";
  font-style: italic;
}
#cool_stuff #posts .one_post.story_post .meta .story_date {
  color: #009b77;
  display: inline;
  font-style: italic;
}
#cool_stuff #posts .one_post.story_post .meta .story_date::before {
  content: " - ";
}
#cool_stuff #posts .one_post.story_post .story_post_content {
  padding: 25px;
  text-align: justify;
}
#cool_stuff #posts .one_post.photo_post {
  background-size: 100% auto;
  background-position: 50% 50%;
}
#cool_stuff #posts .one_post.photo_post img {
  height: auto;
  width: 90%;
  visibility: hidden;
}
#cool_stuff #posts .one_post.photo_post p {
  background-color: #009b77;
  padding: 5px 25px;
  color: white;
}
#cool_stuff #posts .one_post.checkin_post {
  padding: 50px;
}
#cool_stuff #posts .one_post.checkin_post .story_author {
  display: inline;
}
#cool_stuff #posts .one_post.checkin_post .story_author::after {
  content: " checked in @ ";
  color: #009b77;
  display: inline;
  font-style: italic;
}
#cool_stuff #posts .one_post.checkin_post .story_date {
  color: #009b77;
  display: inline;
  font-style: italic;
}
#cool_stuff #posts .one_post.checkin_post .story_date::after {
  content: " - ";
}
#cool_stuff #posts .one_post.checkin_post .story_location {
  display: inline;
  font-family: Intro;
  color: black;
  font-size: 110%;
}
#cool_stuff #posts .one_post.checkin_post::before {
  font-family: "fontello";
  font-variant: normal;
  text-transform: none;
  font-size: 400%;
  content: '\e801';
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
#cool_stuff #posts .one_post.checkin_post .checkin_post_content {
  display: table-cell;
  padding-left: 10px;
}
@media (max-width: 1000px) {
  #cool_stuff #map,
  #cool_stuff #map_canvas,
  #cool_stuff #map_overlay {
    display: none;
  }
  #cool_stuff #posts {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
  }
  #cool_stuff #posts .one_post {
    box-sizing: border-box;
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
    width: 100%;
  }
  #cool_stuff #posts .one_post:first-child {
    margin-top: 0;
  }
  #cool_stuff #posts .one_post.story_post {
    padding: 20px;
  }
  #cool_stuff #posts .one_post.story_post .story_post_content {
    padding: 0px;
  }
  #cool_stuff #posts .one_post.photo_post {
    padding: 0;
  }
  #cool_stuff #posts .one_post.photo_post p {
    padding: 5px 5px 5px 20px;
  }
  #cool_stuff #posts .one_post.checkin_post {
    padding: 10px;
  }
  #cool_stuff #posts .one_post.checkin_post .story_location {
    display: inherit;
  }
  #cool_stuff #posts .one_post.checkin_post::before {
    top: 25px;
    left: -50px;
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  #cool_stuff #posts .one_post.checkin_post .story_location {
    display: inline;
  }
}
#footer {
  color: white;
  font-family: Intro;
  text-align: left;
  font-size: 120%;
  line-height: 0;
  width: 180px;
  height: 0;
  bottom: 25px;
  position: relative;
  left: 25px;
}
#footer a {
  color: white;
}
@media (max-width: 500px) {
  #footer {
    color: black;
    bottom: 5px;
  }
  #footer a {
    color: black;
  }
}
#pin {
  position: relative;
  font-weight: 800;
  font-size: 2em;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  color: #009b77;
}
.inset_black {
  box-shadow: 0 0 15px black inset;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?23571174');
  src: url('../fonts/fontello.eot?23571174#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?23571174') format('woff'), url('../fonts/fontello.ttf?23571174') format('truetype'), url('../fonts/fontello.svg?23571174#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-variant: normal;
  text-transform: none;
  font-style: normal;
}
.icon-plus:before {
  content: '\e804';
}
/* '' */
.icon-info-circled:before {
  content: '\e803';
}
/* '' */
.icon-location:before {
  content: '\e801';
}
/* '' */
.icon-mail:before {
  content: '\e802';
}
/* '' */
.icon-bicycle:before {
  content: '\e800';
}
/* '' */
