@charset "utf-8";

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

body {
    background-color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    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-style: normal;
    font-weight: 300;
    margin: 30px 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

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

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

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

img {
    border: 0;
}

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

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

/* INFO BAR */
.info_bar {
    clear: both;
    display: table;
    height: 40px;
    margin: 0 auto;
    padding: 8px 0 2px 0;
    position: absolute;
    right: 5%;
    text-align: right;
    top: 0;
    width: 90%;
    z-index: 1;
}

@media screen and (max-width: 1080px) {
    .info_bar {
        padding: 12px 0 2px 0;
    }
}

@media screen and (max-width: 767px) {
    .info_bar {
        background-color: #000000;
        left: 0;
        padding: 12px 2% 2px 2%;
        right: 0;
        width: calc(100% - 4%);
    }
}

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

@media screen and (max-width: 440px) {
    .info_bar {
        height: 50px;
        line-height: 1.2em;
        padding: 6px 5px;
        width: calc(100% - 10px);
    }
}

.contact_holder {
    clear: none;
    color: #ffffff;
    float: right;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    height: auto;
    margin: 0 0 0 40px;
    padding: 0;
    text-shadow: 1px 1px 0 #000000;
    width: auto;
    text-decoration: none;
}

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

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

@media screen and (max-width: 440px) {
    .contact_holder {
        clear: both;
        font-size: 1.2em;
        margin: 0 10px;
        width: 100%;
    }
}

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

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

.contact_holder .fa {
    color: #faad66;
}

/* NAVIGATION */
.navigation {
    background-color: #ffffff;
    border-bottom: 5px solid #81522e;
    height: 70px;
    left: 5%;
    margin: 0 auto;
    padding: 0 0 0 calc(20px + 200px);
    position: absolute;
    top: 50px;
    width: calc(100% - 10% - 20px - 200px);
    z-index: 2;
}

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

@media screen and (max-width: 767px) {
    .navigation {
        left: 0;
        padding: 0 0 0 calc(2% + 160px);
        right: 0;
        width: calc(100% - 5% - 140px);
    }
}

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

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

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

.navigation.sticky {
    left: 0;
    opacity: 0.9;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 1000;
}

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

.navigation.sticky:hover {
    opacity: 1.0;
}

.menu_bar {
    clear: none;
    display: table;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: calc(100% - 140px);
}

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

.quick_links {
    clear: none;
    display: table;
    float: right;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    transition: all 0.4s ease-in-out;
    width: 140px;
}

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

.socials {
    background-color: #252525;
    clear: none;
    float: left;
    height: 70px;
    line-height: 70px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 70px;
}

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

.socials a,
.socials a:visited {
    color: #ffffff;
    font-size: 28px;
    text-decoration: none;
}

@media screen and (max-width: 440px) {
    .socials a,
    .socials a:visited {
        font-size: 20px;
    }
}

.enquire_button {
    background-color: #000000;
    float: right;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    width: 70px;
}

@media screen and (max-width: 440px) {
    .enquire_button {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
}

.enquire_button a,
.enquire_button a:visited,
.socials a,
.socials a:visited {
    color: #ffffff;
    display: block;
    height: 100%;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

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

.enquire_button:hover .fa,
.socials:hover .fa {
    color: #faad66;
    text-decoration: none;
    transform: scale(1.2, 1.2);
}

/* LOGO IMAGE */
.logo {
    background-attachment: scroll;
    background-image: url('../images/logo_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: auto;
    left: calc(5% + 20px);
    margin: 0;
    padding: 5px 10px 35px 10px;
    position: absolute;
    top: 0;
    width: 160px;
    z-index: 3;
}

@media screen and (max-width: 1080px) {
    .logo {
        padding: 10px 10px 30px 10px;
        width: 130px;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        left: 20px;
        padding: 15px 10px 40px 10px;
    }
}

@media screen and (max-width: 560px) {
    .logo {
        background-attachment: scroll;
        background-image: url('../images/logo_mobile_bg.png');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 360px !important;
        left: 0;
        padding: 10px 0 25px 0;
        right: 0;
        top: 125px;
        width: 100%;
    }
}

@media screen and (max-width: 440px) {
    .logo {
        top: 105px;
    }
}

.logo_main {
    display: block;
    height: auto;
    width: 100%;
}

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

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

@media screen and (max-width: 767px) {
    .slider {
        height: 55%;
        padding: 125px 0 0 0;
    }
}

@media screen and (max-width: 560px) {
    .slider {
        height: 50%;
        padding: 180px 0 0 0;
    }
}

@media screen and (max-width: 440px) {
    .slider {
        height: 35%;
        padding: 205px 0 0 0;
    }
}

@media screen and (max-width: 300px) {
    .slider {
        height: 30%;
        padding: 205px 0 0 0;
    }
}

.slider_filter {
    background-image: linear-gradient(rgba(250, 173, 102, 0.7), rgba(250, 173, 102, 0.0));
    height: 25%;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

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

.slider_bubble {
    background-color: #81522e;
    border: 10px solid #ffffff;
    border-radius: 50%;
    bottom: 100px;
    height: 200px;
    left: 5%;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
    width: 200px;
    z-index: 3;
    display: none;
}

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

@media screen and (max-width: 767px) {
    .slider_bubble {
        border: 5px solid #ffffff;
        bottom: 30px;
        height: 120px;
        width: 120px;
    }
}

@media screen and (max-width: 560px) {
    .slider_bubble {
        border: 5px solid #ffffff;
        bottom: 4%;
        height: 100px;
        width: 100px;
    }
}

@media screen and (max-width: 300px) {
    .slider_bubble {
        bottom: 2%;
        height: 90px;
        left: 3%;
        width: 90px;
    }
}

.slider_bubble:hover {
    border: 10px solid #faad66;
    transform: scale(1.1, 1.1);
}

@media screen and (max-width: 767px) {
    .slider_bubble:hover {
        border: 5px solid #faad66;
        transform: scale(1.1, 1.1);
    }
}

.slider_bubble_inner {
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    height: auto;
    line-height: 1.1em;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 40px);
}

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

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

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

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

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

.slider_bubble_inner a:hover,
.slider_bubble_inner a:visited:hover {
    color: #faad66;
    text-decoration: none;
}

/* INSERT */
.insert {
    background-color: #fee4ca;
    clear: both;
    display: table;
    height: auto;
    margin: 0 10% -125px 5%;
    padding: 20px 20px 20px 20px;
    position: relative;
    top: -125px;
    width: calc(100% - 10% - 40px);
    z-index: 2;
    scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
    .insert {
        margin: 0 auto -40px auto;
        padding: 20px 20px 20px 20px;
        top: -40px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 440px) {
    .insert {
        width: calc(100% - 40px);
    }
}

.insert_title {
    background-attachment: scroll, scroll;
    background-image: url('../images/headers_secondary_left.png'), url('../images/headers_secondary_right.png');
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 25px, auto 25px;
    color: #81522e;
    display: table;
    font-family: 'Meadowbrook', sans-serif;
    font-size: 3.5em;
    font-weight: normal;
    height: auto;
    line-height: 0.6em;
    margin: 0 auto;
    padding: 0 110px 10px 110px;
    text-align: center;
    width: auto;
}

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

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

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

.insert_arrow {
    display: none;
}

.insert_arrow a,
.insert_arrow a:visited {
    background-color: #faad66;
    border-radius: 50%;
    color: #252525;
    display: block;
    font-size: 32px;
    height: 100%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.insert_arrow a:hover,
.insert_arrow a:visited:hover {
    background-color: #f69033;
    color: #ffffff;
}

.shadow1 {
    background-attachment: scroll;
    background-image: url('../images/shadow1.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 80% 30px;
    clear: both;
    display: table;
    height: 40px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    width: calc(100% - 10%);
    z-index: 2;
}

@media screen and (max-width: 560px) {
    .shadow1 {
        background-size: 100% 20px;
        height: 40px;
    }
}

.shadow2 {
    background-attachment: scroll;
    background-image: url('../images/shadow1.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 80% 30px;
    clear: both;
    display: table;
    height: 40px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    width: calc(100% - 10%);
    z-index: 2;
}

@media screen and (max-width: 560px) {
    .shadow2 {
        background-size: 100% 20px;
        height: 40px;
    }
}

/* MAIN CONTENT */
.content {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto -25px auto;
    padding: 20px 0;
    position: relative;
    top: -25px;
    width: 1000px;
}

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

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

.content_info {
    display: table-cell;
    height: auto;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: calc(100% - 300px);
}

@media screen and (max-width: 767px) {
    .content_info {
        clear: both;
        display: table;
        width: 100%;
    }
}

.content_h2_header {
    background-attachment: scroll;
    background-image: url('../images/headers_main_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 25px;
    clear: both;
    color: #333333;
    display: table;
    font-family: 'Meadowbrook', sans-serif;
    font-size: 3.8em;
    font-weight: normal;
    height: auto;
    line-height: 0.6em;
    margin: 0 auto 10px auto;
    padding: 0 0 25px 0;
    position: relative;
    text-align: center;
    width: auto;
}

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

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

@media screen and (max-width: 560px) {
    .content_h2_header {
        background-image: none;
        padding: 0;
    }
}

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

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

.content_image {
    display: table-cell;
    height: auto;
    padding: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 280px;
}

@media screen and (max-width: 767px) {
    .content_image {
        display: table;
        width: 100%;
    }
}

.content_image_float {
    background-attachment: scroll;
    background-color: #fcc38b;
    background-repeat: no-repeat;
    background-size: cover !important;
    border: 10px solid #fcc38b;
    border-radius: 50%;
    clear: both;
    height: auto;
    margin: 20px 0 0 0;
    padding-bottom: calc(100% - 20px);
    position: relative;
    width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
    .content_image_float {
        height: auto;
        margin: 10px auto;
        padding-bottom: calc(50% - 20px);
        text-align: center;
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 560px) {
    .content_image_float {
        padding-bottom: calc(70% - 20px);
        width: calc(70% - 20px);
    }
}

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

@media screen and (max-width: 300px) {
    .content_image_float {
        padding-bottom: calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

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

.special_holder {
    width: calc(50% - 20px - 2px - 20px);
    height: 110px;
    padding: 10px;
    margin: 10px;
    float: left;
    clear: none;
    display: table;
    position: relative;
    border: 1px solid #fcc38b;
    transition: all 0.4s ease-in-out;
}

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

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

.special_holder:hover {
    transform: scale(1.05, 1.05);
}

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

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

.specials_title {
    width: 100%;
    height: auto;
    padding: 0 0 25px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #81522e;
    font-weight: 500;
}

@media screen and (max-width: 440px) {
    .specials_title {
        padding: 0 0 10px 0;
        text-align: center;
    }
}

.special_description {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: justify;
    height: 60px;
}

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

.special_download {
    width: 80px;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    clear: none;
    display: table;
    text-align: right;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 440px) {
    .special_download {
        width: 100%;
        clear: both;
        float: none;
        position: relative;
        top: 0;
        transform: translateY(0);
        margin: 10px auto 0 auto;
        right: auto;
        text-align: center;
    }
}

.special_download i {
    font-size: 5em;
    color: #333333;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.special_holder:hover .special_download i {
    color: #000000;
}

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

.testimonial_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid #fcc38b;
}

.testimonial_name {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #81522e;
    font-weight: 500;
    text-align: center;
}

.testimonial_location {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #81522e;
    font-weight: 500;
}

.testimonial_text {
    width: calc(100% - 10%);
    height: auto;
    padding: 0 5% 10px 5%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    font-style: italic;
    color: #333333;
    line-height: 1.6em;
    text-align: center;
}

.testimonial_text:before,
.testimonial_text:after {
    font-size: 1.5em;
    font-family: 'FontAwesome', sans-serif;
    color :#faad66;
}

.testimonial_text:before {
    padding: 0 5px 0 0;
    content: '\f10d';
}

.testimonial_text:after {
    padding: 0 0 0 5px;
    content: '\f10e';
}

.testimonial_date_visit {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    clear: both;
    display: table;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.9em;
    font-weight: 500;
}

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

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

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

.qbox_link {
    text-decoration: none;
}

.qbox_holder {
    border: 1px solid #fcc38b;
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 20px;
    padding: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: calc(100% / 3 - 20px - 2px - 40px);
}

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

@media screen and (max-width: 767px) {
    .qbox_holder {
        clear: both;
        display: table;
        margin: 0 0 30px 0;
        width: calc(100% - 20px - 2px);
    }
}

.qbox_title {
    clear: both;
    color: #81522e;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    height: 65px;
    line-height: 1.1em;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: auto;
}

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

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

.qbox_holder:hover .qbox_title {
    background-color: #ffffff;
    top: -28px;
}

.qbox_image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto 10px auto;
    padding-bottom: 50%;
    position: relative;
    width: 100%;
}

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

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

.qbox_image_filter {
    background-color: rgba(0, 0, 0, 0.0);
    background-position: center left;
    bottom: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 2;
}

.qbox_holder:hover .qbox_image_filter {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../images/hover_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% auto !important;
}

.qbox_description {
    clear: both;
    color: #252525;
    display: table;
    font-size: 0.9em;
    height: 130px;
    margin: 0 auto 15px auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
}

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

@media screen and (max-width: 767px) {
    .qbox_description {
        font-size: 1.0em;
        height: auto;
        line-height: 1.4em;
    }
}

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

.qbox_button a,
.qbox_button a:visited {
    border: 1px solid #81522e;
    clear: both;
    color: #81522e;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4em;
    height: auto;
    line-height: 1.0em;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 40px);
}

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

.qbox_holder:hover .qbox_button a,
.qbox_holder:hover .qbox_button a:visited {
    background-color: rgba(0, 0, 0, 0.2);
}

.qbox_holder:hover .qbox_button a:hover,
.qbox_holder:hover .qbox_button a:visited:hover {
    background-color: #252525;
}

/* PHOTO GALLERY */

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

.album_holder {
    background-attachment: scroll;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover !important;
    border: 2px solid #ffffff;
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding-bottom: calc(100% / 4 - 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% / 4 - 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% / 4 - 4px);
    width: calc(100% / 4 - 4px);
}

@media screen and (max-width: 767px) {
    .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% / 4 - 4px);
    width: calc(100% / 4 * 2 - 4px);
}

@media screen and (max-width: 767px) {
    .album_holder_stretch_2 {
        padding-bottom: calc(100% / 3 - 4px);
        width: calc(100% / 3 - 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% / 4 - 4px);
    width: calc(100% / 4 * 3 - 4px);
}

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

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

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

@media screen and (max-width: 767px) {
    .album_holder_stretch_4 {
        padding-bottom: calc(100% / 3 - 4px);
        width: calc(100% / 3 - 4px);
    }
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_4 {
        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;
    font-size: 1.2em;
    height: 20px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    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% - 20px);
}

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

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

.album_button {
    clear: both;
    display: table;
    height: auto;
    margin: 30px auto 30px 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: 'Barlow Condensed', sans-serif;
    font-size: 1.5em;
    margin: 0 auto;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

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

/* 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: 10px auto 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

/* MAP */

.mapouter {
    height: auto;
    margin: 10px auto 0 auto;
    padding: 0;
    width: 100%;
}

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

/* MEDIA BOXES GALLERY */

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

/* FOOTER */

.footer {
    background-attachment: scroll;
    background-color: #252525;
    background-image: url('../images/footer_bg.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 160% !important;
    clear: both;
    display: table;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 20px 5%;
    position: relative;
    width: calc(100% - 10%);
}

.footer_socials {
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 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;
}

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

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

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

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

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

/* FORM STYLING */

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

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

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

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

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

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

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

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

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

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

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

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

.form_label {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0 0 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: #ff0000;
    font-size: 0.8em;
    font-weight: 500;
    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-color: #ffffff;
    border: 1px solid #81522e;
    clear: none;
    color: #81522e;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Barlow Condensed', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.form_group_full .enquire_btn:hover {
    background-color: #252525;
}

.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: rgba(129, 82, 46, 1.0);
    color: #ffffff;
}

.paging_current {
    background-color: rgba(129, 82, 46, 0.7);
    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;
}
