html {
    width: 100%;
}

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

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

h1, h2, h3, h4, h5, h6 {
    color: #525252;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    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: 'Nunito Sans', 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: #f9a618;
    color: #ffffff;
    font-size: 1.0em;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    font-family: 'Nunito Sans', serif;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.gen_btn:hover {
    background-color: #c9840e;
}

@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: 5px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #dfdfdf;
}

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

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

@media screen and (max-width: 767px) {
    .logo {
        width: 100%;
        display: table;
        position: relative;
        clear: both;
        text-align: center;
    }
}

.logo_main {
    width: auto;
    height: 80px;
    display: table;
}

@media screen and (max-width: 1200px) {
    .logo_main {
        height: 70px;
    }
}

@media screen and (max-width: 1080px) {
    .logo_main {
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .logo_main {
        height: 70px;
        margin: 0 auto 10px auto;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .logo_main {
        height: 70px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 440px) {
    .logo_main {
        height: 60px;
    }
}

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

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

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

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

.header_button a,
.header_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 15px;
    background-color: #f9a618;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

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

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

.header_button a:hover,
.header_button a:visited:hover {
    background-color: #cf8a13;
}

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

@media screen and (max-width: 767px) {
    .contacts {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
}

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

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

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

@media screen and (max-width: 767px) {
    .contact_holder {
        text-align: center;
        margin: 0 auto;
        float: none;
        display: inline-block;
        font-size: 1.0em;
    }
}

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

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

.contact_holder i {
    color: #f9a618;
}

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

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

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

.socials i:hover {
    transform: scale(1.3, 1.3);
    z-index: 2;
}

.socials a {
    text-decoration: none;
}

/* MENU NAVIGATION BAR */
.navigation_bar {
    width: calc(100% - 40px);
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
    z-index: 1001;
}

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

.navigation_bar.sticky {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

.navigation_bar.sticky+.content {
    padding-top: 150px;
}

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

.link_no_click {
    pointer-events: none;
}

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

.navigation-button {
    display: none !important;
}

@media screen and (max-width: 1080px) {
    .navigation-button {
        display: block !important;
    }
}

.navigation-lb {
    width: auto;
    height: auto;
    padding: 10px 20px;
    background-color: #f9a618;
    color: #252525 !important;
}

.navigation-lb:hover {
    background-color: #cf8a13;
    color: #ffffff !important;
}

/* SLIDER IMAGES */
.slider {
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 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: 70% !important;
    }
}

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

.slider_info {
    width: 70%;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0.0;
}

@media screen and (max-width: 1080px) {
    .slider_info {
        width: 70%;
        right: 40px;
    }
}

@media screen and (max-width: 560px) {
    .slider_info {
        width: 90%;
        margin: 0 auto;
        right: 0;
        left: 0;
    }
}

.slider_info_left {
    padding: 0 0 0 20px;
    left: 50px;
    border-left: 600px solid #f9a618;
    border-right: 0;
    animation: animateSliderInfoLeft 1.5s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 560px) {
    .slider_info_left {
        padding: 0;
        left: 0;
        right: 0;
        border-left: 0;
        border-right: 0;
    }
}

@keyframes animateSliderInfoLeft {
    0% {
        opacity: 0.0;
        border-left: 600px solid #f9a618;
    }

    100% {
        opacity: 1.0;
        border-left: 4px solid #f9a618;
    }
}

@media screen and (max-width: 560px) {
    @keyframes animateSliderInfoLeft {
        0% {
            opacity: 0.0;
            border-left: 0;
        }

        100% {
            opacity: 1.0;
            border-left: 0;
        }
    }
}

.slider_info_right {
    padding: 0 20px 0 0;
    right: 50px;
    border-right: 600px solid #f9a618;
    border-left: 0;
    animation: animateSliderInfoRight 1.5s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 560px) {
    .slider_info_right {
        padding: 0;
        left: 0;
        right: 0;
        border-left: 0;
        border-right: 0;
    }
}

@keyframes animateSliderInfoRight {
    0% {
        opacity: 0.0;
        border-right: 600px solid #f9a618;
    }

    100% {
        opacity: 1.0;
        border-right: 4px solid #f9a618;
    }
}

@media screen and (max-width: 560px) {
    @keyframes animateSliderInfoRight {
        0% {
            opacity: 0.0;
            border-right: 0;
        }

        100% {
            opacity: 1.0;
            border-right: 0;
        }
    }
}

.slider_title {
    width: 100%;
    height: auto;
    padding: 0 0 6px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 3.2em;
    font-weight: 900;
    line-height: 1.0em;
    text-align: right;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    opacity: 0.0;
}

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

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

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

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

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

.slider_info_left .slider_title {
    text-align: left;
    transform: translateX(-100%);
    animation: animateSliderTitleLeft 1.0s ease-in-out 0.0s 1 forwards;
}

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

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

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

.slider_info_right .slider_title {
    text-align: right;
    transform: translateX(100%);
    animation: animateSliderRight 1.0s ease-in-out 0.0s 1 forwards;
}

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

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

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

.slider_description {
    width: 100%;
    height: auto;
    padding: 0 0 6px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2em;
    text-align: right;
    opacity: 0.0;
}

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

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

.slider_info_left .slider_description {
    text-align: left;
    transform: translateX(-100%);
    animation: animateSliderDescriptionLeft 1.0s ease-in-out 0.5s 1 forwards;
}

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

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

.slider_info_right .slider_description {
    text-align: right;
    transform: translateX(100%);
    animation: animateSliderDescriptionRight 1.0s ease-in-out 0.5s 1 forwards;
}

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

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

.slider_button {
    width: 100%;
    height: auto;
    padding: 8px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    opacity: 0.0;
    animation: animateSliderButton 1.0s ease-in-out 1.2s 1 forwards;
}

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

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

    100% {
        opacity: 1.0;
    }
}

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

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

    .slider_button a,
    .slider_button a:visited {
        padding: 8px 30px;
        margin: 0 auto;
        font-size: 0.9em;
    }
}

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

.slider_info_left .slider_button a,
.slider_info_left .slider_button a {
    float: left;
}

.slider_info_right .slider_button a,
.slider_info_right .slider_button a {
    float: right;
}

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

.slider_overlay {
    width: 70%;
    height: auto;
    padding-bottom: 70%;
    margin: 0;
    position: absolute;
    top: -90%;
    right: -30%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: 1;
    opacity: 0.0;
    animation: animateSliderOverlay 2.0s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 767px) {
    .slider_overlay {
        width: 100%;
        padding-bottom: 100%;
        top: -60%;
        right: -40%;
    }
}

@media screen and (max-width: 560px) {
    .slider_overlay {
        width: 100%;
        padding-bottom: 100%;
        top: -40%;
        right: -40%;
    }
}

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

    100% {
        opacity: 1.0;
    }
}

/* TOP INSERT */
.top_insert {
    width: calc(1000px - 40px);
    height: auto;
    padding: 20px;
    margin: -50px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #682e18;
    z-index: 2;
}

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

.top_insert_header_title {
    width: auto;
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
    border-right: 4px solid #f9a618;
}

@media screen and (max-width: 560px) {
    .top_insert_header_title {
        width: 100%;
        padding: 0 0 15px 0;
        display: table;
        position: relative;
        clear: both;
        border-right: 0;
        border-bottom: 4px solid #f9a618;
        text-align: center;
    }
}

.header_title1,
.header_title2,
.header_title3 {
    width: 100%;
    height: auto;
    padding: 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 2.6em;
    line-height: 0.8em;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
}

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

    .header_title1,
    .header_title2,
    .header_title3 {
        font-size: 2.8em;
    }
}

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

    .header_title1,
    .header_title2,
    .header_title3 {
        font-size: 2.4em;
    }
}

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

    .header_title1,
    .header_title2,
    .header_title3 {
        width: auto;
        padding: 0 6px;
        display: inline-block;
        font-size: 2.0em;
        line-height: 1.1em;
        text-align: center;
    }
}

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

    .header_title1,
    .header_title2,
    .header_title3 {
        width: auto;
        padding: 0 4px;
        font-size: 1.8em;
    }
}

