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

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

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

h1, h2, h3, h4, h5, h6 {
    color: #c4c4c4;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    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: 'Barlow', sans-serif;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
}

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

*:focus {
    outline: none;
}

/* HEADER */
.header {
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #e2e2e2;
    background-image: linear-gradient(#ffffff, #c1c1c1);
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 560px) {
    .contact_hd_holder {
        width: auto;
        margin: 0 10px;
        float: none;
        display: inline-block;
    }
}

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

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

.contact_hd_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    text-align: right;
    font-size: 1.2em;
    line-height: 1.0em;
    color: #000000;
    font-family: 'Barlow Condensed', serif;
    text-transform: uppercase;
    font-weight: 600;
}

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

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

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

.contact_hd_data {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #525252;
    font-weight: 600;
    font-family: 'Barlow Condensed', serif;
}

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

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

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

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

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

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

.contact_hd_icon i {
    color: #f29343;
    font-size: 42px;
}

@media screen and (max-width: 1080px) {
    .contact_hd_icon i {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .contact_hd_icon i {
        font-size: 30px;
    }
}

/* MENU BAR */
.menu_bar {
    width: calc(100% - 40px);
    height: auto;
    padding: 5px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #000000;
    z-index: 1001;
    transition: all 0.5s ease-in-out;
}

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

.menu_bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000000;
}

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

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

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

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

.enquiry_button a,
.enquiry_button a:visited {
    width: 100%;
    height: auto;
    padding: 8px 0;
    margin: 0;
    display: table;
    background-color: #f29343;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9em;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .enquiry_button a,
    .enquiry_button a:visited {
        padding: 6px 0;
    }
}

.enquiry_button a:hover,
.enquiry_button a:visited:hover {
    background-color: #bf702e;
}

/* 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;
    width: 100%;
}

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

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

.slider_info {
    width: 60%;
    height: calc(100% - 100px);
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    background-image: url('../images/slider_frame.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    background-position: right center;
    z-index: 1;
    animation: animateSliderInfo 1.0s ease-in-out 0.0s 1 forwards;
}

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

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

@media screen and (max-width: 560px) {
    .slider_info {
        width: calc(100% - 40px);
        height: auto;
        right: auto;
        left: auto;
        margin: 0 auto;
        background-image: none;
    }
}

@keyframes animateSliderInfo {
    0% {
        right: -100%;
    }
    100% {
        right: 50px;
    }
}

@media screen and (max-width: 560px) {
    @keyframes animateSliderInfo {
        0% {
            right: -100%;
        }
        100% {
            right: 0;
            left: 0;
        }
    }
}

.slider_info_float {
    width: calc(100% - 30px);
    height: auto;
    padding: 0 20px 0 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    opacity: 0.0;
    animation: animateSliderInfoFloat 1.5s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 560px) {
    .slider_info_float {
        width: auto;
        padding: 0;
        margin: 0 auto;
        top: 50%;
        right: 0;
        left: 0;
    }
}

@keyframes animateSliderInfoFloat {
    0% {
        right: -100%;
        transform: translateY(-50%) rotate(90deg);
        opacity: 0.0;
    }
    100% {
        right: 20px;
        transform: translateY(-50%) rotate(0);
        opacity: 1.0;
    }
}

@media screen and (max-width: 560px) {
    @keyframes animateSliderInfoFloat {
        0% {
            right: -100%;
            transform: translateY(-50%) rotate(90deg);
            opacity: 0.0;
        }
        100% {
            right: 0;
            left: 0;
            transform: translateY(-50%) rotate(0);
            opacity: 1.0;
        }
    }
}

.slider_title {
    color: #ffffff;
    font-size: 4.0vw;
    font-weight: 600;
    line-height: 0.9em;
    margin: 5px 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

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

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

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

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

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

@media screen and (max-width: 560px) {
    .slider_description {
        color: #ffffff;
        margin: 5px auto;
        text-align: center;
    }
}

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

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

.slider_button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    float: right;
    opacity: 0.0;
    animation: animateSliderButton 1.0s ease-in-out 1.5s 1 forwards;
}

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

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

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

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

@media screen and (max-width: 560px) {
    .slider_button a,
    .slider_button a:visited {
        margin: 5px 0;
        font-size: 0.8em;
    }
}

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

/* STATS COUNTER */
.stats_counter {
    width: 100%;
    height: auto;
    padding: 10px 0 15px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #525252;
    text-align: center;
    overflow: hidden;
}

