/* Hero */
.page-id-3306 .focuspoint img {
    object-position: center 30%;
}

.page-id-797 .focuspoint img {
    object-position: center 40%;
}

.page-id-2148 .focuspoint img {
    object-position: center 20%;
}

.page-id-2144 .focuspoint img {
    object-position: center 15%;
}

.page-id-2154 .focuspoint img {
    object-position: center 30%;
}

.page-id-2156 .focuspoint img {
    object-position: center 25%;
}
/* END Hero */
nav.blue-bar {
	display: none;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #0089b5;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #a9d6ed;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.belnubutton {
    background-color: rgba(232, 174, 51, 1);
    margin-top: -15px !important;
    border-radius: 4px;
}

.belnubutton:hover {
    background-color: #018BBC;
}

.belnubutton a {
    padding: 15px 10px !important;
    color: white !important;
}

.blue-bar .blue-bar-inner ul li a {
    color: #ffffff;
    border-right: 1px solid #ffffff61;
}

#custom_html-2 > div:after {
    content: '';
    display: block;
    clear: both;
}

.popular-destinations .popular-destinations-inner {
    padding: 0px 0 65px;
}

.popular-destinations .popular-destinations-inner h1 {
    display: none;
}

#custom_html-2 a {
    display: block;
}

#custom_html-2 img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 999px;
    margin: 0;
}

#custom_html-2 div > *:not(img) {
    width: calc(100% - 160px);
    float: left;
}

#custom_html-2 h3 {
    margin-top: 35px;
}

.page-id-695 body.sidebarNo .leftContent .span-8 {
    width: 100% !important;
}

/* Exit popup */
.bim-exit-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483648;
    background-color: rgb(0 0 0 / 85%);
}

.bim-exit-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2147483648;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    max-width: 600px;
    padding: 35px;
}

.bim-exit-popup h2, .bim-exit-popup p {
    width: 100%;
}

.bim-close-popup {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 0 0 #000000;
    font-size: 1.5em;
    background-color: #f2f2f2;
    cursor: pointer;
}

.bim-close-popup:hover {
    background-color: #e81123;
    color: #ffffff;
    text-shadow: 0 0 0 #ffffff;
}

.bim-exit-popup .button {
    background-color: #e8ae33;
    color: #ffffff;
    transition: all 200ms ease-in-out;
}

.bim-exit-popup .button:hover {
    background-color: #008bb8;
}

.bim-exit-popup input {
    max-width: 100%!important;
}

.hidden_label .gfield_label {
    display: none;
}

.bim-exit-popup input::placeholder {
    color: #747474!important;
}

@media (max-width: 767px) {
    .bim-exit-popup {
        width: 100%;
        bottom: 0;
        left: 0;
        top: unset;
        transform: none;
    }
}
.nd_block_article .button_link:hover{
	border: none !important;
}
.nd_block_article .button_link{
	padding-left: 0px !important;
	border: none !important;
	position: relative;
	left: -40px;
}
.nd_block_article {
    padding: 50px 40px 100px 40px;
}
/* END Exit popup */
/* Testimonials */
.onw-testimonials .onw-col-6 .onw-text {
    padding: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border: solid 1px #f2f2f2;
}

.onw-testimonials:nth-child(odd) .onw-col-12, .onw-testimonials:nth-child(4n) .onw-col-12 {
    display: none;
}

.onw-testimonials {
    padding: 0;
}

.onw-hero + .onw-testimonials {
    padding-top: 75px;
}

.onw-text p:last-child em:last-child {
    display: block;
    text-align: right;
}

.onw-testimonials .button {
    margin-bottom: 25px;
}
/* END Testimonials */

.onw-notification-bar {
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #fe3434;
    color: #ffffff;
    font-weight: 600;
    z-index: 99999999999999;
}