/*
* Styles for ValuePlace
* Author: Nathan Parikh
*/

/*Override Foundation defaults*/

.row {
    max-width: 62.5em; /* thought a 1000px max width looked a little better, so per angelo set up this as default with a duplicate page that uses the 960px max width */
}
.duplicated .row {
    max-width: 60em; /* angelo asked for a 960 max width*/
}
.column, .columns {
    padding-left: 0.5375em;
    padding-right: 0.5375em;
}
.row .row {
    margin-left: -0.5375em;
    margin-right: -0.5375em;
}
@media only screen and (min-width: 64.063em) {
    .large-2point4 {
        width: 20%;
    }
}
a {
    color: #17a1e5; /* DA */
}
a:link, a:visited {
    color: #17a1e5; /* DA */
}
a:hover, a:active {
    color: #1a1a1a; /* DA */
}
button, .button, a.button, #error404-searchsubmit {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #17A1E4; /* DA */
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff; /* DA */
}
button:hover, button:focus, .button:hover, .button:focus, a.button:hover, a.button:focus, #error404-searchsubmit:hover {
    background-color: #666; /* DA */
    color:#fff; /* DA */
}
button.primary, .button.primary {
    /*Primary buttons just use default button styling*/
}
button.secondary, button.secondary:focus, .button.secondary {
    color: #17a1e5; /* DA */
    padding: 0.375em 1em; /* DA */
    background: #fff;
    /* border: 1px solid #ddd;  DA */
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4); /* DA */
    font-family: 'Open Sans', sans-serif;
    font-size: .875em; /* DA */
    font-weight: 700;
    /* text-transform: none; DA */
}
button.secondary:hover, .button.secondary:hover {
    background: #666; /* DA */
    color: #fff; /* DA */
}
.button.white {
    color: #17a1e5; /* DA */
    background: #fff;
    border: 1px solid #17a1e5; /* DA */
    text-transform: none;
}
button.gray, .button.gray {
    background: #D9D9D9;
}

.button.opacity {
    color: #17a1e5; /* DA */
    background: rgba(255, 255, 255, 0.9);
    text-transform: none;
	border-radius: 4px;
}
.button.edit {
    padding: 0.25em 0.5em;
    font-size: .875em;
    float: right;
    margin: 0; /* DA */
}
.button.add-reservation {
 margin: 0;
} 
.button.close {
    padding: 0.5em 1em 0.5em 1em;
    font-weight: 400;
}
.button.update {
	background-color:#33bbff;
}
.button.close .icon-close {
    margin: 0px 0.25em 0px 0px;
}
#error404-searchsubmit {
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 0.5em 2em;
}
.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.11111rem;
    position: relative;
    padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
    /* font-size: 0.85rem; DA */
    transition: opacity 300ms ease-out;
    background-color: #008CBA;
    border-color: #007ba0;
    color: #fff;
}
.alert-box.success {
    background-color: #00C852;
    border-color: #43AC6A;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
.alert-box .close {
    font-size: 1.22222rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.61111rem;
    right: 0.22222rem;
    color: #333;
    opacity: 0.3;
}
input.error, textarea.error {
    border-color: #c60f13;
}
span.error, small.error, [data-abide] .error small.error, [data-abide] small.error {
    background: none;
    color: #c60f13;
}
span.hidden, small.hidden {
    display: none;
}
form.error small.error {
    display: none;
}
form.error div.error small.error {
    display: block;
}
.error label, .error label.error, label.error {
    color: #4d4d4d;
}
form .required {
    color: #c60f13;
}
/*Removed by DA
.ui-widget-content.ui-menu {
  background: #fff;
}
.ui-menu .ui-menu-item {
  padding: 4px 15px;
}
li.ui-autocomplete-category {
  background: rgb(223,223,223);
  padding: 5px 15px;
  font-weight: bold;
}
.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 {
  border: none;
  background: rgb(186,16,44);
  font-weight: inherit;
  color: #fff;
}

.start-date .ui-state-default, .end-date .ui-state-default {
  background: #0000FF;
  color: #FFFFFF;
}
.between-date .ui-state-default {
  background: #9999FF;
}
.hasDatepicker {
  position: absolute;
  z-index: 2;
  top: 40px;
}
.ui-datepicker {
  
}
.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 {
  border: none;
  background: rgba(0, 0, 0, 0.66);
  font-weight: inherit;
  color: #fff;
}

.date-range-selected > .ui-state-active,
.date-range-selected > .ui-state-default {
   background: none;
   background-color: #17a1e5;
}
*/

/*Foundation Accordion*/

.accordion {
    margin-bottom: 0;
}
.accordion:before, .accordion:after {
    content: " ";
    display: table;
}
.accordion:after {
    clear: both;
}
.accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #e8e8e8;
}
.accordion .accordion-navigation > a, .accordion dd > a {
    background: #efefef;
    color: #222222;
    padding: 1rem;
    display: block;
    /* font-size: 1rem; DA */
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
    background: #e3e3e3;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
    display: none;
    padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
    display: block;
    background: white;
}
/*General styles*/

body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Open Sans', Arial, sans-serif;
}
body {
    font-size: 1em;
    line-height: 1.375;
    color: #333;
} /* DA */

h2 {
    font-size: 1.5em;
    font-weight: normal;
} /* DA */

h3 {
    /* font-size: 1.2rem; DA */
    font-weight: 600;
}

@font-face {
    font-family: 'vp';
    src: url('../fonts/vp.eot?cepc6h');
    src: url('../fonts/vp.eot?#iefixcepc6h') format('embedded-opentype'), url('../fonts/vp.woff?cepc6h') format('woff'), url('../fonts/vp.ttf?cepc6h') format('truetype'), url('../fonts/vp.svg?cepc6h#vp') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'vp';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-location:before {
    content: "\e610";
}
.icon-dollar:before {
    content: "\e611";
}
.icon-calendar:before {
    content: "\e612";
}
.icon-wheelchair:before {
    content: "\e600";
}
.icon-room:before {
    content: "\e601";
}
.icon-mattress:before {
    content: "\e602";
}
.icon-remodel:before {
    content: "\e603";
}
.icon-connection:before {
    content: "\e604";
}
.icon-crt:before {
    content: "\e605";
}
.icon-star:before {
    content: "\e606";
}
.icon-star2:before {
    content: "\e607";
}
.icon-star3:before {
    content: "\e608";
}
.icon-happy:before {
    content: "\e609";
}
.icon-menu:before {
    content: "\e60a";
}
.icon-close:before {
    content: "\e60c";
}
.icon-close2:before {
    content: "\e60d";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-laptop:before {
    content: "\f109";
}
.icon-tv:before {
    content: "\e60e";
}
.icon-arrow-right:before {
    content: "\e60b";
}
.icon-arrow-left:before {
    content: "\e613";
}
.icon-arrow-down:before {
    content: "\e60f";
}
.icon-arrow-right2:before {
    content: "\e614";
}
.fullwidth {
    position: relative;
}
.fullwidth img {
    width: 100%;
    min-width: 1583px;
    height: 100%;
}
.absolute {
    position: absolute;
}
.alignright {
    float: right;
}
.centered {
    float: none;
    display: block;
    margin: 0px auto;
}
.text-center {
    text-align: center;
}
/*HEADER*/

#top-navigation {
    background: #fff;
    color: #505050;
    text-align: right;
    padding: 6px 0px; /* DA */
}
#top-navigation a, #top-navigation span {
    font-size: 0.75rem; /* DA */
    line-height: 1.334; /* DA */
    margin: 0px 25px 0px 0px;
}
#top-navigation span {
    color: #666;
}
#top-navigation a:last-child, #top-navigation span:last-child {
    margin-right: 0px;
}
#top-navigation #navcheckout {
    font-size: 0.75rem;
}
.top-drawer {
    background: #EDEDED;
    padding: 15px 0px;
    display: none;
}
.top-drawer h2 {
    margin: 0px;
    font-size: 1.75em;
}
.top-drawer p {} .top-drawer .close {
    color: #4e4e4e;
    position: absolute;
    z-index: 9;
    top: 0px;
    right: 0.5375em;
    font-size: 0.8em;
    cursor: pointer;
}
.top-drawer .drawer-form {} .top-drawer .drawer-form label {
    padding: 0px;
    margin: 0px 0px 3px 0px;
    font-weight: bold;
}
.top-drawer .drawer-form input[type="text"] {
    margin: 0px 0px 15px 0px;
}
.top-drawer .drawer-form button {
    float: left;
    width: 125px;
    text-transform: none;
    margin: 0px 15px 0px 0px;
}
.top-drawer .drawer-form .forgot {
    font-size: 0.8em;
    float: left;
    margin: 14px 0px 0px 0px;
}
#forgot {
    display: none;
}
#forgot .cancel {
    background: #fff;
    color: #1683fa;
}
#forgot button {
    width: 100%;
}
#header {
    padding: 12px 0px;
    float: left;
    width: 100%;
}
#header .logo {
    float: left; /* Added DA */
    position: relative;
    top: -1.125em; /* DA */
}
#header .tagline {
    float: right;
    font-size: 1.5rem; /* DA */
    line-height: 2.292; /* DA */
    font-weight: 300;
    margin: 0px; /* padding: 10px 0px 0px 0px; DA */
}
.main-nav {
    background: #222; /* DA */
    color: #fff;
}
.main-nav ul {
    text-align: right;
    margin: 0px;
    font-size: 0.9375rem; /* DA */
    line-height: 1.6; /* DA */
}
.main-nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 30px 0px 0px;
}
.main-nav li:last-child {
    margin-right: 0px;
}
.main-nav li a {
    color: #fff;
    padding: 7px 0px 7px 0px;
    display: block;
}
/*HOMEPAGE*/

