/* Used for the header, search bar styles */

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal; }

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #ff9800;
  border: none;
  color: #fff;
  line-height: 1;
  font-size: 1.125em;
  font-weight: 700;
  padding: .6em 1.5em;
  transition: background 0.3s ease; }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #ffad33; }
  .button:active, .button:focus,
  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.button {
  text-decoration: none; }
  .button:hover {
    color: #fff; }
  .button:active, .button:focus, .button:visited {
    color: #fff; }

.button_alt {
  background: #fff;
  font-weight: 700;
  padding: .5em;
  color: #ff9800; }
  .button_alt:hover {
    border-bottom: none; }

.button-grey {
  background: #f2f2f2;
  border: 1px solid #cbcbcb;
  color: #cbcbcb; }
  .button-grey:hover {
    background: white; }
  .button-grey:active, .button-grey:focus, .button-grey:visited {
    color: #cbcbcb; }

.button-white {
  background: #fff;
  border: 1px solid #ff9800;
  color: #ff9800;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .button-white:hover {
    background: #ffad33; }
  .button-white:active, .button-white:focus, .button-white:visited {
    color: #ff9800; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.social-icons li {
  margin-right: 6px; }
.social-icons li, .social-icons img {
  display: inline-block;
  width: 50px;
  height: 50px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0; }

h1 {
  font-size: 1.5em;
  margin-bottom: 25px;
  margin-top: 25px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 1.8em; } }

h2 {
  font-size: 1.45em;
  font-weight: 400;
  color: #383838; }

h3 {
  font-size: 1.25em;
  font-weight: 400;
  margin: 0; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.6em; } }

h4 {
  font-size: 1.25em;
  font-weight: 300;
  margin: 0; }

header {
  background: #ff9800;
  position: fixed;
  height: auto;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 100; }

#pagewrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 180px 30px 30px 30px;
}

.body-scroll {
  overflow: hidden; }

@media screen and (min-width: 1000px) {
  .header-home {
    background: none; } }

@media screen and (min-width: 1000px) {
  .header-wrapper {
    /*width: 1170px;*/
    margin: 0 auto;
    padding: 5px 0 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; } }

.logo {
  float: left;
  padding: 10px;
  zoom: 1.25; }

@media screen and (min-width: 1000px) {
  nav {
    float: right; } }

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }
  @media screen and (min-width: 1000px) {
    nav ul {
      display: flex;
      align-items: center; } }
  nav ul:before {
    position: absolute;
    content: "\f0c9";
    font: 2.5em fontAwesome;
    text-align: center;
    background: #ff9800;
    color: #f8d4c6;
    right: 25px;
    top: 10px; }
    @media screen and (min-width: 1000px) {
      nav ul:before {
        content: "";
        padding: 0; } }
  nav ul:hover:before {
    content: "\f0c9";
    padding: 0;
    background: none; }
    @media screen and (min-width: 1000px) {
      nav ul:hover:before {
        content: ""; } }
nav ul > li {
  width: 100%; }
  @media screen and (min-width: 1000px) {
    nav ul > li {
      width: auto; } }
nav li {
  display: none; }
  @media screen and (min-width: 1000px) {
    nav li {
      display: block;
      padding: 0 15px; } }
nav a {
  display: block;
  padding: .5em 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ff9800;
  text-transform: uppercase;
  font-size: .9em; }
  @media screen and (min-width: 1000px) {
    nav a {
      background: none; } }
  nav a:hover {
    background: #e68900; }
    @media screen and (min-width: 1000px) {
      nav a:hover {
        border-bottom: 1px solid #fff;
        background: none; } }
  nav a.button_alt:hover {
    background: #ff9800;
    color: #fff; }

.nav-up {
  top: -85px !important; }

.hide-small-desktop {
  display: none !important; }
  @media screen and (min-width: 1220px) {
    .hide-small-desktop {
      display: block; } }

.hello-bar {
  display: none;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
  background: #ff9800;
  color: #fff; }
  @media screen and (min-width: 1000px) {
    .hello-bar {
      display: block; } }
  .hello-bar a {
    color: #fff; }
  .hello-bar .hello-close {
    position: absolute;
    right: 30px;
    top: 7px; }

.search-wrapper {
  height: 63px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0 20px;
  font-weight: 700; }
  .search-wrapper a {
    color: #383838;
    text-decoration: none; }
  .search-wrapper .search-btn {
    float: left;
    padding: 9px 15px 9px 5px; }
    .search-wrapper .search-btn:before {
      content: "\f002";
      font: 1.5em fontAwesome;
      color: #383838;
      padding: 5px; }
  .search-wrapper .refine-btn {
    float: right;
    padding: 9px 15px 9px 5px; }
    .search-wrapper .refine-btn:before {
      content: "\f0b0";
      font: 1.5em fontAwesome;
      color: #383838;
      padding: 5px; }
  .search-wrapper form {
    display: none; }
    @media screen and (min-width: 768px) {
      .search-wrapper form {
        display: block;
        width: auto;
        margin: 0 auto;
        padding: 11px; } }
  @media screen and (min-width: 768px) {
    .search-wrapper select {
      width: 17.5%; } }
  @media screen and (min-width: 768px) {
    .search-wrapper input {
      width: 17.5%; } }
  @media screen and (min-width: 768px) {
    .search-wrapper input.select-community {
      width: 28%; } }
  @media screen and (min-width: 768px) {
    .search-wrapper button {
      width: 17.5%; } }
  .search-wrapper .thumbnails {
    max-width: 750px; }

.nav-filters input {
  height: auto;
  margin: 10px 5px; }
.nav-filters ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  font-size: 0.9em; }
.nav-filters li {
  float: left; }
  .nav-filters li a {
    background: #f2f2f2;
    display: block;
    padding: 4px 8px;
    margin: 0 5px;
    border: 1px solid #cbcbcb;
    color: #777777; }
    .nav-filters li a.clear-filters {
      border: none;
      background: none; }
      .nav-filters li a.clear-filters .filter-title:after {
        content: "\f00d"; }
.nav-filters span {
  display: block; }
.nav-filters .filter-title {
  font-weight: 900; }
  .nav-filters .filter-title:after {
    content: "\f0dd";
    font: 1em fontAwesome;
    color: #383838;
    padding: 0 5px;
    vertical-align: top; }
.nav-filters .filter-value {
  color: #ff9800; }
@media screen and (min-width: 1000px) {
  .nav-filters {
    max-width: 1170px;
    margin: 0 auto; } }

.dropdown-menu {
  padding: 4px 8px;
  position: absolute;
  margin: 5px 5px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: none; }
  .dropdown-menu div {
    display: inline-block; }
    .dropdown-menu div span {
      display: inline-block; }
  .dropdown-menu select {
    width: auto;
    background-image: url("../img/down-arrow.png");
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 20%; }
  .dropdown-menu label {
    display: block; }
  .dropdown-menu h4 {
    font-weight: 900;
    font-size: 1em;
    letter-spacing: 0; }

.dropdown-facilities div {
  padding-bottom: 20px;
  padding-top: 10px; }

.dropdown-region .ddbutton {
  margin-top: 8px; }
  .dropdown-region .ddbutton:hover {
    color: #ff9800; }

.mob-reg a {
  background: #f2f2f2;
  display: block;
  padding: 4px 8px;
  margin: 0 5px;
  border: 1px solid #cbcbcb;
  color: #777777;
  width: 104px;
  margin-top: 5px; }

.region-lightbox {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 450px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  left: 0;
  right: 0;
  padding: 15px 20px;
  overflow: scroll;
  overflow-x: hidden; }
  .region-lightbox label {
    display: block; }
  .region-lightbox .region-close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #ff9800 !important; }

.region-lightbox-mob {
  display: none;
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  left: 0;
  right: 0;
  top: 110px;
  padding: 20px 0px 20px 20px;
  overflow: scroll;
  overflow-x: hidden; }
  .region-lightbox-mob label {
    display: block; }
  .region-lightbox-mob .region-close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #ff9800 !important; }

.column {
  margin-right: 50px;
  float: left; }

@media screen and (min-width: 768px) {
  .main-search form {
    max-width: 1170px; } }
.search .mobile-btn {
  font-size: 1em;
  display: block;
  cursor: pointer; }
.search .search-btn {
  margin-top: 10px; }
.search .contents {
  display: none;
  width: 100%;
  min-height: 1px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  position: fixed;
  top: 123px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5% 0 5% 5%;
  box-shadow: 0px 5px 13px #7B7B7B; }
  .search .contents form {
    display: block;
    width: 96%; }

.refines .mobile-btn {
  font-size: 1em;
  display: block;
  cursor: pointer; }
.refines .refine-btn {
  float: right;
  position: absolute;
  right: 25px;
  top: 10px; }
.refines .contents {
  display: none;
  width: 100%;
  min-height: 1px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  position: fixed;
  top: 123px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5% 0 15% 5%;
  box-shadow: 0px 5px 13px #7B7B7B; }
  .refines .contents .filter {
    display: block;
    width: 94%;
    margin-bottom: -1em; }
  .refines .contents .filter-title {
    font-size: 1em;
    color: #ff9800;
    display: block; }
  .refines .contents .facilities {
    display: block;
    margin: 1em 0;
    color: #000; }
  .refines .contents .spacing {
    margin-top: 40px; }
  .refines .contents .checks input {
    height: auto; }
  .refines .contents form {
    width: 96%;
    display: block; }
  .refines .contents label {
    color: #777777;
    font-size: .9em;
    display: block; }
  .refines .contents input {
    height: auto;
    margin-left: 10px;
    color: #777777; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0; }

.container {
  max-width: 1170px;
  margin: auto;
  padding: 2%; }

section {
  padding-bottom: 0; }

#one {
  padding-top: 220px; }

#two .section-title h2 {
  color: #ff9800; }

#three .section-title h2 {
  color: #1472c7; }

.search-page {
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .search-page {
      padding-top: 80px; } }

.inline-block {
  display: inline-block; }

.clearfix {
  clear: both; }

.center {
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

@media screen and (min-width: 768px) {
  .mobile {
    display: none; } }

.no-mobile {
  display: none; }
  @media screen and (min-width: 768px) {
    .no-mobile {
      display: inherit; } }

hr {
  width: 80%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

@media screen and (min-width: 768px) {
  hr {
    width: 30%; } }
.bold {
  font-weight: 700; }

.header-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  @media screen and (max-height: 420px) {
    .header-video {
      height: 500px; } }
  .header-video img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    margin: auto; }

.header-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  letter-spacing: 0.05em;
  height: 320px;
  margin: auto;
  width: 100%;
  max-width: 1170px; }
  .header-text h1 {
    font-weight: 300;
    line-height: 1.1em;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .header-text h1 {
        font-size: 4.6em; } }

.header-scroll {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px; }
  .header-scroll a {
    color: #fff;
    text-decoration: none; }
  .header-scroll p {
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 1em; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #fff;
  margin: 0 auto; }

.promo-box {
  text-align: center;
  padding: 5%; }
  .promo-box img {
    display: block;
    margin: 0 auto;
    padding: 5%; }
  .promo-box p {
    font-weight: 300;
    color: #777777;
    font-size: 1.2em;
    margin: 5px 0;
    text-decoration: none; }
  .promo-box a {
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .promo-box {
      padding: 20px 0;
      float: left;
      width: 33%; } }

.section-title {
  text-align: center;
  font-size: 1.2em;
  padding: 0 0 2% 0; }
  @media screen and (min-width: 768px) {
    .section-title {
      font-size: 1.5em; } }

.flickity-page-dots {
  display: none; }

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.featured-villas-desktop {
  display: none; }
  .featured-villas-desktop .column-three {
    float: left;
    width: 29.333%;
    display: inline-block;
    margin: 1% 2% 6% 2%;
    color: #fff;
    text-align: center; }
    .featured-villas-desktop .column-three h2 {
      color: #fff; }
    .featured-villas-desktop .column-three h3 {
      font-size: 1em; }
    .featured-villas-desktop .column-three p {
      line-height: 1.4em;
      font-weight: 300;
      display: block;
      min-height: 140px; }
    .featured-villas-desktop .column-three img {
      max-width: 100%;
      height: auto; }
    .featured-villas-desktop .column-three .button {
      background-color: #fff;
      color: #ff9800;
      border: 2px solid #fff;
      width: 80%;
      margin: 0 auto .5em;
      padding: 0.7em 0;
      font-size: 1em;
      font-weight: 400;
      display: block; }
      .featured-villas-desktop .column-three .button:hover {
        background-color: #ff9800;
        color: #fff; }
    .featured-villas-desktop .column-three .desc-contain {
      background-color: #ff9800;
      width: 84%;
      min-height: 250px;
      margin-top: -3px;
      padding: 6% 8%; }

.attraction-box {
  width: 46%;
  padding: 2%;
  float: left;
  text-align: center; }
  .attraction-box img {
    display: block;
    max-width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .attraction-box img:hover {
      opacity: 0.7; }
  .attraction-box h3 {
    background-color: #1472c7;
    color: #fff;
    font-size: 1.3em;
    padding: .7em 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .attraction-box h3:hover {
      background-color: #2183db; }
  @media screen and (min-width: 768px) {
    .attraction-box {
      width: 23%;
      padding: 1%; } }

.about-section {
  color: #777777;
  text-align: center;
  line-height: 1.7em;
  margin: .5em 0 2em 0; }
  .about-section h2 {
    font-size: 1.9em; }

@media screen and (min-width: 768px) {
  .featured-villas {
    display: none; } }
footer {
  background: #f2f2f2;
  padding: 10% 0; }
  footer .container .fourth a {
    text-decoration: none;
    display: block;
    color: #777777;
    margin: 1em 0 .5em 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    footer .container .fourth a:hover {
      color: #000; }
  footer .container .one-fourth {
    font-size: .8em;
    display: block;
    width: 100%;
    margin: 0 0 10% 0; }
    footer .container .one-fourth .split {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
    footer .container .one-fourth p {
      color: #777777;
      line-height: 1.7em; }
    footer .container .one-fourth .contact p {
      margin: 0; }
    footer .container .one-fourth ul {
      list-style-type: none;
      margin-left: -38px; }
      footer .container .one-fourth ul li {
        line-height: 1.7em; }
        footer .container .one-fourth ul li a {
          text-decoration: none;
          color: #777777;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
          footer .container .one-fourth ul li a:hover {
            color: #000; }
  footer .clear {
    clear: both; }
  footer .divider {
    border-top: 1px solid #ddd;
    height: 1px;
    width: 100%;
    margin: 2em auto;
    display: block; }
  footer .social-links {
    text-align: center; }
    footer .social-links h3 {
      font-size: 1.1em;
      text-transform: uppercase; }
    footer .social-links a {
      display: inline-block;
      margin: 1em .05em;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      opacity: 1; }
      footer .social-links a:hover {
        opacity: 0.8; }
      footer .social-links a img {
          width: 20px; }
  footer .copyright {
    text-align: center;
    font-size: .8em;
    color: #777777; }

@media screen and (min-width: 1000px) {
  footer {
    padding: 1% 0 0 0; }
    footer .container {
      max-width: 1250px; }
      footer .container .one-fourth {
        display: inline-block;
        float: left;
        margin: 0 1.5%;
        min-height: 200px; }
        footer .container .one-fourth h3 {
          font-size: 1.4em;
          text-transform: uppercase; }
      footer .container .first {
        width: 18%;
        margin-right: 5%; }
      footer .container .second {
        width: 12%;
        margin-right: 5%; }
      footer .container .third {
        width: 15%;
        margin-right: 5%; }
      footer .container .fourth {
        width: 32%; } }
.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }
  .pika-label select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg=="); }

.pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII="); }

.pika-prev, .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5; }

.pika-lendar {
  margin: 8px; }

.pika-single {
  background: #fff;
  border: 1px solid #cbcbcb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .pika-single table button {
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #383838;
    font-size: 0.8em;
    font-weight: 900;
    padding: 6px;
    width: 30px;
    height: 30px;
    margin: 2px; }
    .pika-single table button:hover {
      border: 1px solid #777777; }
  .pika-single .is-disabled button {
    text-decoration: line-through;
    color: #777777;
    font-weight: 500; }
  .pika-single .is-today button {
    border: 1px solid #777777; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
    .pika-table th abbr {
      border-bottom: none;
      cursor: help; }

.search-box {
  background-color: rgba(255, 255, 255, 0.5);
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  max-width: 1170px; }
  @media screen and (min-width: 1000px) {
    .search-box {
      width: 90%; } }

select {
  width: 95%;
  height: 43px;
  padding: 10px;
  margin: 10px 0;
  color: #A9A9A9;
  border: 1px solid #cbcbcb;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (min-width: 1000px) {
    select {
      width: 17.5%; } }
  select.select-guests {
    background: url("../img/down-arrow.png") #ffffff;
    background-repeat: no-repeat;
    background-position: 95%; }
    @media screen and (min-width: 1000px) {
      select.select-guests {
        background-position: 95%; } }

button {
  width: 95%;
  height: 43px;
  padding: 10px;
  margin: 10px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 1000px) {
    button {
      width: 17.5%; } }

input {
  width: 95%;
  height: 43px;
  padding: 10px;
  margin: 10px 0;
  color: #777777;
  border: 1px solid #cbcbcb;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 1000px) {
    input {
      width: 17.5%; } }
  @media screen and (min-width: 1000px) {
    input.select-community {
      width: 28%; } }
  input.select-date {
    background: url("../img/calendar.png") #ffffff;
    background-repeat: no-repeat;
    background-position: 98%;
    cursor: pointer; }
    @media screen and (min-width: 1000px) {
      input.select-date {
        background-position: 95%; } }

.radio-button {
  width: 1em !important; }

@media screen and (min-width: 1000px) {
  .pikaday-display, .pikaday-invisible {
    width: 17.5%; } }

.search-page {
  padding-top: 115px !important; }

#one .container .pagination {
  width: 100%;
  text-align: center; }
  #one .container .pagination span a {
    background: orange;
    color: #fff;
    display: inline-block;
    padding: 7px 12px;
    margin: 0 .2em;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    #one .container .pagination span a:hover {
      background: #f07003; }
  #one .container .pagination .current a {
    background: #f07003; }

.highlighted {
  background: #FFF9F1;
  border: 1px solid #FFEBD1 !important; }

.property {
  margin-bottom: 2em;
  border: 1px solid #ececec;
  padding: 15px; }
  .property .two-third {
    float: left;
    width: 100%;
    min-height: 100px;
    display: block; }
    .property .two-third .one-half {
      float: left;
      width: 100%;
      min-height: 100px;
      margin: 0 2% 0 0;
      display: block; }
      .property .two-third .one-half h2 {
        font-size: 1.2em;
        font-weight: 400; }
      .property .two-third .one-half p {
        margin-top: 0px; }
      .property .two-third .one-half .last-updated {
        display: block;
        margin-top: 12px;
        font-size: .8em; }
      .property .two-third .one-half .star-rating {
        padding: 5px 0;
        margin: 5px 0;
        position: relative;
        display: inline-block; }
        .property .two-third .one-half .star-rating .review-link {
          text-decoration: none;
          position: absolute;
          width: 100%;
          height: 30px;
          z-index: 999; }
        .property .two-third .one-half .star-rating span:before {
          content: "\f005";
          font: 1.4em fontAwesome;
          color: #ff9800; }
      .property .two-third .one-half .features {
        display: block;
        padding: 2px 0; }
      .property .two-third .one-half .bedrooms:before {
        content: "\f236";
        font: 1em fontAwesome;
        color: #383838;
        padding: 9px; }
      .property .two-third .one-half .bedrooms span {
        font-size: .9em; }
      .property .two-third .one-half .bathrooms:before {
        content: "\f236";
        font: 1em fontAwesome;
        color: #383838;
        padding: 9px; }
      .property .two-third .one-half .bathrooms span {
        font-size: .9em; }
      .property .two-third .one-half .themeparks:before {
        content: "\f185";
        font: 1em fontAwesome;
        color: #383838;
        padding: 9px; }
      .property .two-third .one-half .themeparks span {
        font-size: .9em; }
      .property .two-third .one-half .latedeal {
        margin-top: 18px;
        display: block;
        font-size: 1.4em;
        font-weight: 600;
        text-transform: uppercase;
        color: #f07003; }
      .property .two-third .one-half .deal-text {
        color: #eb5b00 !important; }
      .property .two-third .one-half .special-offer {
        display: block;
        color: #f07003;
        padding: 10px;
        margin-top: 20px; }
      .property .two-third .one-half .directory-icons {
        width: 100%;
        height: 25px;
        margin-top: 15px;
        margin-bottom: 35px; }
        .property .two-third .one-half .directory-icons .d-icon {
          display: inline-block;
          height: 100%;
          width: 90px;
          background: #ff9800;
          margin-right: 9px; }
    .property .two-third .first img {
      width: 100%;
      height: auto; }
  .property .one-third {
    float: left;
    width: 100%;
    min-height: 100px;
    display: block; }
    .property .one-third .callto {
      width: 100%;
      display: block; }
      .property .one-third .callto .button-light {
        background-color: #fff;
        border: 1px solid #cc7a00;
        color: #ff9800;
        margin-top: 5px; }
        .property .one-third .callto .button-light:hover {
          background-color: #ff9800;
          border: 1px solid #cc7a00;
          color: #fff; }
      .property .one-third .callto .button {
        display: inline-block;
        text-align: center; }
    .property .one-third .price-wrapper {
      text-align: left;
      margin-top: -20px;
      margin-bottom: 38px; }
      .property .one-third .price-wrapper .price {
        color: #ff9800;
        font-size: 1.8em;
        font-weight: 800;
        display: block;
        margin-bottom: -5px; }
      .property .one-third .price-wrapper .per-night {
        font-size: .9em; }
      .property .one-third .price-wrapper .owner {
        display: block;
        color: #eb5b00;
        text-decoration: none;
        margin-top: 10px;
        margin-bottom: -10px;
        font-weight: 600; }
        .property .one-third .price-wrapper .owner:hover {
          color: #ff9800; }
      .property .one-third .price-wrapper .reviews {
        display: block;
        color: #eb5b00;
        text-decoration: none;
        margin-top: 10px;
        margin-bottom: -10px;
        font-weight: 600; }
        .property .one-third .price-wrapper .reviews:hover {
          color: #ff9800; }
      @media screen and (min-width: 768px) {
        .property .one-third .price-wrapper {
          text-align: right;
          margin-top: unset;
          margin-bottom: unset; } }
    .property .one-third .facilities {
      display: inline-block; }
      .property .one-third .facilities ul {
        margin-bottom: 20px;
        margin-top: -5px;
        list-style: none;
        width: auto;
        height: auto;
        float: left;
        padding: 0; }
      .property .one-third .facilities li {
        float: left;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background: #569FE7;
        backgroun-size: cover;
        margin: 0px 0px 5px 5px; }
      @media screen and (min-width: 768px) {
        .property .one-third .facilities {
          display: block; }
          .property .one-third .facilities ul {
            margin-top: 27px;
            margin-bottom: 0px;
            list-style: none;
            width: 175px;
            height: 70px;
            float: right;
            padding: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
          .property .one-third .facilities li {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); } }
  .property .clear {
    clear: both; }

@media screen and (min-width: 768px) {
  .search-page {
    padding-top: 190px !important; }

  .directory-icons {
    margin-bottom: 0px !important; }

  .property {
    width: 95%;
    margin-bottom: 3em;
    padding: 20px; }
    .property .two-third {
      width: 70%;
      display: inline-block; }
      .property .two-third .one-half {
        width: 54%;
        display: inline-block;
        margin: 0 2% 0 0; }
        .property .two-third .one-half img {
          margin-bottom: 0; }
      .property .two-third .first {
        width: 42%; }
        .property .two-third .first img {
          margin-bottom: 1.5em; }
    .property .one-third {
      width: 30%;
      display: inline-block; }
      .property .one-third .callto {
        float: right;
        display: block;
        margin-top: 1.4em; }
        .property .one-third .callto .button {
          /*float: right;*/
          display: unset;
          text-align: center;
          margin-right: 5px;
          margin-bottom: 5px; }
        .property .one-third .callto .button-light {
          margin-top: 0; } }
@media screen and (min-width: 768px) {
  .search-wrapper {
    height: auto; }
    .search-wrapper form {
      max-width: 1170px; } }
#one {
  padding-top: 120px; }
  #one .container .property-title {
    display: block;
    text-transform: uppercase;
    margin: 1em 0 1.3em 0;
    font-size: 1.2em;
    font-weight: 600; }
  #one .container .two-third {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 768px) {
      #one .container .two-third {
        display: inline-block;
        width: 72%;
        margin-right: 5%;
        margin-bottom: 0; } }
    #one .container .two-third .promo {
      background-color: #eb5b00;
      color: #fff;
      display: block;
      position: absolute;
      top: 45px;
      left: 0;
      width: 285px;
      padding: 16px; }
      #one .container .two-third .promo h1 {
        font-size: 1.2em;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0 0 5px 0; }
        @media screen and (min-width: 768px) {
          #one .container .two-third .promo h1 {
            font-size: 1.9em; } }
      #one .container .two-third .promo span {
        font-size: .9em; }
    #one .container .two-third .promo-mobile {
      background-color: #eb5b00;
      color: #fff;
      display: none;
      width: auto;
      padding: 16px; }
      #one .container .two-third .promo-mobile h1 {
        font-size: 1.2em;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0 0 5px 0; }
        @media screen and (min-width: 768px) {
          #one .container .two-third .promo-mobile h1 {
            font-size: 1.9em; } }
      #one .container .two-third .promo-mobile span {
        font-size: .9em; }
    #one .container .two-third .window {
      position: relative;
      height: auto; }
      #one .container .two-third .window #preview {
        min-width: 100% !important; }
      #one .container .two-third .window .image-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;
        height: 30px;
        background: rgba(0, 0, 0, 0.4); }
        #one .container .two-third .window .image-caption p {
          color: #fff;
          padding: 4px 10px;
          margin: 0; }
      @media screen and (min-width: 768px) {
        #one .container .two-third .window {
          height: 575px !important; } }
    #one .container .two-third .directory-product-icons {
      position: absolute;
      top: 10px;
      left: 0px;
      width: 100%;
      height: 25px; }
      #one .container .two-third .directory-product-icons .d-icon {
        display: inline-block;
        height: 100%;
        width: 90px;
        background: #ff9800;
        margin-right: 9px; }
    #one .container .two-third .property-image {
      min-width: 100%;
      height: auto;
      position: relative; }
    #one .container .two-third .contact-header {
      display: block;
      margin-top: 2em;
      margin-bottom: -1px;
      padding: 10px 0;
      text-indent: 10px;
      background-color: #ff9800;
      border: 1px solid #ff9800;
      color: #fff;
      font-weight: 600;
      font-size: 1em;
      text-transform: uppercase; }
    #one .container .two-third .contact-form {
      min-height: 300px;
      border: 1px solid #e8e8e8;
      color: #777777;
      padding: 1em;
      font-size: .9em; }
  #one .container .one-third {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 768px) {
      #one .container .one-third {
        display: inline-block;
        width: 21%;
        margin-bottom: 0; } }
    #one .container .one-third .price-box {
      background-color: #ff9800;
      color: #fff !important;
      padding: 8%;
      margin-bottom: 1.4em; }
      #one .container .one-third .price-box .price {
        font-size: 2.4em;
        font-weight: 800;
        color: #fff; }
        #one .container .one-third .price-box .price span {
          font-size: .6em;
          color: #fff !important; }
      #one .container .one-third .price-box .per-night {
        font-size: .9em;
        font-weight: 600;
        display: block; }
      #one .container .one-third .price-box .details {
        list-style-type: none;
        margin-left: -38px;
        font-size: .9em;
        line-height: 1.5em; }
      #one .container .one-third .price-box .button {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        padding: .8em 1.5em; }
      #one .container .one-third .price-box .button-white {
        color: #eb5b00; }
        #one .container .one-third .price-box .button-white:hover {
          background-color: #fff;
          color: #ff9800; }
      #one .container .one-third .price-box .button-dark {
        color: #fff;
        background-color: #eb5b00;
        margin-top: .7em; }
        #one .container .one-third .price-box .button-dark:hover {
          background-color: #d25100; }
    #one .container .one-third .grey-box {
      background-color: #f9f9f9;
      color: #777777;
      padding: 8%;
      margin-bottom: 8%;
      font-size: .9em;
      line-height: 1.2em; }
      #one .container .one-third .grey-box .title {
        color: #000;
        font-size: 1.2em;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 2px solid #ff9800; }
      #one .container .one-third .grey-box a {
        color: #ff9800;
        text-decoration: none;
        font-weight: 600; }
        #one .container .one-third .grey-box a:hover {
          color: #eb5b00; }
      #one .container .one-third .grey-box ul {
        list-style-type: none;
        margin-left: -40px;
        line-height: 1.6em; }
      #one .container .one-third .grey-box .facilities ul {
        margin-bottom: 35px;
        margin-left: 0;
        list-style: none;
        width: 100%;
        height: 70px;
        padding: 0; }
      #one .container .one-third .grey-box .facilities li {
        float: left;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background: #e7e7e7;
        margin: 0px 0px 5px 5px; }
      @media screen and (min-width: 768px) {
        #one .container .one-third .grey-box .facilities ul {
          margin-top: 27px;
          margin-bottom: 0px;
          list-style: none;
          width: 100%;
          height: 70px;
          padding: 0; } }
    #one .container .one-third .button {
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-size: 1em;
      padding: .8em 1.5em; }
  #one .container .clear {
    clear: both; }

