/*-------------------------------------*/
/* YOU WILL NOT BELIEVE TOUR COMPANY   */
/* CSS author: Matthew Latkiewicz      */
/* email: matthew@youwillnotbelieve.us */
/* date: 8/12/11                       */
/*-------------------------------------*/
/*-----------*/
/* STRUCTURE */
/*-----------*/
#page, #banner .inner {
  margin: 0px auto;
  width: 90%;
  max-width: 1280px;
}
header, #body, footer {
  width: 100%;
}
/*------------*/
/* TYPOPGRAHY */
/* base font size is 13px */
/*------------*/
h1 {
  font-size: 4em;
  /* 52px / 13 px */
}
h2 {
  font-size: 2.46154em;
  /* 32px / 13px; */
}
h3 {
  font-size: 1.53846em;
  /* 20px / 13px */
}
p {
  font-family: rooney-web, Georgia, serif;
}
/*-------------*/
/* PAGE STYLES */
/*-------------*/
body {
  background: #e6e5b6 url("/img/background-body.png") repeat;
  font-family: rooney-web, Georgia, serif;
}
/* Banner */
#banner {
  background-color: #19313a;
  background: url("/img/border-top-body.png") bottom left repeat-x, url("/img/header-background.png") -50px -100px repeat;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 40px;
}
#banner h3 {
  font-family: swingdancer, cursive;
  font-size: 4.61538em;
  /* 60px / 13px */
  line-height: 1em;
  color: #e6e5b6;
  margin: 0px;
}
#banner h1 {
  font-family: league-gothic, sans-serif;
  font-size: 14.30769em;
  /* 168px / 13px */
  text-transform: uppercase;
  color: #fff;
  text-shadow: -4px 4px 0px #2b5362;
  margin: 0px 0 -10px 0;
  line-height: 1em;
}
#banner h2 {
  font-family: rooney-web, serif;
  font-style: normal;
  font-weight: 300;
  margin: 0px;
  color: white;
  font-size: 3.76154em;
  text-shadow: -3px 3px 0px #2b5362;
}
#membership-error {
  padding: 10px 1.5% 10px;
  margin-bottom: 0px;
  background: #ffffe0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-family: rooney-web, serif;
  text-align: center;
  font-size: 1.4em;
  color: #c34241;
}
/* views/signup */
#logo {
  float: left;
  width: 14.58333%;
  /* 140px / 960px */
  margin-right: 2.08333%;
  /* 20px / 960px */
  margin-top: 60px;
}
#logo img {
  max-width: 100%;
}
header {
  margin-bottom: 20px;
}
header .main {
  float: left;
  width: 83.25%;
}
header .inner {
  position: relative;
}
header nav {
  position: absolute;
  top: -35px;
  right: 0px;
  background: #e6e5b6;
  padding: 30px 15px 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
}
header nav a {
  text-decoration: none;
  text-decoration: none;
  color: #93956d;
  font-family: rooney-web;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 0px 1px 0px #d5d79e;
}
header nav a#signout {
  margin-left: 10px;
}
header nav a:visited {
  color: #93956d;
}
header nav a:hover {
  color: #666;
}
header #password, header #email {
  width: 39.58333%;
  height: 42px;
  margin-right: 2.08333%;
  /* 20px / 960px */
  font-size: 1.53846em;
  padding: 10px;
  font-family: rooney-web, serif;
}
header .submit {
  height: 42px;
  width: 15%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #c94443;
  border: none;
  font-family: league-gothic;
  text-transform: uppercase;
  color: white;
  font-size: 1.5em;
  font-weight: normal;
}
header .submit:hover {
  background: #98c043;
}
header #demo-audio {
  border-top: 1px dotted white;
  margin-top: 20px;
}
header #demo-audio p {
  color: #fff;
  font-size: 1.2em;
}
header #demo-audio audio {
  background: white;
  width: 50%;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
header #membership-forms {
  background: white;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -4px 5px 0px #2b5362;
  width: 100%;
}
header #membership-forms ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: white;
  margin-left: 1.08333%;
  margin-top: 10px;
}
header #membership-forms ul a {
  font-style: none;
  text-decoration: none;
  color: #888;
}
header #membership-forms ul a .active {
  color: #c94443;
}
header #membership-forms ul li {
  float: left;
  width: 30.55556%;
  /* 220 px / 780px */
  height: 30px;
  background: #f5f5f5;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
  position: relative;
  top: 1px;
  font-family: league-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 2em;
}
header #membership-forms ul li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 10;
}
header #membership-forms ul li.active:hover {
  background: #fff;
  color: #c94443;
}
header #membership-forms ul li:hover {
  background: #f1f1f1;
  color: #c94443;
  cursor: hand;
}
header #membership-forms ul li.registration {
  margin-right: 10px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