.featured {
    position: relative;
}
#featured, .featured-small {
    height: 468px;
    max-height: 468px;
    margin-left: 0px;
}
#featured.slick-slider {
	margin-bottom: 0;
}
.featured li {
    height: 468px;
}
#featured img, .featured-small img {
    height: 100%;
    width: 100%;
}
.home #featured img {
    max-width: 1440px;
    margin: 0px auto;
    min-width: 1440px;
}
#featured .caption-wrapper {
    max-width: 1000px;
    margin: 0px auto;
    position: relative; /* font-size: 1.75em; DA */
    /* line-height: 1.25em; DA */
    height: 100%;
}
#featured .caption {
    position: absolute;
    bottom: 40px;
    right: 0px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.375em 0.5em 0.5em;
    max-width: 320px;
    color: #333; /* DA */
    font-size: 1.75em;
    text-align: right;
    line-height: 1.11;
    font-weight: 300;
}
#featured .caption a {}
/*image scaling*/

#featured {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
}
#featured span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -720px;
}
#locator {
    position: absolute;
    top: -458px;
    left: 0;
    z-index: 15;
    width: 400px;
    /*height: 388px; AKB */ /*background-color: rgba(15, 107, 153, 0.9);  DA */
	height: 335px; /*new height without promo code field */
    background-color: rgba(15, 107, 153, 0.9);
    padding: 25px 1em 0px;
}
#locator form {

}
    #locator input[type="text"], #locator input[type="password"], #locator input[type="date"], #locator input[type="datetime"], #locator input[type="datetime-local"], #locator input[type="month"], #locator input[type="week"], #locator input[type="number"], #locator input[type="time"],
    #widget-location input[type="text"], #widget-location input[type="password"], #widget-location input[type="date"], #widget-location input[type="datetime"], #widget-location input[type="datetime-local"], #widget-location input[type="month"], #widget-location input[type="week"], #widget-location input[type="number"], #widget-location input[type="time"] {
        padding: 1.35rem 0.5rem 0.5rem;
        height: 2.7125rem;
    }
    #widget-location button {
        height: 2.7125rem;
    }
    #locator label.high,
    #widget-location label.high {
        font-size: .615em;
        text-transform: uppercase;
        color: #999;
        padding: 0px 8px 0px 8px;
        position: absolute;
        top: .4rem;
        z-index: 2;
    }
    #locator input::-webkit-input-placeholder {
       color: #333;
    }

    #locator input:-moz-placeholder { /* Firefox 18- */
       color: #333;  
    }

    #locator input::-moz-placeholder {  /* Firefox 19+ */
       color: #333;  
    }

    #locator input:-ms-input-placeholder {  
       color: #333;  
    }

    #widget-location input::-webkit-input-placeholder {
       color: #333;
    }

    #widget-location input:-moz-placeholder { /* Firefox 18- */
       color: #333;  
    }

    #widget-location input::-moz-placeholder {  /* Firefox 19+ */
       color: #333;  
    }

    #widget-location input:-ms-input-placeholder {  
       color: #333;  
    }

    #offers_optin input::-webkit-input-placeholder {
       color: #333;
    }

    #offers_optin input:-moz-placeholder { /* Firefox 18- */
       color: #333;  
    }

    #offers_optin input::-moz-placeholder {  /* Firefox 19+ */
       color: #333;  
    }

    #offers_optin input:-ms-input-placeholder {  
       color: #333;  
    }

#locator h2 {
    color: #fff; /* font-size: 1.8rem; DA */
    /* line-height: 125%; DA */
    margin-top: 0px;
}
#locator p {
    color: #fff; /* font-size: 0.9rem; DA */
    /* line-height: 135%; DA */
}
/*Changes from DA
  #locator .button {
    margin-bottom: 0px;
  }

  #locator .selecter {
    margin: 0px 0px 15px 0px;
  }
    #locator .selecter .selecter-selected {
      padding-top: 11px;
      padding-bottom: 11px;
    }
*/

h6.subtitle {
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 25px 0px;
    font-size: .875em; /* DA */
    text-transform: uppercase; /* DA */
    letter-spacing: .1em; /* DA */
}
h6.subhead {
    font-weight: bold;
    text-transform: uppercase; /* font-size: 0.85em; DA */
}
#thumbnails {
    padding: 45px 0px 45px 0px;
}
#thumbnails .columns {
    margin-bottom: 1.875em;
}
.home #thumbnails .columns:last-child {
    float: left;
}
#thumbnails img {
    width: 100%;
}
#thumbnails .price, .property-listing .available-content .thumb .price {
    background: rgba(50, 50, 50, 0.9); /* DA */
    position: absolute;
    top: 0px;
    right: 0.5em;
    text-align: right;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1;
}
.property-listing .available-content .thumb .price {
    margin: 0px;
    right: 0;
}
#thumbnails .price br {display:none;} /* DA */
#thumbnails .price sm {
    font-weight: 300;
    display:block;
    font-size: 0.625em;
}
#thumbnails h5 {
    font-size: 1em; /* DA */
    font-weight: bold;
    line-height: 1.25; /* DA */
    margin: .375em 0 .375em; /* DA */
    height: 2.5em;
    overflow: hidden;
    color: ##17a1e5;
}
#thumbnails p, #thumbnails a {
    font-size: .75em; /* DA */
    font-weight: 500;
    margin: 0px;
}
#thumbnails p {
    font-size: .75em;
    line-height: 1.5;
    font-style: italic;
    border-top: 2px solid #d9cbbf;
    padding-top: .5em;
}
#thumbnails a {
    display: block;
    /* margin: 5px 0px 15px 0px; DA */
}
#thumbnails-hidden, .thumbnails-hidden, #offers-hidden, .offers-hidden {
    display: none;
}
#thumbnails-reveal, #offers-reveal {
    display: block;
    margin: 1em auto 0; /* DA */
    transition: all 0.5s ease;
}
#promise {
    background: #e3f4fc;
    padding: 45px 0px; /* DA */
}
#promise img {
    width: 100%;
    margin: 0px 0px 15px 0px;
}
#promise h4 {
    font-size: 1.375em; /* DA */
    font-weight: bold; /* DA */
    /* color: #0f6b99; DA */
}
#promise p {
    font-size: .875em; /* DA */
    line-height: 1.429; /* DA */
}
#promise a {
    font-size: .75em; /* DA */
    line-height: 1.25
    /* DA */
}
#promise .small-6 {
    margin-bottom: 30px;
}

