.text {
    font-size: 14px;
    line-height: 150%;
}

.container-full-width {
    margin-top: 50px;
    margin-bottom: 50px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


.reservation-box {
    margin-bottom:34px;
    border:1px solid #707070;
    border-radius:10px;
    width: 350px;
    float: left;
    margin-right: 20px;
}
.reservation-box:last-child {
    margin-bottom:0
}

.inventory-wrapper {
    margin-bottom: 20px;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    border-bottom: 1px solid #eee;
}
.inventory-wrapper .inv-left {
    display: inline-block;
    margin-right: 15px;
}
.inventory-wrapper .inv-right {
    display: inline-block;
    vertical-align: top;
}
.inventory-wrapper .res-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.inventory-wrapper .res-name-left {
    display: inline-block;
}
.inventory-wrapper .res-name-right {
    display: inline-block;
}
.inventory-wrapper .res-name .res-name-link {
    color: #4a4a4a;
    text-decoration: none;
    display: block;
    margin-right: 30px;
}
.inventory-wrapper .res-name .res-name-link:hover {
    color: #9e68be;
    text-decoration: none;
}
.inventory-wrapper .res-btn-link-mobile,
.inventory-wrapper .res-btn-link {
    background: #74be39;
    color: #fff;
    /*font-weight: 600;*/
    font-size: 14px;
    text-transform: uppercase;
    line-height: 34px;
    padding: 3px 15px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 85px;
    margin: 0 auto;
}
.inventory-wrapper .res-btn-link-mobile:hover,
.inventory-wrapper .res-name .res-btn-link:hover {
    background: #478d0f;
    text-decoration: none;
}
.inventory-wrapper .avail-details {
    font-size: 14px;
    line-height: 1.6em;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.inventory-wrapper .avail-details .d-item {}
.inventory-wrapper .avail-details .d-label {
    font-weight: bold;
    color: #4a4a4a;
}
.inventory-wrapper .avail-details .d-value {}
.inventory-wrapper .d-prices {
    font-size: 14px;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.inventory-wrapper .d-price-item {
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
    min-width: 150px;
}
.inventory-wrapper .d-price-label {
    display: block;
    border: 1px solid #d8d9d8;
    padding: 10px 15px;
    font-weight: bold;
    min-height: 56px;
}
.inventory-wrapper .d-price-item.d-price-gold {}
.inventory-wrapper .d-price-item.d-price-gold .d-price-label {
    background: #e8d18b;
    color: #5c5019;
    padding-top: 18px;
    padding-bottom: 18px;
    border-right: none;
}
.inventory-wrapper .d-price-item.d-price-diamond {}
.inventory-wrapper .d-price-item.d-price-diamond .d-price-label {
    background: #9b82a6;
    color: #fff;
}
.inventory-wrapper .d-price-sublabel {
    display: block;
    font-weight: 400;
    font-size: 11px;
}
.inventory-wrapper .d-price-value {
    display: block;
    border: 1px solid #d8d9d8;
    padding: 10px 15px;
    font-weight: 600;
    /*        color: #5ea823;*/
    color: #555;
    font-size: 18px;
}
.inventory-wrapper .d-price-item.d-price-gold .d-price-value {
    border-right: none;
}

.btn-primary {
    background-color: #1B4C57;
    border-color: #1B4C57;
}

.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover {
    background-color: #246371FF !important;
    border-color: #246371FF !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #246371FF !important;
    border-color: #246371FF !important;
    cursor: not-allowed;
}

.btn-outline-primary.active {
    background-color: #8551a2 !important;
    border-color: #8551a2 !important;
    color: #fff !important;
}
.btn-outline-primary {
    color: #AD41BB !important;
    border-color: #AD41BB !important;
    background-color: #fff !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #AD41BB !important;
    color: #FFF !important;
}

.btn-book-now {
    background-color: #AD41BB;
    border-color: #AD41BB;
    font-size: 14px;
}

.btn-book-now:active,
.btn-book-now:hover {
    background-color: #8551a2 !important;
    border-color: #8551a2 !important;
    color: #fff !important;
}

.btn-call-to-book {
    background-color: #ffffff;
    border-color: #AD41BB;
    color: #AD41BB !important;
}

.btn-call-to-book:active,
.btn-call-to-book:hover {
    background-color: #AD41BB !important;
    border-color: #AD41BB !important;
    color: #FFF !important;
}

.btn-outline-primary-alt {
    background-color: #ffffff;
    border-color: #AD41BB;
    color: #AD41BB !important;
}

.btn-outline-primary-alt:active,
.btn-outline-primary-alt:hover {
    background-color: #AD41BB !important;
    border-color: #AD41BB !important;
    color: #FFF !important;
}

.btn-primary-alt {
    background-color: #9C7C50;
    border-color: #9C7C50;
    color: #FFF;
}

.btn-primary-alt:hover, 
.btn-primary-alt:focus {
    background-color: #C79854;
    border-color: #C79854;
    color: #FFF;
}

.btn-primary-alt:active {
    background-color: #C79854 !important;
    border-color: #C79854 !important;
    color: #FFF !important;
}

@media (max-width: 768px) {

    .inventory-wrapper .d-prices {
        display: block;
    }

}

@media (min-width: 768px) {

    .inventory-wrapper .res-name-left {
        /*min-width: 480px;
        max-width: 480px;
        */
    }
    .inventory-wrapper .avail-details {
        min-width: 250px;
    }
    .inventory-wrapper .res-btn-link-mobile {
        display: none;
    }

}

@media (max-width: 868px) {

    .inventory-wrapper .res-name-right {
        display: none;
    }
    .inventory-wrapper .res-btn-link-mobile {
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 0;
    }

}

.inventory-wrapper .res-thumb {
    width: 160px;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f1f1f1;
    display: inline-block;
    margin: 2px 2px 10px;
    opacity: 1;
}
.inventory-wrapper .res-thumb:hover {
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}



@media (max-width: 1300px) {

    #frm-sort {
        max-width: 920px;
    }

}

@media (min-width: 1300px) {

    .inventory-wrapper .inv-details {
        float: left;
    }

    .inventory-wrapper .inv-actions {
        float: right;
        text-align:center;
    }

    .inventory-wrapper .inv-left {
        width: 100%;
        max-width: 30%;
        margin-right: 0;
    }
    .inventory-wrapper .res-thumb {
        width: 100%;
        max-width: 48%;
        height: 170px;
    }

    .inventory-wrapper .inv-right {
        width: 100%;
        max-width: 69%;
        padding-left: 15px;
    }

    .inventory-wrapper .res-name-left {
        width: 100%;
        /*max-width: 85%;*/

    }
    .inventory-wrapper .res-name-right {
        width: 100%;
        max-width: 15%;
        text-align: right;
    }
    .inventory-wrapper .avail-details {
        max-width: 53%;
        width: 100%;
        margin-right: 0;
    }
    .inventory-wrapper .d-prices {
        max-width: 47%;
        width: 100%;
        text-align: right;
        padding-left: 15px;
    }
}

.dashboard-text-link, a.dashboard-text-link {
    text-decoration: underline;
    color: #AD41BB;
    font-size: 18px
}

#hdr-rooms-and-rates {
    background-color: #AD41BB;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.rs-card-ribbon {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.rs-card-top-ribbon:before {
    content: "Special Offer";
    position: absolute;
    top: 20px;
    right: -44px;
    background: #AD41BB;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 40px;
    transform: rotate(45deg);
    transform-origin: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    text-align: center;
}

#resort-group-nav .btn-desk-group .btn {
    margin-right: 5px;
    margin-bottom: 10px;
}

