@charset "utf-8";
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0%;
    padding: 0%;
    line-height: 1;
    background-color: #dfdfdf;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
.hide_meta {
    display: none;
}
#top_notice {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    margin: 0px auto;
    position: relative;
    clear: both;
    display: none;
}
#top_notice h1 {
    font-size: 10px;
    color: #535353;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.red_notice {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #AF0002;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.5em;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #AF0002;
}
.spacer_100 {
    width: 100%;
    height: 100px;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
}


/*//////////////////////////////////////////////////// INFO BAR ////////////////////////////////////////////////////*/

/* Outer wrapper container for info bar */
#info_bar_container {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0% auto;
    position: fixed;
    top: 30px;
    left: 0px;
    clear: both;
    display: table;
    z-index: 10000;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
    #info_bar_container {
        position: relative;
        top: 0px;
    }
}
#info_bar_container.sticky {
    top: 0px;
}
/* Inner content for info bar */
#info_bar_content {
    width: 1000px;
    height: auto;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    background-image: url(../images/info_bar_bg.png);
    background-repeat: repeat-x;
    background-size: 100% 80px;
    background-position: top left;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    #info_bar_content {
        width: 100%;
    }
}
/* Logo image holder */
#logo {
    width: 252px;
    height: 100%;
    padding: 0% 8px 0% 0px;
    margin: 0%;
    position: relative;
    display: table-cell;
    vertical-align: top;
    clear: none;
}
@media screen and (max-width: 480px) {
    #logo {
        width: 100%;
        height: 100px;
        padding: 0%;
        position: relative;
        display: block;
        clear: both;
        z-index: 500;
    }
}
/* Resize logo image */
#logo img {
    width: auto !important;
    height: 100px;
}
/* Contact info, social icons and navigation bar */
#nav_links {
    width: calc(100% - 260px);
    height: auto;
    padding: 0%;
    margin: 0%;
    position: relative;
    display: table-cell;
    vertical-align: top;
    clear: none;
}
@media screen and (max-width: 480px) {
    #nav_links {
        width: 100%;
        height: auto;
        padding: 0%;
        margin: 0px 0% -20px 0%;
        top: -20px;
        position: relative;
        display: block;
        clear: both;
        z-index: 1;
    }
}
/* Contact info and social icons only */
#quick_links {
    width: 100%;
    height: 40px;
    padding: 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
}
/* Contact info only */
#contact_info {
    width: 40%;
    height: auto;
    padding: 0% 15px;
    margin: 0%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    clear: none;
    background-color: #c2913b;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4em;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    -webkit-text-shadow: 1px 1px 0px #000000;
    -o-text-shadow: 1px 1px 0px #000000;
    -ms-text-shadow: 1px 1px 0px #000000;
    text-shadow: 1px 1px 0px #000000;
}
@media screen and (max-width: 1024px) {
    #contact_info {
        width: 50%;
    }
}
@media screen and (max-width: 740px) {
    #contact_info {
        width: 100%;
        height: 40px;
        display: table-cell;
        clear: both;
        font-size: 1.1em;
    }
}
@media screen and (max-width: 480px) {
    #contact_info {
        font-size: 1.4em;
        height: 50px;
    }
}
#contact_info .fa-paper-plane {
    text-align: right;
    float: right;
}
#contact_info a {
    color: #ffffff;
    text-decoration: none;
}
#contact_info a:hover {
    color: #CDCDCD;
    text-decoration: none;
}
/* Social media links only */
#social_links {
    width: 60%;
    height: auto;
    padding: 0% 15px;
    margin: 0%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    clear: none;
    text-align: right;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    #social_links {
        width: 50%;
    }
}
@media screen and (max-width: 740px) {
    #social_links {
        display: none;
    }
}
#social_links .fa {
    font-size: 1.4em;
    color: #000000;
    padding: 0%;
    margin: 0% 2%;
    text-align: right;
    -webkit-text-shadow: 1px 1px 0px #ffffff;
    -o-text-shadow: 1px 1px 0px #ffffff;
    -ms-text-shadow: 1px 1px 0px #ffffff;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#social_links .fa:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    z-index: 2;
}
/* Navigation bar only */
#navigation_bar {
    width: 100%;
    height: 40px;
    padding: 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
    background-color: #eaeaea;
}
@media screen and (max-width: 1024px) {
    #navigation_bar {
        width: 100%;
        padding: 0% 2%;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 480px) {
    #navigation_bar {
        height: 50px;
    }
}
/* Bottom custom shadow for info bar */
#info_bar_shadow {
    width: 1000px;
    height: 25px;
    padding: 0%;
    margin: 0px auto -25px auto;
    z-index: 1;
    top: -25px;
    position: relative;
    clear: both;
    display: table;
    background-image: url(../images/shadow_1800.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 25px;
}
@media screen and (max-width: 1024px) {
    #info_bar_shadow {
        width: 100%;
    }
}


