/* csslint
empty-rules: false,
important: false,
box-model: false,
adjoining-classes: false,
fallback-colors: false,
qualified-headings: false,
unique-headings: false,
font-sizes: false,
floats: false,
outline-none: false */

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

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

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

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    margin: 30px 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.1em;
}

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

/* INFO BAR TOP */
.info_bar {
    background-color: #252525;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 5px 2%;
    position: relative;
    width: calc(100% - 4%);
}

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

.contacts {
    display: table-cell;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.0em;
    height: auto;
    padding: 0;
    text-shadow: 1px 1px 0 #000000;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

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

.contact_holder_title {
    clear: none;
    color: #d3af37;
    display: table;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 10px 0 0;
    width: auto;
}

.contact_holder {
    clear: none;
    color: #ffffff;
    display: table;
    float: left;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: auto;
}

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

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

.socials .fa {
    color: #ffffff;
    font-size: 1.0em;
    margin: 0 0 0 2px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

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

.socials .fa:hover {
    color: #e0e0e0;
    transform: scale(1.2, 1.2);
    z-index: 2;
}

/* HEADER TOP */
.header {
    background-image: linear-gradient(#ffffff, #e0e0e0);
    border-bottom: 2px solid #d3af37;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 5px 2%;
    position: relative;
    transition: all 0.4s ease-in-out;
    width: calc(100% - 4%);
}

.header.sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}

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

.logo.sticky {
    width: 80px;
}

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

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

.navigation {
    display: table-cell;
    height: auto;
    padding: 5px 0 0 20px;
    vertical-align: middle;
    width: calc(100% - 150px - 20px);
}

.navigation.sticky {
    width: calc(100% - 80px - 20px);
}

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

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

.slider_info {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    right: 0;
    width: calc(1000px - 20px);
}

@media screen and (max-width: 1080px) {
    .slider_info {
        margin: 0 auto;
        width: calc(100% - 10% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .slider_info {
        background-color: transparent;
        margin: 0 auto;
        width: calc(100% - 10% - 20px);
    }
}

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

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

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

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

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

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

.slider_button {
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
}

.slider_button a,
.slider_button a:visited {
    background-color: #d3af37;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1em;
    margin: 10px auto 0 auto;
    padding: 4px 35px 6px 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.slider_button a:hover,
.slider_button a:visited:hover {
    background-color: #b99931;
    transform: scale(1.05, 1.05);
}

/* READ MORE BOXES */
.qboxes {
    background-color: #e0e0e0;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    position: relative;
    width: 100%;
}

.qboxes_container {
    background-color: #000000;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 20px 10px;
    position: relative;
    width: calc(1000px - 20px);
}

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

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

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

.qbox_link {
    text-decoration: none;
}

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

.qbox_holder:hover {
    transform: scale(1.05, 1.05);
    z-index: 2;
}

@media screen and (max-width: 560px) {
    .qbox_holder {
        border: 1px solid rgba(255, 255, 255, 0.1);
        clear: both;
        float: none;
        margin: 0 auto 10px auto;
        padding: 10px;
        width: calc(100% / 1 - 20px - 22px);
    }
}

.qbox_title {
    background-attachment: scroll;
    background-image: url('../images/white_underline.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50% 2px;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.0em;
    height: 36px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

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

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

.qbox_holder:hover .qbox_title {
    background-position: left bottom;
}

.qbox_icon {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    clear: both;
    height: auto;
    margin: 10px auto;
    padding-bottom: 30%;
    position: relative;
    width: 30%;
}

@media screen and (max-width: 767px) {
    .qbox_icon {
        padding-bottom: 45%;
        width: 45%;
    }
}

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

.qbox_description {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8em;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.6s ease-in-out;
    width: 100%;
}

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

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

.qbox_holder:hover .qbox_description {
    color: #d3af37;
}

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

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

.content_h2_header {
    background-attachment: scroll;
    background-image: url('../images/red_underline.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50% 2px;
    clear: both;
    color: #252525;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    height: auto;
    margin: 0 auto;
    padding: 0 0 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

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

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

.content img {
    height: auto !important;
    max-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: 15px auto 0 auto;
    padding: 50px 5%;
    position: relative;
    width: calc(100% - 10%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact_blocks_left {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 5px 0 5px;
    vertical-align: top;
    width: calc(50% - 10px);
}

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

.contact_blocks_right {
    display: inline-block;
    float: right;
    height: auto;
    margin: 0;
    padding: 0 5px 0 5px;
    vertical-align: top;
    width: calc(50% - 10px);
}

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

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

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

.contact_block_icon .fa {
    border: 2px solid #d3af37;
    border-radius: 50%;
    color: #d3af37;
    font-size: 18px;
    height: 35px;
    line-height: 36px;
    padding: 1px 0 0 0;
    text-align: center;
    width: 36px;
}

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

.contact_block_description {
    clear: both;
    color: #363636;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    height: auto;
    margin: 0;
    padding: 0 0 2px 0;
    text-transform: uppercase;
    width: 100%;
}

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

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

/* 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: 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: 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: 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: 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;
    height: 20px;
    left: 0;
    margin: 0 auto;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    width: calc(100% - 20px);
}

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

.album_icon {
    color: #d3af37;
    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;
    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 #252525;
    color: #252525;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5em;
    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 {
    background-color: #d3af37;
    border: 1px solid #d3af37;
    color: #ffffff;
}

/* 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;
    clear: both;
    display: table;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

/* MAP */

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

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

.map_info_text {
    background-color: #ffffff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    clear: both;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Barlow, sans-serif !important;
    font-size: 0.7em;
    font-weight: 500;
    height: auto;
    left: 10px;
    margin: 0;
    padding: 4px 10px;
    position: absolute;
    text-align: left;
    top: 100px;
    width: 282px;
    z-index: 2;
}

@media screen and (max-width: 516px) {
    .map_info_text {
        top: 80px;
        width: 197px;
    }
}

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

/* 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-color: #000000;
    clear: both;
    display: table;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 20px 10%;
    position: relative;
    width: calc(100% - 20%);
}

.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 #d3af37;
    color: #d3af37;
    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 {
    border: 1px solid #d3af37;
    color: #d3af37;
}

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7em;
    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 Condensed', sans-serif;
    font-size: 0.7em;
    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 2px 0;
    position: relative;
    width: 100%;
}

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

label.error {
    color: #ff0000;
    font-size: 0.7em;
    font-weight: 600;
    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 Condensed', sans-serif;
    height: 20px;
    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 Condensed', sans-serif;
    height: 100px;
    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: #d3af37;
    border: 0;
    clear: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    margin: 0;
    padding: 10px 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: #d60000;
    border: 0;
    color: #ffffff;
}

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

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

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

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

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

.hfield {
    display: none;
}

/* PAGING */

.paging_current,
.paging_nonactive,
.paging_link {
    border: 2px solid #C4C4C4;
    color: #8A8A8A;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0 4px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 28px;
}

.paging_link {
    background-color: transparent;
}

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

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

.paging_nonactive {
    background-color: #E1E1E1;
}

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