/* Tabs =============================== */
#tabbed {
  margin: 2em 0;
  display: block; }

.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 39px;
  width: 100%; }

.tabs li {
  float: left;
  margin-right: 1px;
  cursor: pointer;
  padding: 0px 9px;
  height: 35px;
  line-height: 35px;
  font-size: .8em;
  background-color: #f9f9f9;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }
  @media screen and (min-width: 1200px) {
    .tabs li {
      padding: 0px 21px;
      height: 39px;
      line-height: 39px;
      margin-right: 5px; } }

.tabs li:hover {
  background-color: #ececec;
  color: #000; }

.tabs li.active {
  background-color: #ff9800;
  color: #fff;
  display: block; }

.tab_container {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  color: #777777; }
  @media screen and (min-width: 768px) {
    .tab_container {
      border-top: 6px solid #ff9800; } }

.tab_content {
  padding: 20px;
  display: none; }
  .tab_content .tab-heading {
    color: #ff9800;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: -15px;
    display: block; }
  .tab_content select {
    min-width: 27%;
    margin-top: 25px;
    background-size: 14px; }
  .tab_content p {
    color: #777777;
    line-height: 1.5em;
    font-size: .9em; }
  .tab_content .review-title {
    color: #ff9800;
    font-weight: 600;
    font-size: 1.2em;
    display: block; }
  .tab_content .review-author {
    font-size: .8em; }
  .tab_content hr {
    width: 90%;
    margin: 2em auto; }
  .tab_content .room-info {
    width: 100%;
    padding: 0;
    margin: 0; }
    .tab_content .room-info .one-third-td {
      width: 25%;
      margin-right: 10%; }
      .tab_content .room-info .one-third-td span {
        color: #ff9800;
        font-weight: 600;
        font-size: 1em; }
      .tab_content .room-info .one-third-td .room-subtitle {
        font-size: .6em;
        display: block;
        color: #777777; }
    .tab_content .room-info .two-third-td {
      width: 65%; }
      .tab_content .room-info .two-third-td span {
        color: #ff9800; }
      .tab_content .room-info .two-third-td ul {
        list-style-type: none;
        margin-left: -40px;
        font-size: .9em;
        line-height: 1.6em; }
  .tab_content .rates {
    width: 100%;
    padding: 0;
    margin: 20px auto 20px;
    display: block;
    overflow-x: scroll; }
    @media screen and (min-width: 768px) {
      .tab_content .rates {
        overflow-x: auto; } }
    .tab_content .rates .header {
      background-color: #ffe8c6;
      color: #000;
      font-weight: 600; }
    .tab_content .rates .first {
      text-align: left; }
    .tab_content .rates td {
      padding: 12px 10px;
      text-align: center;
      font-size: .7em;
      border: 1px solid #ffe8c6;
      border-collapse: collapse; }
      @media screen and (min-width: 768px) {
        .tab_content .rates td {
          font-size: .8em; } }

.tab_drawer_heading {
  display: none; }

@media screen and (max-width: 768px) {
  #one .container .two-third .promo {
    display: none; }
  #one .container .two-third .promo-mobile {
    display: block; }

  .tabs {
    display: none; }

  .tab_drawer_heading {
    background-color: #f9f9f9;
    color: #000;
    margin: 0;
    padding: 5px 20px;
    font-size: .8em;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .d_active {
    background-color: #ff9800;
    color: #fff; } }
.hvr-shutter-out-horizontal {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin-top: .7em;
  background: #eb5b00;
  color: #fff; }
  .hvr-shutter-out-horizontal:hover {
    background: #d25100; }

/* .spacing {
    height: .9em;
    width: 1px;
} */
.text-page {
  padding-top: 5em !important; }
  @media screen and (min-width: 768px) {
    .text-page {
      padding-top: 10em !important; } }
  .text-page h1 {
    font-weight: 600;
    text-align: left;
    font-size: 2em;
    color: #777777; }
  .text-page h2 {
    color: #777777; }
  .text-page ul {
    color: #777777; }
    .text-page ul li {
      line-height: 1.5em; }
  .text-page form input {
    display: block; }

.advertise-box h1 {
  margin-top: 146px; }
  @media screen and (max-height: 420px) {
    .advertise-box h1 {
      margin-top: 162px; } }
  .advertise-box h1 span {
    color: #ff9800;
    font-weight: 600;
    font-size: 1.4em; }
  @media screen and (min-width: 768px) {
    .advertise-box h1 {
      margin-top: 80px; } }

.advertise-header .header-video {
  height: 60vh !important; }

#advertise-page .container {
  padding: 7%; }
  @media screen and (min-width: 1000px) {
    #advertise-page .container {
      padding: 2%; } }
#advertise-page .two-third {
  float: left;
  width: 100%;
  display: block; }
  @media screen and (min-width: 1000px) {
    #advertise-page .two-third {
      width: 74%;
      display: inline-block;
      margin-right: 3%; } }
  #advertise-page .two-third .grid-of-three {
    margin-top: 0; }
    @media screen and (min-width: 1000px) {
      #advertise-page .two-third .grid-of-three {
        margin-top: 4.3em;
        padding-top: 3em;
        border-top: 1px solid #f2f2f2; } }
    #advertise-page .two-third .grid-of-three .third {
      float: left;
      width: 100%;
      display: block;
      text-align: center; }
      @media screen and (min-width: 1000px) {
        #advertise-page .two-third .grid-of-three .third {
          width: 27%;
          margin-right: 6.333%;
          display: inline-block;
          min-height: 277px; } }
      #advertise-page .two-third .grid-of-three .third h2 {
        color: #777777;
        font-size: 1em;
        line-height: 1.4em;
        font-weight: 600;
        text-transform: uppercase; }
      #advertise-page .two-third .grid-of-three .third p {
        color: #777777;
        font-size: .9em;
        line-height: 1.3em; }
      #advertise-page .two-third .grid-of-three .third .line {
        width: 20%;
        display: block;
        margin: 1em auto;
        border-top: 2px solid #ff9800;
        float: none; }
#advertise-page .one-third {
  float: left;
  width: 100%;
  display: block; }
  @media screen and (min-width: 1000px) {
    #advertise-page .one-third {
      width: 23%;
      display: inline-block; } }
#advertise-page .call-us {
  background-color: #ff9800;
  color: #fff;
  padding: 8%;
  margin-bottom: 1.4em;
  font-size: .9em; }
  #advertise-page .call-us h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    text-align: center;
    display: block;
    margin-bottom: 20px; }
  #advertise-page .call-us input[type=text] {
    width: 100%;
    border: 0; }
  #advertise-page .call-us input[type=submit] {
    width: 100%;
    border: 0;
    background-color: #eb5b00;
    text-transform: uppercase;
    font-size: 1em; }
    #advertise-page .call-us input[type=submit]:hover {
      background-color: #d25100; }
