/* START FILE travel.css */

/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
center,
u,
b,
i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
input,
textarea {
  margin: 0;
  padding: 0;
}
hr {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  background-color: #000;
  height: 1px;
}
/* Misc common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* @group Hide from IE Mac \*/
.clearfix {
  display: block;
}
/* @endgroup hide from IE Mac *//*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
}
.fancybox-outer {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  overflow: hidden !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 1003;
}
.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden !important;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url('../img/fancybox/fancybox_loading.gif');
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004;
}
.fancybox-prev,
.fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url('../img/blank.gif');
  /* helps IE */

  z-index: 1003;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-prev span,
.fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
}
.fancybox-prev span {
  background-position: 0 -36px;
}
.fancybox-next span {
  background-position: 0 -72px;
}
.fancybox-prev:hover,
.fancybox-next:hover {
  visibility: visible;
}
.fancybox-prev:hover span {
  left: 20px;
}
.fancybox-next:hover span {
  left: auto;
  right: 20px;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000;
  overflow-x: hidden;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  margin-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/**
 * Custom code.
 */
.fancybox-inner h2,
.fancybox-inner h2 {
  background: #cc005c;
  color: white;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.fancybox-inner h2 span,
.fancybox-inner h2 span {
  font-weight: normal;
}
.fancybox-inner div.foot,
.fancybox-inner div.foot {
  color: black;
  height: auto;
}
.fancybox-inner form {
  font-size: 12px;
  line-height: 16px;
  padding: 15px;
}
.fancybox-inner form label,
.fancybox-inner form label {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  width: 75px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}
.fancybox-inner form label span,
.fancybox-inner form label span {
  font-size: 11px;
  font-weight: normal;
}
.fancybox-inner #contact_list_form ul {
  margin: 0 0 10px 0;
  border: 1px solid #777;
  border-right: none;
}
.fancybox-inner #contact_list_form ul li,
.fancybox-inner #contact_list_form .head {
  height: 24px;
  width: 100%;
}
.fancybox-inner #contact_list_form ul li.rowalt {
  background: #E0E0E0;
}
.fancybox-inner #contact_list_form ul #num_already_registered {
  border-top: 1px solid #777777;
  background: #ddedf6;
}
.fancybox-inner #contact_list_form ul #num_already_registered label strong {
  font-weight: bold;
}
.fancybox-inner #contact_list_form ul img {
  float: left;
  margin: 4px 5px 0 3px;
}
.fancybox-inner #contact_list_form .head input,
.fancybox-inner #contact_list_form ul input {
  float: left;
  margin: 5px 6px 0 4px;
}
.fancybox-inner #contact_list_form .head label,
.fancybox-inner #contact_list_form ul label,
.fancybox-inner #contact_list_form ul label span {
  padding: 0;
  margin: 0;
  float: left;
  width: 460px;
  overflow: hidden;
  font-size: 11px;
  font-weight: normal;
  color: black;
  text-align: left;
  line-height: 24px;
  height: 24px;
}
.fancybox-inner #contact_list_form ul label span {
  width: 250px;
  color: #555;
  float: right;
}
.fancybox-inner #contact_list_form .head label {
  font-weight: bold;
  color: #777;
}
.fancybox-inner #contact_list_form ul {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 240px;
}
.fancybox-inner #contact_list_form .button {
  margin: 0 0 0 15px;
}
.fancybox-inner #contact_list_form .add_button {
  float: left;
}
.fancybox-inner form input[type=text],
.fancybox-inner form input[type=password],
.fancybox-inner form textarea,
.fancybox-inner form select {
  float: left;
  width: 325px;
  border: 1px solid #333333;
  font-family: "lucida grande", arial, tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  height: 16px;
  padding: 2px;
  margin-bottom: 10px;
}
.fancybox-inner form select,
.fancybox-inner form select {
  height: 24px;
}
.fancybox-inner #verify_form label,
.fancybox-inner #verify_form input[type=text] {
  margin-top: 10px;
  margin-bottom: 0;
}
.fancybox-inner #import_book_form input[type=text],
.fancybox-inner #import_book_form input[type=password] {
  width: 300px;
  margin: 10px 10px 0 0;
}
.fancybox-inner #import_book_form label {
  margin: 10px 10px 0 0;
  width: 80px;
}
.fancybox-inner #import_book_form p {
  display: block;
  float: left;
  width: 330px;
  margin: 15px 0 15px 90px;
  color: #555;
  font-size: 10px;
}
.fancybox-inner #import_book_form .button {
  margin-left: 90px;
}
.fancybox-inner form input[type=text]:focus,
.fancybox-inner form input[type=password]:focus,
.fancybox-inner form textarea:focus {
  border-color: #cc005c;
}
.fancybox-inner form input[disabled=disabled] {
  border-color: #ccc;
}
.fancybox-inner #results.user_list {
  padding: 1em;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 440px;
  width: auto;
}
.fancybox-inner .foot {
  padding: 0 1em 1em;
}
.fancybox-inner #verify_form h3,
.fancybox-inner #import_book_form h3,
.fancybox-inner #contact_list_form h3 {
  font-weight: bold;
  font-size: 12px;
}
.fancybox-inner #verify_form h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.fancybox-inner #verify_form h3 span {
  font-size: 12px;
}
.fancybox-inner #verify_form ul {
  padding-left: 15px;
}
.fancybox-inner #verify_form li {
  font-size: 12px;
  list-style: disc;
  padding: 5px 0;
  color: black;
}
.fancybox-inner #verify_form li em {
  color: #cc005c;
  text-decoration: underline;
  font-weight: bold;
}
.fancybox-inner #verify_form p {
  padding: 5px 0;
  color: #880000;
}
.fancybox-inner #add_friend_form p,
.fancybox-inner #remove_friend_form p {
  color: black;
  margin: 10px;
}
.fancybox-inner #remove_friend_form p {
  font-weight: bold;
}
.fancybox-inner #add_friend_form textarea {
  height: 75px;
}
.fancybox-inner #verify_form .button,
.fancybox-inner #report_form .button {
  margin-top: 15px;
}
.fancybox-inner #report_form {
  font-size: 12px;
  line-height: 16px;
  color: black;
  padding: 20px;
}
.fancybox-inner #report_form p strong {
  font-weight: bold;
}
.fancybox-inner .ok_msg,
.fancybox-inner .error_msg,
.fancybox-inner .ok_msg,
.fancybox-inner .error_msg {
  display: none;
  margin: 20px;
  padding: 20px;
}
.fancybox-inner .ok_msg .button,
.fancybox-inner .error_msg .button,
.fancybox-inner .ok_msg .button,
.fancybox-inner .error_msg .button {
  margin-top: 20px;
}
.fancybox-inner .ok_msg h4,
.fancybox-inner .error_msg h4,
.fancybox-inner .ok_msg h4,
.fancybox-inner .error_msg h4 {
  padding-left: 20px;
}
.fancybox-inner #box_content {
  padding: 20px;
  color: black;
  font-size: 12px;
}
.fancybox-inner #box_content p {
  margin-bottom: 10px;
  line-height: 16px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.8em;
}
.fancybox-inner #box_content.error p {
  border: 1px solid #cc005c;
  background: #f8e2e2;
  padding: 10px;
}
.fancybox-inner #box_content.error p b,
.fancybox-inner #box_content.ok p b {
  font-weight: bold;
}
.fancybox-inner #box_content.ok p {
  border: 1px solid #a69611;
  background: #f1efc6;
  padding: 10px;
}
/* CUSTOM */
.fancybox-inner {
  background: white;
  font-family: "lucida grande", arial, tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  margin: 0;
  _text-align: center;
}
.fancybox-inner .error_msg,
.fancybox-inner .ok_msg {
  padding: 5px;
  margin: 0 10px 8px 10px;
  color: #530c0c;
  font-size: 12px;
  font-weight: bold;
}
.fancybox-inner .error_msg b,
.fancybox-inner .ok_msg b {
  font-weight: bold;
}
.fancybox-inner .ok_msg {
  color: black;
}
/************************************************
 *** CUSTOM APP CODE 
 ************************************************/
