@charset "utf-8";

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

body {
    background-color: #ffffff;
    font-family: 'Barlow', 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: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 3.0em;
}

h2 {
    font-size: 2.6em;
}

h3 {
    font-size: 2.2em;
}

h4 {
    font-size: 1.8em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
}

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

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

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

.hide_meta {
    display: none;
}

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

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

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

.more_btn {
    background-color: #252525;
    border: 2px solid rgba(170, 98, 63, 0.8);
    clear: both;
    color: rgba(170, 98, 63, 1.0);
    display: table;
    float: right;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 10px 30px;
    position: relative;
    text-align: right;
    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;
}

.more_btn:hover {
    border: 2px solid rgba(170, 98, 63, 1.0);
    color: #ffffff;
}

/* HEADER */

.header_container {
    background-attachment: scroll, scroll;
    background-repeat: repeat-x, no-repeat;
    background-size: 100% 300px, cover !important;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    width: calc(100% - 10%);
    z-index: 3;
}

@media screen and (max-width: 1080px) {
    .header_container {
        background-attachment: scroll, scroll;
        background-color: #444047;
        background-image: url('../images/header_filter_white.png'), url('../images/mobile_header_bg.jpg') !important;
        background-repeat: repeat-x, repeat;
        background-size: 100% 300px, auto;
        padding: 0 2%;
        width: calc(100% - 4%);
    }
}

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

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

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

.logo img {
    display: block;
    height: 80px;
    width: auto !important;
}

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

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

@media screen and (max-width: 560px) {
    .logo img {
        height: 60px;
        margin: 0 auto;
        padding: 0 0 10px 0;
        text-align: center;
    }
}

@media screen and (max-width: 440px) {
    .logo img {
        height: 50px;
    }
}

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

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

.contact_holder {
    color: #000000;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    height: auto;
    margin: 0 0 0 30px;
    padding: 0;
    width: auto;
}

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

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

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

.contact_tag {
    color: #3d3d3d;
    text-transform: uppercase;
}

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

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

.navigation {
    background-color: #aa623f;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 15px;
    position: relative;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    width: calc(100% - 15px);
}

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

.navigation.sticky {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 500;
}

.menu {
    display: table-cell;
    height: 60px;
    padding: 0;
    vertical-align: top;
    width: calc(100% - 180px);
}