header #membership-forms ul li.login {
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
header #membership-forms form {
  width: 95.72195%;
  margin-left: 1.08333%;
  margin-top: 0px;
  margin-bottom: 10px;
  border: 1px dashed #ccc;
  padding: 12px 10px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
header #membership-forms form p {
  margin-top: 0px;
  color: #555;
}
header #login {
  display: none;
}
header #forgot-password {
  display: block;
  margin: 10px 0 0 0;
  color: #999;
}
#tour-information .main {
  width: 64.58333%;
  /* 620px / 960px */
  float: left;
  margin-right: 4.16667%;
  /* 40px / 960px */
  background: white;
  -webkit-transform: rotate(-0.3deg);
  -moz-transform: rotate(-0.3deg);
  transform: rotate(-0.3deg);
  -webkit-box-shadow: 0px 1px 4px #666;
  -moz-box-shadow: 0px 1px 4px #666;
  box-shadow: 0px 1px 4px #666;
}
#tour-information hgroup {
  padding: 10px 1.7129%;
}
#tour-information hgroup h1 {
  text-align: center;
  font-size: 1.53846em;
  /* 20px / 13px */
  font-family: rooney-web, serif;
}
#tour-information hgroup h1 span#actual-place {
  font-size: 2em;
  font-style: italic;
  margin-top: 15px;
}
#tour-information hgroup h1 span#comes-alive {
  display: block;
  font-family: chunk, serif;
  font-size: 4em;
  margin-bottom: 0px;
  line-height: 0.8em;
  padding-bottom: 0px;
  margin-top: 23px;
}
#tour-information hgroup h2 {
  text-align: center;
  font-family: chunk, serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  border-top: 1px dashed #999;
  padding-top: 15px;
  margin-top: 15px;
}
#promo {
  padding: 0 1.6129%;
}
#promo .tour-promo {
  position: relative;
  width: 49.19355%;
  /* 305px / 620px */
  float: left;
  margin-bottom: 20px;
}
#promo .tour-promo.odd {
  margin-right: 1.6129%;
  /* 10px / 620px */
}
#promo .tour-promo img {
  max-width: 100%;
}
aside#how-tours-work {
  width: 27.25%;
  float: left;
  padding: 2%;
  background: white;
  -webkit-box-shadow: 0px 1px 4px #666;
  -moz-box-shadow: 0px 1px 4px #666;
  box-shadow: 0px 1px 4px #666;
}
aside#how-tours-work h1 {
  font-size: 3.5em;
  font-family: swingdancer, cursive;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
}
aside#how-tours-work #diagram-toggle {
  text-align: center;
  font-family: league-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 10px;
  word-spacing: 5px;
}
aside#how-tours-work #diagram-toggle span {
  font-family: swingdancer, cursive;
  text-transform: lowercase;
}
aside#how-tours-work a {
  cursor: pointer;
  color: #d05755;
}
aside#how-tours-work img {
  width: 100%;
  max-width: 100%;
}
aside#how-tours-work span {
  cursor: pointer;
}
aside#how-tours-work #diagram {
  width: 100%;
}
aside#how-tours-work img {
  padding: 0;
  margin: 0;
}
aside#how-tours-work img#stream-diagram {
  display: none;
}
.coming-soon-ribbon {
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 0px;
}
/*
 Tour Page
 */