.header_title1 {
    color: #9e9e9e;
}

.header_title2 {
    color: #ffffff;
}

.header_title3 {
    color: #c0c0c0;
}

.top_insert_content {
    width: auto;
    height: auto;
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.0em;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 500;
}

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

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

/* MAIN CONTENT */
.content {
    width: 1000px;
    height: auto;
    padding: 50px 0;
    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;
    }
}

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 2.4em;
    line-height: 1.2em;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #525252;
}

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

@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;
    }
}

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

/* 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: 10px;
    margin: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #f9a618;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 1em;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

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

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

.pg_btn:hover {
    background-color: #cf8a13;
}

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

/* 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: #682e18;
}

.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 5px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.1em;
    font-weight: 600;
    color: #252525;
    font-family: 'Playfair Display', serif;
    line-height: 1.0em;
}

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.0em;
    font-weight: 600;
    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;
}

/* 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: 1em;
    text-transform: uppercase;
    font-family: 'Font Awesome 6 Pro', 'Nunito Sans', 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: 'Nunito Sans', sans-serif;
    height: 20px;
    left: 0;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 0.9em;
    position: absolute;
    font-weight: 600;
    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: #f9a618;
    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', 'Playfair Display', 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%;
}

/* INSERTS */
.inserts {
    width: calc(100% - 40px);
    height: auto;
    padding: 50px 20px;
    margin: 10px 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;
    }
}

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

