html {
    width: 100%;
}

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

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

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

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

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

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

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

img {
    border: 0;
}

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

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

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

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

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

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

*:focus {
    outline: none;
}

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

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

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

.gen_btn_right {
    float: right;
}

/* MAIN HEADER */
.main_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #121212;
    z-index: 2;
}

.info_bar {
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact_holder i {
    color: #f17524;
}

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

.header_socials i {
    padding: 0 2px;
    transition: all 0.3s ease-in-out;
}

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

/* SUB-HEADER */
.sub_header {
    width: calc(100% - 20px);
    height: auto;
    padding: 5px 20px 5px 0px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    z-index: 1;
}

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

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

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

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

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

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

.logo_sticky {
    width: auto;
    height: 40px;
    display: none;
    z-index: 1002;
}

@media screen and (max-width: 1080px) {
    .logo_sticky.sticky {
        display: table;
        position: fixed;
        top: 10px;
        left: 5px;
    }
}

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

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

.header_button a,
.header_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 25px;
    margin: 0;
    background-color: #e9e9e9;
    background-image: linear-gradient(#ffffff, #e9e9e9, #d8d8d8);
    border-radius: 4px;
    font-size: 1.0em;
    text-decoration: none;
    text-transform: uppercase;
    color: #525252;
    font-weight: 500;
    border: 2px solid #ffffff;
    transition: all 0.3s ease-in-out;
}

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

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

.header_button a:hover,
.header_button a:visited:hover {
    background-color: #d8d8d8;
    background-image: linear-gradient(#e9e9e9, #d8d8d8, #ffffff);
}

.header_button i {
    color: #f17524;
}

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

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

.header_overlay {
    width: 100%;
    height: 800px;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url('../images/header_overlay.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: 0;
    pointer-events: none;
}

@media screen and (max-width: 1080px) {
    .header_overlay {
        height: 500px;
        background-size: auto 100%;
        background-position: center left;
    }
}

@media screen and (max-width: 767px) {
    .header_overlay {
        height: 400px;
        background-size: auto 100%;
        background-position: center left;
    }
}

@media screen and (max-width: 560px) {
    .header_overlay {
        height: 300px;
        background-size: auto 100%;
        background-position: center left;
    }
}

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

@media screen and (max-width: 1080px) {
    .navigation_bar {
        width: calc(100% - 20px);
        padding: 5px 10px 5px 10px;
        position: absolute;
        top: 50px;
        right: 0;
        background-image: none;
    }
}

@media screen and (max-width: 767px) {
    .navigation_bar {
        top: 65px;
    }
}

@media screen and (max-width: 560px) {
    .navigation_bar {
        top: 0;
    }
}

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

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

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

.navigation_bar_noslider {
    top: -50px;
    padding: 0 20px;
}


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

@media screen and (max-width: 767px) {
    .navigation_bar_noslider {
        top: 68px;
    }
}

@media screen and (max-width: 560px) {
    .navigation_bar_noslider {
        top: 5px;
    }
}

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

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

.link_no_click {
    pointer-events: none;
}

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

/* BANNER SLIDER IMAGES */
.slider_top_overlay {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(rgba(18, 18, 18, 1.0), rgba(18, 18, 18, 0.0));
}

.slider {
    clear: both;
    display: table;
    height: auto;
    margin: -150px auto 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

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

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

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

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

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

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

.slider_info {
    width: 70%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .slider_info {
        width: 80%;
    }
}

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

.slider_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 3em;
    line-height: 1.0em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Abril Fatface';
    transform: translateX(-100%);
    opacity: 0.0;
    animation: animateSliderTitle 1.0s ease-in-out 0.0s 1 forwards;
}

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

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

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

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

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

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

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

.slider_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    transform: translateX(100%);
    opacity: 0.0;
    animation: animateSliderDescription 1.0s ease-in-out 0.4s 1 forwards;
}

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

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

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

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

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

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

    100% {
        opacity: 1.0;
    }
}

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

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

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

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

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

/* TOP INSERT */
.top_insert {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: linear-gradient(#e9e9e9, #ffffff, #d8d8d8);
}

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

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

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

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

.top_insert_header_title1 {
    font-size: 2.4em;
    line-height: 0.7em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

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

@media screen and (max-width: 1080px) {
    .top_insert_header_title1 {
        font-size: 2em;
        line-height: 0.7em;
    }
}

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

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

.top_insert_header_title2 {
    font-size: 5.8em;
    line-height: 0.6em;
    font-weight: 600;
    font-family: 'Allison', serif;
    color: #000000;
}

@media screen and (max-width: 1200px) {
    .top_insert_header_title2 {
        font-size: 5.5em;
        line-height: 0.6em;
    }
}

@media screen and (max-width: 1080px) {
    .top_insert_header_title2 {
        font-size: 5.2em;
        line-height: 0.6em;
    }
}

@media screen and (max-width: 560px) {
    .top_insert_header_title2 {
        font-size: 4.8em;
        line-height: 0.5em;
    }
}

@media screen and (max-width: 740px) {
    .top_insert_header_title2 {
        font-size: 4.4em;
        line-height: 0.5em;
    }
}

.top_insert_header_title3 {
    font-size: 3.2em;
    line-height: 1.4em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

@media screen and (max-width: 1200px) {
    .top_insert_header_title3 {
        font-size: 3em;
        line-height: 1.4em;
    }
}

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

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

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

.top_insert_header_title4 {
    font-size: 1.2em;
    line-height: 0.4em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #f17524;
}

@media screen and (max-width: 1200px) {
    .top_insert_header_title4 {
        font-size: 1.1em;
        line-height: 0.4em;
    }
}

@media screen and (max-width: 1080px) {
    .top_insert_header_title4 {
        font-size: 1em;
        line-height: 0.4em;
    }
}

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

.top_insert_right {
    width: 50%;
    height: auto;
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 500;
    color: #525252;
}

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

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

/* MAIN CONTENT */
.content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-image: url('../images/content_bg.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-position: 100% 0;
}

.content_inner {
    width: 1000px;
    height: auto;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

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

.content_no_padding_top .content_inner {
    padding: 0 20px 40px 20px;
}

@media screen and (max-width: 1080px) {
    .content_no_padding_top .content_inner {
        padding: 40px 20px;
    }
}

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 2.4em;
    line-height: 1.1em;
    font-family: 'Abril Fatface', serif;
    color: #525252;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pg_btn i {
    color: #f17524;
}

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

.page_image_link {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.page_image_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

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

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

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

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

/* CREDIT & LAYBY INSERT */
.credit_layby_insert {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #121212;
}

.credit_layby_insert_inner {
    width: calc(100% - 20%);
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

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

.credit_layby_insert_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: 1.8em;
    line-height: 1.1em;
    font-weight: 600;
    color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.insert_button i {
    color: #F17524;
}

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

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

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

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

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

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

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

.contact_block_icon i {
    font-size: 30px;
    color: #f17524;
}

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

.contact_block_title {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.2em;
    color: #252525;
    font-family: 'Abril Fatface', serif;
    line-height: 1.0em;
}

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

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

.contact_block_content a,
.contact_block_content a:visited {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
    color: #000000;
    text-decoration: underline;
}

/* ENQUIRY FORM */
.enquiry_form {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: url('../images/enquiry_form_bg.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .enquiry_form {
        background-image: url('../images/enquiry_form_bg_mobile.png');
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
    }
}

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

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

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

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

.enquiry_form_header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 2.8em;
    line-height: 1.0em;
    color: #525252;
    text-transform: uppercase;
    font-family: 'Abril Fatface', serif;
}

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

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

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

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

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

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

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

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

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

.enquiry_flash_error {
    background: #fdecea;
    border: 1px solid #dd1f1f;
    color: #5c1515;
    padding: 12px 14px;
    font-size: 0.95rem;
    border-radius: 4px;
}

/* 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 1% 0 0;
    padding: 0;
    position: relative;
    width: 49%;
}

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

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

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

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

@media screen and (max-width: 560px) {
    .form_group_1_3 {
        margin: 0 0 25px 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 25px 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 25px 0;
        width: 100%;
    }
}

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

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

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

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

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

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

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

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

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

.form_field textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Poppins', sans-serif;
    height: 125px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    font-weight: 500;
    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);
}

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

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

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

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

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

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

.disabled_field {
    pointer-events: none;
    background-color: #252525 !important;
    color: #ffffff !important;
    border: 1px solid #e9e9e9 !important;
}

.hfield {
    display: none;
}

/* PRODUCT LISTINGS */
.product_listings {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.product_holder {
    width: calc(100% / 3 - 20px - 10px - 2px);
    height: auto;
    padding: 10px;
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
}

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

@media screen and (max-width: 560px) {
    .product_holder {
        width: calc(100% / 1 - 20px - 2px);
        margin: 5px auto;
        clear: both;
        float: none;
    }
}

.product_flag {
    width: 200px;
    height: auto;
    padding: 5px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    right: -70px;
    clear: both;
    display: table;
    text-align: center;
    color: #ffffff;
    font-size: 0.9em;
    background-color: #f17524;
    transform: rotate(45deg);
    z-index: 3;
}

.product_image {
    width: 90%;
    height: auto;
    padding-bottom: 90%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

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

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

@media screen and (max-width: 300px) {
    .product_image {
        width: 90%;
        padding-bottom: 90%;
    }
}

.product_image_main,
.product_image_swop {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 0;
    margin: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    clear: both;
    display: table;
    opacity: 1.0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all 0.4s ease-in-out;
}

.product_image_swop {
    opacity: 0.0;
}

.product_image:hover .product_image_swop {
    opacity: 1.0;
}

.product_image:hover .product_image_main {
    opacity: 0.0;
}

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

.product_name {
    width: 100%;
    height: 55px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.0em;
    text-transform: uppercase;
    color: #525252;
    font-family: 'Abril Fatface', serif;
}

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

@media screen and (max-width: 560px) {
    .product_name {
        height: auto;
        font-size: 1.5em;
        padding: 0 0 5px 0;
    }
}

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

.product_sub_text {
    width: 100%;
    height: 44px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.1em;
    color: #6d6d6d;
    font-weight: 500;
}

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

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

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

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

.product_button_holder {
    width: calc(50% - 4px);
    height: auto;
    padding: 0;
    margin: 0 2px;
    position: relative;
    clear: none;
    float: left;
    display: table;
}

.product_buttons a,
.product_buttons a:visited,
.product_button_faux {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 0;
    background-color: #252525;
    border-radius: 4px;
    display: table;
    float: left;
    clear: none;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    transition: all 0.3s ease-in-out;
}

.product_buttons a:hover,
.product_buttons a:visited:hover {
    background-color: #000000;
}

.product_buttons i {
    color: #f17524;
}

.product_button_faux {
    cursor: pointer;
}

.product_button_faux:hover {
    background-color: #000000;
}

/* PRODUCT FULL PAGE */
.product_page {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
}

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

.product_page_name {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 2.0em;
    line-height: 1.0em;
    font-family: 'Abril Fatface', serif;
    text-transform: uppercase;
    color: #525252;
}

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

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

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

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

.product_page_sub_text {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 500;
}

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

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

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

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

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

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

.product_page_gallery {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 15px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #e9e9e9;
    border-radius: 4px;
}

.product_page_gallery_holder {
    width: calc(100% / 4 - 20px);
    height: auto;
    padding-bottom: calc(100% / 4 - 20px);
    margin: 10px;
    position: relative;
    clear: none;
    float: left;
    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: 767px) {
    .product_page_gallery_holder {
        width: calc(100% / 3 - 20px);
        padding-bottom: calc(100% / 3 - 20px);
    }
}

@media screen and (max-width: 560px) {
    .product_page_gallery_holder {
        width: calc(100% / 2 - 20px);
        padding-bottom: calc(100% / 2 - 20px);
    }
}

@media screen and (max-width: 440px) {
    .product_page_gallery_holder {
        width: 80%;
        padding-bottom: 80%;
        margin: 20px 10%;
    }
}

.product_page_gallery_holder:hover {
    filter: grayscale(1.0);
    transform: scale(1.05, 1.05);
    z-index: 2;
}

/* COMPETITION PAGE */
.competition_banner {
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

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

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

.competition_left {
    width: 50%;
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: top;
    font-size: 0.9em;
}

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

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

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

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

/* 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;
    font-family: 'Font Awesome 6 Pro', 'Poppins', sans-serif;
    line-height: 1.0em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.album_icon {
    color: #AFB374;
    display: none;
    font-size: 50px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    z-index: 3;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.album_holder:hover .album_icon {
    display: table;
    opacity: 1.0;
}

.album_button {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    position: relative;
    text-align: center;
    width: auto;
}

.album_button a,
.album_button a:visited {
    border: 1px solid #AFB374;
    color: #AFB374;
    font-family: 'Font Awesome 6 Pro', 'Abril Fatface', sans-serif;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
    border: 1px solid #4e502e;
    color: #4e502e;
}

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

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

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

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

/* FOOTER */
.footer {
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 40px);
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: url('../images/footer_bg.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

@media screen and (max-width: 767px) {
    .footer {
        background-image: url('../images/footer_bg_mobile.png');
        background-position: center center;
    }
}

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

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

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

@media only screen and (max-width: 767px) {
    .footer_socials i {
        width: 30px;
        height: 30px;
        margin: 0 1px;
        line-height: 30px;
        font-size: 14px;
    }
}

.footer_socials i:hover {
    background-color: #f17524;
    color: #e9e9e9;
}

.footer_socials a {
    text-decoration: none;
}

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

@media only screen and (max-width: 767px) {
    .footer_addresses {
        padding: 0;
    }
}

.footer_address_holder {
    width: 50%;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    color: #121212;
    font-size: 1em;
    line-height: 1.2em;
}

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

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

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

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

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

.footer_address_header {
    font-size: 1.2em;
    padding: 0 0 4px 0;
    font-family: 'Abril Fatface', serif;
}

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

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

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

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

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

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

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

    .privacy_policy a,
    .privacy_policy a:visited {
        width: 100%;
        padding: 5px 0;
        clear: both;
        display: table;
    }
}

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

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

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

.credits a,
.credits a:visited {
    color: #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;
    background-image: url('../images/wa_bg_filter.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1005;
}

.whatsapp_button i {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
    width: auto;
    white-space: nowrap;
    height: auto;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    border: 2px solid #525252;
    border-radius: 6px 6px 0 6px;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
    color: #525252;
    opacity: 0.0;
    animation: animateWhatsappPopup 1.5s ease-in-out 5.0s 1 forwards;
}

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

    100% {
        opacity: 1.0;
    }
}

.whatsapp_link:hover i {
    transform: scale(1.1, 1.1);
}