.inspirator-container {
  position: relative;
  width: 100%;
  height: 100%; }

.inspirator_loading {
  background-color: #DF5031;
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .inspirator_loading .loading {
    display: inline-block; }

.gen-title--thinking {
  background-image: url("/img/inspirator_setup.png");
  background-repeat: no-repeat;
  background-position: center; }

.gen-title--wait {
  background-image: url("/img/inspirator_loading.png");
  background-repeat: no-repeat;
  background-position: center; }

.gen-title--oops {
  background-image: url("/img/inspirator_problem.png");
  background-repeat: no-repeat;
  background-position: center; }

.inspirator_splash {
  min-height: 285px;
  background-image: url("/img/inspirator_splash_bg.png");
  background-repeat: no-repeat; }
  .inspirator_splash p {
    color: #000;
    font-size: em(0.85714);
    padding-top: 75px;
    padding-left: 20px;
    width: 190px; }
  .inspirator_splash .start {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
    font-size: em(1.42857);
    color: white;
    background-color: #f88c5c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f88c5c), to(#d54427));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #f88c5c, #d54427);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #f88c5c, #d54427);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #f88c5c, #d54427);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #f88c5c, #d54427);
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    border: 1px solid #e15d40;
    text-shadow: 0px 1px 2px #333; }
    .inspirator_splash .start:hover {
      background-color: #646464;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#232323));
      /* Chrome, Safari 4+ */
      background-image: -webkit-linear-gradient(top, #646464, #232323);
      /* Chrome 10-25, iOS 5+, Safari 5.1+ */
      background-image: -moz-linear-gradient(top, #646464, #232323);
      /* Firefox 3.6-15 */
      background-image: -o-linear-gradient(top, #646464, #232323);
      /* Opera 11.10-12.00 */
      background-image: linear-gradient(to bottom, #646464, #232323);
      /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
      border-color: #414141;
      text-decoration: none; }

.inspirator_questions {
  position: relative;
  background-color: #EDA346;
  margin: 0;
  padding: 0;
  min-height: 265px;
  width: 250px;
  border: 10px solid white;
  border-right: 0; }
  .inspirator_questions dl {
    margin: 0; }
  .inspirator_questions dt {
    margin: 0;
    padding: 14px 12px 10px 12px;
    color: #191919;
    font-size: em(1.14286);
    font-weight: bold; }
  .inspirator_questions dd {
    margin: 0;
    padding: 0 12px 8px 12px;
    font-size: em(1); }
    .inspirator_questions dd a {
      color: #fff;
      text-decoration: none;
      background: url("/img/inspirator_answer.png") no-repeat 0px 0px;
      padding: 0 10px 0 24px;
      display: block; }
    .inspirator_questions dd a:hover,
    .inspirator_questions dd .active {
      color: #191919;
      background: url("/img/inspirator_answer_active.png") no-repeat 0px 0px; }
  .inspirator_questions .back {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: em(0.85714);
    color: #fff;
    text-decoration: none; }
  .inspirator_questions .next,
  .inspirator_questions .next_off {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px; }
  .inspirator_questions .next {
    color: white;
    background-color: #f88c5c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f88c5c), to(#d54427));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #f88c5c, #d54427);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #f88c5c, #d54427);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #f88c5c, #d54427);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #f88c5c, #d54427);
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    border: 1px solid #e15d40;
    text-shadow: 0px 1px 2px #333; }
    .inspirator_questions .next:hover {
      background-color: #646464;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#232323));
      /* Chrome, Safari 4+ */
      background-image: -webkit-linear-gradient(top, #646464, #232323);
      /* Chrome 10-25, iOS 5+, Safari 5.1+ */
      background-image: -moz-linear-gradient(top, #646464, #232323);
      /* Firefox 3.6-15 */
      background-image: -o-linear-gradient(top, #646464, #232323);
      /* Opera 11.10-12.00 */
      background-image: linear-gradient(to bottom, #646464, #232323);
      /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
      border-color: #414141;
      text-decoration: none; }
  .inspirator_questions .next_off {
    opacity: 0.5;
    color: white;
    background-color: #f88c5c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f88c5c), to(#d54427));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #f88c5c, #d54427);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #f88c5c, #d54427);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #f88c5c, #d54427);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #f88c5c, #d54427);
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    border: 1px solid #e15d40;
    text-shadow: 0px 1px 2px #333; }

.inspirator_progress {
  position: relative;
  height: 248px;
  width: 120px;
  background-color: #E6793B;
  padding: 17px 20px 0 20px;
  border-top: 10px solid white;
  border-bottom: 10px solid white; }
  .inspirator_progress:before, .inspirator_progress:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 10px; }
  .inspirator_progress:before {
    left: 0;
    background-color: #E98E3A; }
  .inspirator_progress:after {
    right: 0;
    background-color: #804C28; }
  .inspirator_progress .progress {
    padding: 10px 0 0 0;
    list-style-type: none; }
    .inspirator_progress .progress li {
      font-size: em(0.85714);
      line-height: 25px;
      padding-left: 18px;
      color: #fff; }
    .inspirator_progress .progress .answered {
      font-weight: bold;
      background: url("/img/icons/inspirator_progress_x.png") no-repeat 0px 8px; }
  .inspirator_progress .start_over {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: em(0.85714);
    color: #fff;
    text-decoration: none; }

.inspirator-title--your-progress {
  background-image: url("/img/inspirator_your-progress.png");
  background-repeat: no-repeat;
  height: 18px;
  margin-top: 0;
  margin-bottom: 0; }

.inspirator_progress--country h4 {
  margin-top: 0;
  margin-bottom: 0;
  background-repeat: no-repeat;
  height: px(18);
  padding-bottom: 10px; }
.inspirator_progress--country p {
  font-size: em(0.85714); }
.inspirator_progress--country ul {
  list-style-type: none;
  padding-left: 0; }
.inspirator_progress--country li {
  color: #F3D4AD;
  font-size: em(0.85714);
  line-height: 25px; }
  .inspirator_progress--country li span {
    font-size: 16px; }

.inspirator_progress--none h4 {
  background-image: url("/img/inspirator_go-contiki.png"); }

.inspirator_progress--europe h4 {
  background-image: url("/img/inspirator_region_europe.png"); }

.inspirator_progress--north_america h4 {
  background-image: url("/img/inspirator_region_north_america.png"); }

.inspirator_progress--australia h4 {
  background-image: url("/img/inspirator_region_australia.png"); }

.inspirator_progress--new_zealand h4 {
  background-image: url("/img/inspirator_region_new_zealand.png"); }

.inspirator_progress--asia h4 {
  background-image: url("/img/inspirator_region_asia.png"); }

.inspirator_progress--latin_america h4 {
  background-image: url("/img/inspirator_region_south_america.png"); }

.inspirator_graphic {
  margin: 0;
  padding: 0;
  width: 238px;
  height: 265px;
  background-repeat: no-repeat;
  background-image: url("/img/inspirator_splash.jpg");
  border: 10px solid white;
  border-left: 0; }

.inspirator_graphic_1 {
  background-image: url("/img/inspirator_where.jpg"); }

.inspirator_graphic_2 {
  background-image: url("/img/inspirator_when.jpg"); }

.inspirator_graphic_3 {
  background-image: url("/img/inspirator_activities.jpg"); }

.inspirator_graphic_4 {
  background-image: url("/img/inspirator_length.jpg"); }

.inspirator_graphic_5 {
  background-image: url("/img/inspirator_cost.jpg"); }

.inspirator_graphic_6 {
  background-image: url("/img/inspirator_accommodation-eu.jpg"); }

.inspiratorwrapperpage {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .inspiratorwrapperpage > div {
    float: left; }

.inspirator_results {
  background-color: #4C4C4C;
  padding: 10px 12px 9px; }

.inspirator_results_header {
  background-color: #DF5031; }
  .inspirator_results_header h4 {
    font-family: "FS Rufus Regular", 'Rockwell', Verdana, sans-serif;
    font-size: em(1.71429);
    padding: 5px 20px 10px 20px;
    margin: 0;
    color: #fff; }

.genius_public_search_results_content {
  background-color: #333;
  padding: 10px 2px;
  overflow: hidden;
  min-width: 850px;
  margin-bottom: 0;
  margin-top: 0;
  display: table;
  border-spacing: 10px 0; }

.genius_public_search_results_entries {
  display: table-cell;
  background-color: #fff;
  width: 25%; }

.inspirator_results_footer {
  box-sizing: border-box;
  background-color: white;
  overflow: hidden;
  padding: 15px 20px;
  border-top: 10px solid #DF5031; }
  .inspirator_results_footer .start_over {
    padding: 5px;
    color: white;
    background-color: #f88c5c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f88c5c), to(#d54427));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #f88c5c, #d54427);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #f88c5c, #d54427);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #f88c5c, #d54427);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #f88c5c, #d54427);
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    border: 1px solid #e15d40;
    text-shadow: 0px 1px 2px #333; }
    .inspirator_results_footer .start_over:hover {
      background-color: #646464;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#232323));
      /* Chrome, Safari 4+ */
      background-image: -webkit-linear-gradient(top, #646464, #232323);
      /* Chrome 10-25, iOS 5+, Safari 5.1+ */
      background-image: -moz-linear-gradient(top, #646464, #232323);
      /* Firefox 3.6-15 */
      background-image: -o-linear-gradient(top, #646464, #232323);
      /* Opera 11.10-12.00 */
      background-image: linear-gradient(to bottom, #646464, #232323);
      /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
      border-color: #414141;
      text-decoration: none; }
  .inspirator_results_footer .more_tours {
    float: right; }

.entry_header {
  padding: 10px 10px 0;
  min-height: 80px; }

.entry_header_content h2 {
  margin: 0;
  color: #EB9E3B;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 3px 0;
  text-transform: uppercase; }
.entry_header_content h3 {
  margin: 0;
  font-size: em(1); }
.entry_header_content a {
  color: #000;
  text-decoration: none; }
  .entry_header_content a:hover {
    color: #DF5031; }
.entry_header_content .tour_rating {
  background-image: url("/img/public_search_results/head_not_yet_rated.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 2px;
  padding-top: 3px; }
  .entry_header_content .tour_rating.rated {
    background-position: -33px 0; }
  .entry_header_content .tour_rating .star {
    width: 9px;
    height: 9px;
    background-image: url("/img/icons/icon_stars_sm.png");
    display: inline-block; }
  .entry_header_content .tour_rating .on {
    background-position: 0 -18px; }

.entry_body_list {
  list-style-type: none;
  padding-left: 0; }
  .entry_body_list .tour_photo a {
    display: block; }
  .entry_body_list .tour_photo img {
    display: block; }
  .entry_body_list .tour_destinations {
    clear: both;
    border-top: 1px solid #ccc;
    min-height: 86px;
    padding: 10px 10px 0;
    font-size: em(0.78571);
    line-height: 16px; }
    .entry_body_list .tour_destinations p {
      margin-top: 1em;
      margin-bottom: 0; }
  .entry_body_list .tour_duration {
    float: left;
    background-color: #333;
    padding: 8px 10px 5px;
    color: #fff;
    font-size: 11px; }
    .entry_body_list .tour_duration span {
      font-size: 16px; }
  .entry_body_list .tour_price {
    float: right;
    padding: 8px 10px 5px;
    color: #358A27;
    font-size: 16px; }
    .entry_body_list .tour_price span {
      font-size: 11px;
      color: #333; }

.entry_footer {
  font-size: em(0.85714);
  text-align: center;
  min-height: 94px;
  position: relative; }
  .entry_footer img {
    display: block;
    margin: 0 auto; }
  .entry_footer .link_quote {
    margin-right: 2px; }
  .entry_footer .link_availability {
    margin-left: 2px; }
  .entry_footer .button_view_tour {
    display: block;
    color: #fff;
    background-color: #4394da;
    border-bottom: 4px solid #0779AD;
    text-decoration: none; }
    .entry_footer .button_view_tour:hover {
      background-color: #00bdf8; }
  .entry_footer .entry_links {
    position: absolute;
    bottom: 0;
    width: 100%; }

.genius-header {
  color: #fff;
  font-family: "FS Albert Web Bold", Arial, Verdana, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0px; }

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