.socials {
    background-attachment: scroll;
    background-color: #252525;
    background-image: url('../images/menu_tab.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: table-cell;
    height: auto;
    padding: 0 10px 0 40px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
}

.socials .fa {
    color: #ffffff;
    font-size: 1.4em;
    height: auto;
    margin: 0 0 0 4px;
    padding: 0;
    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: 560px) {
    .socials .fa {
        font-size: 1.2em;
    }
}

.socials .fa:hover {
    color: #aa623f;
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    z-index: 2;
}

.shadow {
    background-attachment: scroll;
    background-image: url('../images/shadow.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 20px;
    clear: both;
    display: table;
    height: 20px;
    margin: 0 5%;
    padding: 0;
    position: relative;
    width: calc(100% - 10%);
}

.slider_outer {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    clear: both;
    height: 400px;
    margin: 0 auto;
    padding: 10px;
    width: calc(1000px - 20px);
}

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

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

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

@media screen and (max-width: 440px) {
    .slider_outer {
        height: 200px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 300px) {
    .slider_outer {
        height: 150px;
        width: calc(100% - 20px);
    }
}

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

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

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

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

@-o-keyframes animateSliderInfo {
    0% {
        bottom: -200px;
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }

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

.slider_info {
    bottom: -200px;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0 15%;
    position: absolute;
    right: 0;
    width: 70%;
}

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

.slider_info {
    animation-name: animateSliderInfo;
    -moz-animation-name: animateSliderInfo;
    -o-animation-name: animateSliderInfo;
    -webkit-animation-name: animateSliderInfo;
}

.slider_info {
    animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    -o-animation-delay: 0.0s;
    -webkit-animation-delay: 0.0s;
}

.slider_info {
    animation-duration: 3.0s;
    -moz-animation-duration: 3.0s;
    -o-animation-duration: 3.0s;
    -webkit-animation-duration: 3.0s;
}

.slider_info {
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slider_info {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.slider_title {
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 1px #000;
}

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

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

/* READ MORE BOXES */

.qboxes_container {
    background-color: #884e32;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 15px 5%;
    position: relative;
    text-align: center;
    width: calc(100% - 10%);
}

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

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

.qbox_link {
    text-decoration: none;
}

.qbox_holder {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 50px;
    padding: 0;
    position: relative;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    width: calc(100% / 3 - 100px);
}

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

@media screen and (max-width: 767px) {
    .qbox_holder {
        margin: 0 10px;
        width: calc(100% / 3 - 20px);
    }
}

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

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

.qbox_icon img {
    display: table;
    height: auto !important;
    margin: 0 25%;
    text-align: center;
    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: 50%;
}

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

.qbox_holder:hover .qbox_icon img {
    filter: brightness(10);
    -webkit-filter: brightness(10);
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.qbox_title {
    background-color: #252525;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    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: calc(100% - 20px);
}

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

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

.qbox_holder:hover .qbox_title {
    color: #884e32;
}

/* MAIN CONTENT */

.main_content_outer {
    background-attachment: scroll;
    background-image: url('../images/main_content_bg.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 350px auto !important;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

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

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

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

.content_h2_header {
    background-attachment: scroll;
    background-image: url('../images/content_h2_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80px 2px;
    color: #252525;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.8em;
    font-weight: 500;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
    text-transform: uppercase;
}

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

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

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

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

.main_content_inner p {
    line-height: 1.4em;
}

.main_content_inner ul li,
.main_content_inner ol li {
    padding: 2px 0;
}

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

/* INSERT 1 */

.insert1_container {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    clear: both;
    display: table;
    height: auto;
    margin: 15px auto 0 auto;
    padding: 50px 5%;
    position: relative;
    width: calc(100% - 10%);
}

@media screen and (max-width: 1200px) {
    .insert1_container {
        padding: 60px 5%;
    }
}

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

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

.insert1_header {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    height: auto;
    margin: 0 auto;
    padding: 0 0 15px 0;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 1px #000000;
    text-transform: uppercase;
    width: 100%;
}

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

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

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

.insert1_sub_header {
    background-attachment: scroll;
    background-image: url('../images/content_h2_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80px 2px;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    height: auto;
    margin: 0 auto 20px auto;
    padding: 0 0 5px 0;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 1px #000000;
    width: 100%;
}

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

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

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

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

.insert1_description {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow', sans-serif;
    font-size: 1.5em;
    height: auto;
    margin: 0 10%;
    padding: 10px 0 25px 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: calc(100% - 20%);
}

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

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

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

.insert1_button a,
.insert1_button a:visited {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../images/gen_button_bg.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border: 2px solid #ffffff;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    height: auto;
    margin: 0 auto;
    padding: 5px 30px 8px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto;
}

@media screen and (max-width: 767px) {
    .insert1_button a,
    .insert1_button a:visited {
        font-size: 1.5em;
    }
}

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

.insert1_button a:hover,
.insert1_button a:visited:hover {
    background-color: rgba(0, 0, 0, 1.0);
    border: 2px solid #ffffff;
    color: #884e32;
}

/* LOGO SLIDER */

.logo_slider {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    clear: both;
    display: table;
    height: auto;
    margin: 15px auto 0 auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

/* PRODUCT LISTINGS */

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

.product_holder {
    background-color: #eeeeee;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    clear: both;
    display: table;
    height: auto;
    margin: 0 0 15px 0;
    padding: 15px;
    position: relative;
    width: calc(100% - 30px - 2px);
}

.product_name {
    clear: both;
    color: #252525;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.4em;
    height: auto;
    margin: 0;
    padding: 0 0 5px 0;
    position: relative;
    width: 100%;
}

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

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

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

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

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

.product_gallery_holder {
    background-attachment: scroll;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: contain !important;
    border: 5px solid #ffffff;
    clear: none;
    float: left;
    height: auto;
    margin: 0 2.5px 5px 2.5px;
    padding-bottom: calc(100% / 3 - 10px - 5px);
    position: relative;
    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% / 3 - 10px - 5px);
}

.product_gallery_holder:hover {
    border: 5px solid #aa623f;
}

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

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

.product_gallery_title {
    background-color: rgba(170, 98, 63, 0.7);
    bottom: 0;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.0em;
    font-weight: 500;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    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: calc(100% - 8px);
    z-index: 2;
}

.product_gallery_holder:hover .product_gallery_title {
    bottom: calc(100% - 26px);
}

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

@media screen and (max-width: 560px) {
    .product_gallery_title {
        font-size: 2.4vw;
    }
}

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

/* MEDIA BOXES GALLERY */

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

/* GOOGLE MAP */

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

.map {
    margin: 15px auto 0 auto;
}

@media screen and (max-width: 560px) {
    .map,
    #map {
        height: 300px !important;
    }
}

/* FOOTER */

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

.footer_socials {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.footer_socials .fa {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 8px;
    padding: 0 0 0 5px;
    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: 30px;
}

@media screen and (max-width: 767px) {
    .footer_socials .fa {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        width: 25px;
    }
}

.footer_socials .fa:hover {
    background-color: #ffffff;
    color: #252525;
}

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
}

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

.credits {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
}

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

.credits a,
.credits a:visited {
    color: #bfa530;
    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 2% 0 0;
    padding: 0;
    position: relative;
    width: 48%;
}

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

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

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

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

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

label.error {
    color: red;
    font-size: 0.8em;
    font-weight: 700;
    position: relative;
}

label.error:before {
    content: '\f071';
    font-family: 'FontAwesome', 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"] {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Barlow', sans-serif;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

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

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

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

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

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

.form_group_full .enquire_btn {
    background-attachment: scroll;
    background-color: #aa623f;
    background-image: url('../images/gen_button_bg.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border: 1px solid #aa623f;
    clear: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    margin: 0;
    padding: 15px 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 {
    background-color: #713f27;
    border: 1px solid #713f27;
}

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

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

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

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

.red_asterisk:before {
    color: red;
    content: '\f069';
    font-family: 'FontAwesome', 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: 28px;
    line-height: 28px;
    margin: 0 4px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 28px;
}

.paging_link {
    background-color: transparent;
}

.paging_link:hover {
    background-color: #686b3e;
    color: #ffffff;
}

.paging_current {
    background-color: #AFB374;
    color: #ffffff;
}

.paging_nonactive {
    background-color: #E1E1E1;
}

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