#the-tours header h1 {
  font-size: 2.85714em;
  margin: 0px 0 10px 0;
}
#the-tours header h2 {
  font-size: 1.53846em;
  margin: 0px 0 15px 0;
}
.tour-image {
  position: relative;
}
.tour-image img {
  max-width: 100%;
}
.tour-image h1 {
  font-size: 4em;
  margin: 0px;
  position: absolute;
  color: white;
  top: 25%;
  text-align: center;
  width: 90%;
  font-family: league-gothic, sans-serif;
  font-weight: normal;
  padding: 0 5%;
}
.tour {
  width: 31.25%;
  /* 300px /960px */
  position: relative;
  float: left;
  margin-right: 2.08333%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px #777;
  -moz-box-shadow: 0px 1px 4px #777;
  box-shadow: 0px 1px 4px #777;
  font-family: rooney-web, sans-serif;
}
.tour .inner {
  padding: 3.33333%;
}
.tour h2.length {
  font-size: 1.38462em;
  margin-top: 20px;
  font-family: rooney-web, sans-serif;
  text-align: center;
}
.tour h2.length span {
  background: white;
  display: inline;
  z-index: 10;
  position: relative;
  padding: 0 10px;
}
.tour h2.your-guide {
  font-family: chunk, serif;
  font-size: 3em;
  border-top: 1px solid #444;
  border-bottom: 1px solid #999;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tour h2.starting-point {
  font-family: swingdancer, cursive;
  font-size: 3em;
  border-top: 1px dashed #777;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.tour .horizontal-line {
  border-top: 1px solid #555;
  margin-top: -23px;
  margin-bottom: 20px;
}
.tour h3 {
  font-size: 1.23077em;
}
.tour p {
  line-height: 1.53846em;
}
.tour .map iframe {
  border: 1px solid #999;
}
/* audio options */
.listen {
  margin: 15px 0;
}
.listen a {
  cursor: pointer;
  display: block;
  float: left;
  text-align: center;
  width: 49%;
  color: #fff;
  text-decoration: none;
  padding: 7px 0 2px 0;
  font-family: league-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 1.69231em;
  font-weight: 400;
  position: relative;
}
.listen a.download-btn {
  background-color: #e9b9b9;
  margin-right: 2%;
  color: #c94443;
  /* makes the download button hover tip */
}
.listen a.download-btn:hover:before {
  content: attr(data-tip);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 6px 10px;
  color: #fff;
  text-transform: lowercase;
  font-style: italic;
  position: absolute;
  left: 25%;
  top: -30px;
  font-family: rooney-web, serif;
  font-size: 0.6em;
  white-space: nowrap;
  z-index: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.listen a.stream-btn {
  background-color: #c94443;
  color: #e9b9b9;
}
/* the audio streaming player */
.stream {
  background-color: #c94443;
  clear: left;
  width: 99.8%;
}
.stream audio {
  width: 90%;
  margin: 15px 5%;
}
.guide-image {
  width: 46.66667%;
  /* 140 px / 300px */
  float: left;
  margin-right: 3.33333%;
  /* 10 / 300 */
  -webkit-box-shadow: 0px 1px 3px #444;
  -moz-box-shadow: 0px 1px 3px #444;
  box-shadow: 0px 1px 3px #444;
}
.guide-image img {
  max-width: 100%;
}
.map iframe {
  width: 100%;
  height: 300px;
}
.last {
  margin-right: 0px;
}
#coming-soon {
  width: 98%;
}
#coming-soon h1.coming-soon {
  font-family: chunk;
  text-transform: uppercase;
  text-align: center;
  color: #c34241;
  background: white;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  transform: rotate(-1deg);
  box-shadow: 0px 1px 3px #555;
  padding: 10px 3% 0px 3%;
}
#coming-soon .tour-image {
  width: 31.25%;
  margin-right: 2.08333%;
  float: left;
  -webkit-box-shadow: 0px 1px 3px black;
  -moz-box-shadow: 0px 1px 3px black;
  box-shadow: 0px 1px 3px black;
  border: 5px solid white;
}
#coming-soon .tour-image img {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
/* About and Help Page */
#about, #help {
  background: #fff;
  padding: 20px 2.5%;
  -webkit-box-shadow: 0px 1px 4px #666;
  -moz-box-shadow: 0px 1px 4px #666;
  box-shadow: 0px 1px 4px #666;
}
#about a.back, #help a.back {
  background: #19313a;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#about a.back:hover, #help a.back:hover {
  background: #284d5b;
}
#about h1, #help h1 {
  font-family: swingdancer, cursive;
  margin-top: 15px;
  margin-bottom: 10px;
}
#about h2, #help h2, #about h3, #help h3 {
  font-family: rooney-web, serif;
}
#about #people, #help #people {
  width: 61%;
  margin-right: 2%;
  float: left;
}
#about #people #matthew, #help #people #matthew, #about #people #jay, #help #people #jay {
  clear: left;
}
#about #people #matthew, #help #people #matthew {
  margin-bottom: 15px;
}
#about #people img, #help #people img {
  width: 20%;
  float: left;
  margin-right: 2%;
}
#about #colophon, #help #colophon {
  width: 32%;
  float: left;
}
#about .instructions, #help .instructions {
  float: left;
  width: 48%;
}
#about .instructions img, #help .instructions img {
  max-width: 300px;
  width: 75%;
  margin-left: 5%;
}
#about #download-instructions, #help #download-instructions {
  margin-right: 2%;
}
/* Footer */
footer {
  clear: both;
  padding-bottom: 25px;
}
footer h1 {
  font-size: 1.53846em;
  /* 20px / 13px */
}
footer #social-please {
  width: 39.58333%;
  float: left;
  background: #404758;
  -webkit-transform: rotate(-3deg);
  margin-top: 40px;
  color: white;
  font-family: rooney-web, sans-serif;
  box-shadow: -1px 1px 4px black;
}
footer #social-please h1 span {
  font-family: swingdancer, cursive;
  font-size: 3em;
  display: block;
}
footer #social-please img#remember {
  width: 33.33333%;
  float: left;
  margin-right: 3%;
}
footer #social-please #social-info {
  float: left;
  width: 63.66667%;
}
footer #social-please #facebook-share-global {
  position: relative;
  top: -6px;
  margin-left: 15px;
}
footer #company-info {
  width: 45.83333%;
  float: left;
  margin-right: 3.22581%;
  background: white;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-box-shadow: 0px 1px 2px #666;
  -moz-box-shadow: 0px 1px 2px #666;
  box-shadow: 0px 1px 2px #666;
  margin-top: 30px;
  position: relative;
  left: 3%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
