.form-control{
    background-color: #f6f5f4 !important;
    border-radius: 8px !important;
    padding: .625rem 1.25rem .6875rem !important;
    height: 3.75rem;
}
#booknow-submit{
    background-color: #0f5675;
    padding: 15px 50px;
}
.checkin-input{
    position: relative;
}
.checkin_icon{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}
/* booknow BOF */
#booknow {
    transition: all .8s;
    transform: translateX(100%);
    width: 100%;
    max-width: 480px;
    position: fixed;
    top: 60px;
    right: -35vw;
    height: 100vh;
    z-index: 9998;
    background: #fff;
    transition: all 0.5s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0.8, 0.8);
}


#booknow-container select,
#booknow-container input {
    border-radius: 3px !important;
    padding: 0 1.25rem 0 !important;
    height: 50px;
    font-family: vinyl,sans-serif !important;
    font-weight: 400;
    color: #798a93 !important;
}
#booknow-container .checkin_icon {
    right: 15px;
    top: 18px;
    font-size: 15px;
}
#datepicker > .col-12.text-center.py-0.mb-2 {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Signifier-Regular-Italic',Helvetica,Arial,Lucida,sans-serif;
}

.et_pb_text_0_tb_header #booknow-container h2 {
    font-size: 28px;
    font-family: 'Signifier-Extralight',Helvetica,Arial,Lucida,sans-serif !important;
    padding: 0 35px 10px;
    text-align: left;
    margin-bottom: 20px;
}
#booknow-dismiss i.fa-2x {
    font-size: 24px;
}

#booknow-container select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
}

#booknow-container #booknow-submit {
    background-color: #67dad5;
    padding: 15px 50px;
    border: 0;
    font-family: vinyl,sans-serif !important;
    text-transform: uppercase;
}

#ui-datepicker-div {
    width: 350px;
    z-index: 999999 !important;
}

#ui-datepicker-div td.ui-datepicker-unselectable .ui-state-default {
    text-align: center;
    border: 0;
}
#ui-datepicker-div.ui-widget-content .ui-state-default.ui-state-highlight {
    text-align: center;
    background: #67dad5;
    border: 0;
    color: #fff;
    border-radius: 100%;
    height: 40px;
    line-height: 36px;
}

#ui-datepicker-div.ui-widget-content .ui-state-default {
    background: none;
    border: 0;
    text-align: center;
}


@media screen and (min-width: 568px) and (max-width: 768px) {
    #booknow {
        width: 50vw;
        right:-50vw;
    }
}
@media screen and (max-width: 768px) {
    #booknow {
        width: 100vw;
        right: 100vw;
    }
}
#booknow.active {
    right: 0;
}
#booknow-dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fa-times:before {
    display: inline-block;
}
#booknow-dismiss:hover, #booknow-dismiss:focus {
    color: #cc1414;
}
.booknow-overlay {
    display: none;
    position: fixed;
    /*width: 100vw;*/
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9997;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-duration:0.5s;
    border-left: 1px solid #ccc;
}
.booknow-overlay.active {
    display: block;
    opacity: 1;
}
a[data-toggle="collapse"] {
    position: relative;
}
#booknow-content {
    width: 100%;
    padding: 20px 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
}
/* booknow EOF */

/* Book SPA BOF */
#bookspa {
    width: 35vw;
    position: fixed;
    top: 0;
    right: -35vw;
    height: 100vh;
    z-index: 9998;
    background: #fff;
    transition: all 0.5s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0.8, 0.8);
}
@media screen and (min-width: 568px) and (max-width: 768px) {
    #bookspa {
        width: 50vw;
        right:-50vw;
    }
}
@media screen and (max-width: 768px) {
    #bookspa {
        width: 100vw;
        right: 100vw;
    }
}
#bookspa.active {
    right: 0;
}
#bookspa-dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fa-times:before {
    display: inline-block;
}
#bookspa-dismiss:hover, #bookspa-dismiss:focus {
    color: #cc1414;
}
.bookspa-overlay {
    display: none;
    position: fixed;
    /*width: 100vw;*/
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9997;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-duration:0.5s;
    border-left: 1px solid #ccc;
}
.bookspa-overlay.active {
    display: block;
    opacity: 1;
}
a[data-toggle="collapse"] {
    position: relative;
}
#bookspa-content {
    width: 100%;
    padding: 20px 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
}
/* Book SPA EOF */

