html {
    height: 100%;
    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%;
    overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #525252;
    font-family: 'Poppins', 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: 12px 35px;
    margin: 0;
    position: relative;
    clear: both;
    background-color: #3bb54a;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.0em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

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

.gen_btn:hover {
    background-color: #2b8837;
}

.gen_btn_right {
    float: right;
}

/* INFO BAR TOP */
.info_bar {
    width: calc(100% - 40px);
    height: auto;
    padding: 5px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #000000;
}

.slogan {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.0em;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

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

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

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

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

.contacts {
    width: auto;
    height: auto;
    padding: 5px 0;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
}

@media screen and (max-width: 767px) {
    .contacts {
        clear: both;
        float: none;
        padding: 0;
    }
}

.contact_holder {
    width: auto;
    height: auto;
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    .contact_holder {
        font-size: 0.9em;
        padding: 2px 0 0 20px;
    }
}

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

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

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

.contact_holder a:hover,
.contact_holder a:visited:hover {
    color: #3bb54a;
}

.contact_holder i {
    color: #3bb54a;
}

.socials {
    width: auto;
    height: auto;
    padding: 5px 20px 5px 0;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

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

.socials i {
    color: #3bb54a;
    margin: 0 2px;
    font-size: 1.0em;
    transition: all 0.3s ease-in-out;
}

.socials i:hover {
    color: #2b8837;
}

/* HEADER */
.header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #e6e6e6;
}

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

@media screen and (max-width: 1200px) {
    .logo {
        width: 240px;
    }
}

@media screen and (max-width: 1080px) {
    .logo {
        width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        width: 180px;
    }
}

@media screen and (max-width: 560px) {
    .logo {
        width: 150px;
        padding: 5px 10px 5px 10px;
    }
}

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

.bulb {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    background-image: url('../images/header_lines.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    background-color: #3bb54a;
}

.bulb_image {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    display: table;
    top: 45px;
    right: -15px;
    z-index: 1002;
    pointer-events: none;
}

@media screen and (max-width: 1080px) {
    .bulb_image {
        top: 50px;
        right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .bulb_image {
        top: 40px;
        right: 5px;
    }
}

@media screen and (max-width: 560px) {
    .bulb_image {
        top: 60px;
        right: 5px;
    }
}

.bulb_image img {
    width: auto;
    height: 190px;
    display: table;
}

@media screen and (max-width: 1200px) {
    .bulb_image img {
        height: 160px;
    }
}

@media screen and (max-width: 1080px) {
    .bulb_image img {
        height: 140px;
    }
}

@media screen and (max-width: 767px) {
    .bulb_image img {
        height: 125px;
    }
}

@media screen and (max-width: 560px) {
    .bulb_image img {
        height: 108px;
    }
}

@media screen and (max-width: 440px) {
    .bulb_image img {
        display: none;
    }
}

/* MENU BAR */
.menu_bar {
    width: calc(100% - 40px);
    height: 120px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-image: linear-gradient(rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.0));
    z-index: 1001;
}

@media screen and (max-width: 1080px) {
    .menu_bar {
        height: auto;
        padding: 5px 20px;
        background-image: none;
        background-color: #252525;
    }
}

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

.menu_bar_noslider {
    height: auto;
    background-color: #252525;
    background-image: none;
}

.menu_bar.sticky {
    position: fixed;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    background-image: none;
    background: rgba(0, 0, 0, 0.8);
}

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

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

@media screen and (max-width: 1080px) {
    .slider {
        margin: 0 auto;
    }
}

.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: 70% !important;
    }
}

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

.slider_info {
    width: 80%;
    height: auto;
    padding: 0 10%;
    margin: 0 auto;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    animation: animateSliderInfo 1.0s ease-in-out 0.0s 1 forwards;
}

@keyframes animateSliderInfo {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 20px;
    }
}