/*//////////////////////////////////////////////////// SLIDER IMAGES ////////////////////////////////////////////////////*/
.slider {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.slider_holder {
    width: 100%;
    height: 600px;
    padding: 0%;
    margin: 0%;
    position: relative;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1024px) {
    .slider_holder {
        height: 420px;
    }
}
@media screen and (max-width: 768px) {
    .slider_holder {
        height: 340px;
    }
}
@media screen and (max-width: 480px) {
    .slider_holder {
        height: 240px;
    }
}
.slider_title {
    width: 80%;
    height: auto;
    padding: 0%;
    margin: 0% 10%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 3.2vw;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    color: #ffffff;
    font-weight: 400;
    -webkit-text-shadow: 2px 2px 4px #000000;
    -o-text-shadow: 2px 2px 4px #000000;
    -ms-text-shadow: 2px 2px 4px #000000;
    text-shadow: 2px 2px 4px #000000;
}
@media screen and (max-width: 1024px) {
    .slider_title {
       
        font-size: 3.8vw;
    }
}
@media screen and (max-width: 480px) {
    .slider_title {
       display: none;
    }
}
#slider_shadow {
    width: 100%;
    height: 20px;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    background-image: url(../images/shadow_1800.png);
    background-attachment: scroll;
    background-size: 100% 20px;
    background-position: center top;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
    #slider_shadow {
        z-index: 500;
    }
}
@media screen and (max-width: 480px) {
    #slider_shadow {
        display: none;
    }
}


/*//////////////////////////////////////////////////// QUICK BOXES ////////////////////////////////////////////////////*/
#qboxes {
    width: calc(1000px + 2%);
    height: auto;
    padding: 0%;
    margin: 0px auto -130px auto;
    top: -130px;
    position: relative;
    clear: both;
    display: table;
    z-index: 3;
}
@media screen and (max-width: 1024px) {
    #qboxes {
        width: 100%;
        margin: 0px -20px auto 0px;
        top: -20px;
    }
}
@media screen and (max-width: 480px) {
    #qboxes {
        margin: 0%;
        top: 0px;
    }
}
.qbox_holder {
    width: 31.3333333330%;
    height: 230px;
    padding: 10px;
    margin: 0% 1%;
    clear: none;
    float: left;
    display: table;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}
@media screen and (max-width: 1024px) {
    .qbox_holder {
        width: 33.3333333330%;
        margin: 0%;
    }
}
@media screen and (max-width: 768px) {
    .qbox_holder {
        height: 280px;
    }
}
@media screen and (max-width: 480px) {
    .qbox_holder {
        width: 100%;
        height: auto;
        margin: 0%;
        float: none;
        clear: both;
    }
}
.qbox_title {
    width: 100%;
    height: 30%;
    padding: 0px 0% 5px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
    font-size: 3.2em;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}
