html, body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial, sans-serif;
  text-align: center;
  overflow-x: hidden;
  background-color: #ccc;
  width: 450px; }

body {
  position: relative;
  padding-top: 120px; }

.content {
  margin: 0;
  padding: 0.75em;
  background-color: #ccc; }

a {
  text-decoration: none;
  color: #CB0000; }

h1 {
  text-align: center;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 1.1em;
  margin: 0;
  padding: 0.375em 0 0.375em 0; }

img {
  /*
  width: 100%;
  height: auto;
  */
  display: block;
  margin-bottom: 1.5em; }
  img.spacer, img.tour {
    margin: auto; }
  img.portrait {
    width: 100%; }
  img.logo {
    width: 80%;
    position: absolute;
    left: 0.75em;
    top: 0; }
  img.head {
    position: absolute;
    right: -10px;
    top: 0; }
  img.heads {
    margin: 0 auto 1.5em auto; }
  img.tourTitle, img.tourTitleOverlay {
    margin: auto; }
  img.tourTitleOverlay {
    opacity: .8;
    margin-top: -144px;
    margin-bottom: 1.5em; }

#datesContainer {
  background-color: #ccc;
  position: relative;
  margin-bottom: 10px; }
  #datesContainer .content {
    width: 100%;
    padding: 0; }
    #datesContainer .content img {
      position: absolute;
      left: 50%;
      margin-left: -85px;
      z-index: 999; }
  #datesContainer .dust {
    position: absolute;
    z-index: 0;
    width: 30px; }
  #datesContainer #dates {
    background-color: #ccc;
    padding-bottom: 1.5em; }
    #datesContainer #dates h1 {
      margin-bottom: 0.75em;
      display: none; }
    #datesContainer #dates a {
      color: black; }
    #datesContainer #dates .entry {
      padding-bottom: 0.75em;
      background-color: #ccc; }

.address {
  text-align: center; }

.desktop {
  background-color: #777777;
  margin: 0;
  text-align: center;
  padding: 1.5em; }
  .desktop a {
    color: #fff;
    font-weight: bold; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1.5em; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*# sourceMappingURL=style.css.map */