/* Book Activities BOF */
#bookactivities {
    width: 35vw;
    position: fixed;
    top: 0;
    right: -35vw;
    height: 100vh;
    z-index: 9998;
    background: #fff;
    transition: all 0.5s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0.8, 0.8);
}
@media screen and (min-width: 568px) and (max-width: 768px) {
    #bookactivities {
        width: 50vw;
        right:-50vw;
    }
}
@media screen and (max-width: 768px) {
    #bookactivities {
        width: 100vw;
        right: 100vw;
    }
}
#bookactivities.active {
    right: 0;
}
#bookactivities-dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fa-times:before {
    display: inline-block;
}
#bookactivities-dismiss:hover, #bookactivities-dismiss:focus {
    color: #cc1414;
}
.bookactivities-overlay {
    display: none;
    position: fixed;
    /*width: 100vw;*/
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9997;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-duration:0.5s;
    border-left: 1px solid #ccc;
}
.bookactivities-overlay.active {
    display: block;
    opacity: 1;
}
a[data-toggle="collapse"] {
    position: relative;
}
#bookactivities-content {
    width: 100%;
    padding: 20px 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
}
/* Book Activities EOF */

/* Carousel Css BOF */
.carousel-inner {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.carousel-content h1 {
    font-size: 3.5rem;
    color: #00b7ce;
    text-transform: uppercase;
}
@media (max-width: 576px) {
  .carousel-content h1 {
    font-size: 1.7rem;
  }
}
.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: initial;
    transform: translate(-50%, -55%);
    z-index: 20;
    color: #fff;
    width: 90%;
    max-width: 700px;
    font-size: 1.5rem;
}
.carousel-content {
    display: none;
}
@media (max-width: 576px) {
  .carousel-content {
    font-size: 1.0rem;
  }
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 10px;
}
/* Carousel Css BOF */

/* Breadcrumb BOF */
.breadcrumb a {
    color: #000;
}
/* Breadcrumb EOF */

/* Search BOF */
.search-query {
    display: inline-block;
    font-weight: normal;
    font-size: 1.5rem;
}
/* Search EOF */

/* Bootstrap Cards BOF */
.card-text h3 {
    color: #333333;
}
/* Book Now Widget BOF */
#booknow-container {
    max-width: 600px;
}
#booknow-container .form-group {
    margin-bottom: 0;
}
#booknow-container .input-group.datepicker {
    padding: 0;
}
#booknow-container h5 {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #798a93 !important;
    font-family: vinyl,sans-serif !important;
}
.arrival-heading h5, .depart-heading h5{
    text-align: center !important;
}
#booknow-container .datepicker .input-group-prepend {
    width: 100%;
    display: inline-block;
}
#booknow-container .datepicker .input-group-text {
    background-color: transparent;
    padding: 0;
    display: block;
    border-left: none;
    border-right: none;
    border-top: none;
}
#booknow-container .arrival-day-large .input-group-text, #booknow-container .depart-day-large .input-group-text {
    font-size: 1.5rem;
    color: #000;
}
#booknow-container .datepicker .col-6, #booknow-container .datepicker .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}
/* Book Now Widget EOF */

.accordion>.card {
    border: none;
    border-radius: 0;
}
.accordion>.card>.card-header {
    background: #ddd;
}

.accordion>.card>.card-header h5 {
  position: relative;
}
.accordion>.card>.card-header h5::after {
    content: "\f055";
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
.accordion>.card>.card-header h5[aria-expanded="true"]::after {
    content: "\f056";
}
.accordion .collapsing{
    -moz-transition : height 2s;
    -webkit-transition : height 2s;
    -o-transition : height 2s;
    transition : height 2s; 
}

/* Scroll back to top BOF */
#topbutton {
    position: fixed;
    display: none;
    /*height: 25px;
    width: 25px;*/
    /*line-height: 40px;*/
    right: 15px;
    bottom: 120px;
    z-index: 1;
    background: transparent;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}
#topbutton:before {
    content: "\f0a6";
    color: #000;
    top: 0px;
    right: 4px;
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 25px;
    font-weight: 900;
}
#topbutton:after {
    content: "TOP";
    color: #000;
    top: 33px;
    right: 0px;
    position: absolute;
    font-size: 12px;
}


.datepicker table.table-condensed {
    border-spacing: 3px;
    border-collapse: separate;
}
.datepicker table tr td.old, .datepicker table tr td.old:hover, .datepicker table tr td.new, .datepicker table tr td.new:hover {
    visibility: hidden;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover, .datepicker table tr td.old, .datepicker table tr td.old:hover {
    background-color: #eee;
}
.datepicker td.day {
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.datepicker input.form-control[readonly] {
    background-color: transparent;
}


@media (max-width: 1100px){
    #booknow{ max-width: 300px; }
    #booknow-container select, #booknow-container input{
        height: 40px;
    }
    #booknow-container .checkin_icon{ top: 12px; }
    #booknow-container .container-fluid.py-0,
    #booknow-container .container-fluid.py-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .et_pb_text_0_tb_header #booknow-container h2{
        padding: 0 10px 10px;
    }
    #ui-datepicker-div {
        left: auto !important;
        right: 0 !important;
    }
    #booknow-container #booknow-submit{
        padding: 10px 40px;
    }

}