@charset "UTF-8";
/* CSS Document */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 250px;
}

footer {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    height: 250px;
}

img#bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

body, main, footer {
    background: none;
    width: 100% !important;
    z-index: 99 !important;
}

.footer-pages a {
    color: #fff !important;
    display: block;
    position: relative;
    font-size: 16px;
    margin: 0 !important;
    line-height: 40px;
}

#layer {
    visibility: visible;
    opacity: 0.5;
}

main > .page-content .col-md-12 {
    padding: 30px;
    background-color: #fff;
    border-radius: 25px;
}

img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.table td.v-middle, .table th.v-middle {
    vertical-align: middle !important;
}

.tour_container .tour_title h3 {
    font-size: 16px;
    height: 34px;
    overflow: hidden;
}

.image-gallery {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.image-gallery td {
    width: 33%;
    padding: .5rem !important;
    text-align: center;
    vertical-align: middle !important;
}

.image-gallery td a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.image-gallery td a img {
    max-height: 40px;
    margin: 0 auto;
}

.fancybox-container {
    z-index: 999999 !important;
}

.table-no-bordered {
    border-bottom: none !important;
}

.table-no-bordered th, .table-no-bordered td {
    border-top: none !important;
}

.text-uppercase {
    text-transform: uppercase;
}

#to-cart {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 12px;
    line-height: 24px;
    position: fixed;
    bottom: 140px;
    right: 21px;
    display: none;
    border-radius: 50%;
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
}

#to-top {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 14px;
    line-height: 20px;
    position: fixed;
    bottom: 80px;
    right: 21px;
    display: none;
    border-radius: 50%;
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-0 {
    margin-bottom: 0;
}

.label {
    font-size: 80%;
}

table.tour-qty {
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.text-star {
    color: #FAE03C;
}

.mt-8 {
    margin-top: 8px;
}

table.tour-qty td {
    padding: 4px;
}

@media screen and (max-width: 1024px) {
    /* Specific to this particular image */
    img#bg {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

