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

body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

@media screen and (max-width: 560px) {
    body {
        background-image: none !important;
    }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #525252;
    font-family: 'Mouse Memoirs', 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: 'Montserrat', 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;
}

.show_440 {
    display: none;
}

@media screen and (max-width: 440px) {
    .show_440 {
        display: inline-block;
    }
}

/* HEADER */
.header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

@media screen and (max-width: 560px) {
    .header {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
    }
}

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

.header_glass {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 2%;
    z-index: 4;
}

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

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

.header_glass img {
    width: auto;
    height: 230px;
    display: table;
}

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

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

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

@media screen and (max-width: 1080px) {
    .canopy {
        height: 50px;
        background-size: auto 100px;
    }
}

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

.logo {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    background-image: url('../images/badge.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 2;
}

@media screen and (max-width: 440px) {
    .logo {
        background-image: none;
        margin: 5px auto 0 auto;
    }
}

.logo_image {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    z-index: 2;
}

@media screen and (max-width: 440px) {
    .logo_image {
        background-image: url('../images/badge.png');
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        margin: 0 auto 5px auto;
    }
}

.logo_image img {
    width: auto;
    height: 240px;
    margin: 0 auto;
    display: table;
    text-align: center;
}

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

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

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

.ribbon {
    width: calc(100% - 10%);
    height: 60px;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

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

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

@media screen and (max-width: 560px) {
    .ribbon {
        width: calc(100% - 20px);
        height: 30px;
    }
}

@media screen and (max-width: 440px) {
    .ribbon {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: translateY(0);
    }
}

.ribbon_left,
.ribbon_right {
    width: 20px;
    height: 60px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 60px;
}

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

    .ribbon_left,
    .ribbon_right {
        height: 50px;
        background-size: 20px 50px;
    }
}

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

    .ribbon_left,
    .ribbon_right {
        height: 40px;
        background-size: 20px 40px;
    }
}

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

    .ribbon_left,
    .ribbon_right {
        height: 30px;
        background-size: 20px 30px;
    }
}

.ribbon_left {
    float: left;
    background-image: url('../images/ribbon_left.png');
}

.ribbon_right {
    float: right;
    background-image: url('../images/ribbon_right.png');
}

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

    .ribbon_left,
    .ribbon_right {
        display: none;
    }
}

.ribbon_center {
    width: calc(100% - 40px);
    height: 60px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    display: table;
    background-image: url('../images/ribbon.png');
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-size: auto 60px;
    background-position: center center;
}

@media screen and (max-width: 1080px) {
    .ribbon_center {
        height: 50px;
        background-size: auto 50px;
    }
}

@media screen and (max-width: 767px) {
    .ribbon_center {
        height: 40px;
        background-size: auto 40px;
    }
}

@media screen and (max-width: 560px) {
    .ribbon_center {
        height: 30px;
        background-size: auto 30px;
    }
}

@media screen and (max-width: 440px) {
    .ribbon_center {
        width: 100%;
        height: auto;
        clear: both;
        float: none;
        background-size: cover;
    }
}

.ribbon_tagline {
    width: calc(50% - 110px);
    height: auto;
    padding: 9px 0;
    position: relative;
    clear: none;
    text-align: center;
    font-family: 'Mouse Memoirs', serif;
    font-size: 2.8em;
    line-height: 1.0em;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .ribbon_tagline {
        padding: 11px 0 10px 0;
        font-size: 2.6em;
    }
}

@media screen and (max-width: 1080px) {
    .ribbon_tagline {
        padding: 10px 0 10px 0;
        font-size: 2.1em;
        width: calc(50% - 90px);
    }
}

@media screen and (max-width: 767px) {
    .ribbon_tagline {
        padding: 8px 0 8px 0;
        font-size: 1.6em;
        width: calc(50% - 70px);
    }
}

@media screen and (max-width: 560px) {
    .ribbon_tagline {
        padding: 4px 0 4px 0;
        font-size: 1.4em;
        width: calc(50% - 50px);
    }
}

@media screen and (max-width: 440px) {
    .ribbon_tagline {
        width: calc(100% - 20px);
        padding: 10px 0 7px 0;
        clear: both;
        font-size: 1.5em;
    }
}

.ribbon_tagline1 {
    float: left;
    margin: 0 110px 0 0;
}

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