#advertise-page .grey-box {
  background-color: #f9f9f9;
  color: #777777;
  padding: 8%;
  margin-bottom: 8%;
  font-size: .9em;
  line-height: 1.2em; }
  #advertise-page .grey-box h2 {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    display: block;
    margin-bottom: 20px; }
  #advertise-page .grey-box img {
    max-width: 100%;
    margin-bottom: 10px; }
  #advertise-page .grey-box p {
    color: #777777; }
  #advertise-page .grey-box span {
    font-size: .7em;
    font-weight: 600;
    color: #777777; }
  #advertise-page .grey-box label {
    display: block;
    font-size: .7em;
    font-weight: 600; }
    #advertise-page .grey-box label input {
      vertical-align: middle;
      height: 20px;
      margin-left: -5px; }
      @media screen and (max-width: 1000px) {
        #advertise-page .grey-box label input {
          width: auto; } }
  #advertise-page .grey-box input[type=text] {
    width: 100%;
    border: 0; }
  #advertise-page .grey-box input[type=submit] {
    width: 100%;
    border: 0;
    background-color: #ff9800;
    text-transform: uppercase;
    font-size: 1em; }
    #advertise-page .grey-box input[type=submit]:hover {
      background-color: #eb5b00; }

.clear {
  clear: both; }