#offers_optin {
    background: #508F00;
    color: #fff;
    padding: 30px 0px;
}
    #offers_optin .dollarsigns {
        font-size: 3em;
        font-weight: 700;
    }
    #offers_optin h6 {
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        margin: 0px 0px 0px 0px;
    }
    #offers_optin p {
        margin: 0px;
        font-size: 0.8em;
    }
    #offers_optin .form {
        padding-top: 15px;
    }
    #offers_optin input[type="text"], #optinemail {
        font-size: .8125em;
        margin: 0px;
        color: #333;
    }
    #offers_optin .button {
        margin: 0px;
        font-size: .8125em;
        padding-top: 0.85em;
        padding-bottom: 0.75em;
    }

/*LOCATIONS*/

h6.location {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.mappage #largemap {
    display: block;
    visibility: visible;
    margin: 0px 0px 30px;
    width: 100%; /* AKB */
    /*height: 600px;  AKB */
}
.listing-state {
    font-size: 1rem;
}
.listing-state h3 {
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 0px;
}
.listing-state ul {
    margin-left: 0px;
}
.listing-state li {
    list-style-type: none;
}
.listing-state li a {} #widget-location {
    background: #757575;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px;
}
#widget-location p {
    color: #fff;
    margin: 0px;
    /* font-size: .8125em; DA */
    /* line-height: 1.539; DA */
}
#widget-location .columns {
    padding-right: 0px;
    padding-left: 0.5em;
}
#widget-location div.columns:first-child {
    padding-left: 0.9375em;
}
#widget-location div.columns:last-child {
    padding-right: 0.9375em;
}
#widget-location form {
    margin: 0px;
}
#widget-location input, #widget-location select, #widget-location .button {
    margin-bottom: 0px;
}
#widget-location .selecter {
    margin: 0px;
}
/* DA Updates
    #widget-location .selecter .selecter-selected {
      padding-top: 11px;
      padding-bottom: 11px;
    }
*/

#widget-location-toggle {
    color: #fff;
}
/* Edited DA */

/* ====================================== */

#widget-location {
    background-color: rgba(15, 107, 153, 0.9);
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 15px;
}
.vp-widget p {
    color: #fff;
    margin: 0px;
    font-size: .875em;
    line-height: 1.43;
}
.vp-widget form {
    margin: 0px;
}
.vp-widget input, .vp-widget select, .vp-widget .button {
    margin-bottom: 0px;
    font-size: .8125em;
    border: 0 none;
    line-height: 21px;
    position: relative;
}
.vp-widget .input-wrapper {
    display: block;
    position: relative;
    background-color: #fff;
}

.vp-widget .input-wrapper input {
	top: 0; /* KN */
    color: #333;
    background-color: transparent;
    z-index:1;
}
.vp-widget input:focus, .vp-widget .button:active {
    box-shadow: none;
}
.vp-widget input:focus {
    background-color: transparent;
}
.vp-widget .selecter {
    margin: 0px;
    outline: none !important;
    max-width: 100% !important;
}
.vp-widget .selecter .selecter-selected {
    background: #fff none;
    border: 0 none;
    border-radius: 0;
    color: #333;
    font-size: .8125em;
    padding: 1.15rem 20px .616em 8px;
    height: 2.7125rem;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vp-widget .selecter .selecter-item {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 0 none;
    color: #333;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 8px 8px;
    text-overflow: ellipsis;
    width: 100%;
}
.vp-widget .selecter .selecter-item:hover, .vp-widget .selecter .selecter-item.selected:hover {
    background-color: #666;
    color: #fff;
}
.vp-widget .selecter .selecter-item.selected {
    background-color: #17a1e5; /* DA */
    color: #fff;
}
.vp-widget .selecter.open .selecter-selected, .vp-widget .selecter.focus .selecter-selected {
    box-shadow: none;
}
.vp-widget .selecter-options {
    box-shadow: 0px 0px 4px #222;
    border: 0 none;
    border-radius: 0;
}
.vp-widget .selecter .selecter-item:last-child {
    border-radius: 0;
}
#widget-location-toggle {
    color: #fff;
}
.vp-widget .hide-for-small, #widget-location-toggle {
    margin-bottom: .385em;
}
.vp-widget select, .vp-widget select:focus, .vp-widget select:active {
    display: none;
}
.vp-widget .row {
    padding: 0 0.5375em;
}
.vp-widget-items {
    display: table;
    width: 100%;
    word-spacing: -1em;
    text-align: center;
}
.vp-widget-item {
    display: inline-block;
    word-spacing: normal;
    vertical-align: top;
    position: relative;
    padding-right: .5em;
    padding-right: .625em;
    text-align: left;
}
.vp-widget-location {
/*    width: 18%; remove promo code field AKB */
	width: 22.5%;
}
.vp-widget-radius {
/*    width: 18%; remove promo code field AKB */
	width: 22.5%;
}
.vp-widget-dates {
/*    width: 36%; remove promo code field AKB */
	width: 45%;
    padding-right:0;
}
.vp-widget-promo {
    width: 18%;
}
.vp-widget-button {
    width: 10%;
    padding-right: 0
}
.vp-widget-dates .vp-date {
    width: 50%;float:left;padding-right:.625em;
}
.selecter {
    max-width: 100%;
}
#locator .vp-widget-items {
    padding: 1em 0.5375em 0;
}
#locator .vp-widget-location, #locator .vp-widget-radius, #locator .vp-widget-dates, #locator .vp-widget-promo, #locator .vp-widget-button {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin-bottom: .625em;
}

#locator .vp-widget-dates .vp-date {padding-right:.3125em;}
#locator .vp-widget-dates .vp-date + .vp-date {padding-left:.3125em;padding-right:0;}

.vp-widget-radius .selecter-selected:after, .vp-widget-location .input-wrapper:after, .vp-widget-dates .input-wrapper:after, .vp-widget-promo .input-wrapper:after {
    font-family: 'vp';
    position: absolute;
    right: 8px;
    font-size: 16px;
    line-height: 21px;
    top: 16px;
    z-index: 0;
    color: #333;
}
.vp-widget-radius .selecter-selected:after {
    content: "\e60f";
}
.vp-widget-location .input-wrapper:after {
    content: "\e610";
}
.vp-widget-promo .input-wrapper:after {
    content: "\e611";
}
.vp-widget-location input, .vp-widget-dates input {
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vp-widget-dates .input-wrapper:after {
    content: "\e612";
}
.vp-widget-dates .dates {
    position: relative;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
    font-family: 'vp';
    position: absolute;
    right: 8px;
    font-size: 16px;
    line-height: 21px;
    top: 2px;
    z-index: 1;
    color: #333;
}
.ui-datepicker-prev:after {
    content: "\e613";
}
.ui-datepicker-next:after {
    content: "\e614";
}
.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover {
    background: none !important;
}
.ui-datepicker-prev.ui-state-hover:after, .ui-datepicker-next.ui-state-hover:after {
    color: #1683fa !important;
}

.vp-widget-location.error .input-wrapper {
	background: #e58a89;
}

.vp-widget-location.error input {
	color: #fff;
}

/* KN */
#ui-datepicker-div {
	z-index:22!important;
	background:#fff;
	border-top: 1px solid #ccc;
	box-shadow: 0px 0px 4px #222;
}
.ui-state-active {
	background: none;
	background-color: #1683fa;
	color: #fff;
}
/* end KN */

