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

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

.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;
}




.ag-card {
    background: #fff;
    border-color: #E8E8E8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
    border-radius: 7px;
    margin-bottom: 0px;
}
.ag-card-middle {
    padding: 20px 20px 10px;
}
.ag-card-body {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.ag-card .text-dark {
  color: #212529;
}
.ag-card .text-light-emphasis {
  color: #495057;
}
.ag-card-bottom {
    padding: 10px 20px 20px;
    display: flex;
    flex-wrap: wrap;
}
.ag-card-cta {
    margin-top: 25px;
    width: 100%;
}

.call-center-circle {
    overflow: hidden;
    height: 160px;
    width: 160px;
    margin: 20px auto 0;
    background-image: url(https://s3.us-east-1.amazonaws.com/sfx.static/members/assets/signup/thumb-vacation-specialist-2.jpeg);
    background-size: cover;
    background-position: 50% 0;
    display: block;
    position: relative;
    display: inline-block;
}

#sticky-contacy-bubble-btn span.img-bubble-wrapper {
    position: fixed;
    bottom: 60px;
    right: 10px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #999;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    cursor: pointer;
    overflow: hidden;
    opacity: 0.8;
    /*z-index: 1998;*/
    z-index: 1048;
}

#sticky-contacy-bubble-btn span.img-bubble {
    border-radius: 100%;
    border: 4px solid #fff;
    display: inline-block;
    width: 66px;
    height: 66px;
    background-image: url('https://s3.us-east-1.amazonaws.com/sfx.static/members/assets/signup/thumb-vacation-specialist-2.jpeg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

#sticky-contacy-bubble-btn span.text-bubble-wrapper {
    position: fixed;
    bottom: 140px;
    right: 10px;
    display: inline-block;
    min-width: 70px;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.4);
    cursor: pointer;
    overflow: visible;
    opacity: 0.8;
    padding: 10px;
    text-align: center;
    /*z-index: 1998;*/
    z-index: 1048;
    line-height: 120%;
}

#sticky-contacy-bubble-btn:hover span.text-bubble-wrapper {
    color: #000;
    opacity: 1;
}

#sticky-contacy-bubble-btn span.text-bubble-wrapper:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: transparent;
    margin: 0 auto;
    /*right: 50px;*/
    right: 8px;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

#sticky-contacy-bubble-btn:hover span.img-bubble-wrapper,
#sticky-contacy-bubble-btn span.img-bubble-wrapper:hover {
    opacity: 1;
    box-shadow: 0px 0px 2px #fff;
}

#sticky-contacy-bubble-pop-up-wrapper {
    transition: opacity .15s linear;
    opacity: 0;
}

#sticky-contacy-bubble-pop-up-wrapper.overlay-black {
    position: fixed;
    display: block !important;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    /*z-index: 1999;*/
    z-index: 1049;
    opacity: 1;
}

#sticky-contacy-bubble-pop-up {
    transition: opacity .15s linear;
    top: 0;
    left: 0;
    opacity: 0;
}

#sticky-contacy-bubble-pop-up.active {
    position: fixed;
    display: block !important;
    top: 50px;
    left: calc(50% - 160px);
    /*z-index: 2000;*/
    z-index: 1050;
    opacity: 1;
}

#sticky-contacy-bubble-btn span.img-bubble-wrapper {
    border: 2px solid #1B4C57;
}

.link-white-hover-primary-alt {
    color: #fff !important;
}
.link-white-hover-primary-alt:hover {
    color: #C4A882 !important;
}