@media screen and (max-width: 1024px) {
    .qbox_title {
        font-size: 5.5vw;
    }
}
@media screen and (max-width: 768px) {
    .qbox_title {
        height: 15%;
    }
}
@media screen and (max-width: 480px) {
    .qbox_title {
        font-size: 6.5vw;
    }
}
.qbox_title.fa {
    padding: 0%;
    margin: 0%;
    line-height: 1.0em;
}
.qbox_description {
    width: 100%;
    height: 45%;
    padding: 0px 0% 5px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #000000;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .qbox_description {
        height: 50%;
    }
}
@media screen and (max-width: 480px) {
    .qbox_description {
        display: none;
        font-size: 0.7em;
    }
}
.qbox_buttons {
    width: 100%;
    height: 25%;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
}
.qbox_btn {
    width: 44%;
    height: auto;
    padding: 10px;
    margin: 5px 3%;
    position: relative;
    float: left;
    clear: none;
    display: table;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .qbox_btn {
        width: 100%;
        margin: 0px 0% 5px 0%;
        float: none;
        clear: both;
        font-size: 0.8em;
    }
}
@media screen and (max-width: 480px) {
    .qbox_btn {
        width: 70%;
        margin: 0px 15px 5px 15%;
        float: none;
        clear: both;
        font-size: 0.8em;
    }
}
.qbox_btn a, .qbox_btn a:visited {
    color: #ffffff;
    text-decoration: none;
}
.qbox_btn a:hover, .qbox_btn a:visited:hover {
    color: #C0C0C0;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.qbox_shadow {
    width: 100%;
    height: 15px;
    padding: 0%;
    margin: 0% auto;
    z-index: 1;
    position: relative;
    clear: both;
    display: table;
    background-image: url(../images/shadow_1800.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 15px;
}
/*//////////////////////////////////////////////////// MAIN CONTENT ////////////////////////////////////////////////////*/
#main_content {
    width: 1000px;
    height: auto;
    padding: 0%;
    margin: 30px auto;
    position: relative;
    clear: both;
    display: table;
}
@media screen and (max-width: 1024px) {
    #main_content {
        width: 92%;
        margin: 20px 4%;
    }
}
.content_h2 {
    padding: 0px 0% 20px 0%;
    margin: 0%;
    color: #636363;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.2em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    -webkit-text-shadow: 1px 1px 0px #ffffff;
    -o-text-shadow: 1px 1px 0px #ffffff;
    -ms-text-shadow: 1px 1px 0px #ffffff;
    text-shadow: 1px 1px 0px #ffffff;
}
@media screen and (max-width: 768px) {
    .content_h2 {
        font-size: 1.8em;
    }
}
#main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content h5, #main_content h6 {
    font-weight: 400;
    color: #636363;
    font-family: 'Barlow Condensed', sans-serif;
}
#main_content ul li {
    list-style-position: outside;
    -webkit-text-shadow: 1px 1px 0px #ffffff;
    -o-text-shadow: 1px 1px 0px #ffffff;
    -ms-text-shadow: 1px 1px 0px #ffffff;
    text-shadow: 1px 1px 0px #ffffff;
}
#main_content img {
    max-width: 100%;
    height: auto !important;
}
#main_content p {
    -webkit-text-shadow: 1px 1px 0px #ffffff;
    -o-text-shadow: 1px 1px 0px #ffffff;
    -ms-text-shadow: 1px 1px 0px #ffffff;
    text-shadow: 1px 1px 0px #ffffff;
    text-align: justify;
    line-height: 1.4em;
    font-size: 1.0em;
}
@media screen and (max-width: 768px) {
    #main_content p {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 560px) {
    table tr td, table tr th {
        display: block;
        width: 100%;
        clear: both;
        padding: 0%;
        margin: 0%;
    }
}
#main_content table p {
    text-align: left;
}