@media screen and (max-width: 800px) {
    .vp-widget-location {
        width: 50%;
        margin-bottom: .625em;
    }
    .vp-widget-radius {
        width: 50%;
        padding-right: 0;
        margin-bottom: .625em;
    }
    .vp-widget-dates {
        width: 50%;
    }
    .vp-widget-promo {
        width: 25%;
    }
    .vp-widget-button {
/*        width: 25%; remove promo code field AKB */
		width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .ui-datepicker-group-last {
        display: none;
    }
    .hasDatepicker, .ui-datepicker[style] {
        /*width: 100% !important;*/
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        float: none;
        width: 100%;
        margin: 0 auto;
        max-width: 340px;
    }

    #widget-location {
        padding-bottom: 0;
      }

    .vp-widget-location {
        width: 100%;
    }
    .vp-widget-radius {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .vp-widget-dates {
        width: 100%;
        margin-bottom: .625em;
    }
    .vp-widget-promo {
        width: 100%;
        padding-right: 0;
        margin-bottom: .625em;
        max-width: 100%;
    }
    .vp-widget-button {
        width: 100%;
        padding-right: 0;
        max-width: 100%;
        margin-bottom: 1em;
    }
}
/* */

/*LISTINGS*/
#location-header-photo h1 {position:relative;z-index:1;color:#fff;text-align:center;background:rgba(37,120,162,0.5);margin:0 auto;font-size:1.5em;padding:.5em;font-weight:300;} /* DA */

#location-header-photo {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 300px;
}
#location-header-photo.active {
    /* height: 600px; */
    height: auto;
}
#location-header-photo.active #minimap {
    bottom: 0px;
    /* top: -56px; */
}
#location-header-photo.fullwidth {
    background-color: #ccc;
}
#location-header-photo.fullwidth img {
    /*
  display: block;
  height: auto;
  width: 100%;
  margin: 0px auto;
  */
    display: block;
    height: 100%;
    width: auto;
}
#location-header-photo.fullwidth span {
    /*
  display:block;
  position:absolute;
  top:0;
  left:50%;
  width: 100%;
  margin-left:-791px;
  */
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -791px;
}
.row-contain {
    left: 0;
    right: 0;
    bottom: 0;
}
#banner-container {
    height: 480px;
    overflow: hidden;
    margin-top: -30px;
    margin-bottom: 0;
}
#headerbuttons { /* AKB */
    position: absolute;
    bottom: 18px;
    margin-left: 0.5375em;
}
#minimap { /* AKB */
/*
    position: absolute;
    bottom: 18px;
    margin-left: 0.5375em;
*
    /*top: -656px;*/
}
#minilocation { /* AKB */
	margin-left: .625em;
}
#largemapwrapper {
    position: relative;
    /* height: 0; DA */
    /*  padding-top: 50%; DA */
    /* overflow: hidden; DA */
    max-width: 62.5em; /* DA */
    padding-left: 0.5375em; /* DA */
    padding-right: 0.5375em; /* DA */
    margin: 0 auto; /* DA */
    margin-left: -9999em; /* AKB */
}
#largemapwrapper.mappage {
	margin-left: auto; /* AKB */
}
#largemapwrapper.active {
	margin-left: auto; /* AKB */
}
#largemap {
    /* position: absolute; DA */
    /* top: 0px; DA */
    /* bottom: 0px; DA */
    /* left: 0px; DA */
    /* right: 0px; DA */
    position: relative; /* DA */
    height: 0; /* DA */
    padding-top: 50%; /* DA */
    overflow: hidden; /* DA */
    visibility: hidden;
    /*
    height: 600px;
    width: 100%;
    */
}
#largemap.active {
    visibility: visible;
    /*    height: 600px;*/
}
#largemap img, #map_canvas img {
    max-width: none !important;
    max-height: none !important;
    min-width: 0;
    height: auto;
} /* AKB */

#largemap label, #map_canvas label {
    width: auto;
    display: inline;
} /* AKB */

#largemap #maptype, #map_canvas #maptype {
    display: none;
}

#locationintro { /* AKB */
	display: none
}
#locationintro .details { /* AKB */
    float: left;
	margin-bottom: 30px;
    margin-left: 20%;
    padding: 0px 0px 0px 2%;
    width: 80%;
}
#locationintro .details .copy { /* AKB */
    float: left;
    max-width: 70%;
}
#locationintro .details p { /* AKB */
	font-size: .875em;
	line-height: 1.429;
	margin: 0px 0px .5em 0px;
}

.gm-style-mtc { 
/*	display: none; */
}
h6.itinerary {
    font-size: 1em;
    margin-bottom: 2em;
    text-align: center;
    font-weight: bold;
}
.property {
    margin-bottom: 1em;
}
.property-listing {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 1em 0px;
}
#hotelcode, .hotelcode {
    display: none;
    /*color: red;*/
}
.property-listing .thumb, .reveal-modal .thumb {
    float: left;
    width: 20%;
}
.property-listing .thumb img, .reveal-modal .thumb img {
    display: block;
    margin: 0px 0px 15px 0px;
    width: 100%;
}
.property-listing h3.property-status, .reveal-modal h3.property-status { /* AKB */
	margin-bottom: 0;
	padding: 5px 0;
	background: #518e16;
	color: #fff;
	font-size: .875em;
	text-align: center;
} 
.property-listing .amenities {
    color: #444;
}
.property-listing .amenities span {
    /* border: 1px solid #DFD5BB; DA */
    /* padding: 1px; DA */
    margin-right:.5em;
    font-size: 1.142em;
    white-space: nowrap; /* AKB */
}
.property-listing .amenities span[title]:after { /* AKB */
  content: attr(title);
  padding-left: .5em;
  font-size: .5em;
  text-transform: uppercase;
}
.property-listing .overview {
	display: none;
}
/* room details */

.property-listing .room-listing .amenities {
    display: inline-block;
    margin: 5px 0;
}
#roommodal, .roommodal {
    display: none;
    /*color: red;*/
}
.property-listing .details, .reveal-modal .details {
    float: left;
    padding: 0px 0px 0px 2%;
    width: 80%;
}
.property-listing .details .copy, .reveal-modal .details .copy {
    float: left;
    max-width: 70%;
}
.property-listing .details h2, .reveal-modal .details h2 {
    font-size: 1.5em;
    line-height: 1;
    margin-top: 0;
    color: #17a1e5; /* DA */
}
.property-listing .details p, .reveal-modal .details p {
    font-size:.875em;
    line-height:1.429;
    margin: 0px 0px .5em 0px;
}
.property-listing .details .highlight {
    font-weight: bold;
    background: none;
    padding: 0px;
    font-style: italic;
    /* font-size: 0.9em; */
}
.property-listing .details .button {
    text-transform: none;
    font-weight: bold;
    background: #17a1e5; /* DA */
    color: #fff;
    padding: 0.65em 1.5em;
    font-size: 1em;
}

#pano {
    width: 100%;
    height: 400px;
}

