fieldset.bookForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #662d91;
    padding: 37px 0px;
    position: relative;
}

fieldset.bookForm input[type='text'],
input.customInput[type='text'] {
    border-radius: 0;
    width: 80%;
    margin: 10px 0px;
    font-size: 23px;
    border: none;
    color: #662d91;
    outline: none;
    border-left: 2px solid rebeccapurple;
    padding: 10px 38px;
}

fieldset.bookForm input[type='text']:focus,
input.customInput[type='text']:focus {
    border-color: #b0a377;

}

fieldset.bookForm legend {
    width: fit-content !important;
    margin-left: 30px;
    color: #662d91;
    margin-bottom: 0px !important;
}

.loader-100,
.alert-container-100 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 170, 0, 0.246);
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader-100>.loaderx {
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    width: 60px;
    height: 60px;
    /* margin: -30px 0 0 -30px; */
}

.loader-100>.loaderx:before,
.loader-100>.loaderx:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite;
    border-radius: 50%;
    background: #bf9c60;
}

.loader-100>.loaderx:after {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.alert-container-100>.btn-alert-ok {
    background: white;
    padding: .4em;
    color: white;
    font-weight: 800;
    cursor: pointer;
}

.alert-container-100 .alert-item {
    font-size: 1em;
    display: block;
    color: white;
    font-weight: 500;
    padding: .4em;
}

.alert-container-100 .alert-item.success {
    color: rgb(4, 155, 29) !important
}

.alert-container-100 .alert-item.danger {
    color: rgb(167, 10, 10) !important;
}

.alert-container-100>.btn-alert-ok {
    background: #252525;
    padding: 1em;
    color: white !important;
    font-weight: 800;
    cursor: pointer;
    min-width: 50%;
    max-width: 100%;
}

.alert-container-100>.btn-alert-ok a {
    color: inherit !important
}

@media (max-width: 768px) {

    fieldset.bookForm input[type='text'],
    input.customInput[type='text'] {
        width: 250px;
        font-size: 18px;
    }
}




/* edit for BPB start */

.content-page-inner-nav {
    font-weight: bold;
    color: white;
}

.content-page-inner-nav .nav-tabs>li>a {
    color: white;
}

.content-page-inner-nav .nav-tabs>li>a:hover {
    color: #ffdd00;
}

ul.side-list {
    font-size: 18px;
}

.side-list.hovered-list a:hover {
    color: #0a0;
}

.footer-logo {
    width: 100%;
    margin-top: 30px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}





.feature-block .holder ul li span.ico {
    color: white;
}

.feature-block .holder ul li span.info {
    color: white;
}

.feature-block ul {
    font-size: 1.20em;
}

.feature-block li {
    margin-left: -0.25em;
    margin-right: -0.25em;
    width: 10%;
}

.navbar-default .navbar-nav>li .dropdown-menu {
    margin-top: 2px;
}

h2.small-space,
h3.small-space {
    color: #ffdd00;
}

h2 {
    background: black;
    color: #fd0;
    padding: 10px 20px;
    clear: both;
}

.side-list.region-list .text {
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    .content-block.guide-sub .img-article {
        margin-top: 50px !important;
    }

    .content-block {
        padding: 38px 0;
    }

    .options img.pwc.fr {
        width: 400px;
        float: left;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .options-half img.pwc.fr {
        width: 400px;
        float: left;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .reviews-info .info-left {
        width: 72%;
    }

    .reviews-info .info-right {
        width: 72%;
    }



}

footer .social-wrap li a {
    width: 45px;
}

video {
    margin: 25px 0px;
}

.top-banner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0px;
}

.navbar-default .navbar-nav>li .dropdown-menu {
    margin-top: -40px;
}

@media (max-width: 768px) {
    .top-banner-container {
        grid-template-columns: 1fr;
    }
}


.left-img {
    width: 400px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.right-img {
    width: 400px;
    position: relative;
    float: right;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.left-img img {
    width: 400px;
}

.pull-right img {
    width: 400px;
}

.inquire_button {
    margin-bottom: 20px !important;
    padding: 8px 20px !important;
}


@media screen and (max-width: 768px) {
    .left-img img {
        width: 90%;
        display: block;
        margin: auto;
    }

    .right-img img {
        width: 90%;
        display: block;
        margin: auto;
    }


}

.reviews-info .info-right {
    text-align: left;
}

.article .thumbnail .img-wrap {
    height: 210px;
}


/*BOTTOM NAV */
.bottom-nav {
    padding: 20px;
    margin-top: 40px;
    position: relative;
    background-color: #80808047;
    display: inline-block;

}

.bottom-nav .area h3 {
    margin: unset;
    background-color: #FC0;
}

.bottom-nav h4 {
    position: absolute;
    top: -20px;
    left: 0;
    color: #aaa;
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px
}

.bottom-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-left: 4px solid #FC0;
    padding: 20px 0;
}

.bottom-nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bottom-nav ul li {
    position: relative;
}

.bottom-nav ul li img {
    opacity: .5;
}

.bottom-nav ul li:hover img {
    opacity: 1;
}

.bottom-nav ul li a span {
    width: 160px;
    height: 60px;
    display: block;
    margin: 0;
    background-position: center center;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.bottom-nav ul li a b {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    background: #000;
    text-align: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.bottom-nav ul li a {
    color: #FC0;
    font-weight: bold;
    display: block;
    font-size: 110%;
    font-family: 'Open Sans', Arial, sans-serif;
}

.bottom-nav ul li a:hover {
    text-decoration: none;
}

.bottom-nav ul li a:hover span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .bottom-nav ul {
        grid-template-columns: 1fr;
    }
}

/*BOTTOM NAV */

.trip-info-img {
    display: flex;
    justify-content: center;
    align-items: center;
}


.fancybox-nav:hover {
    background: #00000047;
}

ul.amenities-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    column-gap: 40px;
    row-gap: 14px;
    font-size: 18px;
    margin: 24px 0 48px;
}

ul.amenities-block li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #0a0;
}

.sidebar .panel-heading a {
    color: #0a0;
    font-weight: bold;
}

.sidebar .panel-heading a {
    font-size: 1.2em;
}


ul.amenities-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    column-gap: 40px;
    row-gap: 14px;
    font-size: 18px;
    margin: 24px 0 48px;
}

ul.amenities-block li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #0a0;
}