.chart {
  display: none; }
  @media screen and (min-width: 1000px) {
    .chart {
      display: block;
      margin-top: -32px; } }

.compare-details {
  display: none; }

.attr-col {
  margin: 113px 0 0;
  float: left;
  width: 299px; }
  @media screen and (min-width: 1000px) {
    .attr-col {
      width: 283px; } }
  .attr-col ul {
    background: #f9f9f9;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #d6d6d6;
    border-width: 1px 0 1px 1px;
    padding: 0; }
    .attr-col ul li {
      text-align: right;
      padding: 0 10px;
      border-bottom: 1px solid #d6d6d6;
      line-height: 45px;
      display: block;
      color: #777777; }
      .attr-col ul li.last {
        border-bottom: none; }

.pt-table {
  padding-left: 0;
  display: block;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .pt-table {
      padding-left: 0; } }

.pt-body {
  padding: 10px 0 0; }

.pt-rows {
  padding: 0; }
  .pt-rows li {
    display: block;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #d9d9d9; }
    .pt-rows li span {
      width: 24%;
      text-align: center;
      float: left;
      border-right: 1px solid #d9d9d9;
      display: block;
      line-height: 45px;
      height: 45px; }
      @media screen and (min-width: 1000px) {
        .pt-rows li span {
          width: 23%; } }
      .pt-rows li span.pt-3x {
        width: 72%;
        float: left;
        text-align: center;
        border: none; }
    .pt-rows li.title {
      background: #eb5b00;
      font-size: 13px;
      color: #fff;
      font-weight: bold;
      border-bottom: 2px solid #eb5b00;
      border-width: 0 0 2px; }
      .pt-rows li.title span {
        line-height: 50px;
        height: 50px;
        border: none;
        padding: 0 1px; }
    .pt-rows li.fees {
      border-bottom: 1px solid #ccc; }
      .pt-rows li.fees span {
        line-height: 48px;
        height: 48px;
        background: #f7f7f7;
        font-size: 30px;
        font-weight: 700;
        color: #777777; }
        .pt-rows li.fees span.pt-yes {
          background: url(yes-no.gif) no-repeat center 12px; }
        .pt-rows li.fees span.pt-no {
          background: url(yes-no.gif) no-repeat center -38px; }
    .pt-rows li.fin {
      border-bottom: 2px solid #d9d9d9; }

.pt-special {
  width: 18%;
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (min-width: 900px) {
    .pt-special {
      width: 20%; } }
  @media screen and (min-width: 1000px) {
    .pt-special {
      width: 21%; } }
  .pt-special .pt-rows {
    background: #FFF8EF; }
    .pt-special .pt-rows li {
      border-width: 0 0 1px;
      background: transparent; }
      .pt-special .pt-rows li.title {
        height: 61px;
        margin: 0px;
        background: #ff9800;
        color: #fff;
        font-size: 22px;
        line-height: 65px;
        text-align: center;
        border-bottom: 1px solid #ff9800;
        border-width: 0 0 1px; }
      .pt-special .pt-rows li.fees {
        border-bottom: 1px solid #FFDAA4; }
        .pt-special .pt-rows li.fees span {
          background: #FFDAA4;
          color: #eb5b00;
          font-weight: 900;
          font-size: 2.6em; }
      .pt-special .pt-rows li.fin {
        border: none;
        text-align: center; }
        .pt-special .pt-rows li.fin .big-button {
          background: #3a8bd0;
          top: 22px; }
          .pt-special .pt-rows li.fin .big-button:hover {
            background: #50a6ef; }
      .pt-special .pt-rows li span {
        border: none;
        width: 100%; }

.fa-tick:after {
  content: "\f00c";
  font: 1.5em fontAwesome;
  color: #777777; }

.fa-x:after {
  content: "\f00d";
  font: 1.5em fontAwesome;
  color: #777777; }

.fin .button {
  display: block; }

.correct-price {
  font-size: .8em;
  font-weight: 600;
  color: #eb5b00; }

#one {
  padding-top: 120px; }
  #one .container .property-title {
    display: block;
    text-transform: uppercase;
    margin: 1em 0 .5em 0;
    font-size: 1.2em;
    font-weight: 600; }
  #one .container p {
    color: #777777;
    line-height: 1.5em;
    font-size: .9em; }
  #one .container img {
    max-width: 100%; }
  #one .container .two-third {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 768px) {
      #one .container .two-third {
        display: inline-block;
        width: 75%;
        margin-right: 4%;
        margin-bottom: 0; } }
    #one .container .two-third .property-img {
      display: block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #one .container .two-third .property-img {
          display: inline-block;
          width: 50%;
          float: left;
          margin-top: 1em;
          margin-right: 1%; } }
      #one .container .two-third .property-img img {
        max-width: 100%; }
    #one .container .two-third .points {
      display: block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #one .container .two-third .points {
          display: inline-block;
          width: 49%;
          float: left; } }
      #one .container .two-third .points li {
        color: #777777;
        line-height: 2em;
        font-size: 1em;
        font-weight: 600;
        list-style-type: none;
        margin-left: -1em; }
        #one .container .two-third .points li:before {
          content: "\f00c";
          font: 1.2em fontAwesome;
          color: #ff9800;
          margin-right: .6em;
          vertical-align: middle; }
    #one .container .two-third .featured-title {
      display: block;
      margin: 1.5em 0;
      text-transform: uppercase;
      font-size: 1.2em;
      font-weight: 600; }
    #one .container .two-third .featured {
      border: 1px solid #e8e8e8;
      padding: 1em;
      margin-bottom: 2.4em; }
      #one .container .two-third .featured .one-fourth {
        display: block;
        width: 100%;
        float: left; }
        @media screen and (min-width: 768px) {
          #one .container .two-third .featured .one-fourth {
            display: inline-block;
            width: 25%; } }
        #one .container .two-third .featured .one-fourth img {
          max-width: 100%;
          margin-bottom: 1em; }
          @media screen and (min-width: 768px) {
            #one .container .two-third .featured .one-fourth img {
              margin-bottom: 0; } }
        #one .container .two-third .featured .one-fourth .button {
          display: block;
          text-align: center;
          text-transform: uppercase;
          font-size: .9em;
          padding: .8em 1.5em;
          margin-bottom: .5em; }
          @media screen and (min-width: 768px) {
            #one .container .two-third .featured .one-fourth .button {
              width: 50%;
              float: right; } }
        #one .container .two-third .featured .one-fourth .button-dark {
          background-color: #eb5b00; }
          #one .container .two-third .featured .one-fourth .button-dark:hover {
            background-color: #f56e19; }
      #one .container .two-third .featured .one-half {
        display: block;
        width: 100%;
        float: left; }
        @media screen and (min-width: 768px) {
          #one .container .two-third .featured .one-half {
            display: inline-block;
            width: 46%;
            margin: 0 2%; } }
        #one .container .two-third .featured .one-half h2 {
          margin: 0;
          font-size: 1em;
          font-weight: 600 !important;
          color: #777777; }
        #one .container .two-third .featured .one-half ul {
          list-style-type: none;
          font-size: .8em;
          line-height: 1.4em;
          margin-left: -39px;
          color: #777777; }
  #one .container .one-third-comm {
    background-color: #f9f9f9;
    width: 90%;
    display: block;
    padding: 5%; }
    @media screen and (min-width: 768px) {
      #one .container .one-third-comm {
        width: 18%;
        display: inline-block;
        padding: 1.5%; } }
    #one .container .one-third-comm .title {
      color: #000;
      font-size: 1.2em;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 5px;
      border-bottom: 2px solid #ff9800; }
    #one .container .one-third-comm img {
      margin: 1.7em 0 .7em 0;
      display: block; }
    #one .container .one-third-comm a {
      color: #000;
      font-size: .8em;
      font-weight: 600;
      text-decoration: none;
      display: block; }
      #one .container .one-third-comm a:hover {
        text-decoration: underline; }
    #one .container .one-third-comm .location {
      color: #777777;
      font-size: .7em; }