/*//////////////////////////////////////////////////// PROPERTY LISTINGS ////////////////////////////////////////////////////*/
#properties_container {
    width: 100%;
    height: auto;
    padding: 20px 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
}
.property_holder {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #C9C9C9;
    margin: 0% 0% 2% 0%;
    position: relative;
    background-color: #ffffff;
    clear: both;
    display: table;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.property_image {
    width: 220px;
    height: auto;
    padding: 0%;
    margin: 0%;
    position: relative;
    display: table-cell;
    vertical-align: top;
    clear: none;
}
@media screen and (max-width: 768px) {
    .property_image {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .property_image {
        width: 100%;
        display: block;
        clear: both;
        padding: 0px 0% 15px 0%;
    }
}
.property_image img {
    width: 100%;
    height: auto !important;
}
.property_info_full {
    width: calc(100% - 220px);
    height: auto;
    padding: 0% 0% 0% 4%;
    margin: 0%;
    position: relative;
    clear: none;
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .property_info_full {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .property_info_full {
        display: none;
    }
}
.property_info_mobile {
    display: none;
}
@media screen and (max-width: 480px) {
    .property_info_mobile {
        display: block;
    }
}
.property_title {
    font-size: 2.0em;
    color: #c2913b !important;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 0% 15px 0%;
    margin: 0%;
    font-family: 'Barlow Condensed', sans-serif;
}
@media screen and (max-width: 768px) {
    .property_title {
        font-size: 1.7em;
    }
}
.property_description {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0px 0% 10px 0%;
    position: relative;
    clear: both;
    display: table;
    color: #494949;
    font-size: 0.8em;
    text-align: justify;
    line-height: 1.4em;
}
@media screen and (max-width: 768px) {
    .property_description {
        font-size: 0.7em;
    }
}
.property_downloads {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
}
.property_enq {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
}


/*//////////////////////////////////////////////////// GOOGLE MAP ////////////////////////////////////////////////////*/
#map_container {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid rgba(158,158,158,0.50);
}
@media screen and (max-width: 560px) {
    #map {
        height: 250px !important;
    }
}

/*//////////////////////////////////////////////////// ENQUIRY FORM ////////////////////////////////////////////////////*/
#enquire_holder {
    width: 100%;
    height: auto;
    padding: 15px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
}
#enquire_info {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0px 0% 20px 0%;
    position: relative;
    clear: both;
    display: table;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
}
#enquire_info p {
    padding: 3px 0%;
    margin: 0%;
    line-height: 1.2em;
}
/*//////////////////////////////////////////////////// GENERAL BUTTON ////////////////////////////////////////////////////*/
.gen_btn_link {
    text-decoration: none;
}
.gen_btn {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    margin: 5px 0%;
    position: relative;
    display: table;
    border: 2px solid #0090a8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #0090a8;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.gen_btn:hover {
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    -o-opacity: 1.0;
    opacity: 1.0;
}
.gen_btn_link {
    display: table;
    float: left;
    clear: both;
    padding: 0%;
    margin: 0%;
    width: 100%;
}
.gen_btn_link.right {
    float: right;
    width: auto !important;
}
.gen_btn.left {
    float: left;
    clear: none;
    display: inline-block;
    vertical-align: top;
}
.gen_btn.right {
    float: right !important;
    clear: both;
}
.gen_btn.left.small {
    font-size: 1.0em;
}
.gen_btn.right.small {
    font-size: 1.0em;
}
.gen_btn.red {
    color: #930002;
    border: 2px solid #930002;
}
.enq_btn {    
    width: 100%;
    height: auto;
    padding: 10px 15px;
    margin: 5px 0%;
    position: relative;
    display: table;
    border: 2px solid #A80002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #A80002;
    text-transform: uppercase;
    font-family: 'FontAwesome','Barlow Condensed', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    clear: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 1.0em;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
}
.enq_btn:hover {
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    -o-opacity: 1.0;
    opacity: 1.0;
}
/*//////////////////////////////////////////////////// WHAT'S NEW BOXES ////////////////////////////////////////////////////*/
#news_container {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    background-image: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    #news_container {
        background-image: none;
        background-color: #D9D9D9;
    }
}
#news_content {
    width: calc(1000px + 2%);
    height: auto;
    padding: 0%;
    margin: 40px auto;
    position: relative;
    display: table;
    clear: both;
}
@media screen and (max-width: 1024px) {
    #news_content {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #news_content {
        width: 100%;
        margin: 20px auto;
    }
}
.news_link {
    text-decoration: none !important;
}
.news_holder {
    width: 31.3333333330%;
    height: auto;
    padding: 10px;
    margin: 0% 1% 1% 1%;
    position: relative;
    clear: none;
    float: left;
    display: table;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-color: #363636;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
    .news_holder {
        width: 96%;
        min-height: 200px;
        padding: 10px;
        margin: 0% 2% 2% 2%;
        position: relative;
        clear: both;
        float: none;
    }
}
.news_link:hover .news_holder {
    background-color: #222222;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.news_image {
    width: 100%;
    height: auto;
    padding: 0%;
    padding-bottom: 60%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
    .news_image {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .news_info {
        width: 55%;
        height: auto;
        padding: 15px;
        margin: 0%;
        position: relative;
        clear: none;
        display: table-cell;
        vertical-align: top;
    }
}
.news_title {
    width: 100%;
    height: 50px;
    padding: 10px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.6em;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #0090a8;
}
@media screen and (max-width: 1024px) {
    .news_title {
        height: 45px;
        font-size: 1.4em;
        padding: 10px 0% 10px 0%;
    }
}
@media screen and (max-width: 768px) {
    .news_title {
        height: auto;
        font-size: 1.6em;
        text-align: left;
    }
}
.news_publish_date {
    width: 100%;
    height: 35px;
    padding: 0px 0% 10px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.1em;
    color: #c2913b;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
}
@media screen and (max-width: 1024px) {
    .news_publish_date {
        height: 30px;
        font-size: 1.0em;
    }
}
@media screen and (max-width: 768px) {
    .news_publish_date {
        height: auto;
        font-size: 1.0em;
        text-align: left;
    }
}
.news_summary {
    width: 100%;
    height: 140px;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 0.8em;
    color: #ffffff;
    line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
    .news_summary {
        height: 140px;
        font-size: 0.7em;
        overflow: hidden;
    }
}
@media screen and (max-width: 768px) {
    .news_summary {
        height: auto;
        font-size: 0.8em;
        overflow: auto;
        text-align: justify;
    }
}
/*//////////////////////////////////////////////////// NEWS ENTRY LIST ////////////////////////////////////////////////////*/
#news_entry_container {
    width: 100%;
    height: auto;
    padding: 15px 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    -webkit-text-shadow: 1px 1px 0px #ffffff;
    -o-text-shadow: 1px 1px 0px #ffffff;
    -ms-text-shadow: 1px 1px 0px #ffffff;
    text-shadow: 1px 1px 0px #ffffff;
}
#news_entry_container h2 {
    color: #0090a8;
    font-size: 2.2em;
    text-transform: uppercase;
    padding: 0%;
    margin: 0px 0% 15px 0%;
}
#news_entry_container h3 {
    color: #c2913b;
    font-size: 1.2em;
    padding: 0%;
    margin: 0px 0% 15px 0%;
}
#news_entry_container h4 {
    color: #4E4E4E;
    font-style: italic;
    text-align: center;
    font-size: 1.0em;
    font-family: 'Barlow', sans-serif;
    line-height: 1.4em;
    margin: 0px 10% 15px 10%;
}
#news_entry_container h4:before, #news_entry_container h4:after {
    font-family: 'FontAwesome', sans-serif;
    color: #4E4E4E;
}
#news_entry_container h4:before {
    content: '\f10d';
    padding: 0% 6px 0% 0px;
}
#news_entry_container h4:after {
    content: '\f10e';
    padding: 0% 0px 0% 6px;
}
/*//////////////////////////////////////////////////// PHOTO GALLERY ////////////////////////////////////////////////////*/
#gallery_container {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
}
/*//////////////////////////////////////////////////// FOOTER ////////////////////////////////////////////////////*/
#footer {
    width: 100%;
    height: auto;
    padding: 20px 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #000000;
}
#footer h4 {
    padding: 0px 0% 10px 0%;
    margin: 0%;
    font-size: 1.0em;
    font-family: 'Barlow Condensed', sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