footer #company-info .inner {
  padding: 3.33333%;
  border: 1px dashed #ccc;
  margin: 1.33333%;
}
footer #company-info #ywnb-guy {
  float: left;
  margin-right: 3%;
  width: 20%;
}
footer #company-info h2 {
  width: 77%;
  float: right;
  margin: 5px 0 15px 0;
}
footer #company-info h2 span {
  display: none;
}
footer #company-info h2 img {
  width: 100%;
}
footer #company-info a {
  text-decoration: none;
}
footer #company-info a.twitter-link {
  color: white;
  font-family: league-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 1.93846em;
  background: #c94443;
  margin-bottom: 15px;
  float: right;
  width: 77%;
  text-align: center;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
footer #company-info a.twitter-link:hover {
  background: #98c043;
}
footer #company-info ul {
  clear: both;
  list-style: none;
  margin-left: 23%;
  padding: 0px;
}
footer #company-info ul li {
  float: left;
}
footer #company-info ul li a {
  background: #a0a0a0;
  color: white;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: rooney-web, sans-serif;
}
footer #company-info ul li a:hover {
  background: #ccc;
}
footer #company-info ul li#contact, footer #company-info ul li#about-link {
  margin-right: 5%;
}
/*-  MEDIA QUERIES
 ----------------------------------------------------------------------*/
/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
  html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
}
/* medium-large */
@media screen and (max-width: 1024px) {
  #banner {
    background: url('/img/border-top-body.png') bottom left repeat-x, url('/img/header-background.gif') -50px -100px repeat;
  }
  #banner h1 {
    font-size: 12.30769em;
  }
  .tour-image h1 {
    font-size: 3em;
  }
  .map {
    display: none;
  }
  footer #social-please {
    width: 49.58333%;
  }
}
/* medium */
@media screen and (max-width: 768px) {
  #page {
    width: auto;
    margin: 20px;
  }
  h2 {
    font-size: 1.53846em;
  }
  h3 {
    font-size: 1.23077em;
  }
  header#banner h1, header#banner h2, header#banner h3 {
    text-align: center;
  }
  header#banner h1 {
    font-size: 11.30769em;
    /* 168px / 13px */
    text-shadow: -3px 3px 0px #2b5362;
  }
  header#banner h2 {
    font-size: 2.76154em;
    text-shadow: -2px 2px 0px #2b5362;
  }
  header#banner .main {
    float: none;
    width: 100%;
  }
  header#banner #logo {
    float: none;
    margin: 0 auto 15px auto;
    width: 25%;
  }
  header#banner #logo img {
    max-width: 100%;
  }
  header#banner #membership-forms {
    margin-left: 0;
  }
  header#banner #membership-forms form {
    width: 94.4%;
    max-width: 100%;
    margin: 0px auto 10px 1.08333%;
    position: relative;
  }
  header#banner #membership-forms ul li {
    width: 49.1%;
  }
  header#banner #membership-forms ul li.registration {
    margin-right: 0px;
    border-right: none;
  }
  #coming-soon h1.coming-soon {
    font-size: 3em;
    width: 50%;
  }
  #membership-error {
    font-size: 1em;
  }
  .tour-image h1 {
    font-size: 2.5em;
  }
  .tour h2.your-guide {
    font-size: 2em;
  }
  #promo .tour-promo {
    margin-bottom: 10px;
  }
  footer #social-please h1 {
    font-size: 1.33846em;
  }
  footer #social-please h1 span {
    font-size: 2.5em;
  }
}
/*
 style for: tiny (iphone)
 */
