html {
    width: 100%;
}

body {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 300px) {
    body {
        width: 300px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #525252;
    font-family: 'Abril Fatface', sans-serif;
    font-weight: 400;
    margin: 30px 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

table {
    border-collapse: collapse;
    border-color: #cccccc;
}

table tr th {
    background-color: #525252;
    border-color: #ADADAD;
    color: #ffffff;
}

table tr td {
    border-color: #ADADAD;
}

img {
    border: 0;
}

hr {
    background-color: #ADADAD;
    border: 0;
    height: 1px;
}

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

.top_notice {
    clear: both;
    display: none;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.jump_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.red_notice {
    background-color: red;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Poppins', sans-serif;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
}

.spacer_30 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

*:focus {
    outline: none;
}

.gen_btn {
    width: auto;
    height: auto;
    padding: 10px 35px;
    background-color: #114461;
    color: #ffffff;
    font-size: 1.0em;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.gen_btn:hover {
    background-color: #0d354c;
}

@media only screen and (max-width: 440px) {
    .gen_btn {
        width: 100%;
    }
}

.gen_btn_right {
    float: right;
}

/* HEADER TOP */
.header {
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #ededed;
    background-image: url('../images/header_bg.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

@media screen and (max-width: 1080px) {
    .header {
        width: calc(100% - 20px);
        padding: 10px 10px;
    }
}

@media screen and (max-width: 560px) {
    .header {
        background-size: 150% auto;
        background-position: center top;
    }
}

.logo {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 560px) {
    .logo {
        width: 100%;
        padding: 0 0 10px 0;
        margin: 0 auto;
        display: table;
        position: relative;
        clear: both;
        text-align: center;
    }
}

.logo_holder {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 560px) {
    .logo_holder {
        margin: 0 auto;
        text-align: center;
    }
}

.animated_logo {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.remainder_logo,
.pipes,
.water_droplet,
.tagline {
    width: auto;
    height: 90px;
    display: table;
}

@media screen and (max-width: 1080px) {

    .remainder_logo,
    .pipes,
    .water_droplet,
    .tagline {
        height: 80px;
    }
}

@media screen and (max-width: 767px) {

    .remainder_logo,
    .pipes,
    .water_droplet,
    .tagline {
        height: 70px;
    }
}

@media screen and (max-width: 560px) {

    .remainder_logo,
    .pipes,
    .water_droplet,
    .tagline {
        height: 60px;
        margin: 0 auto;
        text-align: center;
    }
}

.pipes {
    opacity: 0.0;
    filter: blur(5px);
    animation: animatePipes 1.5s ease-in-out 0.0s 1 forwards;
}

@keyframes animatePipes {
    0% {
        filter: blur(5px);
        opacity: 0.0;
    }

    100% {
        filter: blur(0);
        opacity: 1.0;
    }
}

.water_droplet {
    opacity: 0.0;
    transform: translateY(-200px);
    animation: animateWaterdroplet 1.0s ease-in-out 0.5s 1 forwards;
}

@keyframes animateWaterdroplet {
    0% {
        transform: translateY(-200px);
        opacity: 0.0;
    }

    100% {
        transform: translateY(0);
        opacity: 1.0;
    }
}

.remainder_logo {
    opacity: 0.0;
    animation: animateRemainderLogo 1.5s ease-in-out 0.0s 1 forwards;
}

@keyframes animateRemainderLogo {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.tagline {
    opacity: 0.0;
    transform: translateX(100%);
    animation: animateTagline 1.0s ease-in-out 1.2s 1 forwards;
}

@keyframes animateTagline {
    0% {
        transform: translateX(100%);
        opacity: 0.0;
    }

    100% {
        transform: translateX(0);
        opacity: 1.0;
    }
}

.contacts {
    width: auto;
    height: auto;
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media screen and (max-width: 560px) {
    .contacts {
        width: 100%;
        padding: 10px 0 0 0;
        margin: 0 auto;
        display: table;
        position: relative;
        clear: both;
        text-align: center;
        border-top: 1px solid #c4c4c4;
    }
}

.contact_holder {
    width: 100%;
    height: auto;
    padding: 1px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #114461;
    font-size: 1.0em;
    font-weight: 500;
}

@media screen and (max-width: 1080px) {
    .contact_holder {
        padding: 0;
    }
}

@media screen and (max-width: 560px) {
    .contact_holder {
        width: auto;
        padding: 0 10px;
        display: inline-block;
        text-align: center;
    }
}

.contact_holder a,
.contact_holder a:visited {
    color: #114461;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
    color: #0d354c;
}

.contact_holder i {
    color: #69c17e;
}

@media screen and (max-width: 560px) {
    .socials {
        display: none;
    }
}

.socials i {
    color: #69c17e;
    transition: all 0.3s ease-in-out;
}

.socials i:hover {
    color: #4f925f;
}

/* MENU BAR */
.menu_bar {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #69c17e;
    z-index: 1001;
}

.menu_bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

.menu_bar.sticky+.content {
    padding-top: 90px;
}

.navigation_bar {
    width: calc(100% - 220px);
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1080px) {
    .navigation_bar {
        padding: 0 0 0 10px;
    }
}

.menu_button {
    width: 220px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    background-image: url('../images/menu_button_bg.png');
    background-attachment: scroll;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.menu_button:hover {
    background-image: url('../images/menu_button_bg_u.png');
}

.menu_button a,
.menu_button a:visited {
    padding: 15px 20px 15px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: right;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {

    .menu_button a,
    .menu_button a:visited {
        padding: 15px 10px 15px 50px;
    }
}

.is-active {
    color: #114461 !important;
}

@media screen and (max-width: 1080px) {
    .is-active {
        color: #c4c4c4 !important;
    }
}

.link_no_click {
    pointer-events: none;
}

@media screen and (max-width: 1080px) {
    .link_no_click {
        pointer-events: all;
    }
}

/* SLIDER IMAGES */
.slider {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.slider_holder {
    background: no-repeat scroll;
    background-size: cover !important;
    clear: both;
    display: table-cell;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}

.bxslider {
    margin: 0;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .bxslider {
        padding-bottom: 60% !important;
    }
}

@media screen and (max-width: 560px) {
    .bxslider {
        padding-bottom: 70% !important;
    }
}

.slider_info {
    width: calc(50% - 30px - 2px);
    height: auto;
    padding: 5px 15px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border: 1px solid #ffffff;
    z-index: 2;
    opacity: 0.0;
    animation: animateSliderInfo 1.5s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 1080px) {
    .slider_info {
        width: calc(60% - 30px - 2px);
    }
}

@media screen and (max-width: 767px) {
    .slider_info {
        width: calc(70% - 30px - 2px);
    }
}

@media screen and (max-width: 560px) {
    .slider_info {
        width: calc(80% - 30px - 2px);
    }
}

@keyframes animateSliderInfo {
    0% {
        opacity: 0.0;
        top: -100%;
    }

    100% {
        opacity: 1.0;
        top: 50%;
    }
}

.slider_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px 0;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 2.2em;
    font-family: 'Abril Fatface', serif;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .slider_title {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 1080px) {
    .slider_title {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    .slider_title {
        font-size: 1.6em;
        margin: 5px auto;
    }
}

@media screen and (max-width: 560px) {
    .slider_title {
        font-size: 1.4em;
        margin: 5px auto;
    }
}

@media screen and (max-width: 440px) {
    .slider_title {
        font-size: 1.2em;
    }
}

.slider_title_line {
    width: 30%;
    height: 2px;
    padding: 0;
    margin: 5px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    background-color: #69c17e;
}

@media screen and (max-width: 560px) {
    .slider_title_line {
        display: none;
    }
}

.slider_description {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.3em;
    text-align: center;
}

@media screen and (max-width: 1080px) {
    .slider_description {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 767px) {
    .slider_description {
        padding: 5px 0;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 560px) {
    .slider_description {
        font-size: 0.7em;
    }
}

.slider_button {
    width: auto;
    height: auto;
    padding: 5px 0 15px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em;
    display: table;
    text-transform: uppercase;
    background-color: #114461;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {

    .slider_button a,
    .slider_button a:visited {
        padding: 8px 20px;
        font-size: 0.9em;
    }
}

.slider_button a:hover,
.slider_button a:visited:hover {
    background-color: #0d354c;
}



.slider_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

/* READ MORE BOXES / BENEFIT BOXES */
.qboxes {
    width: calc(100% - 20%);
    height: auto;
    padding: 0 10%;
    margin: -50px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    z-index: 2;
}

@media screen and (max-width: 1080px) {
    .qboxes {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        z-index: 2;
    }
}

.qboxes_full {
    margin: 50px auto 0 auto;
}

@media screen and (max-width: 767px) {
    .qboxes_full {
        margin: 40px auto 0 auto;
    }
}

.qbox_link {
    text-decoration: none;
}

.qbox_no_link {
    cursor: default;
}

.qbox_holder {
    height: auto;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    background-image: url('../images/qboxes_bg.png');
    background-attachment: scroll;
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 560px) {
    .qbox_holder {
        width: calc(100% / 3) !important;
        padding-bottom: calc(100% / 3) !important;
    }
}

@media screen and (max-width: 440px) {
    .qbox_holder {
        width: calc(100% / 2) !important;
        padding-bottom: calc(100% / 2) !important;
    }
}

@media screen and (max-width: 300px) {
    .qbox_holder {
        width: 100% !important;
        padding-bottom: 50% !important;
    }
}

.qbox_link:nth-child(1) .qbox_holder {
    background-color: #114461;
}

.qbox_link:nth-child(2) .qbox_holder {
    background-color: #69c17e;
}

.qbox_link:nth-child(3) .qbox_holder {
    background-color: #0d354c;
}

.qbox_link:nth-child(4) .qbox_holder {
    background-color: #4f925f;
}

.qbox_link:nth-child(5) .qbox_holder {
    background-color: #16587e;
}

.qbox_link:nth-child(6) .qbox_holder {
    background-color: #75da8d;
}

.qbox_inner {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.qbox_icon {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
}

@media screen and (max-width: 1080px) {
    .qbox_icon {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .qbox_icon {
        font-size: 25px;
    }
}

@media screen and (max-width: 560px) {
    .qbox_icon {
        font-size: 35px;
    }
}

@media screen and (max-width: 440px) {
    .qbox_icon {
        font-size: 30px;
    }
}

@media screen and (max-width: 300px) {
    .qbox_icon {
        font-size: 50px;
    }
}

.qbox_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.3em;
    color: #ffffff;
}

@media screen and (max-width: 1080px) {
    .qbox_title {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 767px) {
    .qbox_title {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 560px) {
    .qbox_title {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 300px) {
    .qbox_title {
        font-size: 1.0em;
    }
}

/* WORLD MAP */
.world_map {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.world_map_inner {
    width: calc(100% - 20%);
    height: auto;
    padding: 40px 10%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 1080px) {
    .world_map_inner {
        width: calc(100% - 40px);
        padding: 40px 20px;
    }
}

.world_map_left {
    width: 40%;
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .world_map_left {
        width: 100%;
        padding: 0 0 20px 0;
        display: table;
        position: relative;
        clear: both;
    }
}

.world_map_left_light {
    color: #ffffff;
}

.world_map_left_dark {
    color: #252525;
}

.world_map_header_title {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    font-family: 'Abril Fatface', serif;
    font-size: 2.5em;
    line-height: 1.1em;
}

@media screen and (max-width: 1200px) {
    .world_map_header_title {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 1080px) {
    .world_map_header_title {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 767px) {
    .world_map_header_title {
        font-size: 1.8em;
        text-align: center;
    }
}

.world_map_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 0.9em;
}

@media screen and (max-width: 767px) {
    .world_map_content {
        font-size: 0.9em;
        text-align: center;
    }
}

.world_map_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.world_map_right {
    width: 60%;
    height: auto;
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .world_map_right {
        width: 100%;
        padding: 0;
        display: table;
        position: relative;
        clear: both;
    }
}

.world_map_right img {
    width: 100%;
    height: auto;
    display: table;
}

/* MAIN CONTENT */
.content {
    width: calc(100% - 20%);
    height: auto;
    padding: 50px 10%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .content {
        width: calc(100% - 40px);
        padding: 50px 20px;
    }
}

@media screen and (max-width: 767px) {
    .content {
        width: calc(100% - 40px);
        padding: 40px 20px;
    }
}

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 2.2em;
    line-height: 1.2em;
    color: #525252;
    font-family: 'Abril Fatface', serif;
}

@media screen and (max-width: 1200px) {
    .content_h2_header {
        font-size: 2.1em;
    }
}

@media screen and (max-width: 1080px) {
    .content_h2_header {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 767px) {
    .content_h2_header {
        font-size: 1.8em;
    }
}

.content_h2_header_line {
    width: 30%;
    height: 2px;
    padding: 0;
    margin: 0 auto 25px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    background-color: #69c17e;
}

.content p {
    text-align: justify;
    line-height: 1.4em;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.contact_blocks_left {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 10px 0 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
}

@media screen and (max-width: 560px) {
    .contact_blocks_left {
        width: 100%;
        clear: both;
        float: none;
        padding: 0;
    }
}

.contact_blocks_right {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
}

@media screen and (max-width: 560px) {
    .contact_blocks_right {
        width: 100%;
        clear: both;
        float: none;
        padding: 0;
    }
}

.contact_block_holder {
    width: calc(100% - 10px);
    height: auto;
    padding: 0;
    margin: 10px 5px;
    position: relative;
    clear: none;
    float: left;
    display: table;
}

.contact_block_icon {
    width: 30px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.contact_block_icon i {
    font-size: 30px;
    color: #114461;
}

.contact_block_info {
    width: calc(100% - 30px - 10px);
    height: auto;
    padding: 0 0 0 5px;
    display: table-cell;
    vertical-align: top;
}

.contact_block_title {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.1em;
    color: #252525;
    line-height: 1.0em;
    font-family: 'Abril Fatface', serif;
}

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.0em;
    font-weight: 500;
    color: #525252;
    line-height: 1.0em;
}

.contact_block_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.0em;
    font-weight: 400;
    color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
    color: #000000;
    text-decoration: underline;
}

/* PAGE IMAGES */
.page_images {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.page_image_link {
    text-decoration: none;
}

.page_images_container {
    height: auto;
    padding-bottom: calc(100% / 3 / 1.6 - 10px);
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    background-color: #c4c4c4;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page_images_container_stretch1 {
    width: calc(100% / 3 * 1 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch1 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch2 {
    width: calc(100% / 3 * 2 - 10px);
    padding-bottom: calc(100% / 2.4 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch2 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch3 {
    width: calc(100% / 3 * 3 - 10px);
    padding-bottom: calc(100% / 3 / 2.0 * 3 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch3 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_image_title {
    width: calc(100% - 20px);
    height: auto;
    padding: 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
}

.page_image_link:hover .page_image_title {
    display: none;
}

.page_image_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.page_image_link:hover .page_image_filter {
    background-color: rgba(0, 0, 0, 0.0);
}

/* PAGE BUTTONS */
.page_buttons {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 25px auto 10px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.pg_btn {
    min-width: 220px;
    height: auto;
    padding: 10px;
    margin: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #69c17e;
    text-transform: uppercase;
    color: #69c17e;
    text-decoration: none;
    font-size: 1.0em;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .pg_btn {
        min-width: 180px;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 560px) {
    .pg_btn {
        min-width: 0;
        display: table;
        width: calc(100% - 20px - 10px);
    }
}

.pg_btn:hover {
    background-color: #69c17e;
    color: #ffffff;
}

/* LOGO SLIDER */
.logo_slider {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* MAP */
.mapouter {
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.gmap_canvas {
    background: none !important;
    overflow: hidden;
    width: 100%;
}

/* PHOTO GALLERY */
.album_gallery,
.photo_gallery {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.album_header_name {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px 10px;
    margin: 0 auto 2px auto;
    position: relative;
    clear: both;
    background-color: #252525;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: 'Font Awesome 6 Pro', 'Poppins', sans-serif;
    line-height: 1.0em;
}

.album_header_name a,
.album_header_name a:visited {
    color: #ffffff;
    text-decoration: none;
}

.album_header_name a:hover,
.album_header_name a:visited:hover {
    color: #ffffff;
    text-decoration: underline;
}

.album_holder {
    background-attachment: scroll;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover !important;
    border: 2px solid #ffffff;
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding-bottom: calc(100% / 3 - 4px);
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% / 3 - 4px);
}

@media screen and (max-width: 1080px) {
    .album_holder {
        padding-bottom: calc(100% / 2 - 4px);
        width: calc(100% / 2 - 4px);
    }
}

.album_holder_stretch_1 {
    padding-bottom: calc(100% / 3 - 4px);
    width: calc(100% / 3 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_1 {
        padding-bottom: calc(100% / 1 - 4px);
        width: calc(100% / 1 - 4px);
    }
}

.album_holder_stretch_2 {
    padding-bottom: calc(100% / 3 - 4px);
    width: calc(100% / 3 * 2 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_2 {
        padding-bottom: calc(100% / 1 - 4px);
        width: calc(100% / 1 - 4px);
    }
}

.album_holder_stretch_3 {
    padding-bottom: calc(100% / 3 - 4px);
    width: calc(100% / 3 * 3 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_3 {
        padding-bottom: calc(100% / 1 - 4px);
        width: calc(100% / 1 - 4px);
    }
}

.album_title {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    height: 20px;
    left: 0;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 0.9em;
    font-weight: 500;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% - 20px);
}

.album_holder:hover .album_title {
    height: calc(100% - 10px);
}

.album_icon {
    color: #69c17e;
    display: none;
    font-size: 50px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    z-index: 3;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.album_holder:hover .album_icon {
    display: table;
    opacity: 1.0;
}

.album_button {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    position: relative;
    text-align: center;
    width: auto;
}

.album_button a,
.album_button a:visited {
    border: 1px solid #AFB374;
    color: #AFB374;
    font-family: 'Font Awesome 6 Pro', 'Abril Fatface', sans-serif;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
    border: 1px solid #4e502e;
    color: #4e502e;
}

/* VIDEO GALLERY */
.video_gallery {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 0 0;
    position: relative;
    width: 100%;
}

.video_gallery_holder {
    background-color: #eeeeee;
    clear: none;
    display: table;
    float: left;
    height: 100%;
    margin: 10px;
    overflow: hidden;
    padding-bottom: calc(100% / 4 - 20px);
    position: relative;
    width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 767px) {
    .video_gallery_holder {
        clear: both;
        float: none;
        padding-bottom: calc(100% / 2 - 20px);
        width: calc(100% / 1 - 20px);
    }
}

.resp_iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* FOOTER */
.footer {
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 40px);
    overflow: hidden;
    background-color: #252525;
}

.footer_nowapp {
    padding: 10px 20px 20px 20px !important;
}

.footer_socials {
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.footer_socials i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 2px;
    border: 1px solid #69c17e;
    color: #69c17e;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .footer_socials i {
        width: 30px;
        height: 30px;
        margin: 0 1px;
        line-height: 30px;
        font-size: 14px;
    }
}

.footer_socials i:hover {
    background-color: #69c17e;
    color: #252525;
}

.footer_socials a {
    text-decoration: none;
}

.footer_addresses {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

@media only screen and (max-width: 767px) {
    .footer_addresses {
        padding: 0;
    }
}

.footer_address_holder {
    width: 50%;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 1.0em;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .footer_address_holder {
        width: 100%;
        display: table;
        padding: 0 0 10px 0;
        position: relative;
        clear: both;
        font-size: 0.9em;
        text-align: center;
    }
}

.footer_address_header {
    font-size: 1.2em;
    padding: 0 0 6px 0;
    font-family: 'Abril Fatface', serif;
}

.footer_address_holder img {
    width: auto;
    height: 90px;
    display: table;
    text-align: right;
    float: right;
}

@media only screen and (max-width: 767px) {
    .footer_address_holder img {
        width: auto;
        height: 90px;
        padding: 0 0 20px 0;
        margin: 0 auto;
        display: table;
        text-align: center;
        float: none;
    }
}

@media only screen and (max-width: 560px) {
    .footer_address_holder img {
        height: 60px;
    }
}

.footer_address_info {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 500;
    font-size: 1.0em;
}

.privacy_policy {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    display: table;
    color: #e9e9e9;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.0em;
}

@media screen and (max-width: 560px) {
    .privacy_policy {
        font-size: 1.0em;
    }
}

.privacy_policy a,
.privacy_policy a:visited {
    color: #e9e9e9;
    text-decoration: none;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {

    .privacy_policy a,
    .privacy_policy a:visited {
        width: 100%;
        padding: 5px 0;
        clear: both;
        display: table;
    }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
    color: #ffffff;
}

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 0.9em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 0.9em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits a,
.credits a:visited {
    color: #c4c4d4;
    text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* CONTENT BOXES */
.content_boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 5px;
    grid-auto-flow: dense;
}

@media screen and (max-width: 1200px) {
    .content_boxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .content_boxes {
        grid-template-columns: repeat(1, 1fr);
    }
}

.content_box_holder {
    height: auto;
    padding: 20px;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
}

.content_box_light {
    color: #ffffff;
}

.content_box_dark {
    color: #252525;
}

.content_box_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.content_box_icon {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 50px;
}

.content_box_main_title {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.1em;
    font-family: 'Abril Fatface', serif;
}

.content_box_sub_title {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.1em;
    font-family: 'Abril Fatface', serif;
}

.content_box_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

.content_box_content p {
    text-align: left;
    line-height: 1.4em;
}

.content_box_button {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.0em;
    text-align: center;
    text-decoration: none;
    display: table;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.content_box_light .content_box_button {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.content_box_dark .content_box_button {
    border: 2px solid #525252;
    color: #525252;
}

.content_box_light .content_box_button:hover {
    color: #000000;
    background-color: #ffffff;
}

.content_box_dark .content_box_button:hover {
    color: #ffffff;
    background-color: #525252;
}

/* INSERTS */
.inserts {
    width: calc(100% - 40px);
    height: auto;
    padding: 50px 20px;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

@media screen and (max-width: 767px) {
    .inserts {
        padding: 40px 20px;
    }
}

.insert_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-family: 'Abril Fatface', sans-serif;
    font-size: 3.5em;
    font-weight: 400;
    text-align: center;
    line-height: 1.1em;
}

@media screen and (max-width: 1200px) {
    .insert_header {
        font-size: 3.0em;
    }
}

@media screen and (max-width: 1080px) {
    .insert_header {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 767px) {
    .insert_header {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .insert_header {
        font-size: 2.1em;
    }
}

.insert_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    display: table;
    clear: both;
    color: #ffffff;
    font-size: 1.0em;
    text-align: center;
    line-height: 1.4em;
}

@media screen and (max-width: 560px) {
    .insert_description {
        font-size: 0.9em;
    }
}

.insert_button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 20px auto;
    position: relative;
    display: table;
    clear: both;
}

.insert_button a,
.insert_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 30px;
    margin: 0 auto;
    position: relative;
    display: table;
    clear: both;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    font-size: 1.0em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {

    .insert_button a,
    .insert_button a:visited {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

.insert_button a:hover,
.insert_button a:visited:hover {
    background-color: rgba(0, 0, 0, 1.0);
    border: 2px solid #69c17e;
    color: #69c17e;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
    width: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-image: url('../images/wa_bg_filter.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1005;
}

.whatsapp_button i {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
    width: auto;
    white-space: nowrap;
    height: auto;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    border: 2px solid #525252;
    border-radius: 6px 6px 0 6px;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
    color: #525252;
    opacity: 0.0;
    animation: animateWhatsappPopup 1.5s ease-in-out 5.0s 1 forwards;
}

@keyframes animateWhatsappPopup {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.whatsapp_link:hover i {
    transform: scale(1.1, 1.1);
}

/* FORM STYLING */
fieldset {
    width: calc(100% - 30px);
    padding: 10px 15px;
    margin: 0 auto 20px auto;
    border: 2px solid #d6d6d6;
    border-radius: 4px;
}

legend {
    width: auto;
    padding: 0 10px;
    font-size: 1.6em;
    font-family: 'Abril Fatface', serif;
    color: #525252;
}

.form_group {
    clear: both;
    display: table;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_full {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_left {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    position: relative;
    width: 49%;
}

@media screen and (max-width: 560px) {
    .form_group_left {
        clear: both;
        float: none;
        margin: 0 0 15px 0;
        width: 100%;
    }
}

.form_group_right {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 1%;
    padding: 0;
    position: relative;
    width: 49%;
}

@media screen and (max-width: 560px) {
    .form_group_right {
        clear: both;
        float: none;
        margin: 0;
        width: 100%;
    }
}

.form_group_1_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 1% 0 0;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
    .form_group_1_3 {
        margin: 0 0 15px 0;
        width: 100%;
    }
}

.form_group_2_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 1% 0 1%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
    .form_group_2_3 {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
    }
}

.form_group_3_3 {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 1%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
    .form_group_3_3 {
        margin: 0 0 15px 0;
        width: 100%;
    }
}

.form_label {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0 0 2px 0;
    position: relative;
    width: 100%;
}

.form_label label {
    color: #4d4d4d;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    font-weight: 600;
}

label.error {
    color: #ff0000;
    font-size: 0.7em;
    font-weight: 500;
    position: relative;
    float: right;
    padding: 2px 0 0 0;
}

label.error:before {
    content: '\f06a';
    color: #ff0000;
    padding: 0 2px 0 0;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.form_field {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"] {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Poppins', sans-serif;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field select {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Poppins', sans-serif;
    height: 47px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}

.form_field select:hover,
.form_field select:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Poppins', sans-serif;
    height: 125px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_oneliner_label {
    display: table-cell;
    height: auto;
    padding: 0 2% 0 0;
    vertical-align: middle;
    width: 48%;
}

.form_oneliner_field {
    display: table-cell;
    height: auto;
    padding: 0 0 0 2%;
    vertical-align: middle;
    width: 48%;
}

.form_note {
    clear: both;
    color: #c4c4c4;
    display: table;
    font-size: 0.8em;
    height: auto;
    margin: 2px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.red_asterisk {
    color: red;
    font-size: 0.8em;
    vertical-align: super;
}

.red_asterisk:before {
    color: red;
    content: '\f069';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 0.8em;
    vertical-align: super;
}

.hfield {
    display: none;
}

/* ADMIN DIV TOOLTIPS */
.admin-div:hover {
    filter: grayscale(100%);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.admin-div:hover::before {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 50000;
}

.admin-div:hover::before {
    opacity: 1;
}

.admin-tooltip {
    width: calc(100% - 20px);
    height: auto;
    padding: 5px 10px;
    background-color: #00000050;
    color: #ffffff;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.9em;
    line-height: 1.1em;
    z-index: 50001;
}

.admin-div-bottom .admin-tooltip {
    top: auto;
    bottom: 100px;
}