
.page-wrapper {
    padding-bottom: 72px;
}

.tx-color-coral {
    color: #FF5B59;
}

.font-numans {
    font-family: 'Numans', sans-serif; }

.bg-image-forms {
  background-image: url('https://s3.amazonaws.com/vclix.static/members/images/bg-form3.jpeg');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover; }

.bg-image-forms2 {
  background-image: url('//s3.amazonaws.com/vclix.static/areas/images/hero/mazatlan_hero.jpg');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover; }

@media (max-width: 768px) {
    .bg-image-hide-sm {
        display: none !important; }
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.table-availability td, .table-availability th{
    border: none;
    /*padding: 2px 0 0;*/
    border-bottom: 1px dashed #d9d9d9;
    /*font-size: 15px;*/
    overflow: hidden;
}

ul,
ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.amenities li  {
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    padding: 5px 8px;
    margin: 0 0 5px;
    border: 1px solid #eee;
}

ul.amenities li::before{
    content: "\f046";
    color: #cacaca;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 18px;
    margin-right: 7px;
    height: auto;
    vertical-align: middle;
}

h5.bold {
    font-weight: 500;
}
