/* Guidebook Mobile SCSS file */
/* Variables
-----------------------------------------------------------------------------------------------------------*/
/* Mixins
-----------------------------------------------------------------------------------------------------------*/
/* SCSS Mixins
-----------------------------------------------------------------------------------------------------------*/
/* Globals 
-----------------------------------------------------------------------------------------------------------*/
.placeholder {
  color: #aaa !important; }

.fr {
  float: right !important; }

.fl {
  float: left !important; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cb {
  clear: both; }

.rel {
  position: relative; }

.abs {
  position: absolute !important; }

.has-grid-background {
  background: white url(../img/grid-background.png) left top repeat !important; }

.sub {
  color: #aaa; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0; }

[type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield; }

.small-text {
  font-size: 11px !important; }

.medium-text {
  font-size: 15px !important; }

.light-text {
  color: #999 !important; }

.thin-text {
  font-weight: normal !important; }

.large-text {
  font-size: 16px !important; }

strong {
  font-weight: bold; }

.stretch {
  display: block !important; }

.code {
  font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
  -webkit-font-smoothing: antialiased; }
  .code.pill {
    color: #ee3684;
    display: inline-block;
    padding: 1px 5px;
    background-color: #fefafb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #fbebf2;
    font-size: 12px; }

.quote {
  font-family: Georgia; }

.code.filled {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 0 2px;
  font-weight: bold;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }

.big-font {
  font-size: 20pt !important; }

.b {
  font-weight: bold !important; }

.ac {
  text-align: center !important; }

.ib {
  display: inline-block; }

.mb20 {
  margin-bottom: 20px !important; }

.ml0 {
  margin-left: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mt20 {
  margin-top: 20px !important; }

.mb10 {
  margin-bottom: 10px; }

.mb0 {
  margin-bottom: 0 !important; }

.mt20 {
  margin-top: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.mb40 {
  margin-bottom: 40px; }

.m0 {
  margin: 0 !important; }

.p0 {
  padding: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pt0 {
  padding-top: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.m10 {
  margin: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.m20 {
  margin: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.p10 {
  padding: 10px !important; }

.p40 {
  padding: 40px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.pr10 {
  padding-right: 10px !important; }

.hidden {
  display: none !important; }

.rrc {
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px; }

a:active, a:selected, a:visited, a:focus {
  border: none;
  outline: none; }

/* padding/margins
-----------------------------------------------------------------------------------------------------------*/
.pl10 {
  padding-left: 10px; }

.pr0 {
  padding-right: 0 !important; }

/* Base & structure
-----------------------------------------------------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: transparent; }

html {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0; }

body {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

#container {
  width: 100%; }

#content {
  width: 100%; }

#navbar {
  background-color: #373c3f; }
  #navbar .navbar-content {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    /* fallback */
    background-color: white;
    /* chrome 2+, safari 4+; multiple color stops */
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#fff));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(white, #fff);
    /* firefox; multiple color stops */
    background-image: -moz-linear-gradient(top, white, #fff);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF')";
    /* ie10 */
    background-image: -ms-linear-gradient(white, #fff);
    /* opera 11.1 */
    background-image: -o-linear-gradient(white, #fff);
    /* The "standard" */
    background-image: linear-gradient(white, #fff); }
  #navbar table {
    width: 100%;
    max-width: 100%;
    height: 35px;
    border-collapse: collapse; }
    #navbar table tr td.logo {
      text-align: center;
      width: 50%;
      max-width: 50%; }
      #navbar table tr td.logo h1 {
        font-size: 20px;
        color: #4e82a8;
        box-shadow: 0 1px 0 white;
        -moz-box-shadow: 0 1px 0 white;
        -webkit-box-shadow: 0 1px 0 white;
        -ms-box-shadow: 0 1px 0 white;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center; }
        #navbar table tr td.logo h1.gb-logo {
          text-indent: -999em;
          background: transparent url(//s3.amazonaws.com/media.guidebook.com/static/images/mobile/logo.png) center center no-repeat;
          height: 35px;
          font-size: 1px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #navbar table tr td.logo h1.gb-logo {
              /* on retina, use image that's scaled by 2 */
              background-image: url("//s3.amazonaws.com/media.guidebook.com/static/images/mobile/logo@2x.png");
              background-size: 134px 35px; } }
    #navbar table tr td.right {
      text-align: right;
      padding-right: 10px;
      width: 25%; }
    #navbar table tr td.left {
      width: 25%;
      text-align: left;
      padding-left: 10px; }

.header {
  padding: 10px; }

#view-content {
  background-color: #fff; }

/* item
-----------------------------------------------------------------------------------------------------------*/
.item {
  padding: 10px; }
  .item.flush-right {
    padding-right: 0; }

/* headers
-----------------------------------------------------------------------------------------------------------*/
h2 {
  font-size: 20px;
  font-weight: bold; }

h3 {
  font-size: 12px;
  font-weight: normal; }

/* Inputs
-----------------------------------------------------------------------------------------------------------*/
input {
  outline-color: transparent !important;
  outline-offset: 0 !important;
  outline-style: solid !important;
  outline-width: 1px !important; }

/* Search Field
-----------------------------------------------------------------------------------------------------------*/
.search {
  padding: 10px;
  border-bottom: 1px solid #777777;
  /* fallback */
  background-color: #ccc;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#b3b3b3));
  /* chrome 10+, safari 5.1+ */
  background-image: -webkit-linear-gradient(#ccc, #b3b3b3);
  /* firefox; multiple color stops */
  background-image: -moz-linear-gradient(top, #ccc, #b3b3b3);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFB3B3B3');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFB3B3B3')";
  /* ie10 */
  background-image: -ms-linear-gradient(#ccc, #b3b3b3);
  /* opera 11.1 */
  background-image: -o-linear-gradient(#ccc, #b3b3b3);
  /* The "standard" */
  background-image: linear-gradient(#ccc, #b3b3b3); }
  .search input {
    width: 100%;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #919191;
    padding: 5px 10px; }
    .search input:focus {
      border-color: #777777; }

.search-container {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: #fff; }
  .search-container #guide-result-table .row {
    padding: 10px; }

/* UI Buttons
-----------------------------------------------------------------------------------------------------------*/
.navbar-button, .button, .snow-button, .snow-button-empty, .linked-objects .attachment-pod .pod-inner, .dark-button {
  border: 1px solid #b4bcc2;
  box-shadow: inset 0 8px 4px white, 0 2px 0 rgba(68, 68, 68, 0.07);
  -moz-box-shadow: inset 0 8px 4px white, 0 2px 0 rgba(68, 68, 68, 0.07);
  -webkit-box-shadow: inset 0 8px 4px white, 0 2px 0 rgba(68, 68, 68, 0.07);
  -ms-box-shadow: inset 0 8px 4px white, 0 2px 0 rgba(68, 68, 68, 0.07);
  /* fallback */
  background-color: #fefeff;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fefeff), to(#e0e8ee));
  /* chrome 10+, safari 5.1+ */
  background-image: -webkit-linear-gradient(#fefeff, #e0e8ee);
  /* firefox; multiple color stops */
  background-image: -moz-linear-gradient(top, #fefeff, #e0e8ee);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFF', endColorstr='#FFE0E8EE');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFF', endColorstr='#FFE0E8EE')";
  /* ie10 */
  background-image: -ms-linear-gradient(#fefeff, #e0e8ee);
  /* opera 11.1 */
  background-image: -o-linear-gradient(#fefeff, #e0e8ee);
  /* The "standard" */
  background-image: linear-gradient(#fefeff, #e0e8ee);
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  min-width: 50px;
  text-align: center;
  text-decoration: none; }
  .navbar-button:hover, .button:hover, .snow-button:hover, .snow-button-empty:hover, .linked-objects .attachment-pod .pod-inner:hover, .dark-button:hover {
    color: #373c3f; }
  .navbar-button:active, .button:active, .snow-button:active, .snow-button-empty:active, .linked-objects .attachment-pod .pod-inner:active, .dark-button:active {
    /* fallback */
    background-color: #c1cad0;
    /* chrome 2+, safari 4+; multiple color stops */
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d8dadc), to(#c1cad0));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(#d8dadc, #c1cad0);
    /* firefox; multiple color stops */
    background-image: -moz-linear-gradient(top, #d8dadc, #c1cad0);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD8DADC', endColorstr='#FFC1CAD0');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD8DADC', endColorstr='#FFC1CAD0')";
    /* ie10 */
    background-image: -ms-linear-gradient(#d8dadc, #c1cad0);
    /* opera 11.1 */
    background-image: -o-linear-gradient(#d8dadc, #c1cad0);
    /* The "standard" */
    background-image: linear-gradient(#d8dadc, #c1cad0);
    border-color: #a3abb0;
    box-shadow: inset 0 4px 8px rgba(55, 60, 63, 0.2), 0 1px 1px white;
    -moz-box-shadow: inset 0 4px 8px rgba(55, 60, 63, 0.2), 0 1px 1px white;
    -webkit-box-shadow: inset 0 4px 8px rgba(55, 60, 63, 0.2), 0 1px 1px white;
    -ms-box-shadow: inset 0 4px 8px rgba(55, 60, 63, 0.2), 0 1px 1px white;
    color: #373c3f; }
  .navbar-button:visited, .button:visited, .snow-button:visited, .snow-button-empty:visited, .linked-objects .attachment-pod .pod-inner:visited, .dark-button:visited {
    color: #444444; }
  .navbar-button.context, .context.button, .context.snow-button, .context.snow-button-empty, .linked-objects .attachment-pod .context.pod-inner, .context.dark-button {
    height: 30px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    border: none;
    /* fallback */
    background-color: rgba(255, 255, 255, 0);
    /* chrome 2+, safari 4+; multiple color stops */
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* firefox; multiple color stops */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#00FFFFFF')";
    /* ie10 */
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* opera 11.1 */
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* The "standard" */
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-image: url(//s3.amazonaws.com/media.guidebook.com/static/images/mobile/context-menu-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: -10px;
    margin-bottom: -5px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .navbar-button.context, .context.button, .context.snow-button, .context.snow-button-empty, .linked-objects .attachment-pod .context.pod-inner, .context.dark-button {
        /* on retina, use image that's scaled by 2 */
        background-image: url("//s3.amazonaws.com/media.guidebook.com/static/images/mobile/context-menu-icon@2x.png");
        background-size: 25px 20px; } }

.button, .snow-button, .snow-button-empty, .linked-objects .attachment-pod .pod-inner, .dark-button {
  font-size: 18px;
  padding: 8px; }
  .button.small, .small.snow-button, .small.snow-button-empty, .linked-objects .attachment-pod .small.pod-inner, .small.dark-button {
    font-size: 14px;
    padding: 5px 10px; }

.button.full-width, .full-width.snow-button, .full-width.snow-button-empty, .linked-objects .attachment-pod .full-width.pod-inner, .full-width.dark-button {
  display: block; }

.snow-button, .snow-button-empty, .linked-objects .attachment-pod .pod-inner {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  /* fallback */
  background-color: white;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#fcfcfc));
  /* chrome 10+, safari 5.1+ */
  background-image: -webkit-linear-gradient(white, #fcfcfc);
  /* firefox; multiple color stops */
  background-image: -moz-linear-gradient(top, white, #fcfcfc);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFCFCFC');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFCFCFC')";
  /* ie10 */
  background-image: -ms-linear-gradient(white, #fcfcfc);
  /* opera 11.1 */
  background-image: -o-linear-gradient(white, #fcfcfc);
  /* The "standard" */
  background-image: linear-gradient(white, #fcfcfc);
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 1px white;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 1px white;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 1px white;
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 1px white;
  padding: 8px 15px;
  font-size: 16px;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .snow-button:active, .snow-button-empty:active, .linked-objects .attachment-pod .pod-inner:active {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 1px white;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 1px white;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 1px white;
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 1px white;
    /* fallback */
    background-color: white;
    /* chrome 2+, safari 4+; multiple color stops */
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#fcfcfc));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(white, #fcfcfc);
    /* firefox; multiple color stops */
    background-image: -moz-linear-gradient(top, white, #fcfcfc);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFCFCFC');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFCFCFC')";
    /* ie10 */
    background-image: -ms-linear-gradient(white, #fcfcfc);
    /* opera 11.1 */
    background-image: -o-linear-gradient(white, #fcfcfc);
    /* The "standard" */
    background-image: linear-gradient(white, #fcfcfc); }
  .snow-button.touchable:active, .touchable.snow-button-empty:active, .linked-objects .attachment-pod .touchable.pod-inner:active {
    /* fallback */
    background-color: #777777;
    /* chrome 2+, safari 4+; multiple color stops */
    background-image: -webkit-gradient(linear, left bottom, left top, from(#777777), to(#777777));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(#777777, #777777);
    /* firefox; multiple color stops */
    background-image: -moz-linear-gradient(top, #777777, #777777);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF777777', endColorstr='#FF777777');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF777777', endColorstr='#FF777777')";
    /* ie10 */
    background-image: -ms-linear-gradient(#777777, #777777);
    /* opera 11.1 */
    background-image: -o-linear-gradient(#777777, #777777);
    /* The "standard" */
    background-image: linear-gradient(#777777, #777777);
    color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none; }
    .snow-button.touchable:active.has-arrow:after, .touchable.snow-button-empty:active.has-arrow:after, .linked-objects .attachment-pod .touchable.pod-inner:active.has-arrow:after {
      border-left-color: #fff; }
  .snow-button.full, .full.snow-button-empty, .linked-objects .attachment-pod .full.pod-inner {
    display: block;
    text-align: left; }
  .snow-button.touchable, .touchable.snow-button-empty, .linked-objects .attachment-pod .touchable.pod-inner {
    padding-right: 27px;
    position: relative; }
    .snow-button.touchable:after, .touchable.snow-button-empty:after, .linked-objects .attachment-pod .touchable.pod-inner:after {
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -7px;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid #777777;
      content: ""; }

.snow-button-empty {
  /* fallback */
  background-color: transparent;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(transparent));
  /* chrome 10+, safari 5.1+ */
  background-image: -webkit-linear-gradient(transparent, transparent);
  /* firefox; multiple color stops */
  background-image: -moz-linear-gradient(top, transparent, transparent);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000')";
  /* ie10 */
  background-image: -ms-linear-gradient(transparent, transparent);
  /* opera 11.1 */
  background-image: -o-linear-gradient(transparent, transparent);
  /* The "standard" */
  background-image: linear-gradient(transparent, transparent);
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03), 0 1px 0 white, inset 0 1px 0 white;
  -moz-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03), 0 1px 0 white, inset 0 1px 0 white;
  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03), 0 1px 0 white, inset 0 1px 0 white;
  -ms-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03), 0 1px 0 white, inset 0 1px 0 white; }
  .snow-button-empty:active {
    /* fallback */
    background-color: transparent;
    /* chrome 2+, safari 4+; multiple color stops */
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(transparent));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(transparent, transparent);
    /* firefox; multiple color stops */
    background-image: -moz-linear-gradient(top, transparent, transparent);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000')";
    /* ie10 */
    background-image: -ms-linear-gradient(transparent, transparent);
    /* opera 11.1 */
    background-image: -o-linear-gradient(transparent, transparent);
    /* The "standard" */
    background-image: linear-gradient(transparent, transparent);
    border: 1px solid #ccc;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03), 0 1px 0 white, inset 0 1px 0 white;
    -moz-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03), 0 1px 0 white, inset 0 1px 0 white;
    -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03), 0 1px 0 white, inset 0 1px 0 white;
    -ms-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03), 0 1px 0 white, inset 0 1px 0 white; }

.dark-button {
  /* fallback */
  background-color: #777777;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#777777), to(#5e5e5e));
  /* chrome 10+, safari 5.1+ */
  background-image: -webkit-linear-gradient(#777777, #5e5e5e);
  /* firefox; multiple color stops */
  background-image: -moz-linear-gradient(top, #777777, #5e5e5e);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF777777', endColorstr='#FF5E5E5E');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF777777', endColorstr='#FF5E5E5E')";
  /* ie10 */
  background-image: -ms-linear-gradient(#777777, #5e5e5e);
  /* opera 11.1 */
  background-image: -o-linear-gradient(#777777, #5e5e5e);
  /* The "standard" */
  background-image: linear-gradient(#777777, #5e5e5e);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #5e5e5e;
  color: #ccc !important; }
  .dark-button:active {
    /* fallback */
    background-color: #5e5e5e;
    /* chrome 2+, safari 4+; multiple color stops */
    background-image: -webkit-gradient(linear, left bottom, left top, from(#515151), to(#6a6a6a));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(#515151, #6a6a6a);
    /* firefox; multiple color stops */
    background-image: -moz-linear-gradient(top, #515151, #6a6a6a);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF515151', endColorstr='#FF6A6A6A');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF515151', endColorstr='#FF6A6A6A')";
    /* ie10 */
    background-image: -ms-linear-gradient(#515151, #6a6a6a);
    /* opera 11.1 */
    background-image: -o-linear-gradient(#515151, #6a6a6a);
    /* The "standard" */
    background-image: linear-gradient(#515151, #6a6a6a);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #373737;
    border-bottom-color: #5e5e5e;
    color: #b3b3b3 !important; }

/* Picker
-----------------------------------------------------------------------------------------------------------*/
.ui-picker h2 {
  margin-left: 25px;
  margin-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-picker-button, .ui-picker-button-next, .ui-picker-button-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: transparent url(//s3.amazonaws.com/media.guidebook.com/static/images/mobile/arrow-gray-left.png) center center no-repeat;
  width: 40px;
  font-size: 0;
  text-indent: -9999em;
  display: block; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ui-picker-button, .ui-picker-button-next, .ui-picker-button-prev {
      /* on retina, use image that's scaled by 2 */
      background-image: url("//s3.amazonaws.com/media.guidebook.com/static/images/mobile/arrow-gray-left@2x.png");
      background-size: 15px 17px; } }

.ui-picker-button-next {
  left: auto;
  right: 0;
  background-image: url(//s3.amazonaws.com/media.guidebook.com/static/images/mobile/arrow-gray-right.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ui-picker-button-next {
      /* on retina, use image that's scaled by 2 */
      background-image: url("//s3.amazonaws.com/media.guidebook.com/static/images/mobile/arrow-gray-right@2x.png");
      background-size: 15px 17px; } }

/* Guidebook Graphical UI Elements
-----------------------------------------------------------------------------------------------------------*/
.gb-bar {
  height: 5px;
  background: transparent url(//s3.amazonaws.com/media.guidebook.com/static/images/gb-bar.png) left repeat;
  box-shadow: 0 2px 2px rgba(55, 60, 63, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(55, 60, 63, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(55, 60, 63, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(55, 60, 63, 0.1); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .gb-bar {
      /* on retina, use image that's scaled by 2 */
      background-image: url("//s3.amazonaws.com/media.guidebook.com/static/images/mobile/bar@2x.png");
      background-size: 384px 5px; } }

.divider {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid white; }

/* Blue Header
-----------------------------------------------------------------------------------------------------------*/
.header {
  /* fallback */
  background-color: #2f7fb1;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2f7fb1), to(#2a75a2));
  /* chrome 10+, safari 5.1+ */
  background-image: -webkit-linear-gradient(#2f7fb1, #2a75a2);
  /* firefox; multiple color stops */
  background-image: -moz-linear-gradient(top, #2f7fb1, #2a75a2);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2F7FB1', endColorstr='#FF2A75A2');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2F7FB1', endColorstr='#FF2A75A2')";
  /* ie10 */
  background-image: -ms-linear-gradient(#2f7fb1, #2a75a2);
  /* opera 11.1 */
  background-image: -o-linear-gradient(#2f7fb1, #2a75a2);
  /* The "standard" */
  background-image: linear-gradient(#2f7fb1, #2a75a2);
  box-shadow: inset 0 2px 2px rgba(55, 60, 63, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(55, 60, 63, 0.3);
  -moz-box-shadow: inset 0 2px 2px rgba(55, 60, 63, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(55, 60, 63, 0.3);
  -webkit-box-shadow: inset 0 2px 2px rgba(55, 60, 63, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(55, 60, 63, 0.3);
  -ms-box-shadow: inset 0 2px 2px rgba(55, 60, 63, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(55, 60, 63, 0.3);
  position: relative;
  border-bottom: 1px solid #1f587a; }
  .header h2 {
    color: #fff;
    text-shadow: 0 1px 1px #1f587a;
    text-align: center;
    line-height: 1.2; }
  .header h3 {
    color: #a6ddff; }
  .header.with-icon {
    padding-left: 92px; }
    .header.with-icon:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .header.with-icon .guide-icon {
      position: absolute;
      left: 10px;
      top: 10px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      margin-right: 10px; }
      .header.with-icon .guide-icon img {
        width: 72px;
        display: block;
        height: 59px; }
    .header.with-icon h2 {
      text-align: left; }

/* Row Structure
-----------------------------------------------------------------------------------------------------------*/
.list .row {
  text-decoration: none;
  background-color: white;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eee; }
  .list .row .icon {
    position: absolute;
    left: 10px;
    top: 0;
    width: 50px;
    bottom: 0; }
    .list .row .icon img {
      display: block;
      max-width: 50px;
      position: absolute;
      top: 50%;
      margin-top: -21px;
      left: 0; }
  .list .row.has-icon {
    padding-left: 70px; }
  .list .row .row-content {
    padding: 20px 0; }
  .list .row h4 {
    color: #373c3f;
    text-decoration: none; }
  .list .row h5 {
    text-decoration: none;
    color: #777777;
    font-weight: normal; }
  .list .row:active {
    background-color: #777777; }
    .list .row:active h4, .list .row:active h5 {
      color: #fff; }
    .list .row:active.has-arrow:after {
      border-left-color: #fff; }
  .list .row.no-touch:active {
    background-color: white; }
    .list .row.no-touch:active h4 {
      color: #373c3f; }
    .list .row.no-touch:active h5 {
      color: #777777; }
  .list .row.has-arrow {
    padding-right: 27px; }
    .list .row.has-arrow:after {
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -7px;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid #ccc;
      content: ""; }
  .list .row:last-child {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
  .list .row:first-child {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
  .list .row.row-60 {
    min-height: 60px; }
  .list .row.row-80 {
    min-height: 80px; }
.list .row-header {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  /* fallback */
  background-color: #ccc;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d9d9d9), to(#ccc));
  /* chrome 10+, safari 5.1+ */
  background-image: -webkit-linear-gradient(#d9d9d9, #ccc);
  /* firefox; multiple color stops */
  background-image: -moz-linear-gradient(top, #d9d9d9, #ccc);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9D9D9', endColorstr='#FFCCCCCC');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9D9D9', endColorstr='#FFCCCCCC')";
  /* ie10 */
  background-image: -ms-linear-gradient(#d9d9d9, #ccc);
  /* opera 11.1 */
  background-image: -o-linear-gradient(#d9d9d9, #ccc);
  /* The "standard" */
  background-image: linear-gradient(#d9d9d9, #ccc);
  color: #777777;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #b5b5b5;
  box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: -1px;
  z-index: 10;
  position: relative;
  text-shadow: 0 1px 0 white; }

.basic-list.list .row-content {
  padding: 10px; }

.load-more a {
  display: block;
  color: #777777;
  padding: 20px;
  text-decoration: none;
  font-weight: bold;
  text-align: center; }
.load-more p {
  padding: 20px;
  text-align: center;
  margin: 0;
  color: #777777;
  font-weight: bold; }

/* UI Split Container
-----------------------------------------------------------------------------------------------------------*/
.ui-split, .ui-split-three, .ui-split-two-one, .ui-split-70-30 {
  position: relative;
  width: 100%; }
  .ui-split:after, .ui-split-three:after, .ui-split-two-one:after, .ui-split-70-30:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .ui-split .ui-button, .ui-split-three .ui-button, .ui-split-two-one .ui-button, .ui-split-70-30 .ui-button,
  .ui-split .ui-split-item,
  .ui-split-three .ui-split-item,
  .ui-split-two-one .ui-split-item,
  .ui-split-70-30 .ui-split-item {
    width: 50%;
    float: left;
    text-align: center;
    display: block; }

.ui-split-three .ui-button,
.ui-split-three .ui-split-item {
  width: 33.3%; }

.ui-split-two-one .ui-button.first,
.ui-split-two-one .ui-split-item.first {
  width: 66.6%; }
.ui-split-two-one .ui-button.last,
.ui-split-two-one .ui-split-item.last {
  width: 33.3%; }

.ui-split-70-30 .ui-button.first,
.ui-split-70-30 .ui-split-item.first {
  width: 69%; }
.ui-split-70-30 .ui-button.last,
.ui-split-70-30 .ui-split-item.last {
  width: 29%; }

/* Tabs
-----------------------------------------------------------------------------------------------------------*/
.tabs {
  background-color: #373c3f;
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-top: 1px solid #373c3f; }
  .tabs .ui-split .ui-button, .tabs .ui-split-three .ui-button, .tabs .ui-split-two-one .ui-button, .tabs .ui-split-70-30 .ui-button {
    color: #777777;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold; }
    .tabs .ui-split .ui-button span, .tabs .ui-split-three .ui-button span, .tabs .ui-split-two-one .ui-button span, .tabs .ui-split-70-30 .ui-button span {
      display: block;
      padding: 10px;
      border-right: 1px solid #272a2c;
      border-left: 1px solid #484e52; }
    .tabs .ui-split .ui-button.ui-button-selected, .tabs .ui-split-three .ui-button.ui-button-selected, .tabs .ui-split-two-one .ui-button.ui-button-selected, .tabs .ui-split-70-30 .ui-button.ui-button-selected {
      color: #fff;
      /* fallback */
      background-color: #202224;
      /* chrome 2+, safari 4+; multiple color stops */
      background-image: -webkit-gradient(linear, left bottom, left top, from(#202224), to(#373c3f));
      /* chrome 10+, safari 5.1+ */
      background-image: -webkit-linear-gradient(#202224, #373c3f);
      /* firefox; multiple color stops */
      background-image: -moz-linear-gradient(top, #202224, #373c3f);
      /* ie 6+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF202224', endColorstr='#FF373C3F');
      /* ie8 + */
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF202224', endColorstr='#FF373C3F')";
      /* ie10 */
      background-image: -ms-linear-gradient(#202224, #373c3f);
      /* opera 11.1 */
      background-image: -o-linear-gradient(#202224, #373c3f);
      /* The "standard" */
      background-image: linear-gradient(#202224, #373c3f);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 5px 10px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 5px 10px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 5px 10px rgba(0, 0, 0, 0.2); }
      .tabs .ui-split .ui-button.ui-button-selected span, .tabs .ui-split-three .ui-button.ui-button-selected span, .tabs .ui-split-two-one .ui-button.ui-button-selected span, .tabs .ui-split-70-30 .ui-button.ui-button-selected span {
        border-left: none; }
    .tabs .ui-split .ui-button:last-child span, .tabs .ui-split-three .ui-button:last-child span, .tabs .ui-split-two-one .ui-button:last-child span, .tabs .ui-split-70-30 .ui-button:last-child span {
      border-right: none; }

.has-footer-tabs {
  padding-bottom: 42px; }

/* UI Description
-----------------------------------------------------------------------------------------------------------*/
.ui-description, .description {
  padding: 10px; }
  .ui-description p, .description p {
    padding: 0;
    margin: 0; }
    .ui-description p:last-child, .description p:last-child {
      margin-bottom: 0; }
  .ui-description a, .description a {
    color: #4e82a8;
    font-weight: bold; }
  .ui-description ul, .ui-description ol, .description ul, .description ol {
    margin: 0;
    padding: 0 0 0 0;
    min-height: 10px;
    list-style: disc outside;
    font-size: 16px;
    color: #373c3f; }
    .ui-description ul:last-child, .ui-description ol:last-child, .description ul:last-child, .description ol:last-child {
      padding-bottom: 0; }
    .ui-description ul li, .ui-description ol li, .description ul li, .description ol li {
      margin-left: 20px; }
  .ui-description ol, .description ol {
    list-style: decimal outside; }

.error {
  margin-bottom: 10px; }
  .error p {
    color: #e57373; }

/* UI Form
-----------------------------------------------------------------------------------------------------------*/
.ui-form input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #b3b3b3;
  margin-bottom: 10px; }

/* Guide Sponsor
-----------------------------------------------------------------------------------------------------------*/
#sponsor {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /* fallback */
  background-color: #ccc;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#bfbfbf));
  /* chrome 10+, safari 5.1+ */
  background-image: -webkit-linear-gradient(#ccc, #bfbfbf);
  /* firefox; multiple color stops */
  background-image: -moz-linear-gradient(top, #ccc, #bfbfbf);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFBFBFBF');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFBFBFBF')";
  /* ie10 */
  background-image: -ms-linear-gradient(#ccc, #bfbfbf);
  /* opera 11.1 */
  background-image: -o-linear-gradient(#ccc, #bfbfbf);
  /* The "standard" */
  background-image: linear-gradient(#ccc, #bfbfbf);
  box-shadow: inset 0 1px 0 #fff, 0 -2px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 1px 0 #fff, 0 -2px 2px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 -2px 2px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: inset 0 1px 0 #fff, 0 -2px 2px rgba(0, 0, 0, 0.03);
  border-top: 1px solid #b3b3b3; }
  #sponsor a {
    display: block;
    padding: 5px;
    position: relative;
    text-align: center; }
    #sponsor a img {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      max-height: 55px; }

.has-sponsor {
  margin-bottom: 66px; }

/* Context Menu
-----------------------------------------------------------------------------------------------------------*/
#context-menu {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  background-color: #373c3f;
  box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.1); }
  #context-menu .list .row {
    background: transparent;
    padding: 10px;
    border-bottom-color: #2b2f32;
    border-top: 1px solid #43494d; }
    #context-menu .list .row h4 {
      color: #fff; }
    #context-menu .list .row:after {
      border-left-color: #2b2f32; }
    #context-menu .list .row:last-child {
      box-shadow: 0 1px 0 #43494d;
      -moz-box-shadow: 0 1px 0 #43494d;
      -webkit-box-shadow: 0 1px 0 #43494d;
      -ms-box-shadow: 0 1px 0 #43494d; }

.context-menu-open {
  overflow-x: hidden;
  overflow-y: hidden;
  overflow-x: hidden; }
  .context-menu-open body {
    overflow-x: hidden;
    overflow-y: hidden; }
  .context-menu-open #content {
    margin-left: -80%; }
  .context-menu-open #context-menu {
    display: block; }

/* Guide Category Page
-----------------------------------------------------------------------------------------------------------*/
.list.category .row {
  min-height: 80px; }
  .list.category .row img {
    width: 50px;
    height: 64px;
    margin-top: -32px; }

.list.guides .row .row-content {
  padding: 10px 0; }

/* Guide Menu
-----------------------------------------------------------------------------------------------------------*/
.list.menu .row {
  min-height: 60px; }

/* POI List
-----------------------------------------------------------------------------------------------------------*/
.list.poi-list .row-content {
  padding: 10px; }

/* Schedule
-----------------------------------------------------------------------------------------------------------*/
.schedule .row {
  position: relative;
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none; }
  .schedule .row .row-gutter {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    /* fallback */
    background-color: #ccc;
    /* chrome 2+, safari 4+; multiple color stops */
    background-image: -webkit-gradient(linear, left bottom, right bottom, from(#b3b3b3), to(#ccc));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(left, #ccc, #b3b3b3);
    /* firefox; multiple color stops */
    background-image: -moz-linear-gradient(left, #ccc, #b3b3b3);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFB3B3B3');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFB3B3B3')";
    /* ie10 */
    background-image: -ms-linear-gradient(left, #ccc, #b3b3b3);
    /* opera 11.1 */
    background-image: -o-linear-gradient(left, #ccc, #b3b3b3);
    /* The "standard" */
    background-image: linear-gradient(left, #ccc, #b3b3b3);
    border-right: 1px solid #b3b3b3; }
  .schedule .row .border {
    position: absolute;
    bottom: 0;
    left: 7px;
    right: 0;
    height: 1px;
    background-color: #ccc; }
  .schedule .row:active .row-gutter {
    border-right: 1px solid #777777; }
    .schedule .row:active .row-gutter:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      content: ""; }

/* Twitter
-----------------------------------------------------------------------------------------------------------*/
.list#tweet-container .row-content {
  padding: 10px;
  padding-left: 0; }
  .list#tweet-container .row-content p {
    margin: 0;
    padding: 0;
    color: #373c3f; }
    .list#tweet-container .row-content p a {
      color: #4e82a8; }
    .list#tweet-container .row-content p .hash {
      color: #777777; }
  .list#tweet-container .row-content h4 a {
    color: #373c3f;
    text-decoration: none; }
  .list#tweet-container .row-content h4 span {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    font-weight: normal;
    color: #777777; }
  .list#tweet-container .row-content .icon {
    bottom: auto; }
    .list#tweet-container .row-content .icon img {
      top: 10px;
      margin-top: 0;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px; }

/* Maps
-----------------------------------------------------------------------------------------------------------*/
.ui-image-holder {
  position: relative; }
  .ui-image-holder:before {
    position: absolute;
    top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    content: ""; }
  .ui-image-holder img {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  .ui-image-holder .caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    background-color: #373c3f;
    background-color: rgba(55, 60, 63, 0.8);
    color: #fff;
    padding: 10px;
    text-align: center; }

/* Photos
-----------------------------------------------------------------------------------------------------------*/
.photo-grid-holder .ui-photo-grid {
  border-collapse: separate;
  border-spacing: 5px; }
  .photo-grid-holder .ui-photo-grid tr td {
    width: 33%;
    position: relative; }
    .photo-grid-holder .ui-photo-grid tr td a {
      display: block;
      position: relative; }
      .photo-grid-holder .ui-photo-grid tr td a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px; }
    .photo-grid-holder .ui-photo-grid tr td img {
      width: 100%;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px; }

/* Event or POI
-----------------------------------------------------------------------------------------------------------*/
.event-poi-header h2 {
  text-align: left; }

.event .subheader {
  background-color: #ccc;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .event .subheader .ui-split-item .item {
    border-right: 1px solid #b3b3b3;
    padding: 10px 5px; }
    .event .subheader .ui-split-item .item p {
      font-size: 9px;
      color: #444444;
      margin: 0;
      padding: 0; }
.event .location-rating {
  border-bottom: 1px solid #ccc; }
  .event .location-rating .ui-split-item.first {
    width: 60%; }
  .event .location-rating .ui-split-item.last {
    width: 40%; }
  .event .location-rating .snow-button, .event .location-rating .snow-button-empty, .event .location-rating .linked-objects .attachment-pod .pod-inner, .linked-objects .attachment-pod .event .location-rating .pod-inner {
    padding: 0;
    height: 40px;
    line-height: 40px; }
  .event .location-rating #location {
    padding-left: 10px; }
    .event .location-rating #location.has-arrow {
      padding-right: 22px; }
  .event .location-rating #rating {
    text-align: center; }
    .event .location-rating #rating #stars img {
      width: 15px;
      margin-top: -5px; }

.ui-details-image {
  position: relative; }
  .ui-details-image.header-cover {
    text-align: center; }
    .ui-details-image.header-cover img {
      max-height: 300px;
      max-width: 640px; }
  .ui-details-image img {
    width: 100%; }
  .ui-details-image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
    content: ""; }
  .ui-details-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    content: ""; }

.description {
  padding: 10px; }
  .description p {
    margin: 0;
    padding: 0 0 0 0;
    min-height: 10px;
    font-size: 16px;
    color: #373c3f; }
    .description p:last-child {
      padding-bottom: 0; }
  .description a {
    color: #4e82a8; }
  .description ul, .description ol {
    margin: 0;
    padding: 0 0 0 0;
    min-height: 10px;
    font-size: 16px;
    color: #373c3f; }
    .description ul:last-child, .description ol:last-child {
      padding-bottom: 0; }

.linked-objects {
  border-top: 1px solid #ccc; }
  .linked-objects .attachment-pod {
    margin-bottom: 20px; }
    .linked-objects .attachment-pod:last-child {
      margin-bottom: 0; }
    .linked-objects .attachment-pod h5 {
      font-size: 16px;
      color: #777777;
      margin-left: 10px; }
    .linked-objects .attachment-pod .pod-inner {
      text-align: left;
      display: block;
      padding: 0;
      margin-top: 10px; }
      .linked-objects .attachment-pod .pod-inner .pod a {
        display: block;
        padding: 10px;
        position: relative;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
        padding-right: 15px; }
        .linked-objects .attachment-pod .pod-inner .pod a .title {
          font-size: 14px;
          color: #373c3f;
          margin: 0;
          padding: 0;
          text-overflow: ellipsis;
          overflow: hidden; }
        .linked-objects .attachment-pod .pod-inner .pod a .subtitle {
          font-size: 14px;
          color: #777777;
          font-weight: normal;
          margin: 0;
          padding: 0;
          text-overflow: ellipsis;
          overflow: hidden; }
        .linked-objects .attachment-pod .pod-inner .pod a:after {
          display: block;
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -7px;
          width: 0;
          height: 0;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-left: 7px solid #ccc;
          content: ""; }
        .linked-objects .attachment-pod .pod-inner .pod a.has-icon {
          position: relative;
          padding-left: 60px; }
          .linked-objects .attachment-pod .pod-inner .pod a.has-icon img {
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -20px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px; }
      .linked-objects .attachment-pod .pod-inner .pod:last-child a {
        border-bottom: none; }

/* Promotional pages
-----------------------------------------------------------------------------------------------------------*/
.promo {
  text-align: center;
  padding: 20px; }
  .promo .app-store {
    background: transparent url(//s3.amazonaws.com/media.guidebook.com/static/images/mobile/app-store-badge.png) center center no-repeat;
    width: 200px;
    height: 59px;
    margin: 0 auto;
    margin-top: 20px;
    display: block; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .promo .app-store {
        /* on retina, use image that's scaled by 2 */
        background-image: url("//s3.amazonaws.com/media.guidebook.com/static/images/mobile/app-store-badge@2x.png");
        background-size: 200px 59px; } }
  .promo .play-store {
    background: transparent url(//s3.amazonaws.com/media.guidebook.com/static/images/mobile/play-store-badge.png) center center no-repeat;
    width: 200px;
    height: 70px;
    margin: 0 auto;
    margin-top: 20px;
    display: block; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .promo .play-store {
        /* on retina, use image that's scaled by 2 */
        background-image: url("//s3.amazonaws.com/media.guidebook.com/static/images/mobile/play-store-badge@2x.png");
        background-size: 200px 70px; } }
  .promo a {
    color: #4e82a8;
    font-size: 12px; }
  .promo h2 {
    font-size: 24px;
    color: #373c3f; }
  .promo h3 {
    font-size: 18px;
    color: #777777;
    font-weight: normal; }
  .promo .iphone {
    background: transparent url(//s3.amazonaws.com/media.guidebook.com/static/corp/segments/events/img/features-hero-iphone.png) top center no-repeat;
    width: 200px;
    height: 500px;
    background-size: 200px;
    margin: 0 auto; }
  .promo .android {
    background: transparent url(//s3.amazonaws.com/media.guidebook.com/static/corp/segments/events/img/android-sponsor.png) top center no-repeat;
    width: 189px;
    height: 500px;
    background-size: 189px;
    margin: 0 auto; }
  .promo .ipad {
    background: transparent url(//s3.amazonaws.com/media.guidebook.com/static/corp/segments/ipad/img/ipad-tilted.png) top center no-repeat;
    width: 760px;
    height: 1036px;
    background-size: 760px 1036px;
    margin: 0 auto;
    position: relative;
    top: -40px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .promo .ipad {
        /* on retina, use image that's scaled by 2 */
        background-image: url("//s3.amazonaws.com/media.guidebook.com/static/corp/segments/ipad/img/ipad-tilted@2x.png");
        background-size: 760px 1036px; } }
  .promo .no-thanks {
    position: relative;
    z-index: 999; }

#promote-bar {
  background-color: #373c3f; }
  #promote-bar .button, #promote-bar .snow-button, #promote-bar .snow-button-empty, #promote-bar .linked-objects .attachment-pod .pod-inner, .linked-objects .attachment-pod #promote-bar .pod-inner, #promote-bar .dark-button {
    font-size: 12px;
    padding: 4px 8px; }
  #promote-bar .open-in-app {
    position: relative;
    padding-left: 21px; }
    #promote-bar .open-in-app span {
      background: transparent url(//s3.amazonaws.com/media.guidebook.com/static/images/mobile/gb-icon.png) left no-repeat;
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 5px;
      top: 50%;
      margin-top: -8px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #promote-bar .open-in-app span {
          /* on retina, use image that's scaled by 2 */
          background-image: url("//s3.amazonaws.com/media.guidebook.com/static/images/mobile/gb-icon@2x.png");
          background-size: 16px 16px; } }

/* Blackberry 9000 stuff
-----------------------------------------------------------------------------------------------------------*/
.bb9000 .context {
  display: none; }

.no-boxshadow .snow-button, .no-boxshadow .snow-button-empty, .no-boxshadow .linked-objects .attachment-pod .pod-inner, .linked-objects .attachment-pod .no-boxshadow .pod-inner {
  border: 1px solid #eceef0;
  border-bottom-color: #d7dadc; }
.no-boxshadow .snow-button-empty {
  border: 1px solid #eceef0;
  border-top-color: #d7dadc; }

/*# sourceMappingURL=guidebook.mobile.2.0.css.map */
