html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #eef0f1;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

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

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

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.1em;
}

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: 'Barlow', 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;
}

.ff_barlow {
    font-family: 'Barlow', sans-serif;
}

.ff_barlow_cond {
    font-family: 'Barlow Condensed', sans-serif;
}

.ff_dscript {
    font-family: 'Dancing Script', serif;
}

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

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

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

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

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

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

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

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

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

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

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

.contact_holder i {
    color: #d1cdbc;
}

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

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

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

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

/* MENU NAVIGATION BAR */
.menu_bar {
    width: calc(100% - 20px);
    height: auto;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: rgba(209, 205, 188, 0.7);
    z-index: 1001;
    transition: all 0.4s ease-in-out;
}

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

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

.menu_bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(209, 205, 188, 1.0);
}

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

/* SITE MAIN LOGO */
.logo {
    width: 150px;
    height: auto;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
    background-color: #eef0f1;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1002;
}

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

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

@media screen and (max-width: 560px) {
    .logo {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        box-shadow: none;
        background-color: #e2e6e7;
    }
}

.logo.sticky {
    background-color: transparent;
    box-shadow: none;
}

.logo_main {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    text-align: center;
}

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

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

.logo_main.sticky {
    display: none;
}

.logo_sticky {
    display: none;
}

.logo_sticky.sticky {
    width: auto;
    height: 44px;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    z-index: 1005;
}

@media screen and (max-width: 1080px) {
    .logo_sticky.sticky {
        left: 10px;
    }
}

@media screen and (max-width: 560px) {
    .logo_sticky.sticky {
        left: 10px;
        top: -45px;
    }
}

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

@media screen and (max-width: 560px) {
    .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: 80%;
    height: auto;
    padding: 0 10%;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .slider_info {
        width: 90%;
        padding: 0 5%;
    }
}

.slider_title {
    color: #ffffff;
    font-size: 4.0vw;
    font-weight: 600;
    line-height: 1.1em;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
    transform: translateX(-200%);
    animation: animateSliderTitle 1.0s ease-in-out 0.5s 1 forwards;
}

@keyframes animateSliderTitle {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

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

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

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

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

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

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

.slider_description {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 5px;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
    transform: translateX(200%);
    animation: animateSliderDescription 1.0s ease-in-out 1.0s 1 forwards;
}

@keyframes animateSliderDescription {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}

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

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

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

.slider_button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 20px auto 5px auto;
    position: relative;
    clear: both;
    text-align: center;
    display: table;
    opacity: 0.0;
    animation: animateSliderButton 1.5s ease-in-out 1.5s 1 forwards;
}

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

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

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 6px 25px 8px 25px;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .slider_button a,
    .slider_button a:visited {
        padding: 5px 25px 7px 25px;
        font-size: 1.0em;
    }
}

.slider_button a:hover,
.slider_button a:visited:hover {
    background-color: rgba(0, 0, 0, 1.0);
}

.slider_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

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

.top_insert_inner {
    width: 1000px;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 2.0em;
    line-height: 1.0em;
    color: #45392d;
    text-transform: uppercase;
}

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

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

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

@media screen and (max-width: 440px) {
    .top_insert_inner {
        font-size: 1.3em;
        padding: 10px 20px;
    }
}

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

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

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

.content_nopadding {
    padding: 0;
}

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 2.2em;
    line-height: 1.0em;
    color: #525252;
}

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

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

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

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

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

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

.content_box_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    border-top: 5px solid #ffffff;
    background-color: #dedede;
    table-layout: fixed;
}

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

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

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

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

.content_box_main_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 2.0em;
    line-height: 1.0em;
    color: #525252;
    font-weight: 600;
}

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

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

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

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

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

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

.content_box_content p {
    text-align: justify;
    line-height: 1.3em;
}

.content_box_photo {
    width: 50%;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

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

/* 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% / 3 / 1.6 * 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;
    font-size: 1.0em;
    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;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

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

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

.pg_btn {
    min-width: 200px;
    height: auto;
    padding: 10px;
    margin: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 0;
    background-color: #c2bda7;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

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

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

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

/* MEMBERS OF */
.members_of {
    width: calc(100% - 40px);
    height: auto;
    padding: 15px 20px;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #ffffff;
    overflow: hidden;
}

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

.members_of_header {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.0em;
    text-transform: uppercase;
    color: #525252;
    font-weight: 600;
}

.members_of_holder {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 10px;
    position: relative;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 440px) {
    .members_of_holder {
        width: 100%;
        margin: 5px auto;
        display: table;
        clear: both;
    }
}

.members_of_holder img {
    width: auto;
    height: 60px;
    display: table;
}

@media screen and (max-width: 440px) {
    .members_of_holder img {
        height: 45px;
        margin: 0 auto;
        text-align: center;
    }
}

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

.download_link {
    text-decoration: none;
}

.download_holder {
    width: calc(50% - 20px - 10px - 6px);
    height: auto;
    padding: 10px;
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    display: table;
    border: 2px solid #c4c4c4;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .download_holder {
        width: calc(100% - 20px - 6px);
        margin: 5px 0;
        clear: both;
        float: none;
    }
}

@media screen and (max-width: 560px) {
    .download_holder {
        width: calc(100% - 10px - 6px);
        padding: 5px;
        margin: 5px 0;
    }
}

.download_holder:hover {
    border: 2px solid #525252;
}

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

@media screen and (max-width: 560px) {
    .download_info {
        width: calc(100% - 50px - 10px);
    }
}

.download_name {
    width: 100%;
    height: auto;
    padding: 2px 0;
    margin: 0;
    position: relative;
    clear: both;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #525252;
}

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

.download_description {
    width: 100%;
    height: auto;
    padding: 2px 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 1.0em;
    line-height: 1.2em;
    color: #000000;
}

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

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

@media screen and (max-width: 560px) {
    .download_icon {
        width: 50px;
        height: 50px;
    }
}

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

/* 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: #45392d;
}

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

.contact_block_title {
    width: 100%;
    height: auto;
    padding: 0 0 2px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.1em;
    font-weight: 600;
    color: #252525;
    line-height: 1.0em;
}

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

/* 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: 5px 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', 'Barlow Condensed', 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 #eef0f1;
    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;
    height: 20px;
    left: 0;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 1.0em;
    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: #eef0f1;
    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', 'Dancing Script', 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 {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 0 0;
    position: relative;
    width: 100%;
}

.video_gallery_holder {
    background-color: #eef0f1;
    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%;
}

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

@media screen and (max-width: 1080px) {
    .inserts {
        padding: 30px 5%;
    }
}

@media screen and (max-width: 767px) {
    .inserts {
        padding: 25px 5%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
    .insert_button a,
    .insert_button a:visited {
        font-size: 1.0em;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 560px) {
    .insert_button a,
    .insert_button a:visited {
        font-size: 1.0em;
        padding: 10px 25px;
        background-color: rgba(0, 0, 0, 1.0);
    }
}

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

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

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

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

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

.footer_socials i:hover {
    background-color: #ffffff;
    color: #45392d;
}

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

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

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

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

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

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

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

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

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

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

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

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

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 0.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: #ffffff;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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 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: 'Barlow', 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: 'Barlow', 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: 'Barlow', 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: 'Barlow', 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', 'Dancing Script', 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;
}