.property-listing .tabs dd.active a.button, .property-listing .tabs .tab-title.active a.button {
    background: #aeaeae;
    color: #fff;
}
.property-listing .rating .icon-star3 {
    color: #ffd331;
}
.property-listing .pricing {
    float: right;
    text-align: right;
    font-size: .75em;
    max-width: 30%;
    line-height: 1.25;
}
/*.property-listing .price {*/
.property-listing .pricing .price {
    color: #17a1e5; /* DA */
    display: block;
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}
.property-listing .time {
    display: block;
    text-transform: uppercase;
    margin: 0px 0px 1.5em 0px;
}
.property-listing .distance {
    font-weight: bold;
    font-size: 1rem;
}
.property-listing .tabs, .reveal-modal .tabs, .roomsfeatures .listing .tabs {
    clear: both;
	margin-left: 20%; /* AKB */
    padding-top: 10px; /* AKB - was 30px */
	padding-left: 2%; /* AKB */
}
.property-listing .tabs li, .reveal-modal .tabs li, .roomsfeatures .listing .tabs li {
    list-style-type: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4); */
}
.property-listing .tabs li:first-child, .reveal-modal .tabs li:first-child, .roomsfeatures .listing .tabs li:first-child {
    border-left: 1px solid #ddd;
}
.property-listing .tabs li.available, .property-listing .tabs li.unavailable {
    float: right;
    border: none;
}
.property-listing .tabs li.unavailable .button {
    text-transform: none;
    background: none;
    color: #b6b6b6;
    cursor: inherit;
}
.property-listing .tabs li a, .reveal-modal .tabs li a, .roomsfeatures .listing .tabs li a {
    color: #17a1e5; /* DA */
    padding: 0.25em 1.5em;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.80em;
    font-weight: 700;
}
.property-listing .tab-title {} .property-listing .tab-title.active {} .property-listing .tabs-content, .proprty-listing .available-content {
    clear: both;
}
.property-listing .tabs-content .content {} .property-listing .room-listing-wrapper {
    position: relative;
}
.property-listing .unavailable-msg { /* AKB */
	display:block;
	text-align:right;
}
.room-listing-wrapper-inner { /* AKB */
	position: relative;
	float: left; 
	width: 76%;
}
.property-listing .room-listing {
    border-top: 1px solid #ddd;
    padding: 1em 0px 0px 0px;
    float: left;
/*    width: 76%; */ /* AKB */
	width: 100%; /* AKB */
    clear: both;
    margin: 0px 0px 10px 0px;
}
.property-listing .tabs-content .thumb, .property-listing .available-content .thumb {
    position: relative;
    width: 26.25%;
}
.property-listing .tabs-content .thumb img, .property-listing .available-content .thumb img {
    margin: 0px;
}
.property-listing .tabs-content .thumb .price {
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0px;
    right: 0em;
    text-align: right;
    color: #fff;
    padding: 10px 10px 10px 25px;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 0.75rem;
    margin: 0px;
}
.property-listing .tabs-content .thumb .price sm, .property-listing .available-content .thumb .price sm {
    font-weight: 300;
    font-size: 0.70rem;
    display: block; /* DA */
}
.property-listing .price br {
    display:none; /* DA */
}
.property-listing .tabs-content .thumb .tabs, .property-listing .available-content .thumb .tabs {
    padding-top: 0px;
    margin-top: 10px;
}
.property-listing .available-content .thumb .tabs {
	margin-left: 0;
	padding-left: 0;
}
.property-listing .tabs-content .thumb .tabs li, .property-listing .available-content .thumb .tabs li {
    width: 50%;
    text-align: center;
    font-size: 0.82em;
}
.property-listing .tabs-content .details, .property-listing .available-content .details {
    width: 73.75%;
}
.property-listing .tabs-content .copy {
    width: 48%;
}
.property-listing .available-content .copy {
    width: 50%;
    padding-right: 15px;
}
.property-listing .tabs-content .copy h3, .property-listing .available-content .copy h3 {
    color: #17a1e5; /* DA */
    font-weight: bold;
    font-size: 1.20em;
    margin: 0px 0px 5px 0px;
    line-height: 100%;
}
.property-listing .tabs-content .copy .capacity, .property-listing .available-content .copy .capacity {
    font-style: italic;
    font-size: 0.85em;
    margin: 0px 0px 10px 0px;
    display: block;
}
.property-listing .tabs-content .copy ul, .property-listing .available-content .copy ul {
    font-size: 0.8em;
}
.property-listing .tabs-content .copy ul li {} .vimeoframe {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.vimeoframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.property-listing .available-content {
    display: none;
}
.property-listing #roomSelect .button {
/*    background: #fff; */
    background: #17a1e5; /* AKB */
/*    color: #17a1e5; */ /* DA */
	color: #fff; /* AKB */
    border: 1px solid #17a1e5; /* DA */
    margin-bottom: .4rem;
    padding: 0.5em 1.7em;
}
.property-listing #roomSelect .button:hover, .property-listing #roomSelect .button:active {
/*    background: #e3e3e3; */
}
.property-listing .available-rooms {
    font-size: 0.8em;
/*    color: #17a1e5; */ /* DA */
	color: #f00;
	font-style: italic;
}
.property-listing .unavailable-rooms {
    font-size: 0.8em;
    font-weight: bold;
    margin: 25px 0px 0px 0px;
    display: block;
}
.property-listing .roomInput {
    float: right;
    margin: 0px 0px 0px 0;
    display: none;
    width: 50%;
    /* min-width: 251px; */
}
.property-listing .roomInput form {} .property-listing .roomInput form label {
    float: left;
    font-weight: bold;
    margin: 8px 0px 0px 0px;
}
.property-listing .roomInput input[type="number"] {
    display: none;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    text-align: center;
    font-size: 1em;
    height: 40px;
    width: 50%;
    position: absolute;
    left: 25%;
}
.property-listing .roomOptions {
    float: left;
    margin: 15px 0px 0px 0%;
    width: 100%;
}
.property-listing .roomOptions strong {
    display: inline-block;
    width: 21%;
    margin: 0;
    font-size: .858em;
    vertical-align: middle;
    text-align: left;
    letter-spacing: normal;
}
.property-listing .roomOptions p {
    clear: both;
    display: table;
    /* float: left; */
    width: 100%;
    text-align: right;
    letter-spacing: -1em;
}
.property-listing .roomOptions select {
    float: left;
    margin: 0px 1px 0px 0px;
    padding: 0px 1em;
}
.property-listing .roomOptions .selecter {
    vertical-align: middle;
    margin: 0 0 0 5px;
    display: inline-block;
    /* padding-left: 5px; */
    text-align: left;
    letter-spacing: normal;
}
.property-listing .roomOptions .selecter .selecter-selected {
    padding-right: 30px;
}
.property-listing .roomOptions div.selecter:last-child {
    margin-right: 0px;
}
/*Number Spinner*/

.property-listing .roomInput .stepperitem {
    width: 50%;
    left: 25%;
    position: absolute;
}
.property-listing .roomInput .stepper {
    width: 45%;
    height: 40px;
    margin: 0px;
    z-index: 1;
    float: right;
}
.property-listing .stepper .stepper-arrow {
    width: 50%;
    height: 100%;
    background: none;
    text-indent: 0;
    text-align: center;
    font-size: 1.5em;
    line-height: 140%;
}
.property-listing .stepper .stepper-arrow:hover {
    background: #17a1e5; /* DA */
    color: #fff;
}
.property-listing .stepper .stepper-arrow.up {
    right: 0px;
    border-bottom: 1px solid #ccc;
}
    .property-listing .stepper .stepper-arrow.up.gray {
        background: #D9D9D9;
        color: #fff;
        cursor: auto;
    }
.property-listing .stepper .stepper-arrow.down {
    left: 0;
    top: 0px;
    bottom: auto;
    border-right: none;
}
.roomTotalsLink {
    clear: both;
    background: #009002 !important;
}

/*Modal*/