.slider_title {
    font-size: 3.0em;
    font-weight: 700;
    line-height: 1.0em;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    color: #3bb54a;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

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

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

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

@media screen and (max-width: 560px) {
    .slider_title {
        font-size: 1.8em;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
}

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

.slider_description {
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

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

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

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

@media screen and (max-width: 560px) {
    .slider_description {
        font-size: 1.0em;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
}

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

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

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 12px 35px;
    margin: 0 auto;
    background-color: #252525;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: 500;
    display: table;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

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

    .slider_button a,
    .slider_button a:visited {
        padding: 10px 35px;
    }
}

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

    .slider_button a,
    .slider_button a:visited {
        font-size: 0.9em;
    }
}

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

/* TOP INSERTS */
.top_insert {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #3bb54a;
}

.top_insert_inner {
    width: 1000px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

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

@media screen and (max-width: 560px) {
    .top_insert_inner {
        padding: 20px 20px;
    }
}

.top_insert_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 2.2em;
    line-height: 1.0em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

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

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

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

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

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

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

.top_insert_button {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    text-align: center;
    display: table;
}

.top_insert_button a,
.top_insert_button a:visited {
    width: auto;
    height: auto;
    padding: 12px 35px;
    margin: 0 auto;
    background-color: #252525;
    text-align: center;
    font-size: 1.0em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    display: table;
    transition: all 0.3s ease-in-out;
}

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

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

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

    .top_insert_button a,
    .top_insert_button a:visited {
        width: calc(100% - 20px);
        padding: 10px 10px;
    }
}

.top_insert_button a:hover,
.top_insert_button a:visited:hover {
    background-color: #000000;
}

/* MAIN CONTENT */
.content {
    width: 1000px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

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

.content_nopadding {
    padding: 0;
}

.content_h2_header {
    width: auto;
    height: auto;
    padding: 20px 50px;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: 600;
    color: #252525;
    display: table;
    background-image: url('../images/h2_icon.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto 45px;
    background-position: right center;
}

@media screen and (max-width: 1200px) {
    .content_h2_header {
        font-size: 2.0em;
        padding: 20px 50px;
        background-size: auto 45px;
    }
}

@media screen and (max-width: 1080px) {
    .content_h2_header {
        font-size: 1.8em;
        padding: 20px 40px;
        background-size: auto 40px;
    }
}

@media screen and (max-width: 767px) {
    .content_h2_header {
        font-size: 1.6em;
        padding: 20px 40px;
        background-size: auto 35px;
    }
}

@media screen and (max-width: 560px) {
    .content_h2_header {
        background-image: none;
        font-size: 1.5em;
        padding: 0 0 10px 0;
    }
}

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

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

/* NOTICE STATEMENT */
.notice_statement {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.notice_statement_inner {
    width: 1000px;
    height: auto;
    padding: 0;
    margin: 20px auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: 500;
    font-style: italic;
    color: #ff0000;
}

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

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

/* CONTACTS PAGE */
.contacts_outer {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

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

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

.enquiry_form {
    width: calc(50% - 15px);
    height: auto;
    padding: 0 0 0 15px;
    margin: 0 auto;
    position: relative;
    clear: none;
    float: right;
}

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

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

.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: #3bb54a;
}

.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 2px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.1em;
    font-weight: 600;
    color: #252525;
    line-height: 1.0em;
}

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0 0 2px 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: 300;
    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;
}

/* 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%;
}

/* BENEFITS */
.benefits {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #2b8837;
    text-align: center;
}

.benefit_holder {
    width: calc(100% / 8 - 24px);
    height: auto;
    padding: 20px 10px;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

@media screen and (max-width: 1080px) {
    .benefit_holder {
        width: calc(100% / 4 - 24px);
    }
}

@media screen and (max-width: 560px) {
    .benefit_holder {
        width: calc(100% / 3 - 24px);
    }
}

@media screen and (max-width: 440px) {
    .benefit_holder {
        width: calc(100% / 2 - 24px);
    }
}

.benefit_icon {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin: 0 auto 10px auto;
    position: relative;
    clear: both;
    text-align: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.benefit_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: none;
    display: table;
    font-size: 1.0em;
    line-height: 1.1em;
    font-weight: 500;
    color: #ffffff;
}

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

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

/* 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: 5px 10px;
    margin: 0 auto 2px auto;
    position: relative;
    clear: both;
    background-color: #252525;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    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;
    position: absolute;
    right: 0;
    font-weight: 500;
    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: #3bb54a;
    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', 'Poppins', 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;
}

/* FEATURED VIDEOS */
.featured_videos {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #252525;
    text-align: center;
    background-image: url('../images/footer_bulb.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right -40px bottom -40px;
}

@media screen and (max-width: 767px) {
    .featured_videos {
        width: calc(100% - 40px);
        padding: 10px 20px;
        background-image: none;
    }
}

.fvideo_gallery_holder {
    width: calc(100% / 2 - 20px - 4px);
    height: 100%;
    padding-bottom: calc(100% / 4 - 20px);
    margin: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background-color: #eeeeee;
}

@media screen and (max-width: 767px) {
    .fvideo_gallery_holder {
        width: 100%;
        padding-bottom: calc(100% / 2);
        float: none;
        clear: both;
        margin: 10px 0;
    }
}

/* 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%;
}

/* 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: 10px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

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

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

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

.pg_btn:hover {
    background-color: #2b8837;
    border: 2px solid #2b8837;
    color: #ffffff;
}

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

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

@media screen and (max-width: 560px) {
    .inserts {
        background-image: none !important;
        background-color: #252525;
        padding: 30px 20px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.insert_button a,
.insert_button a:visited {
    background-color: #3bb54a;
    border: 2px solid #ffffff;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Poppins', sans-serif;
    font-size: 1.0em;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 12px 35px;
    position: relative;
    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;
    width: auto;
}

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

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

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

    .insert_button a,
    .insert_button a:visited {
        width: calc(100% - 20px - 4px);
        padding: 10px 10px;
        font-size: 1.0em;
    }
}

.insert_button a:hover,
.insert_button a:visited:hover {
    background-color: #2b8837;
    color: #ffffff;
}

/* CONTENT BOXES */
.content_boxes {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    table-layout: fixed;
}

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

.content_box_holder {
    width: 1000px;
    min-height: 400px;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

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

@media screen and (max-width: 767px) {
    .content_box_holder {
        width: calc(100% - 20px - 2px);
        padding: 10px;
        border: 1px solid #c4c4c4;
        border-radius: 4px;
        min-height: 0 !important;
    }
}

.content_box_image {
    width: 50%;
    height: auto;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .content_box_image {
        width: calc(100% - 20px);
        padding-bottom: calc(60% - 20px);
        display: table;
        position: relative;
        clear: both;
        margin: 0 auto;
    }
}

@media screen and (max-width: 560px) {
    .content_box_image {
        padding-bottom: calc(80% - 20px);
    }
}

@media screen and (max-width: 440px) {
    .content_box_image {
        padding-bottom: calc(100% - 20px);
    }
}

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

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

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

.content_box_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px 0;
    position: relative;
    clear: both;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight: 600;
    color: #525252;
}

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

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

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

@media screen and (max-width: 560px) {
    .content_box_title {
        text-align: center;
    }
}

.content_box_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px 0;
    position: relative;
    clear: both;
    text-align: justify;
    line-height: 1.3em;
    color: #000000;
    font-size: 1.0em;
}

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

@media screen and (max-width: 560px) {
    .content_box_content {
        text-align: center;
    }
}

.content_box_content ul {
    display: table;
}

@media screen and (max-width: 560px) {
    .content_box_content ul {
        display: table;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        list-style-position: inside;
    }
}

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

@media screen and (max-width: 767px) {
    .content_box_button {
        margin: 15px auto;
        text-align: center;
    }
}

.content_box_button a,
.content_box_button a:visited {
    width: auto;
    height: auto;
    padding: 12px 35px;
    background-color: #3bb54a;
    color: #ffffff;
    text-align: center;
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: 500;
    display: table;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

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

    .content_box_button a,
    .content_box_button a:visited {
        padding: 10px 35px;
        font-size: 1.0em;
    }
}

@media screen and (max-width: 767px) {
    .content_box_button a,
    .content_box_button a:visited {
        padding: 10px 35px;
        margin: 0 auto;
        text-align: center;
    }
}

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

    .content_box_button a,
    .content_box_button a:visited {
        width: calc(100% - 20px);
        padding: 10px 10px;
        font-size: 0.9em;
    }
}

.content_box_button a:hover,
.content_box_button a:visited:hover {
    background-color: #2b8837;
}

/* FOOTER */
.footer {
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 40px);
    overflow: hidden;
    background-color: #252525;
    background-image: url('../images/footer_bulb.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right -35px bottom -35px;
}

@media screen and (max-width: 767px) {
    .footer {
        background-size: auto 80%;
    }
}

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

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

.footer_socials i {
    border: 1px solid #3bb54a;
    color: #3bb54a;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    padding: 0;
    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;
    width: 40px;
}

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

.footer_socials i:hover {
    background-color: #3bb54a;
    color: #252525;
}

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

.footer_address_holder {
    width: calc(50% - 20px);
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    color: #ffffff;
    font-size: 1.0em;
    line-height: 1.2em;
}

@media screen and (max-width: 767px) {
    .footer_address_holder {
        width: 100%;
        margin: 10px auto;
        clear: both;
        font-size: 0.9em;
    }
}

.footer_address_holder:nth-child(1) {
    text-align: left;
    float: left;
}

@media screen and (max-width: 767px) {
    .footer_address_holder:nth-child(1) {
        text-align: center;
        float: none;
    }
}

.footer_address_holder:nth-child(2) {
    text-align: right;
    float: right;
}

@media screen and (max-width: 767px) {
    .footer_address_holder:nth-child(2) {
        text-align: center;
        float: none;
    }
}

.footer_address_header {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
}

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

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

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

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

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 0.8em;
    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.8em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

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

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

/* ACCREDITATION */
.accreditation_holder {
    width: calc(100% - 30px - 4px);
    height: auto;
    padding: 5px 15px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 2px solid #c4c4c4;
    border-radius: 4px;
}

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

@media screen and (max-width: 560px) {
    .accreditation_content {
        width: calc(100% - 40px);
    }
}

.accreditation_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px 0;
    position: relative;
    clear: both;
    font-size: 1.4em;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #252525;
    font-weight: 600;
}

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

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

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

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

.accreditation_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px 0;
    position: relative;
    clear: both;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 500;
    color: #525252;
}

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

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

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

@media screen and (max-width: 560px) {
    .accreditation_file_dl {
        width: 40px;
    }
}

.accreditation_file_dl a,
.accreditation_file_dl a:visited {
    color: #3bb54a;
    font-size: 50px;
    transition: all 0.3s ease-in-out;
}

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

    .accreditation_file_dl a,
    .accreditation_file_dl a:visited {
        font-size: 40px;
    }
}