.fancybox-inner form #forgot_pass_email {
  width: 165px;
}
.fancybox-inner #forgot_pass_form {
  padding-top: 10px;
}
.fancybox-inner #forgot_pass_form label {
  width: 225px;
}
.fancybox-inner #forgot_pass_form .button {
  margin: 0 0 0 150px;
}
.fancybox-inner #forgot_pass_form {
  padding: 1em 2em 1em;
}
.fancybox-inner #forgot_pass_form #forgot_pass_email,
.fancybox-inner #forgot_pass_form label {
  width: 100% !important;
}
.fancybox-inner #forgot_pass_form .button {
  margin: 0;
}
.fancybox-inner h2 {
  font-size: 1.5em;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0;
  text-align: center;
}
.fancybox-inner form {
  padding: 1em 2em 1em;
  margin: 0;
}
.fancybox-inner form label,
.fancybox-inner form input[type=text],
.fancybox-inner form input[type=password],
.fancybox-inner form input[type=submit],
.fancybox-inner form input[type=button],
.fancybox-inner form select,
.fancybox-inner form textarea {
  font-size: 1.5em;
  line-height: 1.8em;
  margin: 0;
  height: auto !important;
  padding: 0.05em;
  float: none;
  display: block;
  width: auto !important;
  text-align: left;
}
.fancybox-inner form label span,
.fancybox-inner form input[type=text] span,
.fancybox-inner form input[type=password] span,
.fancybox-inner form input[type=submit] span,
.fancybox-inner form input[type=button] span,
.fancybox-inner form select span,
.fancybox-inner form textarea span {
  font-size: 12px;
  line-height: 14px;
  margin-left: 10px;
}
.fancybox-inner form textarea {
  line-height: 1.2em;
  padding: 0.3em 0;
}
.fancybox-inner form input[type=text],
.fancybox-inner form select,
.fancybox-inner form textarea {
  margin-bottom: 1em;
  width: 100% !important;
}
.fancybox-inner .button,
.fancybox-inner #do_send,
.fancybox-inner #dlg_close,
.fancybox-inner #do_cancel {
  float: none;
  margin: 5px auto 0;
  padding: 0 1em;
  height: 2em;
  line-height: 2em;
  font-size: 1.5em !important;
  width: 100% !important;
  text-align: center;
}
.fancybox-inner form textarea {
  height: 200px !important;
}
@media all and (max-width: 964px) {
  .fancybox-close {
    position: fixed !important;
    top: 0.4em !important;
    right: 0 !important;
  }
  .fancybox-inner {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .fancybox-inner .foot {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 0.5em 1em 0.5em;
  }
  .fancybox-inner form textarea {
    height: 4em !important;
  }
  .fancybox-inner #results.user_list {
    padding: 0 0 3em 0;
    font-size: 1.5em;
    height: 90%;
  }
  .fancybox-inner #results.user_list ul li.pagination.bottom {
    padding-bottom: 3em;
  }
  .fancybox-inner #results.user_list ul li.pagination a {
    height: 2em;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
  }
  .fancybox-inner .nomobile {
    display: none !important;
  }
}
body {
  background: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.35em;
  color: white;
}
a {
  color: #cc005c;
}
.content,
#hero h1,
#hero h2 {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
#header {
  height: 140px;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #202020));
  background: -ms-linear-gradient(bottom, #000000, #202020);
  background: -moz-linear-gradient(center bottom, #000000 0%, #202020 100%);
  background: linear-gradient(center bottom, #000000 0%, #202020 100%);
  text-align: center;
}
#header h2 {
  display: inline-block;
  text-indent: -9999px;
  height: 140px;
  margin: 0 20px;
}
#header h2#swingliving {
  width: 320px;
  background: url("../img/travel/swingliving-logo.png") no-repeat center 40px;
}
#header h2#swingliving a {
  display: block;
  width: 100%;
  height: 100%;
}
#header h2#desire {
  width: 180px;
  background: url("../img/travel/desire-logo.png") no-repeat center 25px;
}
#header h2#temptation {
  width: 250px;
  background: url("../img/travel/temptation-logo.png") no-repeat center 15px;
}
#hero {
  text-align: center;
}
#hero h1 {
  padding-top: 50px;
  font-size: 50px;
  line-height: 1.35em;
  font-weight: bold;
  color: #00283b;
}
#hero h2 {
  color: #00283b;
  font-size: 36px;
  line-height: 1.35em;
}
#hero img {
  display: none;
}
#cancun #hero {
  height: 500px;
  background: #44b7ea url("../img/travel/cancun2015/temptation.jpg") no-repeat center bottom;
  background-size: 100% auto;
}
#options {
  padding: 60px 0;
  text-align: center;
}
#options h3,
#options h4 {
  font-size: 45px;
  color: #fff954;
  font-weight: bold;
  line-height: 1.15em;
}
#options p {
  font-size: 35px;
  line-height: 1.15em;
}
#options p strong {
  font-weight: bold;
}
#options ul {
  padding-top: 60px;
  margin: 0 auto;
}
#options ul li {
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #333;
}
#options ul li .button {
  float: right;
  margin-top: 11px;
}
#options ul li h4,
#options ul li p {
  text-align: left;
}
#options ul li h4 {
  font-size: 40px;
}
#options ul li p {
  font-size: 30px;
}
#options ul li .days {
  margin-top: 5px;
  display: block;
  background: url("../img/travel/cancun2015/days.png") no-repeat top right;
  width: 285px;
  height: 9px;
}
#options ul li .days.two {
  margin-left: 204px;
  width: 81px;
}
#options ul li .days.four {
  margin-left: 122px;
  width: 163px;
}
#options ul li .days.three {
  width: 122px;
  background-position: top left;
}
#options .otherdates {
  text-align: right;
  padding: 15px 20px 0 0;
}
#upgrade #hero {
  height: 500px;
  background: #44b7ea url("../img/travel/../upgrade/photos.jpg") repeat center top;
  padding-top: 60px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