.reveal-modal {
    background: #000;
    color: #fff;
}
.reveal-modal.vp-960 {
    max-width: 960px;
    margin-left: auto;
    left: 0;
    right: 0;
    margin-right: auto;
}
.reveal-modal.vp-800 {
    max-width: 800px;
    margin-left: auto;
    left: 0;
    right: 0;
    margin-right: auto;
}
.reveal-modal-inner {
    max-width: 960px;
}
.reveal-modal .tabs li a {
    color: #fff;
    background: #757575;
}
.reveal-modal .tabs .tab-title.active a {
    background: #000;
    color: #fff;
}
.property-carousel {
    max-height: 768px;
}
/* offer page */
.offer .heading-content h1, .offer .heading-content h2 {
	text-align: center;
}
.offer .heading-content p {
	text-align: center;
}
.offer .listing {
    margin-bottom: 45px;
}
.offer .listing .thumb {} .offer .listing .copy {
    padding-left: 3em;
}
.offer .legal { 
font-size: .75em;
}
/* market page */
.market .heading-content h1, .market .heading-content h2 {
	text-align: center;
}
.market .heading-content p {
/*	text-align: center; */
}
.market .listing {
    margin-bottom: 45px;
}
.market .listing .thumb {} .market .listing .copy {
    padding-left: 3em;
}
.market .listing h4 {
    font-size: 1.375em;
    font-weight: bold;
    /* font-size: 1.815em; DA */
    margin: -10px 0px 15px 0px;
}
.market .listing p {
    font-size: .875em;
    line-height: 1.429;
    margin: 0 0 1.429em;
}
.market .listing p.highlight {
    font-weight: bold;
    background: none;
    padding: 0px;
    font-style: italic;
    /* font-size: 0.9em; */
}
.market #thumbnails { padding-bottom: 0; }
.market #thumbnails .columns { 
	float: left;
}
.market #thumbnails h5 { height: 1.5em; }
/*VALUE PLACE DIFFERENCE*/

.difference {} .heading-content {
    margin: 40px auto;
}
.heading-content h1, .heading-content h2 {
    font-size: 1.875rem; /* DA */
    font-weight: 400; /* DA */
    text-align: center;
}
.heading-content p {
    font-style: italic;
    color: #0f6b99; /* DA */
    font-size: 1.11em; /* DA */
    line-height: 1.44; /* DA */
}
.heading-content p a {
    color: #0f6b99; /* DA */
    text-decoration: underline; /* DA */
}
.heading-content p a:hover {
    color: #1a1a1a; /* DA */
}
.difference .listing {
    margin-bottom: 45px;
}
.difference .listing .thumb {} .difference .listing .copy {
    padding-left: 3em;
}
.difference .listing h4 {
    font-size: 1.375em;
    font-weight: bold;
    /* font-size: 1.815em; DA */
    margin: -10px 0px 15px 0px;
}
.difference .listing p {
    font-size: .875em;
    line-height: 1.429;
    margin: 0 0 1.429em;
}
.difference .listing li { /* AKB */
    font-size: .875em;
}
.highlight {
    margin: 0px auto 45px auto;
    padding: 0 .5375em;
    max-width: 62.5em;
}
.highlight .row {
    background: #e1f5e6;
    padding: 45px 1.075em;
}
.highlight .icon {
    display: block;
    margin: 0px auto 30px;
}
.highlight h4 {
    font-weight: bold; /* DA */
}
.highlight h4.text-center {
    text-align: center;
    margin: 0px 0px 25px 0px;
    font-size: .875em; /* DA */
    text-transform: uppercase; /* DA */
    letter-spacing: .1em; /* DA */
}
.highlight p {
    font-size: .875em;
    line-height: 1.429;
    margin: 0 0 1.429em;
}
/*FAQs*/

.faq {} .faq .accordion {
    margin-bottom: 40px;
}
.faq .accordion .accordion-navigation {
    margin: 0px 0px 15px 0px !important;
}
.faq .accordion .accordion-navigation > a {
    background: none;
    border: 1px solid #ddd;
    font-size: 1.615em;
}
.faq .accordion .accordion-navigation > a:before {
    font-family: 'vp';
    content: "\e60b";
    font-size: 20px;
    margin: 0px 15px 0px 0px;
}
.faq .accordion .accordion-navigation > a:hover {
    background: #e3f4fc;
}
.faq .accordion .accordion-navigation.active > a, .faq .accordion dd.active > a {
    background: #e3f4fc;
    border-color: #e3f4fc;
}
.faq .accordion .accordion-navigation.active > a:before {
    font-family: 'vp';
    content: "\e60f";
    font-size: 28px;
    margin: 0px 7px 0px 0px;
    vertical-align: top;
}
.faq .accordion .accordion-navigation > .content.active, .faq .accordion dd > .content.active {
    background: #e3f4fc;
}
.faq .accordion-navigation.active a {} .faq .accordion-navigation .content {
    padding: 0px 30px 40px 55px;
}
/*ROOMS AND FEATURES*/

.roomsfeatures {} .roomsfeatures .listing {} .roomsfeatures .listing .title {
    /* height: 104px; DA *?
}
.roomsfeatures .features .listing .title {
    height: auto; /* DA */
}
.roomsfeatures .listing h3 {
    margin: 0px;
    font-size: 1.375em;
    line-height:1.27;
    font-weight: 700;
    max-height: 2.545454545em;
    overflow: hidden;
}
.roomsfeatures .listing em {
    margin: 0;
    display: block;
    text-transform: uppercase;
    font-size: .75em;
    font-style: normal;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 1em;
}
.roomsfeatures .listing .thumb {} .roomsfeatures .listing .thumb img {
    width: 100%;
}
.roomsfeatures .listing .tabs {
    padding-top: 0px;
    margin: 1em 0px 1em 0px !important;
    /* box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4); */
}
.roomsfeatures .listing .tabs li {
    width: 50%;
    text-align: center;
}
.roomsfeatures .listing .tabs li a {} .roomsfeatures .listing .tabs li a:hover {
    background: #e1e1e1;
}
.roomsfeatures .listing .copy {
    font-size: .875em;
    line-height: 1.429;
}
.roomsfeatures .listing .rendering {
    margin: 30px 0px;
}
.roomsfeatures .highlight {
    margin-top: 40px;
}
.roomsfeatures .highlight ul {
    /* -webkit-column-count: 2; */ /* Chrome, Safari, Opera */
    /* -moz-column-count: 2; */ /* Firefox */
    /* column-count: 2; */
    margin-left: 0; /* DA */
}
.roomsfeatures .highlight ul li {
    list-style-position: inside; /*Necessary because of the ul column*/
    float:left;
    width:50%;
    padding: 0 2em;
    text-indent: -1em;
}
.roomsfeatures .features .listing .thumb {
    margin: 0px 0px 15px 0px;
}
.roomsfeatures .features .listing h3 {
    font-size: 1em;
    margin-bottom:0.5em;
}
.roomsfeatures .features .listing ul {
    font-size: .875em;
    line-height: 1.429;
}
#features-addons {
    background: #EDEDED;
    padding: 1px 0 40px 0;
}
#features-addons p {
    /* font-size: 1.3em; DA */
    /* margin: 0px 0px 40px 0px; DA */
}
#features-addons .row {
    display:table;
    word-spacing: -1em;
    text-align: center;
}
#features-addons .heading-content {
    word-spacing: normal;
}
#features-addons .listing {
    display:inline-block;
    float:none;
    vertical-align:top;
    width:33.33%;
    /* text-align: left; */
    word-spacing: normal;
    margin-bottom: 2em;
} 
#features-addons .listing .thumb {
    margin: 0px 0px 15px 0px;
    text-align: center;
}
#features-addons .listing .thumb img {
  max-width: 120px;
} 
#features-addons .listing h3 {
    font-size: 1em;
    margin-bottom:0;
}
#features-addons .listing p {
    font-size: .875em;
    line-height: 1.429;
}
/*CHECKOUT*/