@media screen and (max-width: 767px) {
    .ribbon_tagline1 {
        margin: 0 70px 0 0;
    }
}

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

@media screen and (max-width: 440px) {
    .ribbon_tagline1 {
        margin: 0;
    }
}

.ribbon_tagline2 {
    float: right;
    margin: 0 0 0 110px;
}

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

@media screen and (max-width: 767px) {
    .ribbon_tagline2 {
        margin: 0 0 0 70px;
    }
}

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

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

/* CIRCLE MENU BAR */
.circle_menu_bar {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    background-image: url('../images/menu_circles.png');
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-size: auto 20px;
    background-position: center center;
}

@media screen and (max-width: 1080px) {
    .circle_menu_bar {
        background-image: none;
    }
}

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

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

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

.circle_menu_item_link {
    text-decoration: none;
}

.circle_menu_item {
    width: calc(100% / 6 - 34px - 4px);
    height: auto;
    padding-bottom: calc(100% / 6 - 34px - 4px);
    margin: 0 15px;
    position: relative;
    clear: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-image: url('../images/menu_filter.png');
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-size: 110% auto;
    background-position: center center;
    border: 2px solid rgba(253, 248, 163, 0.0);
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .circle_menu_item {
        width: calc(100% / 6 - 14px - 4px);
        padding-bottom: calc(100% / 6 - 14px - 4px);
        margin: 0 5px;
    }
}

.circle_menu_item_link:hover .circle_menu_item {
    transform: scale(1.1, 1.1);
    z-index: 2;
    border: 2px solid rgba(253, 248, 163, 1.0);
}

.circle_menu_item_link:nth-child(1) .circle_menu_item {
    background-color: #a17c47;
}

.circle_menu_item_link:nth-child(2) .circle_menu_item {
    background-color: #db98b9;
}

.circle_menu_item_link:nth-child(3) .circle_menu_item {
    background-color: #ee9e61;
}

.circle_menu_item_link:nth-child(4) .circle_menu_item {
    background-color: #7879FF;
}

.circle_menu_item_link:nth-child(5) .circle_menu_item {
    background-color: #f8ebc7;
}

.circle_menu_item_link:nth-child(6) .circle_menu_item {
    background-color: #a17c47;
}

.circle_menu_item_text {
    width: calc(100% - 30px);
    height: auto;
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    font-size: 2.5vw;
    font-family: 'Mouse Memoirs', serif;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
}

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

.circle_menu_item_shadow {
    width: 50%;
    height: 5px;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    filter: blur(2px);
    transition: all 0.3s ease-in-out;
}

.circle_menu_item_link:hover .circle_menu_item_shadow {
    bottom: -8px;
}

.circle_menu_item_active {
    border: 2px solid rgba(253, 248, 163, 1.0);
}

/* MAIN CONTENT */
.content {
    width: calc(100% - 10% - 20px);
    height: auto;
    padding: 10px;
    margin: 30px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 40px;
}

@media screen and (max-width: 1080px) {
    .content {
        width: calc(100% - 20px);
        padding: 10px;
        margin: 30px auto 0 auto;
        background-color: transparent;
        border-radius: 0;
    }
}