#footer h4 {
    font-size: 0.8em;
}
}

@media screen and (max-width: 480px) {
#footer h4 {
    font-size: 0.6em;
}
}
#footer h5 {
    padding: 0%;
    margin: 0%;
    font-size: 1.0em;
    font-family: 'Barlow Condensed', sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
#footer h5 {
    font-size: 0.8em;
}
}

@media screen and (max-width: 480px) {
#footer h5 {
    font-size: 0.6em;
}
}
#footer h5 a, #footer h5 a:visited {
    color: #0dc7e6;
    text-decoration: none;
}
#footer h5 a:hover, #footer h5 a:visited:hover {
    color: #ffffff;
    text-decoration: none;
}
/*//////////////////////////////////////////////////// PAGING RECORDSET ////////////////////////////////////////////////////*/
.paging_current, .paging_nonactive, .paging_link {
    width: 28px;
    height: 28px;
    padding: 0px;
    text-align: center !important;
    line-height: 28px;
    font-size: 14px;
    color: #8A8A8A;
    margin: 0px 4px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #C4C4C4;
}
.paging_link {
    background-color: transparent;
}
.paging_link:hover {
    background-color: #005e6e;
    color: #ffffff !important;
}
.paging_current {
    background-color: #0090a8;
    color: #ffffff !important;
}
.paging_nonactive {
    background-color: #E1E1E1;
}
.paging_holder {
    width: auto;
    height: auto;
    padding: 10px 0px;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
}
/*//////////////////////////////////////////////////// FORM STYLE ////////////////////////////////////////////////////*/
label {
    color: #000000;
    font-size: 1.2em;
    -webkit-text-shadow: 1px 1px 0px #ffffff;
    -o-text-shadow: 1px 1px 0px #ffffff;
    -ms-text-shadow: 1px 1px 0px #ffffff;
    text-shadow: 1px 1px 0px #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}
label.error {
    color: #D80003;
    font-size: 12px;
    display: block;
    clear: both;
    padding: 4px 0% 0px 0%;
    margin: 0%;
    text-transform: none;
    font-family: 'Barlow', sans-serif;
}
label.error:before {
    color: #D80003;
    font-size: 12px;
    font-family: 'FontAwesome', sans-serif;
    content: '\f071';
    padding: 0% 5px 0% 0px;
}
.red_asterisk:before {
    font-family: 'FontAwesome', sans-serif;
    color: #CB0003;
    font-size: 8px;
    vertical-align: super;
    content: '\f069';
}
.form_label {
    width: 100%;
    height: auto;
    padding: 0px 0% 5px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
}
.form_field {
    width: 100%;
    height: auto;
    padding: 0px 0% 25px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
}
.form_field input {
    width: 100%;
    height: 42px;
    padding: 6px;
    margin: 0%;
    border: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Barlow', sans-serif;
    font-size: 0.8em;
    background-color: transparent;
}
.form_field input:hover, .form_field input:focus {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}
.form_field textarea {
    width: 100%;
    height: 80px;
    padding: 6px;
    margin: 0%;
    border: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Barlow', sans-serif;
    font-size: 0.8em;
}
.form_field textarea:hover, .form_field textarea:focus {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}
.form_field select {
    width: 100%;
    height: 42px;
    padding: 6px;
    margin: 0%;
    border: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Barlow', sans-serif;
    font-size: 0.8em;
}
.form_field select:hover, .form_field select:focus {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}
.form_field .subm_btn {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 10px 1% 0px 1%;
    float: right;
    clear: none;
    display: table;
    border: 0px;
    background-color: #298a06;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'FontAwesome', 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    cursor: pointer;
}
.form_field .subm_btn:hover, .form_field .subm_btn:focus {
    background-color: #1a5c02;
    border: 0px;
}
.form_group {
    width: 98%;
    height: auto;
    padding: 0%;
    margin: 0% 1%;
    float: left;
    clear: none;
    display: table;
}
.form_group.half {
    width: 48%;
    margin: 0% 1%;
}
.hfield {
    display: none;
}
