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

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

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

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

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

.slogan {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
}

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

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

.slogan_sub {
    color: #a16647;
}

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

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

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

.socials {
    width: auto;
    height: auto;
    padding: 5px 0 5px 10px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

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

.socials .fab {
    font-size: 1.2em;
    color: #a16647;
    transition: all 0.3s ease-in-out;
}

.socials .fab:hover {
    transform: scale(1.4, 1.4);
    z-index: 2;
}

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

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

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

.contact_holder {
    width: auto;
    height: auto;
    padding: 0 15px 0 0;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    color: #ffffff;
    line-height: 1.2em;
}

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

@media screen and (max-width: 440px) {
    .contact_holder {
        float: none;
        clear: both;
        margin: 0;
        text-align: center;
        padding: 2px 0 0 0;
    }
}

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

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

.contact_holder .fa {
    color: #a16647;
}

/* HEADER */
.header {
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 20px 6px 20px;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-image: linear-gradient(#ffffff, #eeeeee);
    z-index: 1001;
}

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

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
}

@media screen and (max-width: 1080px) {
    .header.sticky {
        padding: 2px 20px 0 20px;
    }
}

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

.logo {
    width: 320px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
}

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

@media screen and (max-width: 560px) {
    .logo {
        width: 240px;
    }
}

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

.logo.sticky {
    width: 160px;
}

.logo.sticky .st6,
.logo.sticky .st8 {
    display: none;
}

.st0 {
  fill: url(#SVGID_1_);
  animation: animate_st0 2s ease-in-out 0s forwards;
  opacity: 0;
}

@keyframes animate_st0 {
  from {
    opacity: 0;
    transform: rotate(90deg);
  }

  to {
    opacity: 1;
    transform: rotate(0);
  }
}

.st1 {
  fill: url(#SVGID_2_);
  animation: animate_st1 2s ease-in-out 0.5s forwards;
  opacity: 0;
}

@keyframes animate_st1 {
  from {
    opacity: 0;
    transform: rotate(90deg);
  }

  to {
    opacity: 1;
    transform: rotate(0);
  }
}

.st2 {
  fill: url(#SVGID_3_);
  animation: animate_st2 2s ease-in-out 1s forwards;
  opacity: 0;
}

@keyframes animate_st2 {
  from {
    opacity: 0;
    transform: rotate(90deg);
  }

  to {
    opacity: 1;
    transform: rotate(0);
  }
}

.st3 {
  fill: url(#SVGID_4_);
  animation: animate_st3 2s ease-in-out 1.5s forwards;
  opacity: 0;
}

@keyframes animate_st3 {
  from {
    opacity: 0;
    transform: rotate(90deg);
  }

  to {
    opacity: 1;
    transform: rotate(0);
  }
}

.st4 {
  fill: url(#SVGID_5_);
  animation: animate_st4 2s ease-in-out 2s forwards;
  opacity: 0;
}

@keyframes animate_st4 {
  from {
    opacity: 0;
    transform: rotate(90deg);
  }

  to {
    opacity: 1;
    transform: rotate(0);
  }
}

.st5 {
  fill: url(#SVGID_6_);
  animation: animate_st5 2s ease-in-out 2.5s forwards;
  opacity: 0;
}

@keyframes animate_st5 {
  from {
    opacity: 0;
    transform: rotate(90deg);
  }

  to {
    opacity: 1;
    transform: rotate(0);
  }
}

.st6 {
  fill: #cc7342;
  animation: animate_st6 2s ease-in-out 3.5s forwards;
  opacity: 0;
}

@keyframes animate_st6 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.st8 {
  fill: #000000;
}

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

.menu_bars_icon img {
    width: auto;
    height: 50px;
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
    float: right;
}

.menu_bars_icon.sticky img {
    height: 40px;
}

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

.menu_bars_icon img:hover {
    opacity: 1.0;
}

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

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

.slider_inner {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    padding: 0;
    margin: 50px;
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
}

@media screen and (max-width: 1080px) {
    .slider_inner {
        width: 100%;
        height: 100%;
        margin: 0;
        background-color: transparent;
    }
}

.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: 1080px) {
    .bxslider {
        padding-bottom: 300px !important;
    }
}

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

.slider_left {
    width: calc(50% - 60px);
    height: auto;
    padding: 40px 20px 40px 40px;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    z-index: 5;
}

@media screen and (max-width: 1080px) {
    .slider_left {
        width: alc(60% - 40px);
        padding: 30px 10px 30px 30px;
    }
}

@media screen and (max-width: 767px) {
    .slider_left {
        width: calc(100% - 60px);
        padding: 30px;
        float: none;
        clear: both;
    }
}

.slider_main_title {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    color: #525252;
    font-family: 'Abril Fatface', serif;
    font-size: 2.0em;
    line-height: 1.1em;
    transform: translateX(-100%);
    animation: animateSliderMainTitle 1.0s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 1080px) {
    .slider_main_title {
        color: #c4c4c4;
        font-size: 1.7em;
    }
}

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

@keyframes animateSliderMainTitle {
    0% {
        transform: translateX(-100%);
    }

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

.slider_sub_title {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    color: #a16647;
    font-family: 'Abril Fatface', serif;
    font-size: 1.4em;
    line-height: 1.2em;
    transform: translateX(-100%);
    animation: animateSliderSubTitle 1.0s ease-in-out 0.3s 1 forwards;
}

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

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

@keyframes animateSliderSubTitle {
    0% {
        transform: translateX(-100%);
    }

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

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

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

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

@media screen and (max-width: 767px) {
    .slider_button {
        margin: 25px 0 0 0;
    }
}

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

    100% {
        opacity: 1.0;
    }
}

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 25px 12px 25px;
    margin: 0;
    border: 0;
    background-color: #a16647;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 1.0em;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .slider_button a,
    .slider_button a:visited {
        padding: 6px 25px 8px 25px;
    }
}

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

.slider_right {
    width: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    pointer-events: none;
    z-index: 1;
}

@media screen and (max-width: 1080px) {
    .slider_right {
        width: 40%;
    }
}

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

.slider_main_image {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 0;
    margin: 20px;
    position: relative;
    clear: both;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    pointer-events: none;
}

.slider_thumb1 {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3;
    border-radius: 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    animation: animateSliderTumb1 1.0s ease-in-out 1.3s 1 forwards;
}

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

@keyframes animateSliderTumb1 {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 1200px) {
    @keyframes animateSliderTumb1 {
        100% {
            width: 160px;
            height: 160px;
        }
    }
}

.slider_thumb2 {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 10px;
    right: 160px;
    z-index: 4;
    border-radius: 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    animation: animateSliderTumb2 1.0s ease-in-out 1.6s 1 forwards;
}

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

@keyframes animateSliderTumb2 {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 170px;
        height: 170px;
    }
}

@media screen and (max-width: 1200px) {
    @keyframes animateSliderTumb2 {
        100% {
            width: 120px;
            height: 120px;
        }
    }
}

.mouse-bg {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: fixed;
	z-index: -1;
}

/* BANNER IMAGES */
.banner_image {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .banner_image {
        height: 280px !important;
    }
}

.banner_image_title {
    width: calc(100% - 10%);
    height: auto;
    padding: 0;
    margin: 0 5%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    clear: both;
    text-align: center;
    color: #ffffff;
    font-size: 3.4em;
    letter-spacing: 0.06em;
    line-height: 1.1em;
    font-family: 'Abril Fatface', serif;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.0);
}

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

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

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

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

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

/* UNIQUE BOXES */
.unique_boxes {
  width: calc(100% - 4%);
  height: auto;
  padding: 30px 2%;
  margin: 0 auto;
  position: relative;
  clear: both;
  background-color: #f1f1f1;
  display: table;
  overflow: hidden;
}

.unique_boxes_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
  clear: both;
  font-size: 2.2em;
  color: #a3684a;
  font-family: "Abril Fatface", sans;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
}

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

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

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

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

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

.unique_box_holder {
  height: auto;
  padding: 0;
  margin: 0 2%;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 440px) {
    .unique_box_holder {
    clear: both;
    float: none;
    margin: 10px auto;
    width: calc(100% - 2px - 30px) !important;
    padding: 15px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    }
}

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

.svg_icon {
  width: 80%;
  height: auto;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0.3;
}

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

@media screen and (max-width: 440px) {
    .svg_icon {
    width: 60%;
    }
}

.unique_box_title {
  width: 100%;
  height: 50px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  color: #464646;
  font-family: "Abril Fatface", serif;
  font-size: 1.4em;
  line-height: 1.0em;
  text-transform: uppercase;
  font-weight: 400;
}

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

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

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

.unique_box_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  color: #6a6a6a;
  font-size: 1em;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.page_summary {
    width: calc(100% - 10px - 4px);
    height: auto;
    padding: 10px 10px 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    color: #525252;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    border-right: 4px solid #a16647;
}

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

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

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

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

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

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

@media screen and (max-width: 440px) {
    .page_button_link {
        width: 100%;
        display: table;
        margin: 5px auto;
    }
}

.page_button_link:hover {
    background-color: #87563c;
}

/* MEDIA BOXES GALLERY */
.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% / 1.8 - 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: 5px 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Abril Fatface', serif;
    color: #ffffff;
    z-index: 2;
    border-top: 1px solid #a16647;
}

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

/* 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: 'FontAwesome', sans-serif;
}

.contact_block_icon .fas {
    font-size: 34px;
    color: #a16647;
}

.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 0 4px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.2em;
    font-weight: 400;
    color: #525252;
    line-height: 1.0em;
    font-family: 'Abril Fatface', serif;
}

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

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

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

/* CONTENT BOXES */
.content_boxes {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

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

@media screen and (max-width: 767px) {
    .content_box_holder {
        margin: 0 auto 40px auto;
    }
}

.content_box_photo {
    width: 50%;
    height: auto;
    padding-bottom: 50%;
    margin: 0;
    position: relative;
    clear: none;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.content_box_holder:nth-child(odd) .content_box_photo {
    float: left;
}

@media screen and (max-width: 767px) {
    .content_box_holder:nth-child(odd) .content_box_photo {
        float: none;
        clear: both;
    }
}

.content_box_holder:nth-child(even) .content_box_photo {
    float: right;
}

@media screen and (max-width: 767px) {
    .content_box_holder:nth-child(even) .content_box_photo {
        float: none;
        clear: both;
    }
}

.content_box_info {
    width: calc(50% - 30px);
    height: auto;
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    clear: none;
}

@media screen and (max-width: 767px) {
    .content_box_info {
        width: 100%;
        padding: 5px 0 0 0;
        position: relative;
        top: auto;
        right: auto;
        transform: translateY(0);
        clear: both;
    }
}

.content_box_holder:nth-child(odd) .content_box_info {
    right: 0;
}

.content_box_holder:nth-child(even) .content_box_info {
    left: 0;
}

.content_box_main_title {
    width: 100%;
    height: auto;
    padding: 0 0 6px 0;
    margin: 0;
    position: relative;
    clear: both;
    line-height: 1.1em;
    font-family: 'Abril Fatface', serif;
    color: #a16647;
    text-transform: uppercase;
    font-size: 1.6em;
}

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

.content_box_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: justify;
    line-height: 1.3em;
    color: #525252;
}

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

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

.qbox_link {
  text-decoration: none;
}

.qbox_holder {
  width: calc(100% / 3 - 40px - 20px);
  height: auto;
  padding: 20px;
  margin: 10px;
  position: relative;
  clear: none;
  float: left;
  background-color: #cf8762;
  border-radius: 5px;
  transform-style: preserve-3d;
}

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

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

.qbox_info {
  width: 100%;
  height: 150px;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
}

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

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

.qbox_title {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  position: relative;
  clear: both;
  color: #000000;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
}

.qbox_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  color: #ffffff;
  font-size: 1.1em;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  line-height: 1.1em;
}

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

.qbox_icon img {
  width: auto;
  height: 160px;
  text-align: center;
  margin: 0 auto;
  transform: translateZ(70px);
}

@media screen and (max-width: 560px) {
    .qbox_icon img {
        height: 100px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.insert_button a,
.insert_button a:visited {
    background-color: #a16647;
    border: 2px solid #ffffff;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Abril Fatface', sans-serif;
    font-size: 1.2em;
    height: auto;
    margin: 0 auto;
    padding: 12px 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;
}

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

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

/* MAP */
.mapouter {
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    border-top: 4px solid #b7b7b7;
    border-bottom: 4px solid #b7b7b7;
    overflow: hidden;
}

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

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

@media screen and (max-width: 767px) {
    .enquiry_form {
        padding: 20px 2%;
    }
}

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

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

.enquiry_form_title {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  position: relative;
  clear: both;
  color: #cf8762;
  text-transform: uppercase;
  font-size: 2.8em;
  font-weight: 400;
  font-family: "Abril Fatface", serif;
  line-height: 1.1em;
}

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

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

.enquiry_form_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  color: #b0b0b0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

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

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

.enquiry_form_business_hours {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  color: #b0b0b0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
}

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

.enquiry_form_business_hours_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px 0 2px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Abril Fatface", serif;
}

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

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

/* PORTFOLIO */
.media-box-container {
    border-radius: 0 !important;
}

.media-boxes-filter {
    float: right;
}

.media-boxes-filter>li {
    margin: 0 !important;
    margin-right: -1px !important;
    font-family: 'Sarabun', serif !important;
}

.media-boxes-filter a {
    font-size: 14px !important;
    font-weight: 600;
}

.media-boxes-clear {
    border-right: 1px solid #ebebeb;
}

.media-box-content {
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
}

.thumbnail-overlay {
    background-color: #ffffff !important;
}

.btn-sm {
    background-color: #a16647;
    padding: 5px 10px 6px 10px;
    margin: 0 5px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Sarabun', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.btn-sm:hover {
    background-color: #87563c;
}

.media-boxes-search #search {
    font-family: 'Sarabun', serif !important;
    font-size: 1.0em;
    font-weight: 600;
}

.media-box-title {
    font-family: 'Abril Fatface';
    font-size: 20px !important;
    color: #4b4b4b !important;
    line-height: 1.1em !important;
}

@media screen and (max-width: 1080px) {
    .media-box-title {
        font-size: 17px !important;
    }
}

.media-box-categories {
    font-size: 12px !important;
    font-family: 'Sarabun', serif !important;
}

/* HOMEPAGE VIDEO */
.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 0;
    overflow: hidden;
    padding-bottom: calc(100% / 2);
    position: relative;
    width: 100%;
}

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

.video_gallery_description {
    width: calc(100% - 40px);
    height: 35px;
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    background-color: #ffffff;
    z-index: 3;
    text-align: center;
    font-size: 20px;
    font-family: 'Abril Fatface', serif;
    color: #585858;
    line-height: 1.1em;
}

.video_gallery_description_float {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
}

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

@media screen and (max-width: 560px) {
    .footer {
        padding: 20px 10% 80px 10%;
    }
}

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

.footer_socials .fab {
    border: 0;
    color: #252525;
    background-color: #a16647;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 8px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 35px;
}

.footer_socials .fab:hover {
    background-color: #87563c;
    color: #252525;
}

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

.footer_logos_header {
    width: auto;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    color: #ffffff;
    font-family: 'Abril Fatface', serif;
    text-transform: uppercase;
    font-size: 18px;
}

.footer_logo_holder {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
    clear: none;
    float: left;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .footer_logo_holder {
        padding: 10px 20px;
        clear: both;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
}

.footer_logo_holder img {
    display: block;
    width: auto;
    height: 50px;
}

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

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

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

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

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

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

.form_group_left {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 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 2px 0;
    position: relative;
    width: 100%;
}

.form_label label {
    color: #4d4d4d;
    font-family: 'Sarabun', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
}

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

.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: transparent;
    border: 1px solid #ffffff;
    font-family: 'Sarabun', 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);
    color: #ffffff;
}

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

.form_field select {
    background-color: transparent;
    border: 1px solid #ffffff;
    font-family: 'Sarabun', 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%;
    color: #ffffff;
    text-transform: uppercase;
}

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

.form_field select option {
    background-color: transparent;
    color: #252525;
    font-size: 15px;
    font-weight: 500;
}

.form_field textarea {
    background-color: transparent;
    border: 1px solid #ffffff;
    font-family: 'Sarabun', 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);
    color: #ffffff;
}

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

.form_group_full .enquire_btn {
    background-color: #a16647;
    border: 0;
    clear: none;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Abril Fatface', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 12px 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 {
    border: 0;
    color: #ffffff;
    background-color: #87563c;
}

.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: 22px;
    line-height: 22px;
    margin: 0 2px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 22px;
    font-family: 'FontAwesome', 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;
}