#resort-group-nav .btn-mobile-group {
    width: 100%;
}

#resort-group-nav .btn-mobile-group .btn {
    text-align: left;
}

.main-search h3 {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.hidden {
    display: none !important;
}

.btn-brand-primary,
.btn-brand-primary:visited {
      background: #AD41BB;
      color: #fff !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2em;
      text-decoration: none;
      padding: 10px 20px;
      border-radius: 7px;
      display: inline-block;
      margin: 0px auto 10px;
      text-align: center;
}
.btn-brand-primary.disabled,
.btn-brand-primary:disabled {
  background: #AD41BB;
}
.btn-brand-primary:focus,
.btn-brand-primary:hover {
      background: #1A3046;
      color: #fff !important;
      outline: none;
}

button.btn.btn-brand-primary:active {
      background: #AD41BB;
      color: #fff !important;
}

#frm-resort-search .tab-pane {
    padding: 14px;
}

#frm-resort-search {
    display: block !important;
}

#frm-resort-search .frm-search-inner {
    display: flex;
    flex-wrap: wrap;
}
#frm-resort-search label {
    display: inline-block;
    color: #404040;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
}
#frm-resort-search .frm-input-icon {
    display: block;
    margin-bottom: 5px;
}
#frm-resort-search .frm-input-icon svg {
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 5px;
    min-width: 30px;
}
#frm-resort-search .frm-input-icon .fa {
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 5px;
    font-size: 20px;
    color: #aaafb6;
}
#frm-resort-search .frm-input {
    display: block;
    vertical-align: top;
}

#frm-resort-search .frm-search-input-wrapper  {
    display: block;
    vertical-align: top;
    flex-basis: 100%;
    margin-bottom: 20px;
}

#frm-resort-search .frm-search-error {
    margin: 20px auto 0;
}

#frm-resort-search .dropdown-toggle {
    background: #fff;
    font-size: 16px;
}