.stat_count_holder {
    height: auto;
    padding: 0;
    margin: 0 10px;
    position: relative;
    clear: none;
    float: left;
    text-align: center;
    display: table;
}

@media screen and (max-width: 560px) {
    .stat_count_holder {
        width: calc(100% / 3 - 20px) !important;
        margin: 10px;
    }
}

@media screen and (max-width: 440px) {
    .stat_count_holder {
        width: calc(100% / 2 - 20px) !important;
    }
}

@media screen and (max-width: 300px) {
    .stat_count_holder {
        width: calc(100% / 1 - 20px) !important;
    }
}

.stat_count_quantity {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 55px;
    line-height: 1.0em;
    color: #f29343;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
}

@media screen and (max-width: 1080px) {
    .stat_count_quantity {
        font-size: 45px;
    }
}

@media screen and (max-width: 767px) {
    .stat_count_quantity {
        font-size: 36px;
    }
}

@media screen and (max-width: 300px) {
    .stat_count_quantity {
        font-size: 45px;
    }
}

.stat_count_tag_name {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.0em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

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

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

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

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

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

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: left;
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    color: #c4c4c4;
}

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

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

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

.page_sub_header {
    color: #f29343;
}

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

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

/* MAIN CONTENT COVER IMAGE */
.content_cover {
    width: 400px;
    height: auto;
    padding: 0;
    margin: 20px 0 20px 20px;
    position: relative;
    clear: none;
    float: right;
}

