html {
    width: 100%;
}

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

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

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

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

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

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

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

img {
    border: 0;
}

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

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

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

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

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

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

*:focus {
    outline: none;
}

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

.gen_btn:hover {
    background-color: #987f4b;
}

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

.gen_btn_right {
    float: right;
}

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

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

.header_inner {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    border-bottom: 1px solid #ffffff;
}

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

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

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

@media screen and (max-width: 1080px) {
    .logo.sticky {
        width: auto;
        height: auto;
        padding: 15px 0 0 0;
        display: table;
        position: fixed;
        top: 0;
        left: 20px;
        z-index: 2002;
    }
}

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

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

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

@media screen and (max-width: 560px) {
    .logo_main {
        width: 96%;
    }
}

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

@media screen and (max-width: 560px) {
    .logo_main.sticky {
        height: 20px;
    }
}

.quick_links {
    width: calc(100% - 400px);
    height: auto;
    padding: 0 0 0 10px;
    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;
    }
}

.contact_holder {
    width: 100%;
    height: auto;
    padding: 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.0em;
    text-transform: uppercase;
}

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

@media screen and (max-width: 560px) {
    @media screen and (max-width: 767px) {
        .contact_holder {
            padding: 0 10px;
            font-size: 1.0em;
        }
    }
}

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

.contact_holder i {
    color: #cead6a;
}

/* NAVIGATION BAR */
.navigation_bar {
    width: calc(100% - 10%);
    height: auto;
    padding: 0 5% 80px 5%;
    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) {
    .navigation_bar {
        width: calc(100% - 40px);
        padding: 0 20px;
        background-image: none;
        background-color: #000000;
    }
}

.navigation_bar.sticky {
    width: calc(100% - 40px);
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-image: none;
    background: #000000;
}

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

.navigation_bar_noslider {
    padding: 0 5%;
    background-image: none;
    background-color: #000000;
}

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

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

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

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

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

.header_button a,
.header_button a:visited {
    width: calc(100% - 20px);
    height: auto;
    padding: 8px 10px 10px 10px;
    background-color: #cead6a;
    color: #252525;
    border-radius: 4px;
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif;
    display: table;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.header_button a:hover,
.header_button a:visited:hover {
    background-color: #987f4b;
    color: #ffffff;
}

.hide_full {
    display: none !important;
}

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

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

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

.link_no_click {
    pointer-events: none;
}

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

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

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

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

.slider_info_left {
    padding: 15px 20px 15px 5%;
    left: -100%;
    animation: animateSliderInfoLeft 1.5s ease-in-out 0.0s 1 forwards;
}

@keyframes animateSliderInfoLeft {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

.slider_info_right {
    padding: 15px 5% 15px 20px;
    right: -100%;
    animation: animateSliderInfoRight 1.5s ease-in-out 0.0s 1 forwards;
}

@keyframes animateSliderInfoRight {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

.slider_info_boxed_1 {
    background-color: rgba(0, 0, 0, 0.6);
}

.slider_info_boxed_0 {
    background-color: rgba(0, 0, 0, 0.0);
}

.slider_title {
    width: 100%;
    height: auto;
    padding: 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #d3d3d3;
    font-size: 2.2em;
    line-height: 1.0em;
    font-weight: 600;
    font-family: 'Oswald', serif;
    opacity: 0.0;
    text-transform: uppercase;
}

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

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

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

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

@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.5s 1 forwards;
}

@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: animateSliderTitleRight 1.0s ease-in-out 0.5s 1 forwards;
}

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

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

.slider_description {
    width: 100%;
    height: auto;
    padding: 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 1.0em;
    line-height: 1.3em;
    font-family: 'Oswald', serif;
    opacity: 0.0;
}

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

@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 1.0s 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 1.0s 1 forwards;
}

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

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

.slider_button {
    width: auto;
    height: auto;
    padding: 8px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    opacity: 0.0;
}

.slider_info_left .slider_button {
    float: left;
    animation: animateSliderButtonLeft 1.0s ease-in-out 1.5s 1 forwards;
}

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

    100% {
        opacity: 1.0;
    }
}

.slider_info_right .slider_button {
    float: right;
    animation: animateSliderButtonRight 1.0s ease-in-out 1.5s 1 forwards;
}

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

    100% {
        opacity: 1.0;
    }
}

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 6px 25px 8px 25px;
    background-color: #cead6a;
    color: #252525;
    display: table;
    font-size: 1.0em;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

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

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

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

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

