.fas {
    font-family: 'Font Awesome 5 Free', sans-serif;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #383838;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    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;
}

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

.red_notice {
    background-color: red;
}

.gray_notice {
    background-color: #252525;
}

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

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

.site_slogan {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #252525;
    font-weight: 600;
    line-height: 1.0em;
}

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

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

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

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

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

@media screen and (max-width: 1080px) {
    .socials {
        padding: 5px 10px 5px 0;
        font-size: 1.0em
    }
}

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

.socials .fas,
.socials .fab {
    color: #252525;
    transition: all 0.3s ease-in-out;
}

.socials .fas:hover,
.socials .fab:hover {
    transform: scale(1.4, 1.4);
    color: #161616;
}

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

@media screen and (max-width: 1080px) {
    .contacts {
        padding: 5px 0 0 10px;
    }
}

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

.contact_holder {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 15px 0 0;
    float: right;
    clear: none;
    line-height: 1.0em;
    color: #252525;
}

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

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

@media screen and (max-width: 560px) {
    .contact_holder {
        font-size: 0.9em;
        float: none;
        clear: both;
        display: table;
        margin: 5px auto 0 auto;
    }
}

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

.contact_holder a:hover,
.contact_holder a:visited:hover {
    color: #161616;
    text-decoration: none;
}

.contact_holder .fas {
    color: #b63f2a;
}

/* NAVIGATION BAR */
.navigation {
    width: calc(100% - 4%);
    height: auto;
    padding: 10px 2%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-image: linear-gradient(#252525, #161616);
    z-index: 1001;
    transition: all 0.4s ease-in-out;
    overflow-x: hidden;
}

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

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

.logo_main {
    width: auto;
    display: table;
    transition: all 0.4s ease-in-out;
}

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

.logo_main.sticky {
    height: 40px !important;
}

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

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

.slider_holder {
    background: no-repeat scroll;
    background-size: cover !important;
    clear: both;
    display: table-cell;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}

.bxslider {
    margin: 0;
    padding: 0;
    perspective: 1000;
    width: 100%;
}

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

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

@-webkit-keyframes animateSliderInfo {
    0% {
        left: -100%;
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }

    100% {
        left: 0;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}

@keyframes animateSliderInfo {
    0% {
        right: -100%;
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }

    100% {
        right: 0;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}

.slider_info {
    -webkit-animation: animateSliderInfo 2.0s ease-in-out 0.0s 1 forwards;
    animation: animateSliderInfo 2.0s ease-in-out 0.0s 1 forwards;
    top: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    height: calc(100% - 60px);
    right: -100%;
    margin: 20px;
    padding: 10px;
    position: absolute;
    width: 40%;
}

@media screen and (max-width: 767px) {
    .slider_info {
        height: calc(100% - 40px);
        margin: 10px;
        padding: 10px;
    }
}

@media screen and (max-width: 560px) {
    .slider_info {
        top: 0;
        height: calc(100% - 60px);
        right: -100%;
        margin: 20px;
        padding: 10px;
        position: absolute;
        width: calc(100% - 60px);
    }
}

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

.slider_title {
    color: #ffffff;
    font-size: 3.6em;
    font-weight: 800;
    line-height: 1.0em;
    margin: 5px 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}

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

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

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

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

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

.slider_description {
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 5px 0;
    padding: 0;
    text-align: right;
}

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

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

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

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

.slider_button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 25px 0 5px 0;
    position: relative;
    clear: both;
    display: table;
    float: right;
}

@media screen and (max-width: 1080px) {
    .slider_button {
        margin: 20px 0 5px 0;
    }
}

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

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 25px;
    margin: 0 auto;
    position: relative;
    clear: both;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 1.0em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1.0em;
    transition: all 0.3s ease-in-out;
}

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

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

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

    .slider_button a,
    .slider_button a:visited {
        padding: 5px 15px;
        font-size: 0.8em;
        margin: 0 auto;
        text-align: center;
    }
}

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