.accreditation_file_dl a:hover,
.accreditation_file_dl a:visited:hover {
    color: #2b8837;
}

/* 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);
}

/* COOKIES NOTICE */
.cookie_notice {
    width: calc(100% - 40px);
    height: auto;
    padding: 15px 20px;
    margin: 0 auto;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 1200;
    background-color: #3a3a3a;
    animation: animateCookieNotice 5.0s ease-in-out 0.0s 1 forwards;
}

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

@keyframes animateCookieNotice {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
}

.cookie_notice_header {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 600;
    color: #c4c4c4;
    font-size: 1.2em;
}

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

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

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

.cookie_notice_text {
    width: calc(100% - 20px - 100px);
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8em;
    font-weight: 600;
    color: #ffffff;
    text-align: justify;
}

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

@media screen and (max-width: 560px) {
    .cookie_notice_text {
        width: calc(100%);
        padding: 0 0 10px 0;
        display: table;
        position: relative;
        clear: both;
        font-size: 0.7em;
    }
}

.cookie_notice_buttons {
    width: 100px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and (max-width: 560px) {
    .cookie_notice_buttons {
        width: 100%;
        display: table;
        position: relative;
        clear: both;
    }
}

.cookie_notice_buttons input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    background-color: #3bb54a;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Poppins', snas-serif;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
    .cookie_notice_buttons input[type="submit"] {
        font-size: 0.9em;
    }
}