#frm-resort-search #btn-search {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1.2em;
}

/* medium tablet and larger  */
@media screen and (min-width: 992px){

    .frm-tab-hero-search .frm-input {
        /*display: inline-block;*/
    }

    #frm-resort-search {
        max-width: 900px;
    }

    #frm-resort-search .frm-search-input-wrapper  {
        display: inline-block;
        flex-basis: 29%;
        margin-right: 5px;
        margin-bottom: 0px;
    }

    #frm-resort-search .frm-search-input-wrapper:nth-child(1)  {
        max-width: 29%;
    }

    #frm-resort-search .frm-search-input-wrapper:nth-child(2)  {
        flex-basis: 34%;
        max-width: 34%;
    }

    #frm-resort-search .frm-search-input-wrapper:nth-child(3)  {
        flex-basis: 22%;
        max-width: 22%;
    }

    #frm-resort-search .frm-button {
        margin-top: 27px;
    }

}

/* tablet and smaller  */
@media screen and (max-width: 767px){

    #frm-resort-search .frm-button {
        flex-basis: 100%;
    }

    #frm-resort-search #btn-search {
        display: block;
        width: 100%;
    }

}

#search-results .rs-card-middle {
    border-top: solid 2px #DDD;
}

#search-results .rs-card-top-border-sfx {
    border-top-color: #AD41BB !important;
}
#search-results .rs-card-top-border-rci {
    border-top-color: #CEF7A0 !important;
}

.bg-primary {
    background-color: #1B4C57 !important;
}

.bg-primary-alt {
    background-color: #9C7C50 !important;
}

.bg-primary-alt3 {
    background-color: #402B49 !important;
}

.bg-primary-alt4 {
    background-color: #EBE5EF !important;
}

.bg-primary-darker {
    background-color: #093038 !important;
}

.navbar.bg-primary-darker li.nav-item > a {
    color: #fff !important;
}
.navbar.bg-primary-darker li.nav-item > a:hover {
    color: #bbb !important;
}
.navbar.bg-primary-darker .navbar-toggler {
    background: #ccc !important;
}
.navbar.bg-primary-darker .navbar-toggler:hover {
    background: #999 !important;
}

.border-color-primary {
    border-color: #1B4C57 !important;
}

.alert-warning {
    background: #E6EEF0 !important;
    color: #1B4C57 !important;
    border-color: #BDCDD1 !important;
}
.alert-warning a {
    text-decoration: underline !important;
}
.bg-warning-subtle {
    background: #E6EEF0 !important;
}
.text-warning-emphasis {
    color: #1B4C57 !important;
}

.dashboard-thumb {
    margin-bottom: 25px;
}
.dashboard-thumb-img {
    background-size: cover; 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    min-height: 260px;
    display: flex;
    flex-wrap: wrap;
}
.dashboard-thumb-title-wrapper {
    flex: 0 0 auto;
    align-content: center;
    width: 100%;
}
.dashboard-thumb-title {
    display: inline-block;
    margin: 0 auto;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    width: 100%;
    max-width: 90%;
}

.text-divider {
    display: inline-block;
    width: 100px;
    height: 2px;
    text-align: left;
}

.bg-overlay-bottom {
    position: relative;
    overflow: hidden;
}
.bg-overlay-bottom > * {
    position: relative;
    z-index: 1;
}
.bg-overlay-bottom:before {
    content: '';
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, transparent 70%);
    background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, transparent 70%);
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, transparent 70%);
    position: absolute;
    z-index: 0;
    width: 100%;
    display: block;
    height: 100%;
    bottom: 0;
    left: 0;
}

.image-border-hover-animate{
  position: relative;
}
a.image-border-hover-animate{
  display: block;
}
.image-border-hover-animate span{
  position: absolute;
  background-color: #1B4C57;
  transition: .3s
}
.image-border-hover-animate .bd-one{
  height: 0;
  width: 3px;
  top: 0;
  left: 0;
}
.image-border-hover-animate .bd-two{
  height: 3px;
  width: 0;
  bottom: 0;
  left: 0;
}
.image-border-hover-animate .bd-three{
  height: 0;
  width: 3px;
  bottom:0;
  right:0
}
.image-border-hover-animate .bd-four{
  height: 3px;
  width: 0;
  top: 0;
  right: 0;
}
.image-border-hover-animate:hover .bd-one,
.image-border-hover-animate:hover .bd-three{
  height: 100%;
}
.image-border-hover-animate:hover .bd-two,
.image-border-hover-animate:hover .bd-four{
  width: 100%;
}
.image-border-hover-animate:hover img{
  transition-duration: .3s;
  transition-delay: .3s;
  opacity: .5;
}
.image-border-hover-animate:hover .dashboard-thumb-title {
  background-color: #1B4C57;
}