@media screen and (max-width: 1080px) {
    .content_cover {
        width: 320px;
        height: auto;
        padding: 0;
        margin: 20px 0 20px 20px;
        position: relative;
        clear: none;
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .content_cover {
        width: 250px;
        height: auto;
        padding: 0;
        margin: 20px 0 20px 20px;
        position: relative;
        clear: none;
        float: right;
    }
}

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

.content_cover_insert {
    width: calc(100% - 10%);
    height: 20px;
    padding: 0;
    margin: 0 0 0 10%;
    position: relative;
    clear: both;
    border-left: 4px solid #f29343;
}

.content_cover_image {
    width: 100%;
    height: auto;
    padding-bottom: 70%;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.content_cover_line {
    width: calc(100% - 10%);
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 10%;
    top: 0;
    border-left: 4px solid #f29343;
}

.content_cover_info {
    width: calc(100% - 10% - 20px);
    height: auto;
    padding: 10px;
    margin: 0 0 0 10%;
    position: relative;
    clear: both;
    border-left: 4px solid #f29343;
    border-bottom: 4px solid #f29343;
}

.content_cover_info .fa-quote-left,
.content_cover_info .fa-quote-right {
    color: #c4c4c4;
    font-size: 15px;
    width: 100%;
}

.content_cover_info .fa-quote-left {
    text-align: left;
}

.content_cover_info .fa-quote-right {
    text-align: right;
}

.cover_main_title {
    width: 100%;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.0em;
    color: #ffffff;
    line-height: 1.2em;
}

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

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

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

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

.cover_main_title_italic {
    font-style: italic;
}

.cover_sub_title {
    width: 100%;
    clear: both;
    display: table;
    text-align: center;
    font-size: 0.8em;
    color: #aeaeae;
    line-height: 1.2em;
}

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

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

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

/* 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: 36px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.contact_block_icon i{
    font-size: 34px;
    color: #f29343;
}

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

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.2em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    color: #acacac;
    line-height: 1.0em;
}

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

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

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

.contact_block_content a,
.contact_block_content a:visited {
    color: #ffffff;
    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: #c4c4c4;
    text-decoration: underline;
}

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

.inline_enquiry_form_left,
.inline_enquiry_form_right {
    width: calc(100% / 2 - 20px);
    height: auto;
    margin: 0;
    position: relative;
    clear: none;
}

@media screen and (max-width: 767px) {
    .inline_enquiry_form_left,
    .inline_enquiry_form_right {
        width: 100%;
        margin: 0 auto;
        clear: both;
    }
}

.inline_enquiry_form_left {
    padding: 0 10px 0 0;
    float: left;
}

@media screen and (max-width: 767px) {
    .inline_enquiry_form_left {
        padding: 0 0 20px 0;
        float: none;
    }
}

.eform_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: left;
    font-size: 2.2em;
    line-height: 1.0em;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #f29343;
    font-weight: 700;
}

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

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

.eform_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: left;
    font-size: 1.0em;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 500;
}

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

.inline_enquiry_form_right {
    padding: 0 10px 0 0;
    float: right;
}

@media screen and (max-width: 767px) {
    .inline_enquiry_form_right {
        padding: 0;
        float: none;
    }
}

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

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

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

@media screen and (max-width: 560px) {
    .inserts {
        background-image: none !important;
        background-color: #525252;
    }
}

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

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

@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.0em;
    }
}

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

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

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

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

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

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

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

.insert_button a,
.insert_button a:visited {
    background-color: #f29343;
    border: 0;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.0em;
    height: auto;
    margin: 5px auto;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto;
}

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

@media screen and (max-width: 440px) {
    .insert_button a,
    .insert_button a:visited {
        width: calc(100% - 20px);
        padding: 10px 10px;
    }
}

.insert_button a:hover,
.insert_button a:visited:hover {
    background-color: #bf702e;
    border: 0;
    color: #ffffff;
}

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

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

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

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

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

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

.page_image_link {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* WHATSAPP BUTTON */
.whatsapp_button {
    width: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1005;
}

.whatsapp_button img {
    width: auto;
    height: 45px;
    display: block;
    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 img {
    transform: scale(1.1, 1.1);
}

/* PHOTO GALLERY */
.album_gallery,
.photo_gallery {
    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: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Font Awesome 5 Pro', 'Barlow Condensed', sans-serif;
    line-height: 1.0em;
}

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

@media screen and (max-width: 767px) {
    .album_header_name {
        font-size: 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_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

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

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

.album_holder {
    background-attachment: scroll;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover !important;
    border: 2px solid #252525;
    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: 'Barlow Condensed', 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: #ffffff;
    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 5 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 5 Pro', 'Barlow Condensed', 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%;
}

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

.service_category_holder {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px 10px;
    margin: 15px auto 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    background-color: #bf702e;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.0em;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

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

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

.service_list_holder {
    width: calc(100% - 4px);
    height: auto;
    padding: 2px;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-color: #151515;
}

.service_list_line {
    width: calc(100% / 2 - 10px - 4px - 2px);
    height: auto;
    padding: 5px;
    margin: 2px;
    position: relative;
    display: table;
    float: left;
    clear: none;
    border: 1px solid #252525;
    text-align: center;
    font-weight: 400;
    font-size: 1.0em;
    line-height: 1.1em;
    font-family: 'Barlow Condensed', sans-serif;
}

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

@media screen and (max-width: 767px) {
    .service_list_line {
        width: calc(100% / 1 - 10px - 4px - 2px);
        display: table;
        font-size: 1.0em;
    }
}

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

.service_list_line i {
    color: #525252;
}

/* LATEST PROJECTS */
.latest_projects {
    width: calc(100% - 20px);
    height: auto;
    padding: 20px 10px;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #dbdbdb;
    overflow: hidden;
}

.latest_projects_header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 10px auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 2.2em;
    line-height: 1.0em;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #525252;
}

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

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

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

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

.latest_project_holder {
    width: calc(100% / 3 - 20px);
    height: auto;
    padding-bottom: calc(100% / 3 - 20px);
    margin: 0 10px;
    position: relative;
    clear: none;
    float: left;
    background-color: #000000;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
    .latest_project_holder {
        width: calc(100% / 1);
        padding-bottom: calc(100% / 1);
        margin: 10px 0;
        clear: both;
        float: none;
    }
}

.latest_project_frame {
    width: calc(100% - 10%);
    height: calc(100% - 10%);
    padding: 0;
    margin: 5%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('../images/slider_frame.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    transition: all 0.3s ease-in-out;
}

.latest_project_holder:hover .latest_project_frame {
    width: calc(100% - 4%);
    height: calc(100% - 4%);
    padding: 0;
    margin: 2%;
}

.latest_project_name {
    width: calc(100% - 20%);
    height: auto;
    padding: 0;
    margin: 0 10%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.4em;
    line-height: 1.0em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 2;
}

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

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

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

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

.latest_project_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.latest_project_holder:hover .latest_project_filter {
    background-color: rgba(0, 0, 0, 0.8);
}

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

@media screen and (max-width: 560px) {
    .footer {
        margin: 5px auto 0 ato;
    }
}

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

.footer_socials i {
    border: 1px solid #f29343;
    color: #f29343;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    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;
}

.footer_socials i:hover {
    background-color: #f29343;
    color: #000000;
}

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

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

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

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

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

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

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

    }
}

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

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

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

.footer_slogo_holder {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 15px 0 0;
    position: relative;
    clear: none;
    float: left;
    display: table;
}

@media screen and (max-width: 767px) {
    .footer_slogo_holder {
        width: auto;
        height: auto;
        padding: 0;
        margin: 10px 5px;
        position: relative;
        clear: none;
        float: left;
        display: table;
    }
}

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

.footer_slogo_holder img {
    width: auto;
    height: 80px;
    display: table;
}

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

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

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

.footer_address_holder {
    width: auto;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    color: #ffffff;
    font-size: 1.0em;
    text-align: right;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}

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

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

.footer_address_header {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
}

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

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

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

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

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

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

.credits {
    clear: both;
    color: #c4c4c4;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8em;
    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;
}

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

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

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

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

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

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

@media screen and (max-width: 560px) {
    .cookie_notice_text {
        padding: 0 0 10px 0;
    }
}

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

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

.cookie_notice_buttons input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    background-color: #f29343;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

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

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

/* 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 #525252;
}

.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_top {
    display: block;
}

.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%;
        margin: 10px auto 0 auto;
    }
}

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

.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: auto;
    overflow: auto;
    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: #c4c4c4;
    line-height: 1.1em;
    font-family: 'Barlow Condensed', sans-serif;
}

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

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

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

.content_box_sub_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    font-size: 1.2em;
    color: #c4c4c4;
    line-height: 1.1em;
    font-family: 'Barlow Condensed', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_label label {
    color: #c4c4c4;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
}

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 5 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: #3a3a3a;
    border: 0;
    font-family: 'Barlow', sans-serif;
    height: 20px;
    margin: 0;
    outline: none;
    font-weight: 500;
    padding: 10px 10px;
    color: #ffffff;
    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);
}

.inline_enquiry_form .form_field input[type="text"],
.inline_enquiry_form .form_field input[type="number"] {
    background-color: #252525;
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus {
    background-color: #1a1a1a;
    border: 0;
    color: #ffffff;
}

.form_field select {
    background-color: #3a3a3a;
    border: 0;
    font-family: 'Barlow', sans-serif;
    height: 42px;
    margin: 0;
    outline: none;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 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%;
}

.inline_enquiry_form .form_field select {
    background-color: #252525;
}

.form_field select:hover,
.form_field select:focus {
    background-color: #1a1a1a;
    border: 0;
    color: #ffffff;
}

.form_field textarea {
    background-color: #3a3a3a;
    border: 0;
    font-family: 'Barlow', sans-serif;
    height: 60px;
    margin: 0;
    outline: none;
    padding: 10px 10px;
    color: #ffffff;
    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% - 20px);
}

.inline_enquiry_form .form_field textarea {
    background-color: #252525;
}

.form_field textarea:hover,
.form_field textarea:focus {
    background-color: #1a1a1a;
    border: 0;
    color:#ffffff;
}

.form_group_full .enquire_btn {
    background-color: #f29343;
    border: 0;
    clear: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'Font Awesome 5 Pro', 'Barlow Condensed', sans-serif;
    font-size: 1.0em;
    margin: 0;
    padding: 10px 30px;
    border-radius: 4px;
    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;
}

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

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

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

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

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

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

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

.hfield {
    display: none;
}

/* PAGING */
.paging_current,
.paging_nonactive,
.paging_link {
    border: 2px solid #C4C4C4;
    color: #8A8A8A;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 22px;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.paging_link {
    background-color: transparent;
}

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

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

.paging_nonactive {
    background-color: #E1E1E1;
}

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

.under_construction {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    background-image: url('../images/under_construction.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:  center center;
    background-color: #222038;
}
