/*date picker*/

.ui-datepicker.js-search-hero {
    background-color: #fff;
    border: .1rem solid #e6ecf5;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    -webkit-box-shadow: 0 0 3.4rem 0 rgba(63, 66, 87, .08);
    -moz-box-shadow: 0 0 3.4rem 0 rgba(63, 66, 87, .08);
    box-shadow: 0 0 3.4rem 0 rgba(63, 66, 87, .08);
    margin-top:10px;
}
.js-search-hero:before {
    content: "\f0d8";
    top: -17px;
    position: absolute;
    left: 30px;
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
}

.ui-datepicker.js-search-hero .ui-datepicker-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-bottom: .1rem solid #e6ecf5
}

.ui-datepicker.js-search-hero .ui-datepicker-header .ui-datepicker-title {
    color: #515365;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.53846
}

.ui-datepicker.js-search-hero .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.ui-datepicker.js-search-hero .ui-datepicker-header .ui-datepicker-prev:focus,
.ui-datepicker.js-search-hero .ui-datepicker-header .ui-datepicker-prev:hover {
    background-color: rgba(204, 161, 71, .1)
}

.ui-datepicker.js-search-hero .ui-datepicker-header .ui-datepicker-prev::after {
    width: .6rem;
    height: .9rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 6'%3E%3Cpath fill-rule='evenodd' fill='%23515365' d='M3.989 5.261l-.795.754L.014 3l3.18-3.015.795.754L1.605 3l2.384 2.261z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-60%) translateY(-50%);
    -moz-transform: translateX(-60%) translateY(-50%);
    -ms-transform: translateX(-60%) translateY(-50%);
    -o-transform: translateX(-60%) translateY(-50%);
    transform: translateX(-60%) translateY(-50%)
}

.ui-datepicker.js-search-hero .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.ui-datepicker.js-search-hero .ui-datepicker-header .ui-datepicker-next:focus,
.ui-datepicker.js-search-hero .ui-datepicker-header .ui-datepicker-next:hover {
    background-color: rgba(204, 161, 71, .1)
}