.cookie_notice_buttons input[type="submit"]:hover {
    background-color: #2b8837;
}

/* FORM STYLING */
.form_group {
    clear: both;
    display: table;
    height: auto;
    margin: 0 0 10px 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 2% 0 0;
    padding: 0;
    position: relative;
    width: 48%;
}

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

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

@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 2% 0 0;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 2%);
}

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

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

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

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

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

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

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

label.error {
    color: #ff0000;
    font-size: 0.8em;
    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: 2px solid #c4c4c4;
    font-family: 'Poppins', sans-serif;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    font-weight: 500;
    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 - 4px);
    border-radius: 4px;
}

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

.form_field select {
    background-color: #ffffff;
    border: 2px solid #c4c4c4;
    font-family: 'Poppins', sans-serif;
    height: 47px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    font-weight: 500;
    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%;
    border-radius: 4px;
}

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

.form_field textarea {
    background-color: #ffffff;
    border: 2px solid #c4c4c4;
    font-family: 'Poppins', sans-serif;
    height: 125px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    font-weight: 500;
    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 - 4px);
    border-radius: 4px;
}

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

.form_group_full .enquire_btn {
    background-color: #ffffff;
    border: 1px solid #AFB374;
    clear: none;
    color: #AFB374;
    cursor: pointer;
    float: right;
    font-family: 'Font Awesome 6 Pro', 'Poppins', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 15px 30px;
    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;
}

.form_group_full .enquire_btn:hover {
    border: 1px solid #4e502e;
    color: #4e502e;
}

.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.6em;
    vertical-align: super;
}

.hfield {
    display: none;
}

/* PAGING */
.paging_current,
.paging_nonactive,
.paging_link {
    border: 2px solid #C4C4C4;
    color: #8A8A8A;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 22px;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.paging_link {
    background-color: transparent;
}

.paging_link:hover {
    background-color: #686b3e;
    color: #ffffff;
}

.paging_current {
    background-color: #AFB374;
    color: #ffffff;
}

.paging_nonactive {
    background-color: #E1E1E1;
}

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