#tour-dates >img {
    display: none;
}

body.custom-background {
    background: no-repeat #55caf5 top center!important;
    -webkit-overflow-scrolling: touch!important;
}

.site-info img {
    vertical-align: bottom;
}

.lightbox_section {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.9);
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0s;
    pointer-events: all;
}

.lightbox_section.closed {
    opacity: 0;
}
.lightbox_section .controls {
    position: absolute;
    top: -60px;
    right: 0;
    padding: 15px 0;
}

.lightbox_section .close-lightbox {
    border: 1px solid #fff;
    padding: 5px 7px;
    border-radius: 5px;
}

.lightbox_section .close-lightbox .fa {
    cursor: pointer;
    font-size: 20px;
}

.lightbox-container {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.lightbox-container .centered-content {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    padding: 0 15px;
}

.lightbox_section .centered-content > div {
    position: relative;
}

.lightbox_section img {
    max-height: calc(80vh - 80px);
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}

.lightbox_section .lightbox-btn {
    background-color: #FC9ACB;
    color: #000;
    display: block;
    max-width: 220px;
    margin: 15px auto;
    font-size: 15px;
    padding: 13px 15px;
    border-radius: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.lightbox_section .lightbox-btn:hover,
.lightbox_section .lightbox-btn:focus {
    color: #fff;
}

@media screen and (max-height: 680px) {
    .lightbox_section .controls {
        top: -40px;
        padding: 0;
    }

    .lightbox_section .lightbox-btn {
        font-size: 12px;
        padding: 12px 15px;
    }

    .lightbox_section .controls .fa {
        font-size: 15px;
    }


}
@media screen and (max-height: 580px) {
    .lightbox_section img {
        max-height: calc(80vh - 90px);
    }
}

@media screen and (max-width: 480px) {
    html.scrollable, html.scrollable body {
        overflow: visible;
    }
}


@media screen and (max-height: 420px) {
    .lightbox_section img {
        max-height: 80vh;
    }

    .lightbox_section .controls {
        top: 0;
        right: -40px;
        padding: 0;
    }
}


.custom-iframe-lightbox{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100vh;
    overflow: auto;
    background-color: #fff;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.custom-iframe-lightbox.active{
    opacity: 1;
    pointer-events: all;
}

.custom-iframe-lightbox .d-table{
    display: table-cell;
    height: 100%;
    width: 100vw;
    text-align: center;
}

.custom-iframe-lightbox .d-table .d-table-cell{
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
}

.custom-iframe-lightbox .d-table .d-table-cell .container{
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: auto;
    height: auto;
    padding: 20px 15px;
}

.custom-iframe-lightbox .d-table .d-table-cell .container iframe{
    max-width: 100% !important;
}

.custom-iframe-lightbox .d-table .d-table-cell .container iframe #callToAction{
    padding-left: 0 !important;
}

.custom-iframe-lightbox .d-table .close-custom-lightbox {
    position: absolute;
    width: 35px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
    top: 8px;
    right: 30px;
}
.custom-iframe-lightbox .d-table .close-custom-lightbox span{
    width: 100%;
    height: 1px;
    display: block;
    background-color: #FC9ACA;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
}

.custom-iframe-lightbox .d-table .close-custom-lightbox span:last-child{

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 28px 13px;
    -moz-transform-origin: 28px 13px;
    -ms-transform-origin: 28px 13px;
    -o-transform-origin: 28px 13px;
    transform-origin: 28px 13px;
}

.sections.desktop a.btn-custom-lightbox {
    border: 1px solid #FC9ACA;
    border-radius: 25px;
    padding: 10px 20px !important;
    display: block;
}