#upgrade #hero .button {
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  line-height: 40px;
  padding: 1em 2em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 0, 0, 0.75), 0 0 30px rgba(0, 0, 0, 0.75), 0 0 40px rgba(0, 0, 0, 0.75), 0 0 50px rgba(0, 0, 0, 0.75), 0 0 80px rgba(0, 0, 0, 0.75), 0 0 100px rgba(0, 0, 0, 0.75);
}
#upgrade #hero .button strong {
  font-size: 35px;
  font-weight: bold;
  display: block;
  -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 5px rgba(0, 0, 0, 0.5);
}
#upgrade #hero .button em {
  font-size: 30px;
  color: #0b3b01;
}
#upgrade #hero .offer {
  background: #fff68b;
  color: #d20909;
  border: 10px solid #d20909;
  width: 500px;
  height: 85px;
  text-align: center;
  margin: 0 auto 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#upgrade #hero .offer h3 {
  width: 40%;
  float: left;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#upgrade #hero .offer h3:first-child {
  text-align: right;
  width: 30%;
}
#upgrade #hero .offer img {
  display: block;
  float: left;
  margin: 0 20px;
}
#upgrade #hero .offer h3,
#upgrade #hero .offer img {
  margin-top: 10px;
}
#upgrade #options {
  padding-top: 0;
}
#upgrade p {
  padding: 0 20%;
}
#photos {
  text-align: center;
}
#photos ul {
  display: block;
}
#photos ul li {
  display: inline-block;
}
#faq h3 {
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  line-height: 1.15em;
  padding: 60px 0 30px;
}
#faq dl {
  width: 80%;
  margin: 0 auto;
}
#faq dl dt {
  font-weight: bold;
  color: #fff954;
  font-size: 1.2em;
  line-height: 1.15em;
}
#faq dl dd {
  color: #ccc;
  margin-bottom: 1.5em;
  line-height: 1.25em;
}
#cta,
#ama {
  padding: 40px 0 400px;
  text-align: center;
  background: url("../img/travel/cancun2015/desire.jpg") no-repeat 0 240px;
  background-size: 100% auto;
}
#cta .button,
#ama .button {
  margin-bottom: 15px;
  font-size: 1.5em;
  padding: 0.75em 2em 0.75em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cta p,