@media screen and (max-width: 480px) {
  header#banner nav {
    top: -35px;
    right: -20px;
    padding: 25px 10px 10px 10px;
  }
  header#banner nav a {
    display: block;
  }
  header#banner nav a:first-child {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  header#banner h1 {
    font-size: 4.6em;
    text-shadow: -2px 2px 0px #2b5362;
    margin-bottom: 5px;
  }
  header#banner h2 {
    font-size: 1.3em;
    margin-bottom: 2px;
  }
  header#banner h3 {
    font-size: 2.30769em;
    margin-bottom: 4px;
  }
  header#banner #logo {
    width: 33.33333%;
  }
  header#banner #password, header#banner #email {
    margin: 0 auto 10px auto;
    width: 100%;
    height: 30px;
    font-size: 1em;
    padding: 2px;
  }
  header#banner .submit {
    height: 32px;
    width: 50%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
  }
  header#banner #demo-audio audio {
    width: 100%;
  }
  header#banner #membership-forms {
    margin-top: 15px;
  }
  header#banner #membership-forms form {
    width: 90%;
    max-width: 100%;
    margin-bottom: 5px;
  }
  header#banner #membership-forms ul {
    margin-top: 5px;
  }
  header#banner #membership-forms ul li {
    font-size: 1.5em;
    height: inherit;
  }
  #tour-information h1 {
    font-size: 2.93077em;
  }
  #tour-information h2 {
    font-size: 1.07692em;
  }
  #tour-information hgroup {
    padding: 10px 1.7129%;
  }
  #tour-information hgroup h1 {
    font-size: 1em;
  }
  #tour-information hgroup h1 span#actual-place {
    font-size: 1.5em;
  }
  #tour-information hgroup h1 span#comes-alive {
    font-size: 2.4em;
    margin: 10px auto 10px;
  }
  #tour-information hgroup h2 {
    font-family: inherit;
  }
  #tour-information .main {
    float: none;
    width: 100%;
  }
  aside#how-tours-work {
    width: 97%;
    /* 300px / 960px */
    float: none;
  }
  aside#how-tours-work img {
    width: 100%;
    max-width: 100%;
  }
  #promo {
    margin-bottom: 20px;
  }
  #promo h2 {
    font-size: 1.53846em;
  }
  #promo h3 {
    font-size: 1.23077em;
  }
  #the-tours header h1 {
    font-size: 1.23077em;
  }
  #the-tours header h2 {
    font-size: 1.07692em;
  }
  #the-tours h1 {
    font-size: 3.5em;
  }
  #the-tours h2 {
    font-size: 2.07692em;
  }
  #the-tours h2.length {
    font-size: 1.38462em;
  }
  #promo .tour, #the-tours .tour, #promo .tour-promo, #the-tours .tour-promo {
    width: 100%;
    /* 300px / 620px */
    margin-bottom: 10px;
    margin-right: 0px;
    float: none;
  }
  #promo .tour img, #the-tours .tour img, #promo .tour-promo img, #the-tours .tour-promo img {
    max-width: 100%;
  }
  .stream {
    width: 99.7%;
  }
  #coming-soon h1.coming-soon {
    font-size: 2.3em;
    width: 90%;
  }
  #coming-soon .tour-image {
    width: 90%;
    margin: 0px auto 15px auto;
    float: none;
  }
  #coming-soon .tour-image h1 {
    font-size: 3.5em;
  }
  #help h1, #about h1 {
    font-size: 2em;
    text-align: center;
  }
  #help h2, #about h2, #help h3, #about h3 {
    text-align: center;
  }
  #help .instructions, #about .instructions {
    float: none;
    width: 97%;
  }
  #help .instructions img, #about .instructions img {
    width: 95%;
  }
  #help #people, #about #people, #help #colophon, #about #colophon {
    float: none;
    width: 100%;
  }
  #help #people img, #about #people img, #help #colophon img, #about #colophon img {
    width: 50%;
  }
  #about h1 {
    margin-top: 15px;
  }
  #about h2 {
    text-align: left;
  }
  footer h1 {
    font-size: 1.23077em;
  }
  footer h2 {
    margin-top: 0px;
  }
  footer #ywnb-guy {
    display: none;
  }
  footer #company-info {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  footer #company-info h2 {
    width: 100%;
  }
  footer #company-info a.twitter-link {
    width: 100%;
  }
  footer #company-info ul {
    margin-left: 0px;
  }
  footer #social-please {
    width: 100%;
    float: none;
    clear: left;
    text-align: center;
  }
  footer #social-please h1 {
    font-size: 1em;
  }
}
/*
 style for: huge
 */
/* Remove shortmail button */
.shortmail-compose-widget cleanslate, .shortmail-me {
  display: none !important;
}