article.col-sm-6.col-md-6.article.has-hover-s1 {
    margin-bottom: 58px;
}

.vip_services figure {
    width: 250px !important;
}

.vip_services {
    background-color: #5acc5a4d;
    margin: 10px;
    padding: 28px;
    min-height: 289px;
}



.signs {
    float: right;
}

.office {
    float: left;
    width: 100%;
    padding: 20px;
    margin-right: 40px;
    background: #00aa0036;
    margin-bottom: 20px;
}

.testimonial article ul li {
    font-style: italic;
    list-style: none !important;
    margin: 0 0 25px;
    padding: 0;
    position: relative;
}

.testimonial article ul li .dquo1 {
    float: left;
    left: -2px;
}

.testimonial article ul li .dquo1,
.testimonial article ul li .dquo2 {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    width: 35px;
}

.testimonial article ul li span {
    display: block;
    font-style: normal;
    margin-top: 8px;
    text-indent: 35px;
}

.testimonial article ul li .dquo2 {
    display: block;
    float: right;
    line-height: 45px;
    right: -5px;
}

.testimonial article ul li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

form.single-page-form {
    position: relative;
    width: 80%;
}

form ul {
    list-style: none;
}

fieldset {
    border: 1px solid #0a0;
    padding: 37px 0px;
}

legend {
    width: fit-content !important;
    margin-left: 30px;
    color: #0a0;
    margin-bottom: 0px !important;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
input.customInput[type='text'] {
    border-radius: 0;
    width: 100%;
    margin: 10px 0px;
    font-size: 23px;
    border: none;
    color: #0a0;
    outline: none;
    border-left: 2px solid #0a0;
    padding: 10px 38px;
    background-color: rgba(128, 128, 128, 0.171);
}

input:focus,
textarea:focus,
input.customInput[type='text']:focus {
    border-color: #b0a377;

}

.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-container-100 #captchaCode {
    background-color: white;
    width: 80%;
}

@media screen and (max-width: 768px) {
    form.single-page-form {
        width: 100%;
    }
}

.price-area {
    background-color: #222;
    padding: 30px 0px;
    margin-bottom: 30px;
}

.price-area ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0px 20px;
}

.price-area ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.price-area ul li span.number {
    font-size: 2em;
    font-weight: bold;
}




@media screen and (min-width: 768px) {
    .logo img {
        height: 100%;
        width: auto;
    }
}








fieldset.bookForm {
    border: 1px solid #662d91;
}

fieldset.bookForm legend {
    color: #662d91;
}

/* h3{
    color: #EAC117;
    background-color: rgb(37 37 37);
    padding: 12px 20px;
    text-align: center;
} */
.btn.btn-default {
    background: #EAC117;
    color: #312907;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
}

.price-area p {
    color: white;
    padding: 2px 20px;
}

.inclusive4 ul li {
    width: 20%;
}

@media (max-width: 768px) {
    .inclusive4 ul li {
        padding: 12px 1px;
        width: 100%;
    }

    .right-img {
        width: 100%;
    }

    .right-img img {
        width: 100%;
    }

    .left-img img {
        width: 100%;
    }

    .btn.btn-default {
        padding: 5px 57px;
    }
}

figcaption {
    text-align: center;
    background-color: #252525;
    color: #dbd0d0f0;
}

.inclusive4 ul li .btn.btn-default {
    padding: 8px 13px;
}

.inclusive4 ul {
    padding-left: 0 !important;
}

.compartment {
    background-color: #0000000d;
    padding: 20px;
    margin-bottom: 21px;
}

.package-options {
    background: #cfcfcf7a;
    padding: 20px;
    border: 1px solid #222222;
    margin-bottom: 20px;
}