.body-checkout .centered, .body-confirmation .centered {text-align:center} 
.body-checkout #widget-location {
    display: none;
}
.button.continue {
    color: #17a1e5; /* DA */
    background: #fff;
    border: 1px solid #ADADAD;
    text-transform: none;
    font-size: 0.80em;
}
.itinerarydetails {width:40%;padding-right:2em;} 
.itineraryoverview {padding-right:0.5375em; margin-left:0 !important; width:60%}
.body-confirmation .itinerarydetails {width:55%}
.body-confirmation .itineraryoverview {width:45%;} 
.checkout input, .checkout select, .checkout textarea, .checkout label {
  font-size:.875em;
}
.checkout .button {
  font-size: .75em;
}
.checkout h2, .checkout h2.rule-below, .body-confirmation .checkout h2.rule-below {
    clear: both;
    font-size: .875em;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
	border-top: none; /* AKB */
    padding: 0px 0px 0.858em 0px;
    margin: 0px 0px 1em 0px;
    text-transform: uppercase;
    line-height: 1;
}
.checkout .row + h2 {
  margin-top: 2em;
}
.body-confirmation .checkout h2 {
    clear: both;
    font-size: 1.35em;
    font-weight: 600;
    /* border-bottom: 1px solid #ADADAD; AKB */
    border-top: 1px solid #ddd; /* DA */
    border-bottom: none;
    /* padding: 0px 0px 0.75em 0px; AKB */
    padding: .25em 0px .25em 0px; /* AKB */
    /*  margin: 0px 0px 0.75em 0px; AKB */
    margin: 0; /* DA */
    text-transform: none;
}
.reservationitem {
  float:left;
  width:100%;
  margin-bottom:.75em;
}
.notconfirmed {
  background-color:#fff9d9;
}
.body-confirmation .notconfirmed h2 {
  padding-left:.5em;
  padding-right:.5em;
}
.body-confirmation .notconfirmed .room {
  padding-left:.75em;
  padding-right:.75em;
}
.reservationitem h6 {
  margin: 0;
}

.checkout .confirmation {
    text-transform: uppercase;
    font-size: 1.75em;
    margin: 0px;
    margin-bottom: .25em; /* AKB */
    font-weight: 800;
}
.checkout .summary, .property-listing .itinerary .summary {
    clear: both;
    margin: 0px 0px 3em 0px;
    float: left;
    width: 100%;
}

.checkout form {
  margin-bottom: 2em;
}

.checkout .summary li, .property-listing .itinerary .summary li {
    list-style-type: none;
    float: left;
    width: 100%;
}
.checkout .summary .key, .property-listing .itinerary .summary .key {
    width: 50%;
    float: left;
}
.checkout .summary .value, .property-listing .itinerary .summary .key, .property-listing .itinerary .summary .value {
    width: 50%;
    float: left;
    text-align: right;
}
.checkout .summary .value, .property-listing .itinerary .summary .value {
	float: right;
	padding: .1em 0;
    font-weight: bold;
}
.checkout .summary li.total, .property-listing .itinerary .summary li.total {
    font-size: 1.25em;
    margin-top: 0.5em;
    font-weight: bold;
}
.checkout .summary li.total .key {} .checkout .summary li.total .value {} .checkout .cart-item .summary {
    display: none;
}
.body-confirmation .checkout .cart-item .summary {
    /* AKB */
    display: block;
}

/* guest info edit */
#guestedit { 
	/* AKB */
	display: none;
}
.modifyupdate {
	/* AKB */
	float: right;
}
.modifyupdate .cancel {
	/* AKB */
	display: none;
}

.checkout .terms {
    display: none;
}
.cart-item {} 

.cart-item .price {
    color: #17a1e5;
    font-size: 1.85em;
    font-weight: 600;
    float: left;
    cursor: pointer;
}
.cart-item .button.modify {
    float: right;
    font-weight: 600;
    font-size: 0.75em;
    padding: 0.25em 4em;
    margin: 0px;
}
.cart-item .dates, .property-listing .itinerary .dates {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    font-weight: 700;
    margin: .5em 0;
}
.cart-item h3 {
    clear: both;
    font-weight: 700;
    line-height: 100%;
    margin:0 0 .22em 0;
}
.property .desc {
  font-size: .875em;
  line-height 1.49;
}
.property .phone {
  display:block;
  margin-bottom:.5em;
} 
.cart-item .room {
    margin: 0px 0px 1em 0px;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    font-size: 0.8125em;
/*     line-height: 150%; */
    border-top: 1px solid #ddd;
    padding-top: 1em;
    position:relative;
}
.property a.remove {
    font-size: .8125em;
    display:block;
    margin-bottom:1em;
}
.cart-item .room .thumb {
    float: left;
    margin: 0px 0 .5em 0px;
    width: 33.33%;
    max-width: 150px;
}
.cart-item .room .desc {
    float: left;
    width: 66.66%;
    padding-left:1em;
}
.cart-item .room .desc.full {
    width: 65%;
}
.cart-item .room .phone {
    display: block;
    font-weight: 700;
    margin: 0;
}
.cart-item .room .number {
    font-weight: 700;
    display: block;
    margin: 0px 0px 0 0px;
}
.cart-item .numberinline {
    font-weight: 700;
    font-size: 0.80em;
    display: block;
    margin: 0px;
}
.cart-item .room .type {
    font-weight: 700;
    display: block;
    font-size: 1.40em;
    margin: 0px 0px 0.25em 0px;
}
.cart-item .room .occupants {} 
.cart-item .room .remove {
    position:absolute;
    right:0;
}
.checkout .forgot {
    margin-top: -10px;
    display: block;
    margin-bottom: 15px;
    font-size: 0.75em;
    text-align: right;
}

#emailsubscribe {
    margin: 0px;
}
.subscribelabel {
    float: right;
    width: 94%;
    margin: 0px 0px 30px 0px;
}

/*Itinerary*/

.property-listing .itinerary {
/*    position: absolute;*/
	float: right; /* AKB */
    width: 20%;
    right: 0px;
    top: 0px;
    border-top: 1px solid #ddd;
}
.property-listing .itinerary h3 {
    font-size: 0.875em;
    padding: .5em 0px 0.5em 0px;
    margin: 0px 0px 0.5em 0px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}
.property-listing .itinerary .summary {
    font-size: 0.8125em;
}
.property-listing .itinerary .strong {
    /* font-weight: bold; */
}
.property-listing .itinerary .nights {
    margin-bottom: 0.5em;
}
.property-listing .itinerary .summary .key {
    text-align: left;
	clear: both;
	padding: .1em 0;
}
.property-listing .itinerary .button {
    clear: both;
    display: block;
    width: 100%;
    font-size: 1em;
}
/*Alert Box*/

.checkout .alert-box {} .checkout .alert-box.info {
    background: #ffecb2;
    color: #000;
    border-color: #928868;
    text-align: center;
    padding: 0.80em 0px 0px;
}
/* Points of Interest */

#map_canvas {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 400px;
}
/*
  #selectors {
    position: absolute;
    z-index: 1000;
    padding: 5px;
    top: 20;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background: #eee;
    opacity: 0.8;
  }
  
  .ToggleLayer {
    display: inline-block;
    margin: 0 10px;
  }
*/

#selectors {
    position: relative;
    z-index: 1000;
    padding: 5px;
    top: 20;
}
#selectors p {
    font-size: .75rem;
}
.infotext {
    font-size: 12px;
}
.ToggleLayer {
    display: inline-block;
    margin: 0 10px;
}
.gm-style-iw {
    color: #000;
}
/* loading */

#loadingwrapper {
    position: relative;
}
#loading {
    /* position: absolute; DA */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    font: 0/0 a; /* Remove the gap between inline(-block) elements */
    z-index: 5000;
}
#loading:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#loading span {
    font: 16px/1'Open Sans', sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

/*CALL NOW*/
#callnow {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #E7E7E7;
    z-index: 2;
}
    #callnow.fixed {
        position: fixed;
        top: 0px;
    }
    #callnow p {
        font-size: 0.8em;
        margin: 0px 0px 5px 0px;
    }
    #callnow .button {
        margin: 0px;
        width: 100%;
    }