.insert_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 3.4em;
    font-weight: 900;
    text-align: center;
    line-height: 1.2em;
}

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

@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 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    display: table;
    clear: both;
    color: #ffffff;
    font-size: 1.1em;
    text-align: center;
    font-weight: 600;
    line-height: 1.3em;
}

@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 {
    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: 12px 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;
}

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

/* READ MORE BOXES */
.qboxes {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

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

.qbox_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #f9a618;
}

@media screen and (max-width: 767px) {
    .qbox_holder {
        margin: 15px auto;
    }
}

.qbox_image {
    width: 30%;
    height: auto;
    padding-bottom: 30%;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1080px) {
    .qbox_image {
        width: 40%;
        padding-bottom: 40%;
    }
}

.qbox_holder:nth-child(odd) .qbox_image {
    float: left;
}

.qbox_holder:nth-child(even) .qbox_image {
    float: right;
}

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

@media screen and (max-width: 440px) {
    .qbox_image {
        padding-bottom: 60%;
    }
}

.qbox_info {
    width: 70%;
    height: auto;
    padding: 0;
    margin: 0;
    clear: none;
    float: right;
    display: table;
}

@media screen and (max-width: 1080px) {
    .qbox_info {
        width: 60%;
    }
}

.qbox_holder:nth-child(odd) .qbox_info {
    float: right;
}

.qbox_holder:nth-child(even) .qbox_info {
    float: left;
}

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

.qbox_info_float {
    width: calc(100% - 30% - 60px);
    height: auto;
    padding: 0 30px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

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

.qbox_holder:nth-child(odd) .qbox_info_float {
    left: auto;
    right: 0;
}

.qbox_holder:nth-child(even) .qbox_info_float {
    right: auto;
    left: 0;
}

@media screen and (max-width: 767px) {
    .qbox_info_float {
        width: calc(100% - 60px);
        padding: 20px 30px;
        margin: 0 auto;
        position: relative;
        top: auto;
        right: auto;
        transform: translateY(0);
    }
}

.qbox_title {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    color: #525252;
}

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

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

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

.qbox_button a,
.qbox_button a:visited {
    width: auto;
    height: auto;
    padding: 8px 30px;
    margin: 0 auto;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    font-size: 1.0em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    display: table;
    transition: all 0.3s ease-in-out;
}

.qbox_button a:hover,
.qbox_button a:visited:hover {
    color: #f9a618;
    background-color: #ffffff;
}

/* REVIEWS */
.reviews {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.review_holder {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.review_text {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #000000;
    font-size: 1.0em;
    line-height: 1.3em;
    font-weight: 500;
    font-style: italic;
}

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

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

.review_text i {
    color: #f9a618;
}

.review_names {
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.2em;
    line-height: 1.2em;
    font-family: 'Playfair Display', serif;
    color: #525252;
    font-weight: 900;
}

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

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

.review_location {
    width: 100%;
    height: auto;
    padding: 2px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #8a8a8a;
}

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

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

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

.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 #f9a618;
    color: #f9a618;
    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: #f9a618;
    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;
    font-weight: 600;
    padding: 0 0 4px 0;
    font-family: 'Playfair Display', serif;
}

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

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

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

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

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

.privacy_policy {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    display: table;
    color: #c4c4c4;
    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: #c4c4c4;
    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: 500;
    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: 500;
    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;
}

/* 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 - 4px);
    height: auto;
    padding: 10px 15px;
    margin: 20px auto;
    border: 1px solid #f9a618;
    border-radius: 4px;
}

legend {
    width: auto;
    padding: 10px 10px;
    background-color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 1.4em;
    color: #525252;
    font-weight: 600;
}

@media screen and (max-width: 560px) {
    legend {
        font-size: 1.3em;
    }
}

.fa-cal-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 20px;
    color: #c4c4c4 !important;
}

.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 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 0 2px 0;
    position: relative;
    width: 100%;
}

.form_label label {
    color: #4d4d4d;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.0em;
    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: 'Nunito Sans', 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: 'Nunito Sans', 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: 'Nunito Sans', 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_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', 'Playfair Display', 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.6em;
    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;
}