.package-options h3 {
    text-indent: unset;
    background-color: unset;
    padding: 12px 20px;
    text-align: center;
    color: #662d91;
}

.package-options .price-area {
    display: inline-block;
    width: 100%;
    margin-bottom: unset;
    padding: 10px 0px;
}

.package-options .price-area .btn {
    margin-bottom: unset;
}

.package-options .price-area span {
    font-size: .7em;
}

.package-options .price-area span.number {
    font-size: 1.5em;
}

.package-options .option-thumb {
    width: 200px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.package-options .option-thumb img {
    width: 100%;
    height: auto;
}

header .bitcoin-icon__wrap,
header .phone-numbers {
    height: 102px;
}


header.fixed-position .bitcoin-icon__wrap,
header.fixed-position .phone-numbers {
    height: 70px;
}

header.fixed-position .phone-numbers .number-item a {
    color: #5c5e62;
}



header .bitcoin-icon__wrap {
    position: relative;
    display: inline-flex;
    float: left;
    width: 50px;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

header .bitcoin-icon {
    position: relative;
    width: 100%;
    height: auto;
}

header .phone-numbers {
    display: inline-grid;
    float: left;
    grid-template-columns: 1fr;
    align-items: center;
    margin-left: 30px;
}

header .phone-numbers .number-item {
    display: inline-flex;
    align-items: center;
    color: white;
    font-weight: bold;
}

header .phone-numbers .number-item a {
    color: white;
}

header .phone-numbers .number-item .phone-icon {
    margin-right: 8px;
}

header .phone-numbers .phone-icon {
    width: 24px;
}

.price-area.nightclub-info .title-area {
    padding: 0 30px;
    margin-bottom: 30px;
}

.price-area.nightclub-info .title-area h1 {
    display: inline-block;
    font-size: 2.8em;
    margin-left: 20px;
}

.price-area.nightclub-info .title-area img {
    border: 1px solid #662d91;
}

.price-area.nightclub-info ul li span.number {
    font-size: 1.5em;
}

.price-area.nightclub-info ul li .btn {
    padding: 8px 10px;
    margin-bottom: unset;
}

.wpButton {
    display: none;

}

.wpButton img {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .wpButton {
        display: inline;

    }

    .package-options .option-thumb {
        width: 100%;
        padding: 16px;
        margin-right: unset;
        margin-bottom: 15px;
    }
}




fieldset.bookForm .input-wrapper-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}

fieldset.bookForm .input-wrapper-full {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}


fieldset.bookForm .input-wrapper-half input[type='text'],
input.customInput[type='text'],
fieldset.bookForm .input-wrapper-full input[type='text'] {
    width: 100%;
    margin: unset;
}

fieldset.bookForm .input-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(128, 128, 128, 0.171);
    border-left: 2px solid rebeccapurple;
    padding: 5px 10px;
}

fieldset.bookForm .input-wrap span.input-text {
    font-size: 18px;
    color: #7a7373;
}

fieldset.bookForm .input-wrap input[type='number'] {
    width: 100px;
    font-size: 20px;
    line-height: 10px;
    text-align: center;
    background: none;
    border: none;
}

fieldset.bookForm .input-wrap input[type='date'] {
    width: 200px;
    font-size: 18px;
    padding: unset;
    max-height: 50px;
    background: no-repeat;
    border: none;
}

::-webkit-calendar-picker-indicator {
    color: #662d91;
}

fieldset.bookForm .input-wrap input:focus {
    outline: none;
    /* border: 1px solid #b0a377; */
}

fieldset.bookForm .input-wrap:focus-within {
    border-color: #b0a377;
}

fieldset.bookForm .input-wrapper-textmeonly {
    display: grid;
    grid-template-columns: 1fr .6fr;
}

fieldset.bookForm .checkbox-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(128, 128, 128, 0.171);
    padding: 5px 0;
}

fieldset.bookForm .checkbox-wrap .checkboxText {
    font-size: 14px;
}

.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.btn-wrap {
    display: inline-block;
    width: 40%;
}
.price-area{
    min-height: 249px;
}
h4{
    font-size: 2.2457em;
    FONT-WEIGHT: 800;
    color: #fd0;
    padding-left: 30px;
}
.price-area .pull-left{
    margin-left: 20px;
}
.price-area p{
    margin: 0 0 9px;
}

@media screen and (max-width: 768px) {
    fieldset.bookForm .input-wrapper-half {
        grid-template-columns: 1fr;
    }

    .grid-columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .compartment {
        width: 100%;
    }

    .btn.btn-default {
        font-size: 13px;
        display: flex;
        justify-content: center;
    }

    .btn-wrap {
        width: 100%;
    }

    .price-area .pull-left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-wrap {
        width: 100%;
    }
    .price-area{
        height: auto!important;
    }
    .price-area .pull-left{
        margin-left: unset;
    }
    h4 {
        font-size: 1.7em;
    }







    .banner-image{
        display: none;
    }




}