/*FOOTER*/

#offers {
    background: #d9cbbf; /* DA */
    padding: 45px 0px; /* DA */
}
.offershidden #offers { display: none; } /* AKB */
#offers .offer {
    margin-bottom: 1em;
}
#offers .columns:last-child {
    float: left;
}
#offers .offersingle {
	float: none !important;
	margin: 0 auto 1em;
}
#offers img {
    width: 100%;
}
#offers h4 {
    background: #fff;
    color: #17a1e5;
    padding: .375rem .833em; /* DA */
    font-size: 1.125em; /* DA */
    font-weight: bold;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}
#offers h4 a {
    color: #333;
}
/* DA */

#offers .details {
    display: table;
    background: #fff;
    width: 100%;
    padding: 0 15px;
}
#offers .pricing {
    display: table-cell;
    vertical-align: top;
    font-weight: 700;
    text-align: center;
    padding: 8px 8px 8px 0;
    color: #17a1e5; /*DA */
    border-right: 1px solid #ddd;
}
#offers .price {
    font-size: 1.5em; /* DA */
    line-height: 1; /* DA */
}
#offers .duration {
    font-size: 0.75em;
    line-height: 1;
    text-align: center;
    display: block;
    text-transform: uppercase; /* DA */
    white-space: nowrap;
}
#offers p {
    display: table-cell;
    vertical-align: top;
    width: 85%;
    font-size: 0.75em; /* DA */
    line-height: 1.375;
    height: 2.572em;
    overflow: hidden;
    margin: 0; /* DA */
    padding: 8px 0 8px 8px;
}
footer {
    background: #222; /* DA */
    color: #fff;
    padding: 45px 0px 0px 0px; /* DA */
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #fff;
}
footer a:link, footer a:visited {
    color: #ababab;
}
footer a:hover, footer a:active {
    color: #fff;
}
footer ul {
    margin: 0px;
}
footer ul li {
    list-style-type: none;
}
footer ul, footer p {
    font-size: 0.75em; /* DA */
    line-height: 1.5; /* DA */
}
footer h6 {
    font-size: .875em;
    line-height: 1.285;
    margin-bottom: .643em;
    font-weight: bold;
}
/* DA */

footer h6 a {
    color: #fff !important;
}
footer .small-6 {
    margin-bottom: 30px;
}
/*JQUERY UI DATEPICKER STYLING*/

.ll-skin-siena {
    font-size: 90%;
}
.ll-skin-siena .ui-widget {
    font-family: Helvetica Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
.ll-skin-siena .ui-widget-content {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .85);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .85);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .85);
}
.ll-skin-siena .ui-state-disabled {
    opacity: 1;
}
.ll-skin-siena .ui-widget-header {
    color: #17a1e5; /* DA */
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-size: .9em;
    box-shadow: 0 1px 0 #A8C8DD, 0 2px 0 #fff;
}
.ll-skin-siena .ui-datepicker {
    padding: 0;
}
.ll-skin-siena .ui-datepicker table {
    font-size: .8em;
    margin: 0;
}
.ll-skin-siena .ui-datepicker td {
    padding: 0;
}
.ll-skin-siena .ui-datepicker th, .ll-skin-siena .ui-datepicker td {
    box-shadow: 0 1px 0 #A8C8DD, 0 2px 0 #fff;
    border-right: 1px solid #cfc8bc;
}
.ll-skin-siena .ui-datepicker th:last-child, .ll-skin-siena .ui-datepicker td:last-child {
    border-right: none;
}
.ll-skin-siena .ui-datepicker table {
    margin: 0;
    background: transparent;
}
.ll-skin-siena table tr.even, .ll-skin-siena table tr.alt, .ll-skin-siena table tr:nth-of-type(even) {
    background: transparent;
}
.ll-skin-siena .ui-datepicker th {
    color: #cfc8bc;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: normal;
}
.ll-skin-siena .ui-datepicker td {
    padding: 0;
}
.ll-skin-siena .ui-datepicker tr:last-child td {
    box-shadow: none;
}
.ll-skin-siena .ui-state-default {
    background: transparent;
    border: none;
    color: #ab9f8d;
    font-weight: normal;
}
.ll-skin-siena .ui-state-disabled .ui-state-default {
    color: #cfc7bb;
    text-align: center;
}
.ll-skin-siena .ui-datepicker table a {
    padding: .5em .6em;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid transparent;
    border-bottom: none;
}
.ll-skin-siena .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
}
.ll-skin-siena td.ui-datepicker-today a {
    border: 1px solid #17a1e5; /* DA */
    color: #17a1e5; /* DA */
    text-shadow: 0 1px 0 rgba(0, 0, 0, .21);
}
.ll-skin-siena td a.ui-state-hover, .ll-skin-siena td a.ui-state-active, .ll-skin-siena td.date-range-selected a {
    border: 1px solid #17a1e5; /* DA */
    border-bottom: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .21);
    background-color: #17a1e5; /* DA */
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 0 rgba(255, 255, 255, .42);
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 0 rgba(255, 255, 255, .42);
    box-shadow: 0 1px 0 #fff, inset 0 1px 0 rgba(255, 255, 255, .42);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(255, 255, 255, .45) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(255, 255, 255, .45) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(255, 255, 255, .2) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(255, 255, 255, .45) 100%);
}
.ll-skin-siena .ui-icon-circle-triangle-e {} .ll-skin-siena .ui-icon-circle-triangle-w {} .ll-skin-siena .ui-datepicker .ui-datepicker-buttonpane button {
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
    text-transform: none;
    font-size: 0.85em;
    color: #000;
    font-weight: bold;
}

/*added by Richard 022015*/
#landing-page{
    border: 2px solid #000!important;
}

table.schedule-list{
    border:none!important;
    margin: 0 0 0 25%;
    width: 75%;
    padding-bottom: 5%;
    background: #D3D2D2;
    
}
table.schedule-list td{
    background-color: #D3D2D2!important;
}
.schedule{
    background-color: #D3D2D2!important;
}


.heading-font{
    font-family: 'Open Sans', Arial, sans-serif!important;
    font-weight: 700!important;
    font-size: 2.5em!important;
    line-height: 1!important;
    padding-top: 2%!important;
}
.subheading-font{
    font-family: 'Open Sans', Arial, sans-serif!important;
    font-size: 1.5em!important;
    padding: 10px 0!important;
    
}
.test-font{
    font-family: 'Open Sans', Arial, sans-serif!important;
    font-weight: 700!important;
    font-size: 2.5em!important;
    line-height: 1!important;
    padding-top:2%!important;
}
.add-margin{
    margin: 0 5%!important;
}
.confirmation-margin{
    margin:0 5%!important;
}
table.registration{
    margin-bottom:25%!important;
    border:none!important;
}

.heading-bar{
   width: 100%; 
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   background: #BA102B!important;
}

.heading-text{
    color:#fff!important;
    padding-top: 1%!important;
    margin-left: 5%!important;
    width: 30%!important;
    float:left;
}

.heading-logo img{
    margin-top: -1px!important;
}

@media screen and (max-width:550px) {   
   .heading-bar{ display:flex; flex-direction: column; text-align:center; } 
   .heading-text { order:2; width:90%!important; margin-bottom:5%!important; }
   .heading-logo img{ order:1; }
   .heading-font { font-size: 1.5em!important; }
   table.schedule-list td{ margin:0 5%!important; }  
   table.registration td{ display:inline-block; text-align: center; width:100%;}
   button{ text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 700;color: #fff;padding-top:1.5rem!important;
   padding-bottom:1.5rem!important; }
   
}




/*Slick Slider*/

.property-carousel .slick-track {}