#ama p {
  color: #fff600;
  font-size: 26px;
}
#ama {
  font-size: 40px;
  line-height: 1.35em;
}
#ama a {
  display: block;
}
#alert_box,
#footer,
.literals,
#chat_error_layer,
#chat {
  display: none !important;
}
.button {
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  border: none;
  font-size: 24px;
  padding: 15px 30px 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #5dc23b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #46ab2c), color-stop(1, #6cd044));
  background: -ms-linear-gradient(bottom, #46ab2c, #6cd044);
  background: -moz-linear-gradient(center bottom, #46ab2c 0%, #6cd044 100%);
  background: linear-gradient(center bottom, #46ab2c 0%, #6cd044 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #215a0c;
  border-bottom-width: 5px;
}
.button:hover {
  background: #6dd64a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #60c645), color-stop(1, #7add51));
  background: -ms-linear-gradient(bottom, #60c645, #7add51);
  background: -moz-linear-gradient(center bottom, #60c645 0%, #7add51 100%);
  background: linear-gradient(center bottom, #60c645 0%, #7add51 100%);
  text-decoration: none;
}
.button:active {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 3px;
  border-bottom-width: 2px;
  margin-bottom: 3px;
}
/************************************************
 *** MOBILE CODE
 ************************************************/
@media (max-width: 1100px) {
  #header {
    height: auto;
  }
  #header #desire,
  #header #temptation {
    display: none;
  }
  #header #swingliving {
    height: 100px;
    background-position: center center !important;
  }
  .content,
  #hero h1,
  #hero h2 {
    width: 100%;
  }
  #hero {
    height: auto;
  }
  #hero h1 {
    padding-top: 1em;
    font-size: 1.5em;
  }
  #hero h2 {
    font-size: 1.25em;
  }
  #options,
  #faq {
    padding: 1.5em 0.5em;
  }
  #options h3,
  #faq h3,
  #options h4,
  #faq h4 {
    font-size: 1.35em;
    padding: 0;
  }
  #options p,
  #faq p {
    font-size: 1em;
    line-height: 1.25em;
  }
  #options ul,
  #faq ul {
    padding-top: 1em;
  }
  #options ul li,
  #faq ul li {
    padding: 1em 0 0.5em;
  }
  #options ul li .button,
  #faq ul li .button {
    float: right;
    padding: 0.5em;
  }
  #options ul li h4,
  #faq ul li h4 {
    font-size: 1.2em;
  }
  #options ul li p,
  #faq ul li p {
    font-size: 1em;
  }
  #options .otherdates,
  #faq .otherdates {
    font-size: 0.7em;
    line-height: 1.25em;
  }
  #options .otherdates a,
  #faq .otherdates a {
    display: block;
  }
  #upgrade p {
    padding: 0;
  }
  #upgrade #hero .button {
    width: 80%;
    line-height: 1.3em;
  }
  #upgrade #hero .button strong {
    font-size: 1.2em;
  }
  #upgrade #hero .button em {
    font-size: 1em;
  }
  #upgrade #hero .offer {
    width: 60%;
    height: auto;
    padding: 0.25em;
  }
  #upgrade #hero .offer h3 {
    width: auto;
    float: none;
    font-size: 0.7em;
    line-height: 1.25em;
    font-weight: bold;
    text-align: center;
  }
  #upgrade #hero .offer h3:first-child {
    text-align: center;
    width: auto;
  }
  #upgrade #hero .offer img {
    display: block;
    float: none;
    margin: 0 auto;
  }
  #upgrade #hero .offer h3,
  #upgrade #hero .offer img {
    margin-top: 0;
  }
  #upgrade #options {
    padding-top: 0;
  }
  #upgrade p {
    padding: 0 20%;
  }
  #faq h3 {
    padding-bottom: 1em;
  }
  #faq dl {
    width: auto;
  }
  #faq dl dt {
    font-size: 1em;
  }
  #faq dl dd {
    font-size: 0.9em;
  }
  #cta {
    padding: 0.5em 0 300px;
  }
  #cta .button {
    font-size: 1.2em;
    padding: 0.75em 0;
    width: 90%;
  }
  #cta p {
    font-size: 0.9em;
  }
  #ama {
    font-size: 1em;
    line-height: 1.35em;
  }
}
@media (max-width: 600px) {
  #photos li,
  #photos img {
    width: 100%;
    height: auto;
  }
  #header #swingliving {
    width: 60% !important;
    background-size: 100% auto !important;
  }
}
@media (max-width: 400px) {
  #header #swingliving {
    width: 80% !important;
    background-size: 100% auto !important;
  }
}


/* END travel.css */