/* Tabs =============================== */
.tab-wrapper {
  margin-top: 2em; }

#tabbed {
  margin: 2em 0;
  display: block; }

.distances {
  width: 100%; }

.distances td {
  margin: .6em 0;
  font-size: .9em; }

.distances .left {
  width: 60%; }

.distances .right {
  width: 40%;
  font-weight: 600; }

.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 39px;
  width: 100%; }

.tabs li {
  float: left;
  margin-right: 1px;
  cursor: pointer;
  padding: 0px 9px;
  height: 35px;
  line-height: 35px;
  font-size: .8em;
  background-color: #f9f9f9;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }
  @media screen and (min-width: 1200px) {
    .tabs li {
      padding: 0px 21px;
      height: 39px;
      line-height: 39px;
      margin-right: 5px; } }

.tabs li:hover {
  background-color: #ececec;
  color: #000; }

.tabs li.active {
  background-color: #ff9800;
  color: #fff;
  display: block; }

.tab_container {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  color: #777777; }
  @media screen and (min-width: 768px) {
    .tab_container {
      border-top: 6px solid #ff9800; } }

.tab_content {
  padding: 20px;
  display: none; }
  .tab_content .tab-heading {
    color: #ff9800;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: -15px;
    display: block; }
  .tab_content select {
    min-width: 27%;
    margin-top: 25px;
    background-size: 14px; }
  .tab_content p {
    color: #777777;
    line-height: 1.5em;
    font-size: .9em; }
  .tab_content .review-title {
    color: #ff9800;
    font-weight: 600;
    font-size: 1.2em;
    display: block; }
  .tab_content .review-author {
    font-size: .8em; }
  .tab_content hr {
    width: 90%;
    margin: 2em auto; }
  .tab_content .room-info {
    width: 100%;
    padding: 0;
    margin: 0; }
    .tab_content .room-info .one-third-td {
      width: 25%;
      margin-right: 10%; }
      .tab_content .room-info .one-third-td span {
        color: #ff9800;
        font-weight: 600;
        font-size: 1em; }
      .tab_content .room-info .one-third-td .room-subtitle {
        font-size: .6em;
        display: block;
        color: #777777; }
    .tab_content .room-info .two-third-td {
      width: 65%; }
      .tab_content .room-info .two-third-td span {
        color: #ff9800; }
      .tab_content .room-info .two-third-td ul {
        list-style-type: none;
        margin-left: -40px;
        font-size: .9em;
        line-height: 1.6em; }
  .tab_content .rates {
    width: 100%;
    padding: 0;
    margin: 20px auto 20px;
    display: block;
    overflow-x: scroll; }
    @media screen and (min-width: 768px) {
      .tab_content .rates {
        overflow-x: auto; } }
    .tab_content .rates .header {
      background-color: #ffe8c6;
      color: #000;
      font-weight: 600; }
    .tab_content .rates .first {
      text-align: left; }
    .tab_content .rates td {
      padding: 12px 10px;
      text-align: center;
      font-size: .7em;
      border: 1px solid #ffe8c6;
      border-collapse: collapse; }
      @media screen and (min-width: 768px) {
        .tab_content .rates td {
          font-size: .8em; } }

.tab_drawer_heading {
  display: none; }

@media screen and (max-width: 768px) {
  .tabs {
    display: none; }

  .tab_drawer_heading {
    background-color: #f9f9f9;
    color: #000;
    margin: 0;
    padding: 5px 20px;
    font-size: .8em;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .d_active {
    background-color: #ff9800;
    color: #fff; } }
.login-column {
  float: left;
  width: 100%;
  display: block;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .login-column {
      width: 30%;
      display: inline-block;
      margin-right: 5%; } }

.ad-image {
  float: left;
  width: 100%;
  display: block;
  margin: 20px auto; }
  @media screen and (min-width: 1000px) {
    .ad-image {
      width: 65%;
      display: inline-block;
      margin: 0; } }
  .ad-image img {
    max-width: 100%;
    height: auto; }

.login-page {
  padding-top: 4em !important; }
  @media screen and (min-width: 768px) {
    .login-page {
      padding-top: 10em !important; } }
  .login-page h1 {
    font-weight: 600;
    text-align: left;
    font-size: 2em;
    color: #777777; }
  .login-page h2 {
    color: #777777; }
  .login-page ul {
    color: #777777; }
    .login-page ul li {
      line-height: 1.5em; }
  .login-page .password {
    font-size: .8em;
    color: #777777;
    text-decoration: none; }
    .login-page .password:hover {
      text-decoration: underline; }
  .login-page form {
    width: 300px; }
    .login-page form input[type=text] {
      width: 100%;
      display: block; }
    @media screen and (max-width: 1000px) {
      .login-page form input[type=checkbox] {
        margin: 0px 10px 0px 0px;
        width: auto !important; } }
    .login-page form input[type=submit] {
      width: 100%;
      border: 0;
      background-color: #eb5b00;
      text-transform: uppercase;
      font-size: 1em;
      display: block; }
      .login-page form input[type=submit]:hover {
        background-color: #d25100; }
    .login-page form label {
      display: block;
      font-size: .8em;
      font-weight: 600;
      color: #777777; }
      .login-page form label input {
        vertical-align: middle;
        height: 20px;
        margin-left: -16px; }
        @media screen and (max-width: 768px) {
          .login-page form label input {
            width: auto; } }

.contact-page {
  padding-top: 4em !important; }
  @media screen and (min-width: 768px) {
    .contact-page {
      padding-top: 10em !important; } }
  .contact-page .container {
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .contact-page .container {
        text-align: left; } }
  .contact-page h1 {
    font-weight: 600;
    text-align: center;
    font-size: 2em;
    color: #777777; }
    @media screen and (min-width: 768px) {
      .contact-page h1 {
        text-align: left; } }
  .contact-page span {
    color: #777777;
    font-size: .9em; }
  .contact-page ul {
    color: #777777; }
    .contact-page ul li {
      line-height: 1.5em; }
  .contact-page .password {
    font-size: .8em;
    color: #777777;
    text-decoration: none; }
    .contact-page .password:hover {
      text-decoration: underline; }
  .contact-page form {
    width: 90%;
    margin: 0 auto; }
    .contact-page form input[type=text] {
      width: 100%;
      display: block; }
    .contact-page form input[type=submit] {
      width: 100%;
      border: 0;
      background-color: #eb5b00;
      text-transform: uppercase;
      font-size: 1em;
      display: block; }
      .contact-page form input[type=submit]:hover {
        background-color: #d25100; }
    .contact-page form select {
      width: 100%;
      -webkit-appearance: initial !important;
      -moz-appearance: initial;
      appearance: initial; }
    .contact-page form textarea {
      padding: 15px;
      width: 92%;
      min-height: 100px;
      border: 1px solid #cbcbcb;
      color: #777777; }
    .contact-page form label {
      display: block;
      font-size: .8em;
      font-weight: 600;
      color: #777777; }
      .contact-page form label input {
        vertical-align: middle;
        height: 20px;
        margin-left: -16px; }
        @media screen and (max-width: 768px) {
          .contact-page form label input {
            width: auto; } }
    @media screen and (min-width: 768px) {
      .contact-page form {
        width: 400px;
        margin: unset; } }

.shortlist-page {
  padding-top: 4em !important; }
  @media screen and (min-width: 768px) {
    .shortlist-page {
      padding-top: 10em !important; } }
  @media screen and (min-width: 768px) {
    .shortlist-page {
      max-width: 70%;
      margin: 0 auto; } }
  .shortlist-page h1 {
    text-align: left;
    color: #000;
    display: block;
    text-transform: uppercase;
    margin: 1em 0 .5em 0;
    font-size: 1.2em;
    font-weight: 600; }
  .shortlist-page h2 {
    color: #777777; }
  .shortlist-page .featured {
    border: 1px solid #e8e8e8;
    padding: 1em;
    margin-bottom: 2.4em; }
    .shortlist-page .featured .one-fourth {
      display: block;
      width: 100%;
      float: left; }
      @media screen and (min-width: 768px) {
        .shortlist-page .featured .one-fourth {
          display: inline-block;
          width: 25%; } }
      .shortlist-page .featured .one-fourth img {
        max-width: 100%;
        margin-bottom: 1em; }
        @media screen and (min-width: 768px) {
          .shortlist-page .featured .one-fourth img {
            margin-bottom: 0; } }
      .shortlist-page .featured .one-fourth .button {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: .9em;
        padding: .8em 1.5em;
        margin-bottom: .5em; }
        @media screen and (min-width: 768px) {
          .shortlist-page .featured .one-fourth .button {
            width: 50%;
            float: right; } }
      .shortlist-page .featured .one-fourth .button-dark {
        background-color: #eb5b00; }
        .shortlist-page .featured .one-fourth .button-dark:hover {
          background-color: #f56e19; }
    .shortlist-page .featured .one-half {
      display: block;
      width: 100%;
      float: left; }
      @media screen and (min-width: 768px) {
        .shortlist-page .featured .one-half {
          display: inline-block;
          width: 46%;
          margin: 0 2%; } }
      .shortlist-page .featured .one-half h2 {
        margin: 0;
        font-size: 1.2em;
        font-weight: 600 !important;
        color: #777777; }
      .shortlist-page .featured .one-half ul {
        list-style-type: none;
        font-size: .8em;
        line-height: 1.4em;
        margin-left: -39px;
        color: #777777; }
  .shortlist-page .contact-header {
    display: block;
    margin-top: 2em;
    margin-bottom: -1px;
    padding: 10px 0;
    text-indent: 10px;
    background-color: #ff9800;
    border: 1px solid #ff9800;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase; }
  .shortlist-page .contact-form {
    min-height: 300px;
    border: 1px solid #e8e8e8;
    color: #777777;
    padding: 1em;
    font-size: .9em;
    margin-bottom: 2em; }



