@media screen and (max-width: 767px) {
    .content {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
}

.content_inner {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px 20px 60px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #ffffff;
    border-radius: 30px;
}

@media screen and (max-width: 1080px) {
    .content_inner {
        width: calc(100% - 60px);
        padding: 30px 25px 60px 30px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .content_inner {
        width: calc(100% - 40px);
        padding: 30px 20px 60px 20px;
        border-radius: 0;
    }
}

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-family: 'Mouse Memoirs', serif;
    font-size: 3.4em;
    line-height: 1.2em;
    color: #000000;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

.pg_btn:nth-child(1) {
    background-color: #a17c47;
}

.pg_btn:hover:nth-child(1) {
    background-color: #795d34;
}

.pg_btn:nth-child(2) {
    background-color: #db98b9;
}

.pg_btn:hover:nth-child(2) {
    background-color: #a56f89;
}

.pg_btn:nth-child(3) {
    background-color: #ee9e61;
}

.pg_btn:hover:nth-child(3) {
    background-color: #b87a4a;
}

.pg_btn:nth-child(4) {
    background-color: #bd79bf;
}

.pg_btn:hover:nth-child(4) {
    background-color: #98609a;
}

.pg_btn:nth-child(5) {
    background-color: #f8ebc7;
}

.pg_btn:hover:nth-child(5) {
    background-color: #ccc0a0;
}

.pg_btn:nth-child(6) {
    background-color: #a17c47;
}

.pg_btn:hover:nth-child(6) {
    background-color: #775c34;
}

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

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

.pg_btn:hover {
    color: #ffffff;
}

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

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

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

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

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

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

.contact_blocks_mainhead {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 2.2em;
    line-height: 1.0em;
    font-weight: 600;
    font-family: 'Mouse Memoirs', serif;
    color: #a17c47;
}

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

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

.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: 767px) {
    .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: 767px) {
    .contact_blocks_right {
        width: 100%;
        clear: both;
        float: none;
        padding: 20px 0 0 0;
        margin: 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: 28px;
    color: #bd79bf;
}

@media screen and (max-width: 560px) {
    .contact_block_icon i {
        font-size: 22px;
    }
}

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

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

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

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

.contact_block_summary {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 1.0em;
    font-weight: 600;
    color: #525252;
}

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

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

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

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

/* MAP */
.mapouter {
    text-align: right;
    width: calc(100% - 10px);
    height: auto;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid #bd79bf;
}

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

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

.page_image_link {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.page_image_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    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);
}

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

.agent_holder2 {
    width: calc(50% - 30px - 10px - 2px);
    height: auto;
    padding: 15px;
    margin: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}

.agents {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
}

@media screen and (max-width: 560px) {
    .agents {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
}

.agent_holder {
    width: calc(100% - 20px - 10px - 2px);
    height: auto;
    padding: 10px;
    margin: 5px;
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}

@media screen and (max-width: 560px) {
    .agent_holder {
        width: calc(100% - 20px - 2px);
        margin: 5px 0;
        display: table;
    }
}

.agent_area_name {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #543123;
}

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

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

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

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

.agent_area_line {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.3em;
    font-weight: 600;
}

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

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

.agent_area_line:before {
    content: '\f192';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 0.8em;
    color: #1da3cf;
}

.agent_notice {
    width: calc(100% - 20px);
    height: auto;
    padding: 5px 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 500;
    background-color: #525252;
    border-radius: 2px;
}

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

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

.product_category_name {
    width: calc(100% - 10px);
    height: auto;
    padding: 20px 0 0 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 700;
    color: #525252;
}

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

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

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

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

.product_category_description {
    width: calc(100% - 40px - 10px);
    height: auto;
    padding: 5px 20px;
    margin: 5px;
    position: relative;
    clear: both;
    display: table;
    font-weight: 600;
    background-color: #ebebeb;
    border-radius: 5px;
}

.product_category_description p {
    text-align: justify;
    line-height: 1.3em;
    font-size: 1.0em;
}

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

.product_holder {
    width: calc(100% / 4 - 20px - 10px);
    height: auto;
    padding: 10px;
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    background-color: #e6e6e6;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

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

@media screen and (max-width: 767px) {
    .product_holder {
        width: calc(100% / 2 - 20px - 10px);
    }
}

@media screen and (max-width: 440px) {
    .product_holder {
        width: calc(100% / 1 - 20px - 10px);
    }
}

.product_holder:hover {
    background-color: #d1d1d1;
}

.product_image {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

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

.product_name {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.1em;
    color: #ab6d30;
    font-weight: 700;
}

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

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

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

@media screen and (max-width: 440px) {
    .product_name {
        height: auto;
        padding: 0 0 5px 0;
    }
}

.product_description {
    width: 100%;
    height: 80px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.2em;
    font-weight: 600;
    color: #525252;
}

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

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

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

@media screen and (max-width: 440px) {
    .product_description {
        height: auto;
        padding: 0 0 10px 0;
    }
}

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

@media screen and (max-width: 440px) {
    .product_sizes {
        height: auto;
        padding: 0 0 10px 0;
    }
}

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

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

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

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

.product_code {
    width: 100%;
    height: 15px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.1em;
    color: #7879FF;
}

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

/* CLIENTS */
.clients {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0 auto 0;
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

/* Wraps items in rows */
.clients_row {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* Individual Client Holder */
.client_holder {
    width: 160px;
    height: 160px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.disabled_link {
    pointer-events: none;
}

/* FLOATING PANEL */
.floating_panel {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    background-color: #f8ebc7;
    z-index: 1001;
    border-radius: 0 10px 10px 0;
    border-top: 2px solid #a17c47;
    border-right: 2px solid #a17c47;
    border-bottom: 2px solid #a17c47;
    border-left: 0;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .floating_panel {
        left: -25px;
    }
}

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

.floating_panel:hover {
    left: 0;
}

.floating_lanel_left {
    width: 20px;
    height: 140px;
    padding: 5px 0;
    margin: 0 10px 0 5px;
    position: relative;
    clear: none;
    float: left;
    background-image: url('../images/quick_links_header.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

@media screen and (max-width: 1080px) {
    .floating_lanel_left {
        width: 20px;
        height: 140px;
        padding: 0;
        margin: 0 2px 0 2px;
    }
}

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

.floating_panel_button {
    width: 20px;
    height: 20px;
    padding: 10px;
    margin: 5px;
    position: relative;
    clear: both;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .floating_panel_button {
        width: 15px;
        height: 15px;
        padding: 5px;
        margin: 13px 5px;
        position: relative;
        clear: both;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        transition: all 0.3s ease-in-out;
    }
}

.floating_panel_button_products {
    background-image: url('../images/products_icon.png');
}

.floating_panel_button_agents {
    background-image: url('../images/agents_icon.png');
}

.floating_panel_button_contact {
    background-image: url('../images/contact_icon.png');
}

.floating_panel_button:hover {
    filter: brightness(50%);
}

/* FOOTER */
.footer {
    clear: both;
    display: table;
    height: auto;
    margin: -70px auto 0 auto;
    padding: 60px 0 10px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url('../images/footer_bg.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto 250px;
    background-position: top center;
    z-index: 2;
}

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

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

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

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

.footer_socials {
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 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 4px;
    border: 0;
    color: #ffffff;
    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;
}

.footer_socials .fa-facebook-f {
    background-color: #ee9e61;
}

.footer_socials .fa-instagram {
    background-color: #7879ff;
}

.footer_socials .fa-facebook-f:hover {
    background-color: #c98048;
    color: #ffffff;
}

.footer_socials .fa-instagram:hover {
    background-color: #5d5ed3;
    color: #ffffff;
}

@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: #ffffff;
    color: #252525;
}

.footer_socials a {
    text-decoration: none;
}

.credentials {
    clear: both;
    color: #525252;
    display: table;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits {
    clear: both;
    color: #525252;
    display: table;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits a,
.credits a:visited {
    color: #525252;
    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;
    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 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 600;
    color: #c4c4c4;
    font-size: 1.2em;
}

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

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

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

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

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

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

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

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

.cookie_notice_buttons input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    background-color: #bd79be;
    border: 0;
    color: #525252;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    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: #8b578c;
    color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label.error {
    color: #ff0000;
    font-size: 0.7em;
    font-weight: 600;
    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: 5px solid #d8d8d8;
    font-family: 'Montserrat', sans-serif;
    height: 20px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    font-weight: 600;
    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 - 10px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus {
    border: 5px solid #c4c4c4;
}

.form_field select {
    background-color: #ffffff;
    border: 5px solid #d8d8d8;
    font-family: 'Montserrat', sans-serif;
    height: 42px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    font-weight: 600;
    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 {
    border: 5px solid #c4c4c4;
}

.form_field textarea {
    background-color: #ffffff;
    border: 5px solid #d8d8d8;
    font-family: 'Montserrat', sans-serif;
    height: 100px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    font-weight: 600;
    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 - 10px);
}

.form_field textarea:hover,
.form_field textarea:focus {
    border: 5px solid #c4c4c4;
}

.form_group_full .enquire_btn {
    background-color: #a78452;
    border: 0;
    clear: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'Font Awesome 6 Pro', 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 600;
    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;
    border-radius: 5px;
}

@media screen and (max-width: 440px) {
    .form_group_full .enquire_btn {
        width: 100%;
        font-size: 1.1em;
    }
}

.form_group_full .enquire_btn:hover {
    border: 0;
    color: #ffffff;
    background-color: #a17c47;
}

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