/* TOP INSERT */
.insert_top {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.insert_top_inner {
    width: 1000px;
    height: auto;
    padding: 25px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

@media screen and (max-width: 1080px) {
    .insert_top_inner {
        width: calc(100% - 4%);
        padding: 20px 2%;
    }
}

.insert_top_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    color: #252525;
    font-size: 2.4em;
    line-height: 1.0em;
    font-weight: 800;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 auto 10px auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 2.4em;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 800;
    color: #252525;
    background-image: url('../images/line_gold.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% 2px;
}

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

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

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

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

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

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

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

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

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

.content_box_photo_bottom {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ENQUIRY FORM */
.enquiry_form {
    width: calc(100% - 4%);
    height: auto;
    padding: 30px 2% 20px 2%;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #85151c;
    overflow: hidden;
}

.enquiry_form_content_left {
    width: calc(100% / 2 - 2% - 1px);
    height: auto;
    padding: 0 2% 0 0;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

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

.enquiry_form_header {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    position: relative;
    clear: both;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 800;
    color: #e4af33;
    background-image: url('../images/line_yellow.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80% 2px;
    line-height: 1.0em;
}

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

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

@media screen and (max-width: 767px) {
    .enquiry_form_header {
        font-size: 2.2em;
        background-position: right bottom;
        background-size: 100% 2px;
        text-align: center;
    }
}

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

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

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

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

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

.enquiry_form_content_right {
    width: calc(100% / 2 - 2%);
    height: auto;
    padding: 0 0 0 2%;
    display: table-cell;
    vertical-align: top;
}

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

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

.contact_blocks_left {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 5px 0 5px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

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

.contact_blocks_right {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 5px 0 5px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 560px) {
    .contact_blocks_right {
        width: 100%;
        float: none;
        clear: both;
        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;
}

.contact_block_icon .fas {
    font-size: 30px;
    color: #b63f2a;
}

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

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
    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;
}

/* LATEST NEWS */
.latest_news {
    width: calc(100% - 2%);
    height: auto;
    padding: 20px 1% 30px 1%;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    background-color: #c4c4c4;
    display: table;
    overflow: hidden;
}

.latest_news_header {
    width: calc(100% - 1%);
    height: auto;
    padding: 0 2% 5px 0;
    margin: 0 0 10px 0;
    position: relative;
    clear: both;
    background-image: url('../images/line_gold.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right 4% bottom 0;
    background-size: 50% 2px;
    text-align: right;
    font-size: 2.2em;
    color: #252525;
    font-weight: 800;
    text-transform: uppercase;
}

@media screen and (max-width: 560px) {
    .latest_news_header {
        margin: 0 auto 10px auto;
        text-align: center;
        background-image: none;
        padding: 0;
        font-size: 1.5em;
    }
}

.latest_news_holder {
    width: calc(100% / 4 - 2%);
    height: auto;
    padding: 0;
    margin: 0 1%;
    position: relative;
    clear: none;
    display: table;
    background-color: #ffffff;
    float: left;
}

@media screen and (max-width: 1080px) {
    .latest_news_holder {
        width: calc(100% / 2 - 2%);
        margin: 1%;
    }
}

@media screen and (max-width: 560px) {
    .latest_news_holder {
        width: calc(100% / 1 - 2%);
    }
}

.latest_news_photo {
    width: 100%;
    height: auto;
    padding-bottom: 60%;
    margin: 0 auto;
    position: relative;
    clear: both;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
    transition: all 0.4s ease-in-out;
}

.latest_news_holder:hover .latest_news_photo {
    opacity: 0.8;
}

.latest_news_date {
    width: auto;
    height: auto;
    padding: 4px 10px;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    color: #e4af33;
    font-size: 0.9em;
    font-weight: 800;
    text-transform: uppercase;
}

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

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

.latest_news_info {
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.latest_news_title {
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: center;
    color: #252525;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 800;
    line-height: 1.0em;
}

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

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

@media screen and (max-width: 560px) {
    .latest_news_title {
        height: auto;
        padding: 0 0 10px 0;
        font-size: 1.1em;
    }
}

.latest_news_blurb {
    width: calc(100% - 10px);
    height: 70px;
    padding: 0 5px;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    line-height: 1.3em;
}

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

@media screen and (max-width: 560px) {
    .latest_news_blurb {
        height: auto;
        padding: 0 0 10px 0;
        width: 100%;
        font-size: 0.9em;
        overflow: auto;
    }
}

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

/* Track */
.latest_news_blurb::-webkit-scrollbar-track {
    background: #c4c4c4;
}

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

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

.latest_news_button {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
}

.latest_news_button a,
.latest_news_button a:visited {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
    color: #b63f2a;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.latest_news_button a:hover,
.latest_news_button a:visited:hover {
    color: #8d2d1c;
}

/* ALL NEWS UPDATES */
.news_all {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.news_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px;
    margin: 5px 0;
    position: relative;
    clear: both;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: table;
    transition: all 0.4s ease-in-out;
}

.news_holder:hover {
    background-color: #ebebeb;
}

.news_holder_inner:hover {
    background-color: #ffffff !important;
}

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

@media screen and (max-width: 1080px) {
    .news_photo {
        width: 320px;
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .news_photo {
        width: 240px;
        height: 120px;
    }
}

@media screen and (max-width: 560px) {
    .news_photo {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        float: none;
        clear: both;
        margin: 0 auto 10px auto;
        position: relative;
    }
}

.news_holder_inner .news_photo {
    display: none;
}

.news_date {
    width: auto;
    height: auto;
    padding: 4px 10px;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    color: #e4af33;
    font-size: 0.9em;
    font-weight: 800;
    text-transform: uppercase;
}

.news_date_full_page {
    width: auto;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    font-size: 0.6em;
    color: #646464;
    font-weight: 400;

}

.news_info {
    width: calc(100% - 360px - 10px);
    height: auto;
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
}

@media screen and (max-width: 1080px) {
    .news_info {
        width: calc(100% - 320px - 10px);
    }
}

@media screen and (max-width: 767px) {
    .news_info {
        width: calc(100% - 240px - 10px);
    }
}

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

.news_holder_inner .news_info {
    width: 100%;
    padding: 0;
}

.news_title {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    line-height: 1.0em;
    font-size: 1.3em;
    color: #252525;
    font-weight: 800;
}

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

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

@media screen and (max-width: 560px) {
    .news_title {
        font-size: 1.2em;
        height: auto;
        margin: 0 auto 10px auto;
        text-align: center;
    }
}

.news_holder_inner .news_title {
    height: auto;
    margin: 0 0 5px 0;
    text-align: center;
    font-size: 1.5em;
}

.news_blurb {
    width: calc(100% - 10px);
    height: 110px;
    padding: 0 10px 0 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    text-align: justify;
    line-height: 1.3em;
    overflow-x: hidden;
    overflow-y: auto;
}

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

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

@media screen and (max-width: 560px) {
    .news_blurb {
        height: auto;
        font-size: 0.9em;
        margin: 0 auto 10px auto;
        text-align: center;
    }
}

.news_holder_inner .news_blurb {
    height: auto;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    padding: 5px 10px;
    width: calc(100% - 20px);
}


.news_holder_inner .news_blurb:before,
.news_holder_inner .news_blurb:after {
    font-style: normal;
    color: #b63f2a;
}

.news_holder_inner .news_blurb:before {
    content: '\f10d';
    padding: 0 2px 0 0;
}

.news_holder_inner .news_blurb:after {
    content: '\f10e';
    padding: 0 0 0 2px;
}

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

/* Track */
.news_blurb::-webkit-scrollbar-track {
    background: #c4c4c4;
}

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

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

.news_button {
    width: auto;
    height: 10px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: left;
}

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

.news_button a,
.news_button a:visited {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
    color: #b63f2a;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

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

    .news_button a,
    .news_button a:visited {
        font-size: 1.0em;
    }
}

.news_button a:hover,
.news_button a:visited:hover {
    color: #8d2d1c;
}

/* ANIMALS */
.animals {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.animal_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 15px;
    margin: 5px auto;
    position: relative;
    clear: both;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: table;
    transition: all 0.4s ease-in-out;
}

.animal_holder:hover {
    background-color: #ebebeb;
}

.animal_title {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 1.5em;
    color: #252525;
    text-transform: uppercase;
    font-weight: 800;
}

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

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

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

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

.animal_link_holder {
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: none;
    float: left;
    font-size: 0.9em;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

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

.animal_link_holder_3 {
    width: calc(100% / 3);
}

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

.animal_link_holder a:hover,
.animal_link_holder a:visited:hover {
    color: #c4c4c4;
    text-decoration: none;
}

.animal_images {
    width: calc(50% - 10px - 1px);
    height: auto;
    padding: 0 10px 0 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: none;
    float: left;
    display: table;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

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

.animal_photo {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    margin: 0 auto;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center center;
}

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

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

.animal_add_info p {
    padding: 0;
    margin: 10px 0 0 0;
}

.animals_add_info_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-transform: uppercase;
    color: #646464;
    font-size: 1.1em;
    line-height: 1.0em;
    font-weight: 800;
}

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

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

/* PHOTO GALLERY */
.album_gallery,
.photo_gallery {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.album_header_name {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 5px 10px;
    margin: 0 auto 2px auto;
    position: relative;
    clear: both;
    background-color: #252525;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 1.0em;
}

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

.album_header_name a:hover,
.album_header_name a:visited:hover {
    color: #ffffff;
    text-decoration: underline;
}

.album_holder {
    background-attachment: scroll;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover !important;
    border: 2px solid #ffffff;
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding-bottom: calc(100% / 3 - 4px);
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% / 3 - 4px);
}

@media screen and (max-width: 1080px) {
    .album_holder {
        padding-bottom: calc(100% / 2 - 4px);
        width: calc(100% / 2 - 4px);
    }
}

.album_holder_stretch_1 {
    padding-bottom: calc(100% / 3 - 4px);
    width: calc(100% / 3 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_1 {
        padding-bottom: calc(100% / 1 - 4px);
        width: calc(100% / 1 - 4px);
    }
}

.album_holder_stretch_2 {
    padding-bottom: calc(100% / 3 - 4px);
    width: calc(100% / 3 * 2 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_2 {
        padding-bottom: calc(100% / 1 - 4px);
        width: calc(100% / 1 - 4px);
    }
}

.album_holder_stretch_3 {
    padding-bottom: calc(100% / 3 - 4px);
    width: calc(100% / 3 * 3 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_3 {
        padding-bottom: calc(100% / 1 - 4px);
        width: calc(100% / 1 - 4px);
    }
}

.album_title {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    height: 20px;
    left: 0;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 0.9em;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% - 20px);
}

.album_holder:hover .album_title {
    height: calc(100% - 10px);
}

.album_icon {
    color: #b63f2a;
    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;
}

.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 #b63f2a;
    color: #b63f2a;
    font-size: 1.2em;
    margin: 0 auto;
    font-weight: 600;
    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 #8d2d1c;
    color: #8d2d1c;
}

/* VIDEO GALLERY */
.video_gallery {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 0 0;
    position: relative;
    width: 100%;
}

.video_gallery_holder {
    background-color: #eeeeee;
    clear: none;
    display: table;
    float: left;
    height: 100%;
    margin: 10px;
    overflow: hidden;
    padding-bottom: calc(100% / 4 - 20px);
    position: relative;
    width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 767px) {
    .video_gallery_holder {
        clear: both;
        float: none;
        padding-bottom: calc(100% / 2 - 20px);
        width: calc(100% / 1 - 20px);
    }
}

.resp_iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* PAGE IMAGES */
.page_images {
    width: calc(100% - 6px);
    height: auto;
    padding: 0 3px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.page_image_holder {
    width: calc(100% / 3 - 6px);
    height: auto;
    margin: 3px;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
    transition: all 0.3s ease-in-out;
}

.page_image_link:nth-child(5n+1) .page_image_holder {
    width: calc(100% / 3 * 1.5 - 6px);
    padding-bottom: calc(100% / 3 * 1.5 - 6px);
}

.page_image_link:nth-child(5n+2) .page_image_holder,
.page_image_link:nth-child(5n+3) .page_image_holder,
.page_image_link:nth-child(5n+4) .page_image_holder,
.page_image_link:nth-child(5n+5) .page_image_holder {
    width: calc(100% / 4 - 6px);
    padding-bottom: calc(100% / 4 - 6px);
}

.page_image_holder:hover {
    opacity: 0.8;
}

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

.qboxes_inner {
    width: 1000px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

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

.qbox_holder {
    width: calc(100% / 3 - 8px);
    height: auto;
    padding: 0;
    position: relative;
    clear: none;
    background-color: #b63f2a;
    transition: all 0.4s ease-in-out;
}

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

@media screen and (max-width: 560px) {
    .qbox_holder {
        width: calc(100% / 1 - 2%);
    }
}

.qbox_holder:hover {
    transform: scale(1.05, 1.05);
    z-index: 2;
}

@media screen and (max-width: 560px) {
    .qbox_holder:hover {
        transform: scale(1.00, 1.00);
    }
}

.qbox_holder:nth-child(3n+1) {
    margin: 0 8px 0 0;
    float: left;
}

@media screen and (max-width: 1080px) {
    .qbox_holder:nth-child(3n+1) {
        margin: 0 1%;
    }
}

@media screen and (max-width: 560px) {
    .qbox_holder:nth-child(3n+1) {
        margin: 0 1% 10px 1%;
    }
}

.qbox_holder:nth-child(3n+2) {
    margin: 0 4px;
    float: left;
}

@media screen and (max-width: 1080px) {
    .qbox_holder:nth-child(3n+2) {
        margin: 0 1%;
    }
}

@media screen and (max-width: 560px) {
    .qbox_holder:nth-child(3n+2) {
        margin: 0 1% 10px 1%;
    }
}

.qbox_holder:nth-child(3n+3) {
    margin: 0 0 0 8px;
    float: right;
}

@media screen and (max-width: 1080px) {
    .qbox_holder:nth-child(3n+3) {
        margin: 0 1%;
    }
}

.qbox_image {
    width: 100%;
    height: auto;
    padding-bottom: 60%;
    margin: 0;
    position: relative;
    clear: both;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
    transition: all 0.3s ease-in-out;
}

.qbox_holder:hover .qbox_image {
    opacity: 0.7;
}

.qbox_info {
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

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

.qbox_title {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.0em;
    font-weight: 800;
}

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

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

@media screen and (max-width: 560px) {
    .qbox_title {
        font-size: 1.2em;
        height: auto;
        padding: 0 0 10px 0;
    }
}

.qbox_description {
    width: calc(100% - 10px);
    height: 100px;
    padding: 0 5px;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.3em;
    font-size: 0.9em;
    text-align: center;
}

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

@media screen and (max-width: 560px) {
    .qbox_description {
        font-size: 0.9em;
        height: auto;
        padding: 0 0 10px 0;
        width: 100%;
        overflow-y: auto;
    }
}

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

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

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

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

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

.qbox_button a,
.qbox_button a:visited {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

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

    .qbox_button a,
    .qbox_button a:visited {
        font-size: 1.1em;
    }
}

.qbox_button a:hover,
.qbox_button a:visited:hover {
    text-decoration: none;
}

/* NOTIFICATIONS */
.notification {
    width: calc(80% - 44px);
    height: auto;
    padding: 10px 20px;
    margin: 0 auto;
    position: fixed;
    top: 8%;
    left: 0;
    right: 0;
    z-index: 5001;
    background-color: #555555;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    font-size: 1.0em;
    font-weight: 600;
    border: 2px solid #ffffff;
}

@media screen and (max-width: 1080px) {
    .notification {
        width: calc(90% - 44px);
    }
}

@media screen and (max-width: 767px) {
    .notification {
        padding: 10px 10px;
        width: calc(92% - 24px);
        font-size: 0.9em;
    }
}

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

.notification_close_btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 2006;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #555555;
    border-radius: 50%;
}

.notification_close_btn:hover {
    transform: rotate(180deg);
}

/* MODAL POPUP */
.modal_popup {
    width: calc(80% - 80px);
    height: auto;
    padding: 40px;
    margin: 0 auto;
    position: fixed;
    display: none;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 6001;
    background-color: #ffffff;
    border-radius: 10px;
}

@media screen and (max-width: 1080px) {
    .modal_popup {
        width: calc(90% - 80px);
    }
}

@media screen and (max-width: 767px) {
    .modal_popup {
        padding: 30px;
        width: calc(118% - 60px);
        transform: translateY(-50%) translateX(-8%) scale(0.8, 0.8);
    }
}

@media screen and (max-width: 440px) {
    .modal_popup {
        width: calc(132% - 60px);
        transform: translateY(-50%) translateX(-12%) scale(0.7, 0.7);
    }
}

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

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

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

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

.modal_popup_description {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 600;
}

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

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

.modal_popup_close_btn {
    font-size: 25px;
    color: #ff0000;
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 2006;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.modal_popup_close_btn:hover {
    transform: rotate(180deg);
}

.modal_popup_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2004;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal_inline_link {
    color: #0000fc;
    cursor: pointer;
}

.modal_inline_link:hover {
    color: #0000c9;
}

.gen_btn {
    width: auto;
    height: auto;
    padding: 10px 25px;
    margin: 20px 0 0 0;
    background-color: #13274C;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    font-size: 1.0em;
    font-family: 'Inter', sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

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

.gen_btn_right {
    float: right;
}

.password_error {
    width: calc(100% - 20px);
    height: auto;
    padding: 6px 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: none;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.9em;
}

.qlink_buttons {
    width: auto;
    height: auto;
    padding: 8px 15px;
    margin: 5px;
    background-color: #ce7119;
    border: 0;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.qlink_buttons:hover {
    background-color: #aa5d15;
}

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

/* USER BAR */
.user_bar {
    width: calc(100% - 4%);
    height: auto;
    padding: 14px 2%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    background-color: #13274C;
}

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

.user_button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: 0;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
    .user_button {
        width: 100%;
        padding: 12px 10px;
        margin: 0;
        font-size: 0.9em;
        display: table;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .user_button:last-child {
        border: 0;
    }
}

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

.user_button:hover {
    color: #e4af33;
    background-color: transparent;
}

/* FILTER BAR */
.filter_bar {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px auto 20px auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.filter_bar_group {
    width: calc(100% / 3 - 5px);
    height: auto;
    padding: 0;
    margin: 0 5px 0 0;
    position: relative;
    clear: none;
    float: left;
}

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

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

.filter_bar_group select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #13274C;
    border: 0;
    color: #ffffff;
    font-size: 1.0em;
}

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

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

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

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

.filter_results {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    border: 0;
    background-color: #ff0000;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.filter_results:hover {
    background-color: #c90000;
}

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

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

.auction_listing_category_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
    .auction_listing_category_holder {
        grid-template-columns: repeat(1, 1fr);
    }
}

.auction_listing_header_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 2.2em;
    line-height: 1.0em;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.auction_listing_holder {
    width: auto;
    height: auto;
    padding: 10px;
    margin: 0;
    position: relative;
    display: table;
    border: 1px solid #c4c4c4;
    overflow: hidden;
}

.auction_listing_holder_page .auction_listing_holder {
    padding: 0;
    border: 0;
}

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

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

.auction_listing_holder_page .auction_listing_photo {
    width: 300px;
}

@media screen and (max-width: 1080px) {
    .auction_listing_holder_page .auction_listing_photo {
        width: 250px;
    }
}

@media screen and (max-width: 560px) {
    .auction_listing_holder_page .auction_listing_photo {
        width: 200px;
    }
}

.auction_listing_photo_float {
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

.auction_listing_holder_page .auction_listing_photo_float {
    width: 300px;
    height: 300px;
}

@media screen and (max-width: 1080px) {
    .auction_listing_holder_page .auction_listing_photo_float {
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 560px) {
    .auction_listing_holder_page .auction_listing_photo_float {
        width: 200px;
        height: 200px;
    }
}

.auction_listing_photo_float i {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 20px;
    z-index: 2;
    color: #525252;
    transition: all 0.3s ease-in-out;
}

.auction_listing_photo_float:hover i {
    color: #000000;
}

.auction_listing_external_link {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 5px auto;
    display: table;
    clear: both;
    background-color: #13274C;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.auction_listing_external_link:hover {
    background-color: #081020;
}

.auction_listing_info {
    width: 100%;
    height: auto;
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: middle;
}

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

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

.auction_listing_external_links_bottom {
    display: none;
}

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

.auction_listing_title {
    width: 100%;
    height: auto;
    padding: 0 0 2px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.2em;
    line-height: 1.0em;
    font-weight: 700;
    color: #252525;
}

.auction_listing_category {
    width: 100%;
    height: auto;
    padding: 0 0 8px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 0.8em;
    line-height: 1.1em;
    font-weight: 600;
    color: #525252;
}

.auction_listing_description {
    width: 100%;
    height: auto;
    padding: 0 0 8px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.3em;
}

.auction_listing_stats {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
    margin: 10px 0 0 0;
    background-color: #efefef;
}

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

.auction_listing_price {
    width: 100%;
    height: auto;
    padding: 0 0 8px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.2em;
    font-weight: 700;
    color: #ff0000;
}

.auction_listing_holder_page .auction_listing_price {
    text-align: center;
    font-size: 1.6em;
}

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

@media screen and (max-width: 440px) {
    .auction_listing_holder_page .auction_listing_price {
        font-size: 1.2em;
    }
}

.auction_listing_bids {
    width: 100%;
    padding: 4px 0 0 0;
    font-size: 0.6em;
    color: #525252;
    clear: both;
    display: table;
}

.auction_listing_holder_page .auction_listing_bids {
    text-align: center;
    font-size: 0.8em;
    margin: 0 auto;
}

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

.auction_listing_dates {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 0.7em;
    line-height: 1.2em;
    font-weight: 600;
}

.auction_listing_holder_page .auction_listing_dates {
    text-align: center;
    font-size: 0.9em;
}

@media screen and (max-width: 560px) {
    .auction_listing_holder_page .auction_listing_dates {
        font-size: 0.8em;
    }
}

.auction_listing_timer {
    width: 100%;
    height: 25px;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.2em;
    font-weight: 600;
    color: #929292;
}

.auction_listing_holder_page .auction_listing_timer {
    text-align: center;
    font-size: 1.5em;
}

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

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

.auction_listing_holder_page .auction_listing_buttons {
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .auction_listing_holder_page .auction_listing_buttons {
        text-align: left;
        margin: 0;
    }
}

.read_more_btn {
    width: calc(50% - 25px);
    height: auto;
    padding: 10px 10px;
    margin: 0 5px 0 0;
    background-color: #13274C;
    border: 0;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    display: table;
    float: left;
    text-transform: uppercase;
    font-family: 'Inter', serif;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.read_more_btn:hover {
    background-color: #0a1427;
}

.action_btn {
    width: calc(50% - 25px);
    height: auto;
    padding: 10px 10px;
    margin: 0 0 0 5px;
    border: 0;
    color: #ffffff;
    background-color: #e4af33;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 4px;
    display: table;
    float: right;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Inter', serif;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.action_btn:hover {
    background-color: #978f7c;
}

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

.auction_listing_ribbon {
    width: 150px;
    height: auto;
    padding: 2px 0;
    margin: 0 auto;
    position: absolute;
    top: 12px;
    left: -45px;
    transform: rotate(-45deg);
    background-color: #ff0000;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.auction_listing_ribbon_bid {
    display: none;
}

.auction_listing_ribbon_buy {
    display: table;
}

.disabled_btn {
    opacity: 0.6;
    pointer-events: none;
}

.action_btn_centered {
    float: none;
    margin: 0 auto;
}

/* BID MODAL */
.bid_header_title {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 2.6em;
    line-height: 1.0em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.bid_outer {
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #c4c4c4;
}

.bid_photo {
    width: 150px;
    height: 150px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #252525;
}

@media screen and (max-width: 767px) {
    .bid_photo {
        width: 150px;
        height: 150px;
        padding: 0;
        margin: 0 auto 15px auto;
        text-align: center;
        display: table;
        position: relative;
        clear: both;
    }
}

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

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

.bid_title {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.5em;
    line-height: 1.0em;
    font-weight: 700;
}

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

.bid_price {
    width: 100%;
    height: auto;
    padding: 0 0 2px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.6em;
    font-weight: 800;
    color: #ff0000;
}

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

.bid_dates {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 600;
    color: #000000;
}

.bid_action {
    width: 40%;
    height: auto;
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: middle;
}

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

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

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

.bid_bid_amount {
    width: calc(100% - 100px);
    height: 40px;
    padding: 5px 10px 5px 40px;
    border: 0;
    font-size: 1.2em;
    font-weight: 600;
    float: left;
    text-align: right;
}

.bid_action_holder:before {
    content: 'R';
    position: absolute;
    left: 10px;
    /* Adjust this value to position the "R" */
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
    color: #333;
    /* Adjust the color to match your design */
    pointer-events: none;
    /* Make sure the "R" is not clickable */
}

.bid_action_holder button {
    width: 50px;
    height: 50px;
    border: 0;
    display: table;
    float: right;
    background-color: #13274C;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.bid_action_holder button:hover {
    background-color: #0b172c;
}

/* BIDDING HISTORY */
.bidding_history_table {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.bidding_history_table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

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

.bidding_history_table tr:nth-child(even) {
    background-color: #efefef;
}

.bidding_history_table th {
    background-color: #13274C;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 5px;
}

.bidding_history_table td {
    padding: 5px;
}

/* AUCVTION BACK BUTTON */
.auction_back_btn {
    width: auto;
    height: auto;
    padding: 10px 25px;
    margin: 20px 0;
    position: relative;
    clear: both;
    display: table;
    float: right;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    font-size: 1.0em;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.auction_back_btn:hover {
    background-color: #b40000;
}

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

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

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

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

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

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

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

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

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

@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: 0 auto;
    padding: 0;
    position: relative;
    width: auto;
}

.insert_button a,
.insert_button a:visited {
    border: 2px solid #ffffff;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Inter', sans-serif;
    font-size: 1.2em;
    height: auto;
    margin: 0 auto;
    padding: 15px 30px;
    position: relative;
    font-weight: 600;
    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: 1080px) {

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

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

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

.insert_button a:hover,
.insert_button a:visited:hover {
    background-color: #b63f2a;
    border: 2px solid #ffffff;
    color: #ffffff;
}

/* LOGO SLIDER */
.logo_slider {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

/* MAP */
.mapouter {
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
}

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

/* FOOTER */
.footer {
    background-color: #161616;
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding: 20px 10%;
    position: relative;
    width: calc(100% - 20%);
}

.footer_socials {
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.footer_socials .fas,
.footer_socials .fab {
    border: 1px solid #e4af33;
    color: #e4af33;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    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: 35px;
}

.footer_socials .fas:hover,
.footer_socials .fab:hover {
    background-color: #e4af33;
    color: #161616;
}

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

.footer_address_holder {
    width: auto;
    height: auto;
    padding: 2px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    color: #ffffff;
    font-size: 0.9em;
}

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

.credits {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 0.7em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 560px) {
    .form_group_3_3 {
        margin: 0 0 10px 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: #ffffff;
    font-size: 1.0em;
    font-weight: 600;
}

.inner_form .form_label label {
    color: #525252;
}

label.error {
    color: orangered;
    font-size: 0.7em;
    font-weight: 500;
    position: relative;
}

label.error:before {
    content: '\f071';
    font-family: 'Font Awesome 5 Free', sans-serif;
    padding: 0 4px 0 0;
}

.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"],
.form_field input[type="email"],
.form_field input[type="password"] {
    background-color: transparent;
    border: 1px solid #ffffff;
    font-family: 'Inter', sans-serif;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 10px;
    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% - 20px - 2px);
    color: #ffffff;
}

.inner_form .form_field input[type="text"],
.inner_form .form_field input[type="number"],
.inner_form .form_field input[type="email"],
.inner_form .form_field input[type="password"] {
    border: 1px solid #c4c4c4;
    color: #000000;
    height: 20px;
}

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

    .inner_form .form_field input[type="text"],
    .inner_form .form_field input[type="number"],
    .inner_form .form_field input[type="email"],
    .inner_form .form_field input[type="password"] {
        height: 15px;
    }
}

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

.form_field select {
    background-color: transparent;
    border: 1px solid #ffffff;
    font-family: 'Inter', sans-serif;
    height: 47px;
    margin: 0;
    outline: none;
    padding: 10px;
    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%;
    color: #ffffff;
}

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

.form_field textarea {
    background-color: transparent;
    border: 1px solid #ffffff;
    font-family: 'Inter', sans-serif;
    height: 100px;
    margin: 0;
    outline: none;
    padding: 10px;
    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% - 20px - 2px);
    color: #ffffff;
}

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

.form_group_full .enquire_btn {
    background-color: #ffffff;
    border: 0;
    clear: none;
    color: #85151c;
    cursor: pointer;
    float: right;
    font-family: 'Font Awesome 5 Free', 'Inter', sans-serif;
    font-size: 1.3em;
    margin: 0;
    padding: 12px 25px 12px 25px;
    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: 0;
    color: #ffffff;
    background-color: #610e13;
}

.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: #525252;
    display: table;
    font-size: 0.8em;
    font-weight: 600;
    height: auto;
    margin: 4px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.red_asterisk {
    color: orangered;
    font-size: 0.6em;
    vertical-align: super;
}

.red_asterisk:before {
    color: red;
    content: '\f069';
    font-family: 'Font Awesome 5 Free', 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;
}

.paging_link {
    background-color: transparent;
}

.paging_link:hover {
    background-color: #8d2d1c;
    color: #ffffff;
}

.paging_current {
    background-color: #b63f2a;
    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;
}