@charset "utf-8";
/*csslint important:false, box-model: false*/

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

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

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

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

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

table tr:nth-child(odd) {
    background-color: #E7E7E7;
}

table tr:nth-child(even) {
    background-color: #FFFFFF;
}

.table_nonth tr:nth-child(odd) {
    background-color: transparent;
}

.table_nonth tr:nth-child(even) {
    background-color: transparent;
}

img {
    border: 0;
}

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

h1 {
    font-family: 'Oswald', sans-serif;
}

h2 {
    font-family: 'Oswald', sans-serif;
}

h3 {
    font-family: 'Oswald', sans-serif;
}

h4 {
    font-family: 'Oswald', sans-serif;
}

h5 {
    font-family: 'Oswald', sans-serif;
}

h6 {
    font-family: 'Oswald', sans-serif;
}

.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: -60px;
    visibility: hidden;
}

.red_notice {
    background-color: red;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Oswald', sans-serif;
    height: auto;
    margin: 10px 0;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
}

.red_notice {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* INFO BAR */

.info_bar {
    background-attachment: scroll;
    background-color: #f1e1c0;
    background-image: url('../images/info_bar_bg.png');
    background-position: center bottom;
    background-repeat: repeat-x;
    clear: both;
    display: table;
    height: 30px;
    margin: 0 auto;
    padding: 10px 2% 20px 2%;
    position: relative;
    width: 96%;
    z-index: 3;
}

@media screen and (max-width: 1080px) {
    .info_bar {
        padding: 10px 4% 20px 4%;
        width: 92%;
    }
}

@media screen and (max-width: 560px) {
    .info_bar {
        background-image: none;
        padding: 60px 4% 20px 4%
    }
}

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

.socials {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: calc(20% - 30px);
}

@media screen and (max-width: 767px) {
    .socials {
        width: calc(30% - 30px);
    }
}

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

.socials .fa {
    border: 1px solid #505050;
    clear: none;
    color: #505050;
    display: table;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 30px;
}

.socials .fa {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.socials .fa {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.socials .fa:hover {
    border: 1px solid #000000;
    color: #000000;
    z-index: 2;
    ;
}

.socials .fa:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-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);
}

.contacts {
    clear: none;
    color: #505050;
    display: table;
    float: right;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 0;
    position: relative;
    text-align: right;
    white-space: nowrap;
    width: auto;
}

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

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

.enquiry_button {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: auto;
}

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

.enquiry_button a,
.enquiry_button a:visited {
    border: 1px solid #505050;
    color: #505050;
    display: table;
    font-family: 'Oswald', sans-serif;
    height: auto;
    margin: 0;
    padding: 4px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: calc(100% - 22px);
}

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

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

.enquiry_button a,
.enquiry_button a:visited {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.enquiry_button a:hover,
.enquiry_button a:visited:hover {
    border: 1px solid #000000;
    color: #000000;
}

.logo {
    clear: both;
    display: table;
    height: auto;
    margin: 0 0 -20px 0;
    padding: 0 5% 0 5%;
    position: relative;
    top: -20px;
    width: auto;
    z-index: 4;
}

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

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

@media screen and (max-width: 560px) {
    .logo {
        background-color: #f5e4c3;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
}

.logo .logo_full {
    display: block;
    height: auto;
    width: 310px;
}

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

.logo .logo_mobile {
    display: none;
}

@media screen and (max-width: 560px) {
    .logo .logo_mobile {
        display: table;
        height: auto;
        margin: 0 auto -70px auto;
        padding: 0;
        top: -70px;
        width: 70%;
    }
}

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

/* MENU NAVIGATION BAR */

.menu {
    background-color: #5d5335;
    background-color: rgba(93, 83, 53, 0.7);
    clear: both;
    display: table;
    height: 50px;
    margin: 0 auto;
    padding: 0 2% 0 25%;
    position: absolute;
    top: 62px;
    width: 73%;
    z-index: 2;
}

@media screen and (max-width: 1080px) {
    .menu {
        padding: 0 2% 0 0;
        width: 98%;
    }
}

@media screen and (max-width: 560px) {
    .menu {
        background-color: #5d5335;
        background-color: rgba(93, 83, 53, 1.0);
        left: 0;
        position: absolute;
        top: 0;
        z-index: 50;
    }
}

.sticky_menu {
    background-color: #5d5335;
    background-color: rgba(93, 83, 53, 0.9);
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}

/* SLIDER IAMGES */

.slider {
    clear: both;
    display: table;
    height: calc(100% - 50px);
    margin: 0 auto -185px auto;
    padding: 0;
    position: relative;
    top: -185px;
    width: 100%;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .slider {
        height: 60%;
    }
}

@media screen and (max-width: 560px) {
    .slider {
        height: 40%;
        margin: 0 auto -20px auto;
        top: -20px;
    }
}

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

@keyframes animateSliderInfo {
    0% {
        bottom: -500px;
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }
    100% {
        bottom: 130px;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}

.slider_info {
    bottom: -500px;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0 15%;
    position: absolute;
    right: 0;
    width: 70%;
}

.slider_info {
    -moz-animation-name: animateSliderInfo;
    -ms-animation-name: animateSliderInfo;
    -o-animation-name: animateSliderInfo;
    -webkit-animation-name: animateSliderInfo;
    animation-name: animateSliderInfo;
}

.slider_info {
    -ms-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    -o-animation-delay: 0.0s;
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.slider_info {
    -moz-animation-duration: 3.0s;
    -webkit-animation-duration: 3.0s;
    -o-animation-duration: 3.0s;
    -ms-animation-duration: 3.0s;
    animation-duration: 3.0s;
}

.slider_info {
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

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

.slider_info {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.slider_curl {
    background-attachment: scroll;
    background-image: url('../images/slider_curl.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    clear: both;
    display: table;
    height: 140px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 340px;
}

@media screen and (max-width: 767px) {
    .slider_curl {
        height: 120px;
        width: 300px;
    }
}

@media screen and (max-width: 560px) {
    .slider_curl {
        height: 80px;
        width: 250px;
    }
}

.slider_title {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

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

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

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

.slider_title {
    -moz-text-shadow: 2px 2px 1px #000;
    -ms-text-shadow: 2px 2px 1px #000;
    -o-text-shadow: 2px 2px 1px #000;
    -webkit-text-shadow: 2px 2px 1px #000;
    text-shadow: 2px 2px 1px #000;
}

/* QUICK READ MORE BOXES */

.qboxes {
    background-color: #ffffff;
    border: 1px solid #d4c6aa;
    clear: both;
    display: table;
    height: auto;
    margin: 0 10% -100px 10%;
    padding: 40px 40px 20px 40px;
    position: relative;
    top: -100px;
    width: calc(80% - 82px);
}

@media screen and (max-width: 1080px) {
    .qboxes {
        margin: 0;
        top: 0;
        width: calc(100% - 82px);
    }
}

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

.qbox_link {
    text-decoration: none;
}

.qbox_holder {
    clear: none;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: calc((100% / 3) - 28px);
}

.qbox_holder {
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 440px) {
    .qbox_holder {
        clear: both;
        float: none;
        width: calc(100% - 40px);
    }
}

.qbox_holder:hover {
    z-index: 2;
}

.qbox_holder:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

@media screen and (max-width: 440px) {
    .qbox_holder:hover {
        -moz-transform: scale(1.0, 1.0);
        -ms-transform: scale(1.0, 1.0);
        -o-transform: scale(1.0, 1.0);
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
}

.qbox_link:first-child .qbox_holder {
    margin: 0 40px 0 0;
}

@media screen and (max-width: 767px) {
    .qbox_link:first-child .qbox_holder {
        margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 560px) {
    .qbox_link:first-child .qbox_holder {
        margin: 0 20px 0 0;
    }
}

.qbox_link:last-child .qbox_holder {
    margin: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
    .qbox_link:last-child .qbox_holder {
        margin: 0 0 0 20px;
    }
}

@media screen and (max-width: 440px) {
    .qbox_link:last-child .qbox_holder {
        margin: 0;
    }
}

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

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

@media screen and (max-width: 440px) {
    .qbox_title_float {
        height: auto;
        padding: 10px 0 25px 0;
    }
}

.qbox_title {
    clear: both;
    color: #2a2a2a;
    display: table-cell;
    font-family: 'Satisfy', cursive;
    font-size: 1.6em;
    font-weight: 700;
    height: auto;
    line-height: 1.2em;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

@media screen and (max-width: 1080px) {
    .qbox_title {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 560px) {
    .qbox_title {
        font-size: 3.0vw;
    }
}

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

.qbox_title {
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.qbox_holder:hover .qbox_title {
    color: #000000;
}

.qboxes_shadow {
    background-attachment: scroll;
    background-image: url('../images/shadow_1800.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% 20px;
    clear: both;
    display: table;
    height: 20px;
    margin: 0 auto;
    padding: 0 10%;
    position: relative;
    width: 80%;
}

/* MAIN CONTENT */

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

@media screen and (max-width: 1080px) {
    .main_content {
        padding: 20px 4%;
        width: 92%;
    }
}

.main_content_h2 {
    clear: both;
    color: #2a2a2a;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 2.4em;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 0 #ffffff;
    text-transform: uppercase;
    width: auto;
    z-index: 2;
}

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

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

.main_content_h2_shadow {
    clear: both;
    color: #d7d7d7;
    display: table;
    font-family: 'Satisfy', cursive;
    font-size: 3.8em;
    font-weight: 400;
    margin: 0 auto -50px auto;
    position: relative;
    text-align: center;
    top: -50px;
    width: auto;
    z-index: 1;
}

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

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

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

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

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

.main_content ol li,
.main_content ol li {
    list-style-position: inside;
    padding: 3px 0;
}

@media screen and (max-width: 767px) {
    .main_content table tr td, .main_content table tr th {
        clear: both;
        display: table;
        margin: 0;
        padding: 10px;
        width: 100%;
    }
}

/* UPCOMING EVENTS SUMMARY */

.upcoming_events {
    background-attachment: scroll;
    background-color: #d4c6aa;
    background-image: url('../images/events_bg.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    clear: both;
    display: table;
    height: 350px;
    margin: 10px auto 0 auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

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

.upcoming_events_image {
    clear: both;
    display: table-cell;
    height: 100%;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

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

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

.upcoming_events_container {
    clear: both;
    display: table-cell;
    height: auto;
    padding: 0 2% 0 0;
    position: relative;
    vertical-align: middle;
    width: calc(70% - 2%);
}

@media screen and (max-width: 767px) {
    .upcoming_events_container {
        width: calc(55% - 2%);
    }
}

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

.upcoming_event_title {
    clear: both;
    color: #2a2a2a;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    height: auto;
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}

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

.upcoming_event_holder {
    border-bottom: 1px solid #ffffff;
    clear: both;
    color: #2a2a2a;
    display: table;
    height: auto;
    margin: 10px 0;
    padding: 0 0 10px 0;
    position: relative;
    width: 100%;
}

.upcoming_event_holder_full {
    border-bottom: 1px solid #a8a8a8;
    clear: both;
    color: #2a2a2a;
    display: table;
    height: auto;
    margin: 10px 0;
    padding: 0 0 10px 0;
    position: relative;
    width: 100%;
}

.upcoming_event_date {
    font-weight: 700;
}

.upcoming_events_button,
.gallery_button {
    clear: both;
    color: #505050;
    display: table;
    float: right;
    font-family: 'Oswald', sans-serif;
    height: auto;
    margin: 15px 0 15px 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: auto;
}

.upcoming_events_button a,
.upcoming_events_button a:visited,
.gallery_button a,
.gallery_button a:visited {
    border: 1px solid #505050;
    color: #505050;
    padding: 10px 25px;
    text-decoration: none;
}

.upcoming_events_button a,
.upcoming_events_button a:visited,
.gallery_button a,
.gallery_button a:visited {
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.upcoming_events_button a:hover,
.upcoming_events_button a:visited:hover,
.gallery_button a:hover,
.gallery_button a:visited:hover {
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}

.upcoming_events_button a,
.upcoming_events_button a:visited,
.gallery_events_button a,
.gallery_events_button a:visited {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* GOOGLE MAP */

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

@media screen and (max-width: 560px) {
    .map,
    #map {
        max-height: 300px;
    }
}

/* PHOTO GALLERY */

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

@media screen and (max-width: 1080px) {
    .gallery_container {
        padding: 0 4%;
        width: 92%;
    }
}

.album_link {
    text-decoration: none;
}

.album_holder {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 4px;
    clear: none;
    float: left;
    height: auto;
    margin: 0.5%;
    padding-bottom: calc(95% / 5);
    position: relative;
    width: calc(95% / 5 - 2px);
}

.album_holder {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.album_holder:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    z-index: 2;
}

@media screen and (max-width: 1080px) {
    .album_holder {
        padding-bottom: calc(96% / 4);
        width: calc(96% / 4 - 2px);
    }
}

@media screen and (max-width: 767px) {
    .album_holder {
        padding-bottom: calc(97% / 3);
        width: calc(97% / 3 - 2px);
    }
}

@media screen and (max-width: 560px) {
    .album_holder {
        padding-bottom: calc(98% / 2);
        width: calc(98% / 2 - 2px);
    }
}

@media screen and (max-width: 440px) {
    .album_holder {
        padding-bottom: calc(99% / 1);
        width: calc(99% / 1 - 2px);
    }
}

.gallery_h3 {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    height: auto;
    left: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 10px);
}

.gallery_h3 {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.album_holder:hover .gallery_h3 {
    bottom: 10%;
}

@media screen and (max-width: 1080px) {
    .gallery_h3 {
        font-size: 1.5vw
    }
}

@media screen and (max-width: 767px) {
    .gallery_h3 {
        font-size: 2.0vw
    }
}

@media screen and (max-width: 560px) {
    .gallery_h3 {
        font-size: 2.5vw
    }
}

@media screen and (max-width: 440px) {
    .gallery_h3 {
        font-size: 4.0vw
    }
}

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

.gallery_page_buttons a, .gallery_page_buttons a:visited {
    background-color: red;
    color: #ffffff;
    font-family: 'Oswald', serif;
    font-size: 1.5em;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.gallery_page_buttons a, .gallery_page_buttons a:visited {
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

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

/* FOOTER */

.footer {
    background-color: #5d5335;
    clear: both;
    display: table;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 20px 10%;
    position: relative;
    text-shadow: 1px 1px 0 #000000;
    width: 80%;
}

@media screen and (max-width: 1080px) {
    .footer {
        padding: 20px 4%;
        width: 92%;
    }
}

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

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

.socials_footer .fa {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

.socials_footer .fa {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.socials_footer .fa:hover {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    z-index: 2;
}

.socials_footer a,
.socials_footer a:visited {
    border: 0;
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

.copyright {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 10px 0 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

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

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

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

.credentials a,
.credentials a:visited {
    color: #bbbbbb;
    text-decoration: none;
}

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

/* FORM STYLING */

label {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
}

label.error {
    clear: both;
    color: #CB0003;
    display: block;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    padding: 4px 0 0 0;
    text-shadow: 1px 1px 0 #ffffff;
}

label.error:before {
    color: #CB0003;
    content: '\f071';
    font-family: 'FontAwesome', sans-serif;
    padding: 0 5px 0 0
}

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

.form_group {
    height: auto;
    margin: 0;
    position: relative;
}

.form_group_left {
    clear: none;
    float: left;
    padding: 0 2% 0 4%;
    width: 43%;
}

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

.form_group_right {
    clear: none;
    float: right;
    padding: 0 0 0 2%;
    width: 46%;
}

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

.form_group_full {
    clear: both;
    float: none;
    padding: 0 0 0 4%;
    width: 96%;
}

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

.form_label {
    clear: both;
    height: 24px;
    margin: 0;
    padding: 0 0 4px 0;
    position: relative;
    width: 100%;
}

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

.hfield {
    display: none;
}

.form_note {
    color: #9B9B9B;
    font-size: 0.8em;
    height: 25px;
    padding: 2px 0 0 0;
}

.field_input,
.field_input:hover {
    border: 1px solid #bcbcbc;
    font-family: 'Open Sans', sans-serif;
    height: 35px;
    margin: 0;
    padding: 5px;
    width: calc(100% - 12px);
}

.field_input:focus {
    border: 1px solid #bc8cdc;
}

select {
    border: 1px solid #bcbcbc;
    font-family: 'Open Sans', sans-serif;
    height: 35px;
    margin: 0;
    padding: 5px;
    width: calc(100% - 10px);
}

select:focus {
    border: 1px solid #bc8cdc;
}

option {
    border-bottom: 1px solid #B5B5B5;
    padding: 5px 0;
}

textarea {
    border: 1px solid #bcbcbc;
    font-family: 'Open Sans', sans-serif;
    height: 150px;
    margin: 0;
    padding: 5px;
    width: calc(100% - 10px);
}

textarea:focus {
    border: 1px solid #bc8cdc;
}

.subm_btn {
    background-color: #5d5335;
    background-color: rgba(93, 83, 53, 0.7);
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: table;
    float: right;
    font-family: 'FontAwesome', 'Oswald', sans-serif;
    font-size: 2.5em;
    height: auto;
    line-height: 1.0em;
    margin: 5px auto 0 auto;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.subm_btn {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subm_btn {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.subm_btn:hover {
    background-color: #5d5335;
    background-color: rgba(93, 83, 53, 1.0);
    color: #ffffff;
}

/* 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: #8d7d4d;
    color: #000000;
}

.paging_current {
    background-color: #5d5335;
    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;
}