/* ---------------------- reset ---------------------- */
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
hr {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a,
a:hover {
  text-decoration: none;
}
a.normal {
  font-size: 13px;
  font-style: italic;
}
/* ---------------------- layout ---------------------- */
body {
  background: #ffffff;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  padding: 0px
}
.outer {
  width: 100%;
}
.inner {
  margin: 0 auto;
  max-width: 978px;
}
/* ---------------------- typography ---------------------- */
p {
  color: #939598;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
p span {
  color: #00a4e0;
  font-weight: 200;
}
h2 {
  color: #ffffff;
  font-family: "ronnia", sans-serif;
  font-size: 79px;
  font-style: italic;
}
h4 {
  color: #ffffff;
  font-family: "ronnia", sans-serif;
  font-size: 32px;
  line-height: 37px;
  font-style: italic;
}
h5 {
  color: #284a82;
  font-family: "ronnia", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}
h6 {
  color: #284a82;
  font-family: "ronnia", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
}
/* ---------------------- embellishments ---------------------- */
.radius-one {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.radius-one-top-left {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.radius-one-top-right {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.radius-one-bottom-left {
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.radius-one-bottom-right {
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.shadow-one {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.shadow-two {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.shadow-three {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
}
.shadow-four {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
}
.shadow-five {
  -webkit-box-shadow: inset 0px 2px 2px #ffffff;
  -moz-box-shadow: inset 0px 2px 2px #ffffff;
  box-shadow: inset 0px 2px 2px #ffffff;
}
.gradient-one {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
}
.gradient-two {
  background-color: #e6e6e7;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6e6e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e7);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e7);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e7);
}
.gradient-three {
  background-color: #d5d6d8;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f6), to(#d5d6d8));
  background-image: -webkit-linear-gradient(top, #f5f5f6, #d5d6d8);
  background-image: -moz-linear-gradient(top, #f5f5f6, #d5d6d8);
  background-image: -ms-linear-gradient(top, #f5f5f6, #d5d6d8);
  background-image: -o-linear-gradient(top, #f5f5f6, #d5d6d8);
}
.gradient-four {
  background-color: #01a4e0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1bbae9), to(#01a4e0));
  background-image: -webkit-linear-gradient(top, #1bbae9, #01a4e0);
  background-image: -moz-linear-gradient(top, #1bbae9, #01a4e0);
  background-image: -ms-linear-gradient(top, #1bbae9, #01a4e0);
  background-image: -o-linear-gradient(top, #1bbae9, #01a4e0);
}
.gradient-five {
  background-color: #eb881d;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdad7f), to(#eb881d));
  background-image: -webkit-linear-gradient(top, #fdad7f, #eb881d);
  background-image: -moz-linear-gradient(top, #fdad7f, #eb881d);
  background-image: -ms-linear-gradient(top, #fdad7f, #eb881d);
  background-image: -o-linear-gradient(top, #fdad7f, #eb881d);
}
.gradient-six {
  background-color: #b2d34c;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cee769), to(#b2d34c));
  background-image: -webkit-linear-gradient(top, #cee769, #b2d34c);
  background-image: -moz-linear-gradient(top, #cee769, #b2d34c);
  background-image: -ms-linear-gradient(top, #cee769, #b2d34c);
  background-image: -o-linear-gradient(top, #cee769, #b2d34c);
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.underline {
  text-decoration: underline !important;
}
.last {
  margin-right: 0px !important;
}
.break {
  clear: both;
  height: 10px;
}
.clearer {
  clear: both;
}
.blue-box {
  background: #1eb5ec;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 3% 10px;
  font-size: 12px;
  line-height: 21px;
  font-style: italic;
}
.blue-box p {
  color: #fff;
}
.form-error {
  border: 1px solid red !important;
}
/* ---------------------- buttons ---------------------- */
.button-one,
.button-two,
.button-three {
  background: #284a82;
  display: inline-block;
  border-radius: 5px;
  color: #fdfcfc;
  font-style: italic;
  font-family: "ronnia", sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 5px 20px;
  -moz-box-shadow: inset 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 3px 3px rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #004b84;
  margin: 0px !important;
}
.button-two {
  background: #df9933;
  border-bottom: 1px solid #c67318;
}
.button-three {
  background: #bcd051;
  border-bottom: 1px solid #95b23f;
}
.button-one:hover {
  color: #f79429;
}
/* ---------------------- fields ---------------------- */
.hidden-field {
	display:none !important;
}
.field-one label {
  font-size: 13px;
  font-family: "Helvetica", sans-serif;
  font-style: italic;
  color: #284a82 !important;
  position: relative;
  top: 5px;
}
.field-one input,
.field-one textarea {
  width: 235px;
  font-size: 13px;
  font-family: "Helvetica", sans-serif;
  -moz-box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
  box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
  font-style: italic;
  color: #284a82 !important;
}
.field-one input.half {
  width: 100px;
}
.field-one input.three-quarters {
  width: 120px;
}
.field-one textarea {
  width: 505px;
  height: 70px;
  resize: none;
}
.field-one textarea.half {
  width: 235px;
}
.field-one textarea.small {
  height: 61px;
}
.placeholder-blue::-webkit-input-placeholder {
  color: #284a82 !important;
}
.placeholder-blue:-moz-placeholder {
  color: #284a82 !important;
}
.faux-select-holder {
  position: relative;
}
.faux-select {
  background: url('../img/faux-select.png') center right no-repeat;
}
.faux-select-globe {
  background: url('../img/faux-select-globe.png') center right no-repeat;
}
.faux-select-star {
  background: url('../img/faux-select-star.png') center right no-repeat;
}
.faux-select-resort {
  background: url('../img/faux-select-resort.png') center right no-repeat;
}
.faux-select-date {
  background: url('../img/faux-select-date.png') center right no-repeat;
}
.faux-select-choices {
  position: absolute;
  display: none;
  top: 29px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  -moz-box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
  box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
  min-width: 200px;
  z-index: 10;
  border: 1px solid #bbb;
}
.faux-select-scroll {
	height: 300px;
	overflow: scroll;
}

.faux-select-choices a {
  clear: both;
  font-style: italic;
  font-size: 13px;
  line-height: 25px;
}
.datepicker {
  font-style: italic;
  color: #284a82;
  font-size: 13px;
}
.faux-radio-holder {
  padding: 0 10px;
  position: relative;
}
.faux-radio-holder label {
  margin: 0 5px 0 0 !important;
  float: left;
}
.faux-radio {
  display: inline-block;
  position: relative;
  top: 6px;
  background: url('../img/faux-radio.png') 0px -22px;
  width: 17px;
  height: 16px;
  margin: 0 5px 0 0 !important;
  float: left;
}
.faux-radio-checked {
  background: url('../img/faux-radio.png') 0px 0px;
}
.faux-checkbox {
  display: inline-block;
  position: relative;
  top: 3px;
  background: url('../img/faux-checkbox.png') 0px 0px;
  width: 24px;
  height: 26px;
  margin: 0 0 0 5px !important;
  float: left;
}
.faux-checkbox-checked {
  background: url('../img/faux-checkbox.png') 0px -31px;
}

.ui-autocomplete {
	background: #fff !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	-moz-box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
	-webkit-box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
	box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
	border: 1px solid #bbb;	
	max-width: 400px !important;
}

.ui-menu-item {
	padding: 0 5px;
}

.ui-menu-item a {
	font-size: 13px;
	font-family: "Helvetica", sans-serif;
	font-style: italic;
	color: #0088cc !important;
}

.preferred-resorts-holder-hidden, .additional-travellers-details {
	display: none;
}


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none !important;
    border: none !important;
    color: #d9d9d9;
    font-weight: 400 !important;
    color: #284a82 !important;
}

/* ---------------------- error-popup ---------------------- */
.error-popup-holder-outer {
  display: none;
  position: relative;
  z-index: 30;
}
.error-popup-holder {
  position: absolute;
  top: 15px;
}
.error-popup:after {
  border-color: #FFFFFF transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border-width: 0 7px 7px;
  bottom: auto;
  left: 43px;
  top: -7px;
}
.error-popup:before {
  border-color: #5ea2df transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border-width: 0 10px 10px;
  bottom: auto;
  left: 40px;
  top: -10px;
}
.error-popup {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #5ea2df;
  border-radius: 10px 10px 10px 10px;
  color: #333333;
  margin: 1em 0 3em;
  padding: 5px;
  position: relative;
}
.error-popup p {
  font-style: italic;
  font-size: 13px;
  color: #5ea2df;
  width: 200px;
}
.error-popup p img {
  padding: 0 0 10px 10px;
}
/* ---------------------- date-picker ---------------------- */
.ui-datepicker {
  background: #fff !important;
  color: #284a82 !important;
  font-style: italic !important;
  font-size: 13px !important;
}
.ui-datepicker-header {
  border: none !important;
  background: transparent !important;
  color: #284a82 !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  border: none !important;
  background: transparent !important;
}
.ui-state-default {
  background: #dbdbda !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background: #df9933 !important;
  color: #ffffff !important;
}
.ui-state-disabled {
  background: #dbdbda !important;
}
.datepicker-header {
  background: #f1f2f2;
  -moz-top-left-border-radius: 5px;
  -webkit-top-left-border-radius: 5px;
  -khtml-top-left-border-radius: 5px;
  border-top-left-radius: 5px;
  -moz-top-right-border-radius: 5px;
  -webkit-top-right-border-radius: 5px;
  -khtml-top-right-border-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.datepicker-header p {
  font-family: "ronnia", sans-serif;
  color: #31599c;
  padding: 10px 10px 15px;
  font-size: 20px;
  font-weight: 700;
  float: left;
}
.datepicker-header a {
  float: right;
  padding: 10px;
  color: #284a82 !important;
  font-size: 13px;
}
.datepicker-header a span {
  font-weight: 700 !important;
  font-style: normal;
  margin-left: 5px;
}
/* ---------------------- header ---------------------- */
.header-outer {
  background: #31599c;
  border-bottom: 2px solid #284a82;
  min-height: 120px;
}
.header-logo {
  float: left;
  margin: 19px 0;
}
.header-nav {
  float: left;
  width: 46%;
  /* 475 / 978 */

}
.header-nav ul {
  margin: 68px 0 0 6.315789474%;
  /*  30 / 475 */

}
.header-nav ul li {
  float: left;
  margin-right: 4.210526316%;
  margin-right: 2%;
  /* 20 / 475 */

  position: relative;
}
.header-nav ul li.last {
  margin-right: 0px;
}
.header-nav ul li a {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 3px;
  font-family: "proxima-nova-alt", sans-serif !important;
}
.header-nav ul li a:hover {
  color: #df9933;
}
.header-nav ul li ul {
  position: absolute;
  display: none;
  background: #df9933;
  margin: 0px;
  z-index: 5;
  padding: 10px;
}
.header-nav ul li ul li {
  width: 190px;
  margin-bottom: 7px;
}
.header-nav ul li ul li.last {
  margin-bottom: 0px;
}
.header-nav ul li:hover ul {
  display: block;
}
.header-nav ul li ul li a:hover {
  color: #31599c;
}
.header-nav-mobile {
  float: right;
  padding: 10px;
  display: none;
}

.header-nav-mobile ul {
  display: none;
  position: absolute;
  background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 220px;
    right: 10px;
    top: 45px;
    z-index: 9999;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.header-nav-mobile ul li {
  padding: 10px;
}

.about-us .header-nav-about-us,
.about-us .footer-about-us,
.meet-the-team .header-nav-about-us,
.meet-the-team .footer-about-us,
.how-it-works .header-nav-about-us,
.how-it-works .footer-how-it-works,
.terms-and-conditions .header-nav-about-us,
.terms-and-conditions .footer-terms-and-conditions,
.affiliates .header-nav-affiliates,
.affiliates .footer-affiliates,
.activation .header-nav-affiliates,
.flight-packages .header-nav-packages,
.flight-packages .footer-packages,
.flight-packages-view .header-nav-packages,
.flight-packages-view .footer-packages,
.monthly-deals .header-nav-packages,
.monthly-deals .footer-packages,
.monthly-deals-view .header-nav-packages,
.monthly-deals-view .footer-packages,
.resorts-home .header-nav-resorts,
.resorts-home .footer-resorts,
.resorts-state .header-nav-resorts,
.resorts-state .footer-resorts,
.resorts-profile .header-nav-resorts,
.resorts-profile .footer-resorts,
.resorts-location .header-nav-resorts,
.resorts-location .footer-resorts,
.resorts-search .header-nav-resorts,
.resorts-search .footer-resorts,
.contact .header-nav-contact,
.contact .footer-contact,
.blog .header-nav-blog,
.blog .footer-blog,
.faq .header-nav-faq,
.faq .footer-faq,
.quote-request .footer-quote-request {
  color: #df9933;
}
.header-right {
  float: right;
  text-align: right;
}
.header-phone {
  margin: 20px 0 24px;
}
.header-phone p {
  color: #fff;
  font-weight: 700;
  font-size: 1.25em;
  /* 20 / 16 */

}
.header-social {
  width: 345px;
  /* 305 */

}
.header-social ul,
.footer-social ul {
  margin-top: 3px;
  width: 40.327868852%;
  /* 123 / 305 */

  float: right;
}
.header-social ul li,
.footer-social ul li {
  float: left;
  margin-right: 1.639344262%;
  /* 5 / 305 */

}
.header-social ul li a,
.footer-social a {
  display: block;
  width: 27px;
  height: 27px;
}
.header-social ul li a:hover,
.footer-social ul li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.header-social input {
  float: left;
  width: 39.016393443%;
  /* 119 / 305 */

  height: 28px;
  padding: 2px 2.62295082% 0;
  /* 8 / 305*/

  font-style: italic;
  font-size: 13px;
  background: #5ea2df;
  color: #fff;
  border: none;
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0px 2px 0px rgba(0, 0, 0, 0.1);
  margin-right: 1.639344262%;
  /* 5 / 305 */

}
.header-social-submit {
  float: left;
  display: block;
  width: 32px !important;
  height: 33px !important;
  background: url('../img/header-social-submit.png') 0px 0px;
}
.header-social-submit:hover {
  background: url('../img/header-social-submit.png') 0px -37px;
}

.goto-checkout {
	position: relative;
	top: -1px;
	margin-right: 15px;
}

.view-cart {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
	line-height: 26px;
	margin-top: 3px;
}

.view-cart img {
	position: relative;
	top: -2px;
}

.view-cart:hover, .goto-checkout:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
}


/* ---------------------- modal ---------------------- */
.modal {
  width: 300px;
  background: transparent;
}
.modal-header {
  background: #00a4e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #fff;
  border-bottom: none;
  -moz-box-shadow: inset 0 -3px 2px rgba(0, 114, 155, 0.4), inset 0 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 -3px 2px rgba(0, 114, 155, 0.4), inset 0 3px 3px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -3px 2px rgba(0, 114, 155, 0.4), inset 0 3px 3px rgba(255, 255, 255, 0.5);
}
.modal-header h3 {
  color: #fefefd;
  font-family: "ronnia", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
}
.modal-body {
  background: #efefef;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 2px solid #fff;
  border-top: none;
  font-size: 13px;
  line-height: 22px;
  font-family: "Helvetica", sans-serif;
  color: #00599d;
  font-style: italic;
  padding-bottom: 20px;
}
.modal-body-no-head {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.close {
  opacity: 1.0;
}
.divDialogElements input,
.divDialogElements textarea {
  font-style: italic;
  width: 85%;
  font-size: 13px;
  font-family: "Helvetica", sans-serif;
  margin: 12px 10px 0px;
  -moz-box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
  box-shadow: inset 0px 0px 3px #c8c8c8, 0px 1px 0px #ffffff;
}
.divDialogElements textarea {
  height: 70px;
  resize: none;
}
.modal-submit {
  background: #00599d;
  display: inline-block;
  border-radius: 5px;
  color: #fdfcfc;
  font-style: italic;
  font-family: "ronnia", sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 5px 20px;
  float: right;
  margin: 12px 20px 0;
  -moz-box-shadow: inset 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 3px 3px rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #004b84;
}
.modal-submit:hover {
  color: #f79429;
}
/* ---------------------- resort-disclaimer ---------------------- */
.resort-disclaimer-modal-holder {
	position: relative;
}
.resort-disclaimer-modal {
	display: none;
	position: absolute;
	top: -310px;
	left: -80px;
	width: 200px;
	background: #5ea2df;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	border: 2px solid #fff;
	padding: 10px;
}

.resort-disclaimer-modal:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 14px solid transparent;
	border-top-color: #fff;
	bottom: -28px;
	right: 26px;
}

.resort-disclaimer-modal:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-top-color: #5ea2df;
	bottom: -20px;
	right: 30px;
}

.resort-disclaimer-modal h5 {
	padding: 0px !important;
	margin: 0 0 5px 0;
}

.resort-disclaimer-modal p {
	color: #fff;
	font-style: italic;
}

.resort-disclaimer-modal a {
	color: #284a82;
	font-style: italic;
	font-size: 13px;
}

.resort-disclaimer-modal a:hover {
	color: #fff;
}

.resort-disclaimer-modal-close {
	float: right;
}

/* ---------------------- service-bar ---------------------- */
.service-bar {
  position: relative;
  top: -20px;
  background: #00a4e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), inset 0px 2px 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), inset 0px 2px 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.8), inset 0px 2px 2px rgba(255, 255, 255, 0.5);
  height: 52px;
}
.service-bar ul li {
  float: left;
  border-left: 1px solid #0087c6;
  border-right: 1px solid #33b6e6;
  padding: 8px 0;
  position: relative;
}
.service-bar-modal-close {
  display: none;
  position: absolute;
  right: 2px;
  top: 2px;
}
.service-bar-modal {
  display: none;
  position: absolute;
  top: 52px;
  background: #f0f0f0;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding-bottom: 20px;
}
.service-bar ul li:hover {
  background: #1eb5ec;
}
.service-bar ul li.active {
  background: #f0f0f0;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.service-bar ul li a img {
  float: left;
  margin: 0 8px 0 12px;
}
.service-bar ul li a.text {
  float: left;
}
.service-bar ul li a p {
  color: #fff;
  margin: 0px;
  font-size: 14px;
  line-height: 12px;
  font-weight: 200;
}
.service-bar ul li.active a p,
.service-bar ul li.active a h5 {
  color: #00599d;
}
.service-bar ul li a h5 {
  color: #fff;
  margin: 0px;
  font-size: 20px;
}
.service-bar-home {
  width: 7.259713701%;
  /* 71 / 978 */

  border-left: none !important;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.service-bar-icon {
  width: 29px;
  height: 36px;
  float: left;
  margin: 0 12px 0 8px;
}
.service-bar-destinations {
  width: 22.903885481%;
}
/* 224 / 978 */
.service-bar-destinations .service-bar-icon {
  background: url('../img/service-bar-destinations.png') 0px 0px no-repeat;
}
.service-bar-resorts {
  width: 23.006134969%;
}
/* 225 / 978 */
.service-bar-resorts .service-bar-icon {
  background: url('../img/service-bar-resorts.png') 0px 0px no-repeat;
}
.service-bar-resorts .modal-info-row {
  width: 520px;
}
.service-bar-booking {
  width: 22.903885481%;
}
/* 224 / 978 */
.service-bar-message {
  width: 23.006134969%;
  /* 2245 / 978 */

  border-right: none !important;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.service-bar-message .service-bar-icon {
  background: url('../img/service-bar-message.png') 0px 0px no-repeat;
  width: 42px;
}
.service-bar-message .service-bar-modal {
  right: 0px;
}
.modal-info {
  padding: 20px;
}
.modal-info-hidden {
  display: none;
}
.modal-info-row {
  clear: both;
  position: relative;
}
.modal-info-row a,
.modal-info-row select,
.modal-info-row input,
.modal-info-row label {
  float: left;
  margin-right: 20px;
}
.modal-info-row a span {
  font-weight: 700;
  font-style: normal;
}
.modal-info-row hr {
  clear: both;
  border-top: 1px solid #bbbbbc;
  border-bottom: 1px solid #ffffff;
}
.modal-info-row h6 {
  margin: 0 0 15px;
}
.modal-info-row-half {
  width: 268px;
  overflow: hidden;
  float: left;
}
/* ---------------------- main ---------------------- */

.main-outer-outer {
  background: url('../img/main-outer-outer-sub.jpg') top repeat-x;
  min-height: 479px;
  border-top: 2px solid #d9d8d7;
}

.home .main-outer-outer {
  background: url('../img/main-outer-outer.jpg') top center no-repeat;
  min-height: 479px;
  border-top: 2px solid #d9d8d7;
}

.main-outer {
  min-height: 479px;
}
.home .main-outer {
  background: url('../img/main-outer-home.jpg') top center no-repeat;
}

/* ---------------------- home-features ---------------------- */
.home-features {
  padding-top: 300px;
}
.home-features-1 {
  background: url('../img/home-features-1-bg.jpg') top right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 65.644171779%;
  /* 642 / 978 */

  float: left;
  margin-right: 3.067484663%;
  /* 30 / 978 */

  min-height: 165px;
}
.home-features-1 img {
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.home-features-1-text {
  float: left;
  padding: 5px 0 0.511247444% 15px;
  /* 5 / 978 */

  width: 58.099688474%;
  /* 373 / 642 */

}
.home-features-1-text h4 {
  margin-bottom: 20px;
}
.home-features-1-text h2 {
  font-style: normal;
  float: left;
  font-size: 67px;
	position: relative;
	left: -5px;
}
.home-features-1-text h2 span {
	font-size: 15px;
	position: relative;
	top: -32px;
	left: 5px; 
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
.home-features-1-text p {
  font-size: 20px;
  line-height: 24px;
  color: #00599d;
  float: left;
  margin: 0 2.680965147%;
  font-family: "ronnia", sans-serif;
  font-weight: 700;
  font-style: italic;
	left: -5px;
  /* 10 / 373 */

  position: relative;
  top: -5px;
}
.home-features-1-text a {
  float: left;
  padding: 5px 2.680965147%;
  /* 10 / 373 */

  position: relative;
  top: 5px;
}
.home-features-2 {
  background: #bcd051;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  float: left;
  width: 31.288343558%;
  /* 306 / 978 */

  min-height: 165px;
}
.home-features-2-text {
  float: left;
  padding: 5px 0;
  width: 49.019607843%;
  /* 150 / 306 */

}
.home-features-2 img {
  float: left;
  margin-right: 3.267973856%;
  /* 10 / 306 */

  position: relative;
  top: -5px;
}
.home-features-2-text h4 {
  margin-bottom: 20px;
}
/* ---------------------- latest-news ---------------------- */

.latest-news a.all {
  display: block;
  text-align: center;
  padding: 5px 0;
}

.latest-news ul, .latest-news ul li {
  list-style: square url('../img/latest-news-ul.png') !important;
  padding: 5px 0;
}

.latest-news ul li {
  padding: 5px 0;
  margin: 0 0 0 30px;
}

.latest-news ul li a {
  position: relative;
  top: -5px;
  text-decoration: underline;
  font-size: 12px;
}

/* ---------------------- home-specials ---------------------- */
.home-special {
  float: left;
  width: 31.288343558%;
  /* 306 / 978 */

  background: #5ea2df;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-right: 3.067484663%;
  /* 30 / 978 */

  min-height: 260px;
  margin-bottom: 20px;
}
.home-special.last {
  margin-right: none;
}
.home-special-price {
  position: absolute;
  right: -11px;
  top: 105px;
  width: 98px;
  height: 54px;
  background: url('../img/home-special-price.png') no-repeat;
  padding: 10px 10px;
}

.home-special-price h4 {
	font-size: 20px;
	line-height: 24px;
}

.home-special-price p {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  margin: 2px 0 0;
}
.home-special-img {
  border-bottom: 2px solid #ffffff;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.home-special-text {
  float: left;
  min-height: 120px;
  width: 55.22875817%;
  /* 169 / 306 */

  padding: 10px 3.267973856%;
  /* 10 / 306 */

}
.home-special-text h6 {
  color: #ffffff;
  margin-bottom: 5px;
}
.home-special-text p {
  color: #ffffff;
  margin-bottom: 5px;
}
.home-special a.facebook-like {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.home-special a.button-three {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* ---------------------- blog ---------------------- */

.blog-entry {
  clear: both;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
}

.blog-entry.last {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.blog-date {
  position: absolute;
  right: 2.754820937%; /* 20 / 726 */
  top: -10px;
  width: 62px;
  height: 67px;
  background: url('../img/blog-date.png');
  text-align: center;
  padding: 5px 0;
}

.blog-date h6 {
  color: #fff;
}


/* ---------------------- home-affiliate-ad ---------------------- */
.home-affiliate-ad {
  width: 24.684376278%;
  /* 242 / 978 */

  float: left;
  background-color: #e6e6e7;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6e6e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e7);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e7);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e7);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e7);
  padding: 9px 0 3px;
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #d6d6d7;
  border-right: 1px solid #f8f8f8;
  position: relative;
}
.home-affiliate-ad.first {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.home-affiliate-ad.last {
  border-right: 1px solid #f8f8f8;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.home-affiliate-ad-rollover {
  display: none;
  position: absolute;
  background-color: #d5d6d8;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f6), to(#d5d6d8));
  background-image: -webkit-linear-gradient(top, #f5f5f6, #d5d6d8);
  background-image: -moz-linear-gradient(top, #f5f5f6, #d5d6d8);
  background-image: -ms-linear-gradient(top, #f5f5f6, #d5d6d8);
  background-image: -o-linear-gradient(top, #f5f5f6, #d5d6d8);
  width: 106%;
  left: -3%;
  top: -6px;
  padding: 14px 0 8px;
  z-index: 5;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
}
/* ---------------------- home-about ---------------------- */
.home-about {
  width: 74.233128834%;
  /* 726 / 978 */

  float: left;
  margin-right: 3.067484663%;
  /* 30 / 978 */

}
.home-about-main-left {
  float: left;
  width: 65.289256198%;
  /* 474 / 726 */

  margin-right: 4.132231405%;
  /* 30 / 726 */

}
.home-about-main-right {
  float: left;
  width: 30.578512397%;
  /* 222 / 726 */

}
.home-about-main-right a {
  float: left;
  width: 50%;
  /* 111 / 222 */

}
.home-deals-subscription {
  float: left;
  width: 22.699386503%;
  /* 222 / 978 */

}
/* ---------------------- home-travel-partners ---------------------- */
.home-travel-partners h6 {
  font-size: 15px;
  width: 65.289256198%;
  /* 474 / 726 */
}
.home-travel-partners a {
  display: block;
  background: #f6f6f7;
  float: left;
  margin-right: 0.20661157%;
  /* 1.5 / 726 */

  width: 24.79338843%;
  /* 180 / 726 */

  text-align: center;
}
.home-travel-partners a.last {
  margin-right: none;
}
/* ---------------------- deals-subscription ---------------------- */
.deals-subscription {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
  padding: 10px 4.504504505% ;
  /* 10 / 222 */

  border: 1px solid #e7e7e7;
  overflow: hidden;
  max-width: 222px;
}
.deals-subscription p {
  color: #00a4e0;
  font-weight: 200;
  margin: 5px 0;
}
.deals-subscription input {
  width: 90.990990991%;
  /* 182 / 222 */

}
.deals-subscription a {
  float: right;
}
/* ---------------------- search-flight-destinations ---------------------- */
.search-flight-destinations {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
  padding: 10px 2.109704641% ;
  /* 10 / 474 */

  border: 1px solid #e7e7e7;
  min-height: 90px;
}
.search-flight-destinations img {
  float: left;
  margin-right: 10px 2.109704641% ;
  /* 10 / 474 */

  position: relative;
  top: 5px;
}
.search-flight-destination-text {
  float: left;
}
.search-flight-destinations-text p {
  color: #284a82;
  margin: 0px;
}
.search-flight-destinations .faux-select-holder {
  float: left;
}
.search-flight-destinations .faux-select {
  width: 295px;
}
.search-flight-destinations a.button-one {
  float: right;
}
.search-flight-destinations-results {
  display: none;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 2.109704641% ;
  /* 10 / 474 */

  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.search-flight-destinations-results p {
  font-style: italic;
}
.search-flight-destinations-results p em {
  text-transform: uppercase;
}
.search-flight-destinations-results span {
  color: #284a82;
}
.search-flight-destinations-results a {
  float: right;
}
/* ---------------------- purchase-package ---------------------- */
.purchase-package {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
  padding: 10px 4.504504505%;
  /* 10 / 222 */

  border: 1px solid #e7e7e7;
}
.purchase-package-form-monthly-deals {
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
  padding: 10px 4.504504505%;
  /* 10 / 222 */

  border: 1px solid #e7e7e7;
  min-height: 300px;
}
.flight-packages .purchase-package {
  min-height: 90px;
}
.purchase-package-button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 4.95049505%;
  /* 10 / 202 */

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  background-color: #eb881d;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdad7f), to(#eb881d));
  background-image: -webkit-linear-gradient(top, #fdad7f, #eb881d);
  background-image: -moz-linear-gradient(top, #fdad7f, #eb881d);
  background-image: -ms-linear-gradient(top, #fdad7f, #eb881d);
  background-image: -o-linear-gradient(top, #fdad7f, #eb881d);
}
.purchase-package-button h6 {
  float: left;
  color: #fff;
  margin: 3px 0;
}
.purchase-package-button img {
  float: right;
}
.purchase-package-form {
  display: none;
  overflow: hidden;
}
.purchase-package-form input {
  width: 93%;
}
.purchase-package-form-monthly-deals input {
  width: 90%;
}
.purchase-package-form-modal input {
  width: 90% !important;
}

.purchase-package-form em {
	float: left;
	font-style: italic;
	color: #00599d;
	font-size: 13px;
}

.purchase-package-form a,
.purchase-package-form-monthly-deals a {
  float: right;
}
.purchase-package-code {
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 12px 4.95049505% 10px;
  /* 10 / 202 */

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  background-color: #b2d34c;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cee769), to(#b2d34c));
  background-image: -webkit-linear-gradient(top, #cee769, #b2d34c);
  background-image: -moz-linear-gradient(top, #cee769, #b2d34c);
  background-image: -ms-linear-gradient(top, #cee769, #b2d34c);
  background-image: -o-linear-gradient(top, #cee769, #b2d34c);
}
.purchase-package-code .field-one input {
  width: 70%;
  margin: 0px;
}
.purchase-package-code img {
  float: right;
}
/* ---------------------- our-travel-partners ---------------------- */
.our-travel-partners ul li {
  float: left;
  width: 49.54954955%;
  /* 110 / 222 */

  background: #f6f6f7;
  margin-bottom: 1px;
  text-align: center;
  margin-right: 0.45045045%;
  /* 1 / 222 */

}
.our-travel-partners p {
  font-size: 12px;
  font-style: italic;
  margin: 0 4.504504505%;
  /* 10 / 222 */

}
/* ---------------------- quick-search ---------------------- */
.terms-slider {
  background: #f1f2f2;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 2.109704641%;
  /* 10 / 474 */

  border: 1px solid #f1f2f2;
}
.terms-slider-text {
  display: none;
  padding: 10px 2.109704641%;
  /* 10 / 474 */

  border: 1px solid #f1f2f2;
}
.terms-slider-text p {
  font-size: 10px;
}
.terms-slider-tab {
  background: #e5e5e5;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 2.109704641%;
  /* 10 / 474 */

  text-align: right;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.terms-slider-tab a {
  color: #284a82;
  font-size: 12px;
}
.terms-slider-tab a img {
  position: relative;
  top: -1px;
  left: 3px;
}
.terms-slider-tab .close-slider {
  display: none;
}
/* ---------------------- quick-search ---------------------- */
.quick-search {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
  padding: 10px 4.504504505% ;
  /* 10 / 222 */

  border: 1px solid #e7e7e7;
  max-width: 222px;
}
.quick-search input {
  width: 90.990990991%;
  /* 182 / 222 */

}
.quick-search a.normal {
  float: left;
}
.quick-search a.button-one {
  float: right;
}
/* ---------------------- message-us ---------------------- */
.message-us {
  background: #f1f2f2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  max-width: 222px;
}
.message-us-button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  background-color: #01a4e0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1bbae9), to(#01a4e0));
  background-image: -webkit-linear-gradient(top, #1bbae9, #01a4e0);
  background-image: -moz-linear-gradient(top, #1bbae9, #01a4e0);
  background-image: -ms-linear-gradient(top, #1bbae9, #01a4e0);
  background-image: -o-linear-gradient(top, #1bbae9, #01a4e0);
}
.message-us-button img {
  float: left;
  margin-right: 10px;
}
.message-us-text {
  float: left;
}
.message-us-text p {
  margin: 0px;
  color: #fff;
  font-size: 14px;
}
.message-us-text h5 {
  color: #fff;
  font-size: 20px;
}
/* ---------------------- home-latest-news ---------------------- */
.home-latest-news-title {
  padding: 10px 4.504504505% 0;
  /* 10 / 222 */

}
.home-latest-news p {
  color: #00a4e0;
  font-weight: 200;
}
.home-latest-news ul {
  margin: 10px 0 0;
}
.home-latest-news ul li {
  clear: both;
}
.home-latest-news ul li img {
  float: left;
  padding: 5px 4.95049505% 5px 0;
  /* 10 / 202 */

}
.home-latest-news-text {
  float: left;
  width: 84.158415842%;
  /* 170 / 202 */

}
.home-latest-news-text a {
  font-size: 12px;
  line-height: 14px;
  color: #00599d;
  text-decoration: underline;
}
.home-latest-news-text a:hover {
  color: #df9933;
}
.home-latest-news-text p {
  margin-bottom: 10px;
}
.home-latest-news-link {
  clear: both;
  text-align: center;
}
.home-latest-news-link a {
  line-height: 30px;
}
/* ---------------------- home-testimonials ---------------------- */
.home-testimonial {
  float: left;
  width: 45.398773006%;
  /* 444 / 978 */
  margin-right: 3.067484663%;
  /* 30 / 978 */

  background: #e3f5fc;
  padding: 20px 1.533742331% 10px;
  /* 15 /  */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.home-testimonial.last {
  margin-right: 0px;
}
.home-testimonial p {
  color: #00599d;
  font-size: 13px;
  line-height: 22px;
  font-style: italic;
}
/* ---------------------- footer ---------------------- */
.footer-outer {
  background: url('../img/footer-outer.jpg') top center no-repeat;
  min-height: 242px;
  padding-top: 90px;
}
/* ---------------------- footer-top ---------------------- */
.footer-top-outer {
  background: #00599d;
  min-height: 170px;
  padding-bottom: 20px;
}
.footer-col {
  float: left;
  margin-right: 3.067484663%;
  /* 30 / 978 */

}
.footer-col.last {
  margin-right: 0px;
}
.footer-col-3 {
  width: 22.699386503%;
  /* 222 / 978 */

}
.footer-col-2 {
  width: 14.110429448%;
  /* 138 / 978 */

}
.footer-col ul {
  margin: 20px 0 0;
}
.footer-col p {
  line-height: 20px;
  color: #fff;
}
.footer-col ul li img {
  margin-right: 2.252252252%;
  /* 5 / 222 */

}
.footer-col ul li p {
  color: #00a4e0;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0px;
  font-family: "proxima-nova-alt", sans-serif !important;
}
.footer-col ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  font-family: "proxima-nova-alt", sans-serif !important;
}
.footer-col ul li a:hover {
  color: #df9933;
}
.footer-col ul li {
  border-bottom: 1px solid #3077ae;
}
.footer-col ul li.icon.last {
  border-bottom: 1px solid #205985;
}
.footer-col ul li.last {
  border-bottom: none;
}
/* ---------------------- footer-bottom ---------------------- */
.footer-bottom-outer {
  background: #00a4e0;
  min-height: 52px;
}
.footer-social {
  margin-top: 11px;
  float: left;
  width: 45%;
}
.footer-social ul {
  width: 100%;
}
.footer-design {
  float: right;
  width: 45%;
  text-align: right;
}
.footer-design p {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  line-height: 52px;
  margin: 0px;
}
.footer-design img {
  position: relative;
  top: -2px;
  left: 5px;
}
/* ---------------------- generic ---------------------- */
.generic {
  padding-top: 40px;
}
.generic-content {
  float: left;
  width: 74.233128834%;
  /* 726 / 978 */

  margin-right: 3.067484663%;
  /* 30 / 978 */

}
.generic-sidebar {
  float: left;
  width: 22.699386503%;
  /* 222 / 978 */

}
.generic-sidebar-breakers-top,
.flight-packages-breakers-top {
  display: none;
}
.about-us .generic-content p,
.affiliates .generic-content p,
.terms-and-conditions .generic-content p {
  line-height: 27px;
}
.terms-and-conditions .generic-content h5 {
  clear: both;
  float: left;
  width: 11.570247934%;
  text-align: center;
}
.terms-and-conditions .generic-content p.terms {
  float: left;
  width: 88.429752066%;
}
.divider {
  clear: both;
  height: 59px;
  background: url('../img/divider.png') top left no-repeat;
}
.divider.right {
  background-position: top right;
}

.divider-boat {
  clear: both;
  height: 59px;
  background: url('../img/divider-boat.png') top right no-repeat;
}


/* ---------------------- contact ---------------------- */

.contact-info {
  float: left;
  width: 22.699386503%; /* 222 / 978 */
  margin-right: 3.067484663%; /* 30 / 978 */
}

.contact-info img {
  clear: both;
  float: left;
  margin-top: 10px;
}

.contact-info .indent {
  float: left;
  margin: 10px 0 0 2.252252252%; /* 5 / 222 */
}

.contact-info a {
  color: #939598;
  font-size: 12px;
  line-height: 16px;
}

.contact-info a:hover, .contact-info h6.indent {
  color: #1eb5ec;
  margin-bottom: 5px; 
}

.contact-form {
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
  padding: 10px 1.022494888%; /* 10 / 978 */
  border: 1px solid #e7e7e7;
  overflow: hidden;
  max-width: 454px;
}

.contact-form a {
  float: right;
}

.contact-form input, .contact-form textarea {
  width: 96.916299559%; /* 440 / 454 */
}

.contact-form input.half {
  width: 46.375770925%; /* 211 / 454 */
}


/* ---------------------- how-it-works ---------------------- */

.how-it-works-item {
	clear: both;
}

.how-it-works-item-number {
	float: left;
	width: 138px;
	margin-right: 30px;
	width: 74px;
	height: 106px;
	background: #00a4e0;
	padding: 0 16px;
	-moz-border-radius: 53px;
	-webkit-border-radius: 53px;
	-khtml-border-radius: 53px;
	border-radius: 53px;
	text-align: center;
}

.how-it-works-item-number h1 {
	color: #fff;
	font-size: 50px;
	font-style: italic;
	line-height: 106px;
}

.how-it-works-item-text {
	float: left;
	width: 306px;
	margin-right: 30px;
}

.how-it-works-item-text-title {
	width: 222px;
	line-height: 20px;
}

.how-it-works-item-text a {
	text-decoration: underline;
}

.how-it-works-item-text p {
	line-height: 27px;
}


.how-it-works-item-image {
	float: left;
	width: 474px;
}


/* ---------------------- activation ---------------------- */

.activation-steps ul {
	margin: 20px 0;
	overflow: hidden;
}

.activation-steps ul li {
	float: left;
	width: 30.578512397%;
	margin-right: 4.132231405%;
}

.activation-steps ul li.last {
	margin-right: 0px;
}

.activation-steps ul li img {
	display: block;
	float: left;
	margin: 0 0 15px;
}

.activation-steps ul li h1 {
	clear: both;
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	background: #00a4e0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 25px;
	font-style: italic;
}

.activation-steps ul li h6 {
	float: left;
	font-size: 16px;
	line-height: 20px;
	width: 72.972972973%;
	margin: 5px 0 0;
}


/* ---------------------- standard ---------------------- */
.standard-sidebar {
  float: left;
  width: 22.699386503%;
  /* 222 / 978 */

  margin-right: 3.067484663%;
  /* 30 / 978 */

}
.standard-content {
  float: right;
  width: 74.233128834%;
  /* 726 / 978 */

}
.full-content {
  float: left;
  width: 100%;
  /* 978 / 978 */

}
.standard-title {
  background: #f1f2f2;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}
.standard-title a {
  color: #284a82;
  line-height: 30px;
}
.standard-title a:hover {
  color: #df9933;
}
.standard-title-left {
  float: left;
}
.standard-title-right {
  float: right;
}

.standard-title-left h5 span {
	color: #f79429;
}

/* ---------------------- faq ---------------------- */

.faq-item {
	overflow: hidden;	
}

.faq-item .number, .faq-item .text {
	float: left;
}

.faq-item .number {
	width: 8%;
}

.faq-item .text {
	width: 92%;
}

/* ---------------------- team-panels ---------------------- */
.team-panel-text {
  float: left;
  width: 65.289256198%;
  /* 474 / 726 */

}
.team-panel-image {
  float: left;
  width: 30.578512397%;
  /* 222 / 726 */

}
.team-panel-margin {
  margin-right: 4.132231405%;
  /* 30 / 726 */

}
.team-panel h5 {
  font-size: 20px;
}
.team-panel a {
  font-size: 16px;
  color: #00a4e0;
  font-weight: 700;
  font-style: italic;
  font-family: "ronnia", sans-serif;
}
.team-panel a img {
  position: relative;
  top: -2px;
}
/* ---------------------- affiliate-panels ---------------------- */
.affiliate-panel-text {
  float: left;
  width: 65.289256198%;
  /* 474 / 726 */

}
.affiliate-panel-image {
  float: left;
  width: 30.578512397%;
  /* 222 / 726 */

  padding: 20px 0 0;
  text-align: center;
}
.affiliate-panel-margin {
  margin-right: 4.132231405%;
  /* 30 / 726 */

}
.affiliate-panel h5 {
  font-size: 20px;
}
.affiliate-panel a {
  font-size: 16px;
  color: #00a4e0;
  font-weight: 700;
  font-style: italic;
  font-family: "ronnia", sans-serif;
}
.affiliate-panel a img {
  position: relative;
  top: -2px;
}
/* ---------------------- travel-extras ---------------------- */
.travel-extras {
  max-width: 222px;
}
.travel-extras li {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
  margin-bottom: 1px;
  overflow: hidden;
}
.travel-extras li:hover {
  background-color: #d5d6d8;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f6), to(#d5d6d8));
  background-image: -webkit-linear-gradient(top, #f5f5f6, #d5d6d8);
  background-image: -moz-linear-gradient(top, #f5f5f6, #d5d6d8);
  background-image: -ms-linear-gradient(top, #f5f5f6, #d5d6d8);
  background-image: -o-linear-gradient(top, #f5f5f6, #d5d6d8);
}
.travel-extras li.first {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.travel-extras li.last {
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.travel-extras ul li a {
  font-size: 16px;
  color: #939598;
  line-height: 46px;
}
.travel-extras ul li a:hover {
  color: #31599c;
}
.travel-extras ul li a img {
  float: left;
  margin: 0 10px;
}
/* ---------------------- flight-packages ---------------------- */
.flight-packages-main-text {
  float: left;
  width: 53.719008264%;
  /* 390 / 726 */

  margin-right: 4.132231405%;
  /* 30 / 726 */

}
.flight-packages-image {
  float: left;
  width: 42.148760331%;
  /* 306 / 726 */

}
.flight-packages-items {
  clear: both;
}
.flight-packages-item {
  float: left;
  width: 30.578512397%;
  /* 222 / 726 */

  background: #5ea2df;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-right: 4.132231405%;
  /* 30 / 726 */

  min-height: 210px;
  margin-bottom: 20px;
}
.monthly-deals .flight-packages-item {
	min-height: 250px;
}

.flight-packages-item.last {
  margin-right: 0px;
}
.flight-packages-price {
  position: absolute;
  left: -9px;
  top: 38px;
  width: 97px;
  height: 61px;
  background: url('../img/flight-packages-price.png') no-repeat;
  padding: 5px 10px 0;
}
.flight-packages-price h4 {
	font-size: 30px;
}
.flight-packages-price p {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.flight-packages-img {
  border-bottom: 2px solid #ffffff;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.flight-packages-text {
  float: left;
  width: 90.990990991%;
  /* 202 / 222 */

  padding: 5px 4.504504505%;
  /* 10 / 222 */

}
.flight-packages-text h6 {
  color: #ffffff;
  margin-bottom: 5px;
  float: left;
}
.flight-packages-text p {
  color: #ffffff;
  margin-bottom: 5px;
  position: relative;
}
.flight-packages a.facebook-like,
.monthly-deals a.facebook-like {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.flight-packages a.button-three,
.monthly-deals a.button-three {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.flight-packages .monthly-deals-subtitle,
.flight-packages .monthly-deals-offer {
	display: none;
}

.monthly-deals .flight-packages-price h4 {
	font-size: 20px !important;
	line-height: 24px;
}

.monthly-deals .flight-packages-text p {
	clear: both;
}

/* ---------------------- flight-packages-view ---------------------- */
.flight-packages-view-image {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.flight-packages-view-image .flight-packages-price {
  display: none;
}
.flight-packages-view-image-price {
  position: absolute;
  background: url('../img/flight-packages-view-image-price.png') no-repeat;
  width: 239px;
  height: 200px;
  left: -11px;
  top: 30px;
  padding: 40px 20px;
}
.flight-packages-view-image-price h1,
.flight-packages-view-image-price h2 {
  font-size: 70px;
}
.flight-packages-view-image-price h6 {
  font-size: 34px;
  line-height: 37px;
  color: #fff;
}

.flight-packages-view-image-price p {
	color: #fff;
	float: left;
	margin: -15px 20px 0 0;
	font-size: 14px;
}

.flight-packages-view-main {
  float: left;
  width: 65.289256198%;
  /* 474 / 726 */

  margin-right: 30px;
  /* 30 / 726 */

}
.flight-packages-view-main h5 {
  text-align: center;
  line-height: 21px;
}
.flight-packages-view-side {
  float: left;
  width: 30.578512397%;
  /* 222 / 726 */

}
/* ---------------------- resort-home ---------------------- */
.resorts-home-header {
  background: #b1d34b url('../img/resort-home-header.png') top right no-repeat;
  min-height: 194px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.resorts-home-header-text {
  padding: 40px 3.443526171%;
  /* 25 / 726 */

  width: 42.699724518%;
  /* 310 / 726 */

}
.resorts-home-header-text h6 {
  color: #fff;
  font-size: 34px;
  line-height: 37px;
}
.resorts-home-header-text p {
  color: #fff;
}
.resorts-home-header-text a {
  color: #fff;
}
.resorts-home-header-map-holder {
  position: absolute;
  right: 5%;
  top: -5px;
}
.resorts-home-header-state {
  position: absolute;
  top: -20px;
  right: 0px;
}
.resorts-home-header-state-qld-holder {
  position: relative;
  background: red;
}
.resorts-home-header-state-qld-items {
  position: absolute;
  background: url('../img/resorts-home-header-state-qld-items.png');
  width: 148px;
  height: 25px;
}
.resorts-home-header-state-qld-items a {
  font-size: 12px;
  color: #00599d;
  margin-left: 25px;
}
.resorts-home-header-state-qld-items a:hover {
  color: #df9933;
}
.resorts-home-header-state-qld-items.tropical-north-qld {
  top: 60px;
  left: 85px;
}
.resorts-home-header-state-qld-items.whitsundays {
  top: 90px;
  left: 97px;
}
.resorts-home-header-state-qld-items.fraser-coast {
  top: 120px;
  left: 120px;
}
.resorts-home-header-state-qld-items.sunshine-coast {
  top: 150px;
  left: 135px;
}
.resorts-home-header-state-qld-items.south-east-qld {
  top: 180px;
  left: 150px;
}
.resorts-home-header-map {
  position: relative;
  background: url('../img/resorts-home-header-map.png');
  width: 227px;
  height: 216px;
}
.resorts-home-header-map-state {
  position: absolute;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.resorts-home-header-map-state:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
.resorts-home-header-map-qld {
  left: 142px;
}
.resorts-home-header-map-nsw {
  top: 117px;
  left: 155px;
}
.resorts-home-header-map-vic {
  top: 150px;
  left: 154px;
}
.resorts-home-header-map-tas {
  top: 194px;
  left: 169px;
}
.resorts-home-header-map-sa {
  top: 96px;
  left: 90px;
}
.resorts-home-header-map-nt {
  top: 0px;
  left: 89px;
}
.resorts-home-header-map-wa {
  top: 18px;
  left: 0px;
}
.resorts-state-list-item {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.resorts-state-list-item.last {
  border-bottom: 0px;
}
.resorts-state-list-item ul li {
  float: left;
  width: 19.008264463%;
  /* 138 / 726 */

  margin-right: 4.132231405%;
  /* 30 / 726 */

}
.resorts-state-list-item ul li.first {
  width: 7.438016529%;
  /* 54 / 726 */

}
.resorts-state-list-item ul li.last {
  margin-right: 0px;
}
.resorts-state-list-item ul li p,
.resorts-state-list-item ul li a {
  font-size: 12px;
  line-height: 21px;
  margin: 0px;
  clear: both;
  float: left;
}
.resorts-state-list-item ul li p {
  color: #00599d;
}
.resorts-state-list-item ul li a {
  color: #939598;
}
.resorts-state-list-item ul li a:hover {
  color: #25aae1;
}

/* ---------------------- resorts-state ---------------------- */
.resorts-list-item {
  position: relative;
  background: #fafbfb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  margin-bottom: 10px;
  padding: 10px 1.377410468% 0;
  /* 10 / 726 */

  min-height: 145px;
}
.resorts-list-item-view {
  position: absolute;
  top: 30px;
  right: -11px;
  width: 69px;
  height: 59px;
  background: url('../img/resorts-list-item-view.png');
}
.resorts-list-item-view a {
  display: block;
  color: #fff;
  font-size: 17px;
  margin: 22px 7px 0;
  font-family: "ronnia", sans-serif;
  font-style: italic;
}
.resorts-list-item-img {
  float: left;
  width: 27.548209366%;
  /* 200 / 726 */

  margin-right: 2.754820937%;
  /* 20 / 726 */

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.resorts-list-item-text {
  float: left;
  width: 55.096418733%;
  /* 400 / 726 */

}
.resorts-list-item-text h6 {
  margin-bottom: 10px;
}
.resorts-list-item-text p {
  margin-bottom: 5px;
}
.resorts-list-item-text-stars ul li {
  float: left;
  margin-right: 2px;
}
.resorts-list-item-text-stars p {
  color: #284a82;
  position: relative;
  top: 4px;
  left: 5px;
}
/* ---------------------- resorts-profile ---------------------- */
.resorts-profile-contact {
  float: left;
  width: 30.578512397%;
  /* 222 / 726 */

  margin-right: 4.132231405%;
  /* 30 / 726 */

}
.resorts-profile-image-holder {
  float: left;
  width: 65.289256198%;
  /* 474 / 726 */

  position: relative;
}
.resorts-profile-image img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.rslides1_nav {
  position: absolute;
  width: 31px;
  height: 45px;
  text-indent: 9999px;
  z-index: 1000;
}
.rslides1_nav:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.rslides1_nav.prev {
  left: 0px;
  top: 100px;
  background: url('../img/resorts-profile-image-prev.png');
}
.rslides1_nav.next {
  right: 0px;
  top: 100px;
  background: url('../img/resorts-profile-image-next.png');
}
.resorts-profile-text {
  float: left;
  width: 65.289256198%;
  /* 474 / 726 */

  margin-right: 4.132231405%;
  /* 30 / 726 */

}
.resorts-profile-text p {
  line-height: 21px;
}
.resorts-profile-side {
  position: relative;
  float: left;
  width: 30.578512397%;
  /* 222 / 726 */

}
.resorts-profile-facilities {
  float: left;
  width: 47.933884298%;
  /* 348 / 978 */

  margin-right: 4.132231405%;
  /* 30 / 726 */

}
.resorts-profile-amenities {
  float: left;
  width: 47.933884298%;
  /* 348 / 726 */

}
.resorts-profile-map {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 2px #ffffff;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f3f3f3, #e5e5e5);
  background-image: -o-linear-gradient(top, #f3f3f3, #e5e5e5);
  padding: 10px 4.504504505% 5px;
  /* 10 / 222 */

  border: 1px solid #e7e7e7;
  overflow: hidden;
  max-width: 222px;
  text-align: center;
}
#resorts-profile-map-data {
  width: 200px;
  height: 120px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.resorts-profile-map a {
  font-size: 12px;
  color: #939598;
}
.resorts-profile-map a span {
  font-weight: 700;
  font-size: 18px;
}
.resorts-profile-map a:hover {
  color: #df9933;
}
.resorts-profile-contact p {
  margin: 0px;
  color: #00599d;
}
.resorts-profile-side-buttons {
  padding: 10px;
  background: #f1f2f2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.resorts-profile-side-button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 4.95049505%;
  /* 10 / 202 */

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  background-color: #eb881d;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdad7f), to(#eb881d));
  background-image: -webkit-linear-gradient(top, #fdad7f, #eb881d);
  background-image: -moz-linear-gradient(top, #fdad7f, #eb881d);
  background-image: -ms-linear-gradient(top, #fdad7f, #eb881d);
  background-image: -o-linear-gradient(top, #fdad7f, #eb881d);
  position: relative;
}
.resorts-profile-side-button h6 {
  float: left;
  color: #fff;
  margin: 3px 0;
  font-size: 17px;
}
.resorts-profile-side-button img {
  right: 10px;
  position: absolute;
}
.resorts-profile-side-button.green {
  background-color: #b2d34c;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cee769), to(#b2d34c));
  background-image: -webkit-linear-gradient(top, #cee769, #b2d34c);
  background-image: -moz-linear-gradient(top, #cee769, #b2d34c);
  background-image: -ms-linear-gradient(top, #cee769, #b2d34c);
  background-image: -o-linear-gradient(top, #cee769, #b2d34c);
}
.resorts-profile-side-button.blue {
  background-color: #01a4e0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1bbae9), to(#01a4e0));
  background-image: -webkit-linear-gradient(top, #1bbae9, #01a4e0);
  background-image: -moz-linear-gradient(top, #1bbae9, #01a4e0);
  background-image: -ms-linear-gradient(top, #1bbae9, #01a4e0);
  background-image: -o-linear-gradient(top, #1bbae9, #01a4e0);
}
.resorts-profile-side h5 {
  line-height: 20px;
  padding: 10px;
}
.resorts-profile-lower {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #f9fafa;
}
.resorts-profile-lower h6 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 2.873563218%;
  /* 10 / 348 */

  background: #f1f2f2;
}
.resorts-profile-lower ul {
  padding: 10px 2.873563218%;
  /* 10 / 348 */

  overflow: hidden;
}
.resorts-profile-lower ul li {
  list-style-type: disc;
  margin: 0 5.747126437%;
  /* 20 / 348 */

  float: left;
  width: 34.482758621%;
  /* 120 / 348 */

  font-size: 10px;
  color: #939598;
}
.resorts-profile-lower ul li p {
  margin: 0 0 5px;
}
.resorts-profile-added-holder {
  display: none;
  position: absolute;
  z-index: 1000;
  top: -80px;
  left: -100px;
}
.resorts-profile-added {
  position: relative;
  padding: 10px;
  margin: 0;
  color: #fff;
  background: #00a4e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), inset 0px 2px 2px rgba(255, 255, 255, 0.6);
  width: 222px;
}
.resorts-profile-added:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 150px;
  border-width: 0 20px 20px 0px;
  border-style: solid;
  border-color: transparent #00a4e0;
  display: block;
  width: 0;
}
.resorts-profile-added-close {
  position: absolute;
  right: 10px;
}
.resorts-profile-added a {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
}
/* ---------------------- resorts-location ---------------------- */
.resorts-location-left {
  width: 30.578512397%;
  /* 222 / 726 */

  float: left;
  margin-right: 4.132231405%;
  /* 30 / 726 */

}
.resorts-location-right {
  float: left;
  width: 65.289256198%;
  /* 474 / 726 */

}
.resorts-location-right p {
  line-height: 21px;
}
/* ---------------------- quote-request ---------------------- */
.quote-request-form {
  max-width: 565px;
}
.quote-request-top {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background: #ebebeb;
  padding: 10px 4.504504505% ;
  /* 10 / 222 */

  border: 1px solid #e7e7e7;
  width: 222px;
  padding: 15px 25px 10px;
  -webkit-box-shadow: inset 0px 2px 2px #ffffff;
  -moz-box-shadow: inset 0px 2px 2px #ffffff;
  box-shadow: inset 0px 2px 2px #ffffff;
}
.quote-request-top img {
  float: left;
  margin-right: 10px;
}
.quote-request-top.text {
  float: left;
}
.quote-request-top p {
  color: #284a82;
  margin: 0px;
  line-height: 10px;
  font-size: 14px;
  font-weight: 200;
}
.quote-request-section {
  background: #ebebeb;
  padding: 15px 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bbbbbc;
}
.quote-request-section h6 {
  color: #00599d;
}
.quote-request-section-title {
  overflow: hidden;
}
.quote-request-section-title h6 {
  float: left;
}
.quote-request-section-title a {
  display: none;
  float: right;
}
.quote-request-section-body {
  display: none;
  padding: 10px 0 0;
}
.quote-request-section.first .quote-request-section-body {
  display: block;
}
.quote-request-section.first {
  border-top: none;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.quote-request-section.last {
  border-bottom: none;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.quote-request-section-body input,
.quote-request-section-body label {
  margin-right: 15px;
}
.quote-request-section-body input.last {
  margin-right: 0px;
}
.quote-request-section-body-row {
  clear: both;
}
.quote-request-section-body-row p span {
  margin: 0px;
  color: #284a82;
}
.add-traveller {
  margin-left: 5px;
  display: block;
  width: 24px;
  height: 26px;
  background: url('../img/add-traveller.png') 0px 0px no-repeat;
}
.add-traveller:hover {
  background: url('../img/add-traveller.png') 0px -33px no-repeat;
}
.quote-request-section-body-row-traveller {
  display: none;
}
.quote-request-section-body-row-traveller p {
  float: left;
  width: 140px;
  margin-left: 10px;
}
.quote-request-section-body-row-traveller p.last {
  margin-left: 50px;
}



/* ----------------------------------------------------------- */
/* ---------------------- woo things ---------------------- */
/* ----------------------------------------------------------- */

.cart a.button,
.cart .woocommerce_message,
.cart .product-thumbnail,
.order-received .col-2 {
	display: none !important;
}

.continue-shopping {
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding-top: 35px;
}

.cart_totals p,
.cart_totals h2 {
	display: none;
}

.cart .shop_table,
.cart .inner > p,
.order-received .inner > p,
.checkout #customer_details {
	margin: 30px 0 0;
}

.order-received .inner > p {
	margin-bottom: 30px;
}

.checkout .input-text {
	height: 30px;
}

.cart,
.cart input,
.cart_subtotal,
.shop_table,
#payment label,
.woocommerce_error,
.customer_details dt,
.customer_details dd,
.order-received .inner ul li,
.order-received .inner ul li strong {
  color: #939598;
  font-size: 12px;
  line-height: 18px;
}

h2 {
  color: #ffffff;
  font-family: "ronnia", sans-serif;
  font-size: 79px;
  font-style: italic;
}
h4 {
  color: #ffffff;
  font-family: "ronnia", sans-serif;
  font-size: 32px;
  line-height: 37px;
  font-style: italic;
}
h5 {
  color: #284a82;
  font-family: "ronnia", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}
#order_review_heading,
.checkout h3,
.order-received h2,
.order-received h3 {
  color: #284a82;
  font-family: "ronnia", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 10px;
}

#order_review_heading {
	margin-top: 20px;
}

.product-quantity {
	text-align: center;
}

.checkout-button,
#place_order {
	background: #31599c !important;
	color: #fff !important;
	font-family: "Helvetica", sans-serif !important;
	font-style: normal !important;
	font-size: 16px !important;
}

#payment {
	background: #fff !important;
}

.payment_box, .payment_method_migs {
	display: block !important;
}





/* ----------------------------------------------------------- */
/* ---------------------- media queries ---------------------- */
/* ----------------------------------------------------------- */
@media only screen and (max-width: 978px) {

  .contact-info {
    width: 30%; /* 444 / 978 */
  }
  .inner {
    padding: 0 2%;
  }
  .service-bar {
    height: 106px;
  }
  .service-bar-home {
    display: none;
  }
  .service-bar {
    top: -20px;
  }
  .service-bar ul li {
    border-top: 1px solid #0087c6;
    border-bottom: 1px solid #33b6e6;
    width: 49.8%;
  }
  .service-bar-destinations {
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  .service-bar-booking {
    clear: both;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .service-bar-resorts {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  .service-bar-resorts .service-bar-modal {
    right: 0px;
  }
  .service-bar-destinations,
  .service-bar-resorts {
    border-top: none !important;
  }
  .service-bar-message,
  .service-bar-booking {
    border-bottom: none !important;
  }
  .service-bar-destinations,
  .service-bar-booking {
    border-left: none !important;
  }
  .service-bar-message,
  .service-bar-resorts {
    border-right: none !important;
  }
  .header-right {
    clear: both;
    float: left;
    width: 100%;
  }
  .header-nav {
    width: 70%;
  }
  .header-nav-mobile {
    display: none;
    position: relative;
  }




  .header-phone {
    float: left;
    margin-top: 10px;
  }
  .header-social ul {
    float: left;
    margin-bottom: 30px;
  }
  .home-features {
    padding-top: 150px;
  }
  .home-features-1 img {
    display: none;
  }
  .home-features-1 {
    width: 48.466257669%;
  }
  .home-features-2 {
    width: 48.466257669%;
  }
  .home-features-2-text {
    width: 50%;
  }
  .home-features-1-text {
    padding: 5px 0 2% 15px;
    width: 96%;
  }
  .home-deals-subscription {
    clear: both;
    width: 100%;
  }
  .home-about {
    width: 100%;
    margin-right: 0%;
  }
  .home-travel-partners h6 {
    width: 100%;
  }
  .home-deals-subscription .deals-subscription {
    float: left;
    padding: 10px 1.022494888% ;
  }
  .home-latest-news {
    float: left;
    width: 50%;
  }
  .home-latest-news-title {
    padding: 0px 4.504504505% 0;
  }
  .home-latest-news ul li img {
    padding: 5px 4.95049505%;
    /* 10 / 202 */
  
  }
  .home-latest-news-link {
    text-align: left;
    padding: 0px 4.504504505% 0;
  }
  .footer-col.break-half {
    clear: both;
  }
  .footer-col-3 {
    width: 50%;
    margin-right: 0px;
  }
  .footer-col-2 {
    width: 30%;
    margin-right: 3.3333333333%;
  }
  .generic {
    padding-top: 0px;
  }
  .generic-content {
    width: 100%;
    margin: 0px;
  }
  .generic-sidebar {
    clear: both;
    width: 100%;
  }
  .standard-sidebar {
    float: left;
    width: 100%;
    margin-right: 0%;
  }
  .standard-content {
    clear: both;
    width: 100%;
  }
  .generic-sidebar-breakers-top {
    display: block;
  }
  .generic-sidebar-breakers {
    display: none;
  }
  .generic-sidebar .message-us,
  .generic-sidebar .deals-subscription,
  .generic-sidebar .quick-search,
  .standard-sidebar .travel-extras,
  .standard-sidebar .deals-subscription,
  .standard-sidebar .quick-search {
    float: left;
    margin-right: 3.067484663%;
    /* 30 / 978 */
  
  }
  .flight-packages-text {
    padding-bottom: 40px;
  }
  .resorts-profile-text {
    width: 100%;
    margin-right: 0px;
  }
  .resorts-profile-side {
    width: 100%;
    clear: both;
  }
  .resorts-profile-lower {
    width: 100%;
    margin-right: 0px;
  }
  .resorts-profile-amenities {
    clear: both;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 800px) {

  .contact-info {
    width: 100%;
    margin-right: 0px;
  }
  .contact-form {
    width: 100%;
  }
  .home-features-1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .home-features-2 {
    clear: both;
    width: 100%;
  }
  .home-special-text {
    width: 90%;
    padding: 50px 5%;
    min-height: 100px;
  }
  .home-special-price {
    top: 45px;
  }
  .home-affiliate-ad {
    width: 49.368752556%;
  }
  .home-about-main-left {
    width: 100%;
    margin-right: 0%;
  }
  .home-about-main-right {
    clear: both;
    width: 100%;
  }
  .home-about-main-right a {
    width: auto;
  }
  .generic-sidebar-breakers {
    display: block;
  }
  .flight-packages-item {
    width: 48%;
    margin-right: 4%;
  }
  .flight-packages-item.last {
    margin-right: 4% !important;
  }
  .flight-packages-item.last-two {
    margin-right: 0px;
  }
  .flight-packages-view-main {
    width: 100%;
    margin-right: 0px;
  }
  .flight-packages-view-side {
    clear: both;
    width: 100%;
  }
  .flight-packages-breakers-top {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-phone {
    margin-bottom: 0px;
  }
  .header-social {
    float: left;
    clear: both;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .header-nav {
    clear: both;
    width: 100%;
    /* 475 / 978 */
  
  }
  .header-nav ul {
    margin: 0px;
  }
  .home-travel-partners a {
    width: 49.58677686%;
    /* 180 / 726 */
  
    margin-bottom: 1px;
  }
  .home-travel-partners a.last-small {
    margin-right: none;
  }
  .home-testimonial {
    clear: both;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .resorts-location-left {
    width: 100%;
    margin-right: 0px;
  }
  .resorts-location-right {
    clear: both;
    width: 100%;
  }
  
}
@media only screen and (max-width: 600px) {

  .contact-form input, .contact-form textarea {
    width: 95% !important;
  }
  .service-bar {
    height: 212px;
  }
  .service-bar ul li {
    width: 100%;
    border-top: 1px solid #0087c6;
    border-bottom: 1px solid #33b6e6;
  }
  .service-bar-destinations {
    border-top: none !important;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  .service-bar-message {
    border-bottom: none !important;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .inner {
    padding: 0 5%;
  }
  .header-nav ul li {
    margin-right: 2%;
  }
  .home-special-text {
	  min-height: auto;
  }
  .home-special-price {
    top: 45px;
  }
  .home-special a.facebook-like {
    display: none;
  }
  .home-special a.button-three {
    padding: 5px 10px !important;
  }
  .home-affiliate-ad {
    width: 98.737505112%;
  }
  .footer-col {
    clear: both;
  }
  .footer-col-2,
  .footer-col-3 {
    width: 100%;
    margin-right: 0px;
  }
  .modal-info-row {
    width: 250px !important;
  }
  .modal-info-row textarea {
    width: 235px;
    margin-top: 10px;
  }
  .modal-info-row .button-one {
    float: right;
  }
  .service-bar-resorts .service-bar-modal {
    left: 0px;
    right: auto;
  }
  .service-bar-message .service-bar-modal {
    left: 0px;
    right: auto;
  }
  .generic {
    padding-top: 0px;
  }
  .team-panel-text {
    width: 100%;
  }
  .team-panel-image {
    width: 100%;
  }
  .team-panel-margin {
    margin-right: 0px;
    padding-bottom: 20px;
  }
  .flight-packages-main-text {
    width: 100%;
    margin-right: 0px;
  }
  .flight-packages-image {
    clear: both;
    width: 100%;
  }
  .flight-packages-view-image .flight-packages-price {
    display: block;
  }
  .flight-packages-view-image-price {
    display: none;
  }
  .resorts-home-header {
    background: #b1d34b;
    overflow: hidden;
  }
  .resorts-home-header-text {
    float: left;
    padding: 20px 5% 0;
    width: 90%;
  }
  .resorts-home-header-map-holder {
    float: left;
    position: relative;
    right: 0px;
    top: 0px;
    padding: 0 5% 20px;
  }
  .resorts-state-list-item ul li {
    width: 46%;
    margin-right: 4%;
    padding: 0 0 10px;
  }
  .resorts-state-list-item ul li.last {
    margin-right: 0px;
  }
  .resorts-state-list-item ul li.second,
  .resorts-state-list-item ul li.fourth {
    clear: both;
  }
  .resorts-profile-contact {
    width: 100%;
    margin-right: 0px;
  }
  .resorts-profile-image-holder {
    clear: both;
    width: 100%;
  }
  .resorts-list-item-img {
    float: none;
    width: 70%;
    margin-right: 0px;
    padding-bottom: 10px;
  }
  .resorts-list-item-text {
    clear: both;
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  .resorts-home-header-state {
    display: none;
  }
  .quote-request-section-clear {
    clear: both !important;
  }
  .quote-request-section-float-left {
    float: left !important;
  }
  .faux-radio-holder {
    margin-bottom: 15px;
  }
  .quote-request-section-body-row-traveller p {
    width: auto;
    margin-left: 5px;
  }
  .quote-request-section-body-row-traveller p.last {
    margin-left: 10px;
  }
  
	.activation-steps ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
  
}
@media only screen and (max-width: 480px) {
  .home-latest-news {
    clear: both;
    width: 100%;
  }
  .home-special {
    clear: both;
    width: 100%;
    margin-right: 0px;
  }
  .home-special-img {
    display: block;
  }
  .home-special a.facebook-like {
    display: block;
  }
  .home-special-text {
    width: 60%;
  }
  .home-special-price {
    top: 125px;
  }
  .header-nav ul li {
    clear: both;
  }
  .header-nav ul li a {
    line-height: 40px;
    font-size: 18px;
  }
  .header-phone p {
    font-size: 18px;
    line-height: 40px;
  }
  .affiliate-panel-text {
    clear: both;
    width: 100%;
  }
  .affiliate-panel-image {
    width: 100%;
    padding: 0 0 20px;
    text-align: left;
  }
  .affiliate-panel-margin {
    margin-right: 0px;
  }
  .flight-packages-item {
    width: 100%;
    margin-right: 0% !important;
  }
  .header-nav {
    display: none;
  }
  .header-nav-mobile {
    display: block;
  }
  .search-flight-destinations {
    padding-bottom: 40px;
  }
  .resorts-profile-lower ul li {
    clear: both;
    width: 100%;
  }
}