.ui-datepicker.js-search-hero .ui-datepicker-header .ui-datepicker-next::after {
    width: .6rem;
    height: .9rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 6'%3E%3Cpath fill-rule='evenodd' fill='%23515365' d='M.806 6.015l-.795-.753L2.396 3 .011.739l.795-.754L3.986 3 .806 6.015z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(60%) translateY(-50%);
    -moz-transform: translateX(60%) translateY(-50%);
    -ms-transform: translateX(60%) translateY(-50%);
    -o-transform: translateX(60%) translateY(-50%);
    transform: translateX(60%) translateY(-50%)
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar {
    border-collapse: collapse
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar thead tr th {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #888da8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar thead tr th:first-child {
    padding-left:15px
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar thead tr th:last-child {
    padding-right: 15px
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody {
    text-align: center
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr:last-child td {
    padding-bottom: 5px
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td {
    position: relative;
    padding-top: 0;
    padding-bottom:3px;
    padding-left: 0;
    padding-right: 0
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td:first-child {
    padding-left: 15px
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td:last-child {
    padding-right:15px
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:first-child::before {
    left: auto;
    right: 0
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:first-child::after {
    left: auto;
    right: 0
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:last-child::before {
    display: none
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-arrival-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #ebebeb;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 50%
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-arrival-highlight::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #cca147;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-arrival-highlight.ui-datepicker-days-cell-over::before {
    display: none
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-arrival-highlight a {
    color: #fff;
    font-weight: 700
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-range-highlight a {
    font-weight: 700
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-range-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width:36px;
    height: 36px;
    background-color: #ebebeb
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-range-highlight:first-child::before {
    left: auto;
    right: 0;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 50%
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-range-highlight:first-child.ui-datepicker-current-day::before {
    display: none
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-range-highlight:last-child::before {
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    border-bottom-right-radius: 50%
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-range-highlight.ui-datepicker-current-day::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #ebebeb;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    border-bottom-right-radius: 50%
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-range-highlight-current a {
    font-weight: 700
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td.ui-range-highlight-current::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #ebebeb;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    border-bottom-right-radius: 50%
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td a {
    display: block;
    width:36px;
    height: 36px;
    color: #4b4e65;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    line-height:36px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td a:focus,
.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td a:hover {
    background-color: rgba(204, 161, 71, .1)
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td a.ui-state-active {
    color: #fff;
    background-color: #cca147;
    font-weight: 700
}

.ui-datepicker.js-search-hero .ui-datepicker-calendar tbody tr td span.ui-state-default {
    display: block;
    width:36px;
    height: 36px;
    color: rgba(75, 78, 101, .5);
    font-size: 14px;
    line-height:36px
}

.ui-datepicker.js-hotels-listing,
.ui-datepicker.js-hotels-search-results,
.ui-datepicker.js-vacation-listing {
    background-color: #fff;
    border: .1rem solid #e6ecf5;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    -webkit-box-shadow: 0 0 3.4rem 0 rgba(63, 66, 87, .08);
    -moz-box-shadow: 0 0 3.4rem 0 rgba(63, 66, 87, .08);
    box-shadow: 0 0 3.4rem 0 rgba(63, 66, 87, .08)
}

.ui-datepicker.js-hotels-listing .ui-datepicker-header,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header,
.ui-datepicker.js-vacation-listing .ui-datepicker-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5.1rem;
    border-bottom: .1rem solid #e6ecf5
}

.ui-datepicker.js-hotels-listing .ui-datepicker-header .ui-datepicker-title,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header .ui-datepicker-title,
.ui-datepicker.js-vacation-listing .ui-datepicker-header .ui-datepicker-title {
    color: #515365;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.53846
}

.ui-datepicker.js-hotels-listing .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.js-vacation-listing .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height:36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.ui-datepicker.js-hotels-listing .ui-datepicker-header .ui-datepicker-prev:focus,
.ui-datepicker.js-hotels-listing .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header .ui-datepicker-prev:focus,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker.js-vacation-listing .ui-datepicker-header .ui-datepicker-prev:focus,
.ui-datepicker.js-vacation-listing .ui-datepicker-header .ui-datepicker-prev:hover {
    background-color: rgba(204, 161, 71, .1)
}

.ui-datepicker.js-hotels-listing .ui-datepicker-header .ui-datepicker-prev::after,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header .ui-datepicker-prev::after,
.ui-datepicker.js-vacation-listing .ui-datepicker-header .ui-datepicker-prev::after {
    width: .6rem;
    height: .9rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 6'%3E%3Cpath fill-rule='evenodd' fill='%23515365' d='M3.989 5.261l-.795.754L.014 3l3.18-3.015.795.754L1.605 3l2.384 2.261z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-60%) translateY(-50%);
    -moz-transform: translateX(-60%) translateY(-50%);
    -ms-transform: translateX(-60%) translateY(-50%);
    -o-transform: translateX(-60%) translateY(-50%);
    transform: translateX(-60%) translateY(-50%)
}

.ui-datepicker.js-hotels-listing .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker.js-vacation-listing .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height:36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.ui-datepicker.js-hotels-listing .ui-datepicker-header .ui-datepicker-next:focus,
.ui-datepicker.js-hotels-listing .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header .ui-datepicker-next:focus,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker.js-vacation-listing .ui-datepicker-header .ui-datepicker-next:focus,
.ui-datepicker.js-vacation-listing .ui-datepicker-header .ui-datepicker-next:hover {
    background-color: rgba(204, 161, 71, .1)
}

.ui-datepicker.js-hotels-listing .ui-datepicker-header .ui-datepicker-next::after,
.ui-datepicker.js-hotels-search-results .ui-datepicker-header .ui-datepicker-next::after,
.ui-datepicker.js-vacation-listing .ui-datepicker-header .ui-datepicker-next::after {
    width: .6rem;
    height: .9rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 6'%3E%3Cpath fill-rule='evenodd' fill='%23515365' d='M.806 6.015l-.795-.753L2.396 3 .011.739l.795-.754L3.986 3 .806 6.015z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(60%) translateY(-50%);
    -moz-transform: translateX(60%) translateY(-50%);
    -ms-transform: translateX(60%) translateY(-50%);
    -o-transform: translateX(60%) translateY(-50%);
    transform: translateX(60%) translateY(-50%)
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar {
    border-collapse: collapse
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar thead tr th,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar thead tr th,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar thead tr th {
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #888da8;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar thead tr th:first-child,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar thead tr th:first-child,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar thead tr th:first-child {
    padding-left: 2rem
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar thead tr th:last-child,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar thead tr th:last-child,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar thead tr th:last-child {
    padding-right: 2rem
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody {
    text-align: center
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr:last-child td,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr:last-child td,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr:last-child td {
    padding-bottom: 1.8rem
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td {
    position: relative;
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: 0;
    padding-right: 0
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td:first-child,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td:first-child,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td:first-child {
    padding-left: 2rem
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td:last-child,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td:last-child,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td:last-child {
    padding-right: 2rem
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-state-disabled span.ui-state-default,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-state-disabled span.ui-state-default,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-state-disabled span.ui-state-default {
    text-decoration: line-through
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:first-child::before,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:first-child::before,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:first-child::before {
    left: auto;
    right: 0
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:first-child::after,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:first-child::after,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:first-child::after {
    left: auto;
    right: 0
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:last-child::before,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:last-child::before,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight:last-child::before {
    display: none
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight::before,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-arrival-highlight::before,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight::before {
    content: '';
    position: absolute;
    top: .3rem;
    left: 0;
    z-index: -2;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #ebebeb;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 50%
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight::after,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-arrival-highlight::after,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight::after {
    content: '';
    position: absolute;
    top: .3rem;
    left: 0;
    z-index: -1;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #cca147;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight.ui-datepicker-days-cell-over::before,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-arrival-highlight.ui-datepicker-days-cell-over::before,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight.ui-datepicker-days-cell-over::before {
    display: none
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight a,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-arrival-highlight a,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-arrival-highlight a {
    color: #fff;
    font-weight: 700
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight a,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-range-highlight a,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight a {
    font-weight: 700
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight::before,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-range-highlight::before,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight::before {
    content: '';
    position: absolute;
    top: .3rem;
    left: 0;
    z-index: -1;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #ebebeb
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight:first-child::before,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-range-highlight:first-child::before,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight:first-child::before {
    left: auto;
    right: 0;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 50%
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight:first-child.ui-datepicker-current-day::before,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-range-highlight:first-child.ui-datepicker-current-day::before,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight:first-child.ui-datepicker-current-day::before {
    display: none
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight:last-child::before,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-range-highlight:last-child::before,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight:last-child::before {
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    border-bottom-right-radius: 50%
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight.ui-datepicker-current-day::before,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td.ui-range-highlight.ui-datepicker-current-day::before,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td.ui-range-highlight.ui-datepicker-current-day::before {
    content: '';
    position: absolute;
    top: .3rem;
    left: 0;
    z-index: -1;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #ebebeb;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    border-bottom-right-radius: 50%
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td a,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td a,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td a {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    color: #4b4e65;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.1rem;
    line-height: 3.2rem;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 700
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td a:focus,
.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td a:hover,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td a:focus,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td a:hover,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td a:focus,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td a:hover {
    background-color: rgba(204, 161, 71, .1)
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td a.ui-state-active,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td a.ui-state-active,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td a.ui-state-active {
    color: #fff;
    background-color: #cca147;
    font-weight: 700
}

.ui-datepicker.js-hotels-listing .ui-datepicker-calendar tbody tr td span.ui-state-default,
.ui-datepicker.js-hotels-search-results .ui-datepicker-calendar tbody tr td span.ui-state-default,
.ui-datepicker.js-vacation-listing .ui-datepicker-calendar tbody tr td span.ui-state-default {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    color: rgba(75, 78, 101, .5);
    font-size: 1.1rem;
    line-height: 3.2rem
}

.ui-icon {
    display: inline-block;
    /* vertical-align: middle; */
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none;
}