/* TOP INSERT */
.top_insert {
    width: 100%;
    height: auto;
    padding: 0;
    margin: -110px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    z-index: 1;
}

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

@media screen and (max-width: 767px) {
    .top_insert {
        margin: 0 auto;
        border-top: 6px solid #cead6a;
    }
}

@media screen and (max-width: 767px) {
    .top_insert_noslider {
        border-top: 0;
    }
}

.top_insert_noslider {
    margin: 0 auto;
}

.top_insert_line {
    width: 100%;
    height: 110px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-image: url('../images/top_insert_diagonal.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
}

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

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

.top_insert_noslider .top_insert_line {
    display: none;
}

.top_insert_container {
    width: calc(100% - 10%);
    height: auto;
    padding: 10px 5% 40px 5%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #000000;
}

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

.top_insert_noslider .top_insert_container {
    width: calc(100% - 10%);
    padding: 30px 5% 40px 5%;
}

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

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

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

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

.top_insert_header_main {
    width: 100%;
    height: auto;
    padding: 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #707070;
    font-size: 4.8em;
    font-weight: 600;
    line-height: 1.0em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

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

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

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

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

.top_insert_header_sub {
    width: 100%;
    height: auto;
    padding: 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #c0c0c0;
    font-size: 3.0em;
    font-weight: 400;
    line-height: 1.0em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

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

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

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

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

.top_insert_right {
    width: 50%;
    height: auto;
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 1.0em;
    line-height: 1.4em;
    text-align: right;
}

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

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

.top_insert_fader {
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

/* 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_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 2.6em;
    line-height: 1.0em;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #525252;
    text-transform: uppercase;
}

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

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

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

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

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

@media screen and (max-width: 560px) {
    .content p {
        text-align: left;
    }
}

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

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

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

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

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

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

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

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

.contact_block_icon i {
    font-size: 40px;
    color: #cead6a;
}

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

.contact_block_title {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.2em;
    font-weight: 500;
    color: #252525;
    font-family: 'Oswald', sans-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.1em;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    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: 1.1em;
    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;
    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: #ffffff;
    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', 'Oswald', 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: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

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

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

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

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

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

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

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

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

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

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

.insert_button a,
.insert_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 30px;
    margin: 0 auto;
    position: relative;
    display: table;
    clear: both;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    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 #cead6a;
    color: #cead6a;
}

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

.pg_btn {
    min-width: 220px;
    height: auto;
    padding: 10px;
    margin: 10px 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    color: #252525;
    background-color: #cead6a;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    transition: all 0.3s ease-in-out;
}

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

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

.pg_btn:hover {
    background-color: #987f4b;
    color: #ffffff;
}

/* READ MORE BOXES */
.qboxes {
    width: calc(100% - 10%);
    height: auto;
    padding: 50px 5%;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #000000;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
}

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

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

.qbox_holder {
    width: calc(100% / 3 - 44px); /* Add 4px for cross-browser compatibility */
    height: auto;
    padding: 0;
    margin: 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .qbox_holder {
        width: calc(100% - 80px);
        margin: 30px 40px;
        backdrop-filter: blur(5px);
        display: table;
    }
}

.qbox_image {
    width: calc(100% - 12px);
    height: auto;
    padding-bottom: 60%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    border: 6px solid #707070;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

@media screen and (max-width: 767px) {
    .qbox_info {
        width: calc(100% - 30px);
        padding: 5px 15px;
    }
}

.qbox_title {
    width: 100%;
    height: 75px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.1em;
    font-family: 'Oswald', sans-serif;
    color: #707070;
    text-transform: uppercase;
}

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

@media screen and (max-width: 767px) {
    .qbox_title {
        padding: 0 0 15px 0;
        height: auto;
        font-size: 1.8em;
    }
}

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

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

.qbox_title_line {
    width: 40%;
    height: 4px;
    padding: 0;
    margin: 0 auto 14px auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #cead6a;
}

.qbox_description {
    width: 100%;
    height: 180px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.4em;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
}

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

@media screen and (max-width: 767px) {
    .qbox_description {
        padding: 0 0 10px 0;
        height: auto;
        font-size: 1.0em;
    }
}

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

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

.qbox_button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 5px auto 15px auto;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 767px) {
    .qbox_button {
        margin: 5px auto 25px auto;
    }
}

.qbox_button a,
.qbox_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 25px;
    background-color: #cead6a;
    color: #252525;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.0em;
    text-transform: uppercase;
    border-radius: 4px;
    display: table;
    transition: all 0.3s ease-in-out;
}

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

.qboxes_image_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

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

.accommodation_box {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #000000;
}

.accommodation_box_cover_photo {
    width: 250px;
    height: 250px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}

@media screen and (max-width: 767px) {
    .accommodation_box_cover_photo {
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width: 560px) {
    .accommodation_box_cover_photo {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        display: table;
        position: relative;
        clear: both;
    }
}

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

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

@media screen and (max-width: 767px) {
    .accommodation_box_content {
        width: calc(100% - 220px);
    }
}

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

.accommodation_box_type_name {
    width: 100%;
    height: auto;
    padding: 8px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.6em;
    line-height: 1.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #808080;
    text-transform: uppercase;
}

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

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

.accommodation_box_type_name_line {
    width: 40%;
    height: 4px;
    padding: 0;
    margin: 10px 0;
    position: relative;
    clear: both;
    display: table;
    background-color: #cead6a;
}

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

.accommodation_box_sleeps,
.accommodation_box_rates {
    width: 100%;
    height: auto;
    padding: 2px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.1em;
    font-family: 'Oswald', sans-serif;
    color: #b4b4b4;
}

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

@media screen and (max-width: 560px) {
    .accommodation_box_sleeps,
    .accommodation_box_rates {
        font-size: 1.0em;
        text-align: center;
    }
}

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

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

@media screen and (max-width: 560px) {
    .accommodation_box_description {
        font-size: 0.8em;
        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: #d8d8d8;
}

.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 #525252;
    color: #525252;
    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: #525252;
    color: #d8d8d8;
}

.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: #525252;
    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.1em;
    font-weight: 600;
    padding: 0 0 5px 0;
    font-family: 'Oswald', serif;
}

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

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

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

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

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

.credentials {
    clear: both;
    color: #252525;
    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: #252525;
    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: #252525;
    text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
    color: #000000;
    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);
}













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

.content_box_holder {
    width: calc(100% - 30px - 2px);
    height: auto;
    padding: 15px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.content_box_photo {
    width: 260px;
    height: 260px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
}

@media screen and (max-width: 767px) {
    .content_box_photo {
        width: 230px;
        height: 230px;
    }
}

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

.content_box_photo_top {
    display: block;
}

.content_box_photo_bottom {
    display: none;
}

@media screen and (max-width: 560px) {
    .content_box_photo_bottom {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        margin: 10px auto 0 auto;
    }
}

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

.content_box_info {
    width: calc(100% - 25px - 260px);
    height: 260px;
    padding: 0 10px 0 15px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media screen and (max-width: 767px) {
    .content_box_info {
        width: calc(100% - 25px - 230px);
        height: 230px;
    }
}

@media screen and (max-width: 560px) {
    .content_box_info {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
}

/* width */
.content_box_info::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.content_box_info::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.content_box_info::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.content_box_info::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.content_box_info_full {
    width: calc(100% - 10px);
    height: auto;
    overflow: auto;
    padding: 0 10px 0 0;
}

.content_box_main_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #646464;
    line-height: 1.1em;
    font-family: 'Oswald', sans-serif;
}

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

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

@media screen and (max-width: 560px) {
    .content_box_main_title {
        font-size: 1.3em;
        text-align: center;
    }
}

.content_box_sub_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    font-size: 1.2em;
    color: #6d6d6d;
    line-height: 1.1em;
    font-family: 'Oswald', sans-serif;
}

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

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

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

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

.content_box_content p {
    text-align: justify;
    line-height: 1.4em;
    font-size: 0.9em;
    padding: 0;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_label label {
    color: #4d4d4d;
    font-size: 0.9em;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hfield {
    display: none;
}

fieldset {
    width: calc(100% - 30px) - 4px;
    height: auto;
    padding: 10px 15px;
    margin: 0 auto 15px auto;
    border: 2px solid #525252;
    border-radius: 4px;    
}

legend {
    padding: 10px 10px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #525252;
}

.form_group .fa-calendar-days {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 24px;
    color: #818181;
}

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

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

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

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

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