html {
    width: 100%;
}

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

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

/* CSS */
body.no-scroll {
  overflow: hidden;
}


h1, h2, h3, h4, h5, h6 {
    color: #525252;
    font-family: 'Abril Fatface', sans-serif;
    margin: 30px 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

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

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

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

img {
    border: 0;
}

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

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

.top_notice {
    clear: both;
    display: none;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.jump_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

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

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

*:focus {
    outline: none;
}

.gen_btn {
    width: auto;
    height: auto;
    padding: 10px 35px;
    background-color: #252525;
    color: #ffffff;
    font-size: 1.0em;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.gen_btn:hover {
    background-color: #000000;
}

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

.gen_btn_right {
    float: right;
}

/* HEADER TOP */
.header {
    width: calc(100% - 10%);
    height: auto;
    padding: 0 5%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;    
    z-index: 1002;
}

@media screen and (max-width: 1080px) {
    .header {
        width: calc(100% - 40px);
        padding: 0 20px;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background-image: none;
        background-color: #000000;
    }
}

.header.sticky {
    width: calc(100% - 40px);
    position: fixed;
    padding: 0 20px;
    background-image: none;
    background-color: #000000;
}

.header.sticky+.content {
    padding-top: 260px;
}

.header_no_slider {
    width: calc(100% - 10%);
    height: auto;
    padding: 0 5%;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-color: #1f1f1f;    
    z-index: 1002;
}

.info_bar {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.info_bar.sticky {
    display: none;
}

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

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

.contact_holder {
    width: auto;
    height: auto;
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: 500;
    text-transform: uppercase;
}

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

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

.contact_holder a:hover,
.contact_holder a:visited:hover {
    color: #c4c4c4;
}

.contact_holder i {
    color: #c9e265;
}

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

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

.socials i {
    color: #c9e265;
    padding: 0 3px;
    transition: all 0.3s ease-in-out;
}

.socials i:hover {
    color: #abc153;
}

.socials a {
    text-decoration: none;
}

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

.sub_header.sticky {
    padding: 5px 0;
}

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

.logo_main {
    width: auto;
    height: 100px;
    display: table;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .logo_main {
        height: 90px;
    }
}

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

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

@media screen and (max-width: 560px) {
    .logo_main {
        height: 60px;
    }
}

.logo_main.sticky {
    height: 40px;
}

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

.is-active {
    color: #c9e265 !important;
}

@media screen and (max-width: 1080px) {
    .is-active {
        color: #c4c4c4 !important;
    }
}

.link_no_click {
    pointer-events: none;
}

@media screen and (max-width: 1080px) {
    .link_no_click {
        pointer-events: all;
    }
}

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

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

.bxslider {
    margin: 0;
    padding: 0;
    width: 100%;
}

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

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

.slider_info {
    width: 90%;
    height: auto;
    padding: 0 5%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
}

.slider_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 2px 0;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 2.6em;
    line-height: 1.2em;
    text-align: center;
    font-family: 'Abril Fatface', serif;
    transform: translateX(100%);
    opacity: 0.0;
    animation: animateSliderTitle 1.0s ease-in-out 0.0s 1 forwards;
}

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

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

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

@keyframes animateSliderTitle {
    0% {
        transform: translateX(100%);
        opacity: 0.0;
    }

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

.slider_description {
    width: 100%;
    height: auto;
    padding: 2px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    transform: translateX(-100%);
    opacity: 0.0;
    animation: animateSliderDescription 1.0s ease-in-out 0.5s 1 forwards;
}

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

@keyframes animateSliderDescription {
    0% {
        transform: translateX(-100%);
        opacity: 0.0;
    }

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

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

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

    100% {
        opacity: 1.0;
    }
}

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 35px;
    margin: 15px auto;
    position: relative;
    border: 2px solid #ffffff;
    display: table;
    text-align: center;
    font-size: 1.0em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .slider_button a,
    .slider_button a:visited {
        padding: 8px 30px;
        margin: 12px auto;
        font-size: 0.9em;
    }
}

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

.slider_gradient {
    width: 100%;
    height: 40%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
}

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

.slider_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}

/* SLIDER IMAGES - QR CODES */
.slider_qrs {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 5%;
    z-index: 2;
}

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

.slider_qr_holder {
    width: 110px;
    height: 110px;
    padding: 0;
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

@media screen and (max-width: 1200px) {
    .slider_qr_holder {
        width: 100px;
        height: 100px;
    }
}

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

/* TOP INSERT */
.top_insert {
    width: calc(100% - 10%);
    height: auto;
    padding: 40px 5%;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #ebebeb;
}

.top_insert_left {
    width: 50%;
    height: auto;
    padding: 0 40px 0 0;
    display: table-cell;
    vertical-align: middle;
    border-right: 4px solid #c9e265;
}

@media screen and (max-width: 767px) {
    .top_insert_left {
        width: 100%;
        padding: 0 0 20px 0;
        display: table;
        position: relative;
        clear: both;
        border-right: 0;
        border-bottom: 4px solid #c9e265;
    }
}

.top_insert_logo {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: left;
}

.top_insert_logo img {
    width: auto;
    height: 90px;
    display: table;
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 1080px) {
    .top_insert_logo img {
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .top_insert_logo img {
        height: 70px;
    }
}

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

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

.top_insert_header_title {
    width: 100%;
    height: auto;
    padding: 2px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    line-height: 1.1em;
    font-family: 'Abril Fatface', serif;
}

.top_insert_header_title1 {
    font-size: 4em;
    color: #525252;
    text-transform: uppercase;
}

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

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

@media screen and (max-width: 767px) {
    .top_insert_header_title1 {
        font-size: 3em;
        text-align: center;
    }
}

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

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

.top_insert_header_title2 {
    font-size: 2.2em;
    color: #323232;
}

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

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

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

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

.top_insert_header_title3 {
    font-size: 2.2em;
    color: #6b6b6b;
}

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

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

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

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

.top_insert_right {
    width: 50%;
    height: auto;
    padding: 0 0 0 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    line-height: 1.4em;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .top_insert_right {
        width: 100%;
        padding: 20px 0 0 0;
        display: table;
        text-align: center;
    }
}

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

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

.page_cover_image {  
    height: auto;  
    margin: 20px 0 20px 20px;
    position: relative;
    clear: none;
    float: right;
    display: table;
    background-color: #efefef;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 560px) {
    .page_cover_image {  
        width: 60% !important;
        padding-bottom: 60% !important;
        margin: 10px auto 20px auto;
        clear: both;
        float: none;
    }
}

@media screen and (max-width: 440px) {
    .page_cover_image {  
        width: 70% !important;
        padding-bottom: 70% !important;
    }
}

@media screen and (max-width: 300px) {
    .page_cover_image {  
        width: 80% !important;
        padding-bottom: 80% !important;
    }
}

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

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

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

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

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

@media screen and (max-width: 560px) {
    .content p {
        text-align: left;
    }
}

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

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

.pg_btn {
    min-width: 220px;
    height: auto;
    padding: 12px 10px;
    margin: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #01a6ff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

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

@media screen and (max-width: 560px) {
    .pg_btn {
        margin: 10px auto;
        min-width: 0;
        display: table;
        width: calc(100% - 20px - 10px);
    }
}

.pg_btn:hover {
    background-color: #0080c5;
    color: #ffffff;
}

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

.page_image_link {
    text-decoration: none;
}

.page_images_container {
    height: auto;
    padding-bottom: calc(100% / 3 / 1.6 - 10px);
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    background-color: #c4c4c4;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page_images_container_stretch1 {
    width: calc(100% / 3 * 1 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch1 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch2 {
    width: calc(100% / 3 * 2 - 10px);
    padding-bottom: calc(100% / 2.4 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch2 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch3 {
    width: calc(100% / 3 * 3 - 10px);
    padding-bottom: calc(100% / 3 / 2.0 * 3 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch3 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_image_title {
    width: calc(100% - 20px);
    height: auto;
    padding: 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
}

.page_image_link:hover .page_image_title {
    display: none;
}

.page_image_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.page_image_link:hover .page_image_filter {
    background-color: rgba(0, 0, 0, 0.0);
}

/* READ MORE BOXES */
.qboxes {
    width: calc(100% - 10%);
    height: auto;
    padding: 70px 5% 40px 5%;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #121212;
    text-align: center;
    overflow: hidden;
}

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

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

.qbox_holder {
    height: auto;
    padding: 0;
    margin: 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #1f1f1f;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .qbox_holder {
        width: calc(100% - 40px) !important;
        padding: 20px;
        margin: 20px auto;
        display: table;
        clear: both;
    }
}

.qbox_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0;
    margin: -30px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    background-color: #1f1f1f;
    border-radius: 50%;
    color: #c9e265;
    font-size: 30px;
}

@media screen and (max-width: 1080px) {
    .qbox_icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: -25px auto 0 auto;
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .qbox_icon {
        width: auto;
        height: auto;
        line-height: auto;
        margin: 0 auto 10px auto;
        background-color: transparent;
        font-size: 50px;
    }
}

@media screen and (max-width: 560px) {
    .qbox_icon {
        font-size: 40px;
    }
}

.qbox_content {
    width: calc(100% - 40px);
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

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

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

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

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

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

.qbox_description {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #ffffff;
}

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

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

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

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

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

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

.qbox_button a,
.qbox_button a:visited {
    width: auto;
    height: auto;
    padding: 8px 30px;
    margin: 0 auto;
    border: 2px solid #01a6ff;
    color: #01a6ff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: table;
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.qbox_button a:hover,
.qbox_button a:visited:hover {
    color: #1f1f1f;
    background-color: #01a6ff;
}

/* PEOPLE */
.people {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.person_holder {
    width: calc(100% / 3 - 30px - 20px);
    height: auto;
    padding: 15px;
    margin: 10px;
    position: relative;
    clear: none;
    float: left;
    display: table;
    background-color: #1f1f1f;
    border-radius: 4px;
    overflow: hidden;
}

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

@media screen and (max-width: 560px) {
    .person_holder {
        width: calc(100% - 30px);
        padding: 15px;
        margin: 10px auto;
        clear: both;
        float: none;
    }
}

.person_photo {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

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

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

@media screen and (max-width: 1080px) {
    .person_names {
        height: 60px;
        font-size: 1.3em;
    }
}

@media screen and (max-width: 560px) {
    .person_names {
        height: auto;
        padding: 0 0 10px 0;
        font-size: 1.4em;
    }
}

.person_position {
    width: 100%;
    height: 25px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #ffffff;
}

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

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

/* MAP */
.mapouter {
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

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

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

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

.contact_block_icon {
    width: 30px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.contact_block_icon i {
    font-size: 30px;
    color: #01a6ff;
}

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

.contact_block_title {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.1em;
    font-weight: 500;
    color: #252525;
    line-height: 1.0em;
    font-family: 'Abril Fatface', serif;
}

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.0em;
    font-weight: 600;
    color: #525252;
    line-height: 1.0em;
}

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

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

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

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

.content_box_holder {
    width: calc(100% - 30px - 2px);
    height: auto;
    padding: 15px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.content_box_photo {
    width: 260px;
    height: 260px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
}

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

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

.content_box_photo_top {
    display: block;
}

.content_box_photo_bottom {
    display: none;
}

@media screen and (max-width: 560px) {
    .content_box_photo_bottom {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        margin: 10px auto 0 auto;
    }
}

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

.content_box_info {
    width: calc(100% - 25px - 260px);
    height: 260px;
    padding: 0 10px 0 15px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media screen and (max-width: 767px) {
    .content_box_info {
        width: calc(100% - 25px - 230px);
        height: 230px;
    }
}

@media screen and (max-width: 560px) {
    .content_box_info {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
}

/* width */
.content_box_info::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.content_box_info::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.content_box_info::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.content_box_info::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.content_box_info_full {
    width: calc(100% - 10px);
    height: auto;
    overflow: auto;
    padding: 0 10px 0 0;
}

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

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

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

@media screen and (max-width: 560px) {
    .content_box_main_title {
        font-size: 1.3em;
        text-align: center;
    }
}

.content_box_sub_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    font-size: 1.2em;
    color: #6d6d6d;
    line-height: 1.1em;
    font-family: 'Abril Fatface', sans-serif;
}

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

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

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

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

.content_box_content p {
    text-align: justify;
    line-height: 1.4em;
    font-size: 0.9em;
    padding: 0;
    margin: 0 0 5px 0;
}

/* 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_header_name {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 5px 10px;
    margin: 0 auto 2px auto;
    position: relative;
    clear: both;
    background-color: #252525;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: 'Font Awesome 6 Pro', 'Lato', sans-serif;
    line-height: 1.0em;
}

.album_header_name a,
.album_header_name a:visited {
    color: #ffffff;
    text-decoration: none;
}

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

.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% / 3 - 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% / 3 - 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% / 3 - 4px);
    width: calc(100% / 3 - 4px);
}

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

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

@media screen and (max-width: 560px) {
    .album_holder_stretch_3 {
        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: 'Lato', sans-serif;
    height: 20px;
    left: 0;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 0.9em;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% - 20px);
}

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

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

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

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

.album_button a,
.album_button a:visited {
    border: 1px solid #AFB374;
    color: #AFB374;
    font-family: 'Font Awesome 6 Pro', 'Abril Fatface', sans-serif;
    font-size: 1.2em;
    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 {
    border: 1px solid #4e502e;
    color: #4e502e;
}

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

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

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

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

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

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

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

.insert_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px auto;
    position: relative;
    display: table;
    clear: both;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
}

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

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

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

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

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

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

/* EVENT CALENDAR */
.event_calendar {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

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

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

@media screen and (max-width: 1080px) {
    .event_cal_full {
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 767px) {
    .event_cal_full {
        width: 100%;
        padding: 0 0 10px 0;
        display: table;
        position: relative;
        clear: both;
    }
}

.event_cal_compact {
    width: 320px;
    height: auto;
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: middle;
}

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

@media screen and (max-width: 767px) {
    .event_cal_compact {
        width: 100%;
        padding: 0;
        display: table;
        position: relative;
        clear: both;
    }
}

/* VIDEOS */
.videos {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

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

.video_category {
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 30px 10px 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.0em;
    text-transform: uppercase;
    font-family: 'Abril Fatface', serif;
    transition: all 0.3s ease-in-out;
}

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

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

.video_category i {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.video_category_content {
    width: calc(100% - 10px);
    height: auto;
    padding: 5px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    border-top: 0;
    background-color: #efefef;
}

.video_holder {
    width: calc(100% / 4 - 10px);
    height: auto;
    padding-bottom: calc(100% / 4 / 1.5 - 10px);
    margin: 5px;
    position: relative;
    float: left;
    clear: none;
    display: table;
    background-color: #c4c4c4;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;    
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .video_holder {
        width: calc(100% / 3 - 10px);
        padding-bottom: calc(100% / 3 / 1.5 - 10px);
    }
}

@media screen and (max-width: 767px) {
    .video_holder {
        width: calc(100% / 2 - 10px);
        padding-bottom: calc(100% / 2 / 1.5 - 10px);
    }
}

@media screen and (max-width: 560px) {
    .video_holder {
        width: 100%;
        padding-bottom: calc(100% / 1.7);
        margin: 5px auto;
    }
}

.video_holder_title {
    width: calc(100% - 30px);
    height: 34px;
    padding: 5px 15px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.1em;
    font-weight: 600;
    color: #ffffff;
    opacity: 1.0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
}

.video_holder:hover .video_holder_title {
    opacity: 0.0;
}

/* VIDEO POPUPS */
.video_popup_holder {
    width: 80%;
    height: 80%;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 6002;
    border-radius: 5px;
}

.close_button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    position: fixed;
    top: -20px;
    right: -20px;
    z-index: 6003;
    font-size: 30px;
    text-align: center;
    border: 2px solid #ffffff;
    color: #ffffff !important;
    background-color: #ff0000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.close_button:hover {
    transform: rotate(180deg);
}

.video_popup_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 6001;
}

/* FOOTER */
.footer {
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 40px);
    overflow: hidden;
    background-color: #f1f1f1;
}

.footer_nowapp {
    padding: 40px 20px 20px 20px !important;
}

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

.footer_socials i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 2px;
    border: 1px solid #01a6ff;
    color: #01a6ff;
    display: inline-block;
    font-size: 18px;
    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;
}

@media only screen and (max-width: 767px) {
    .footer_socials i {
        width: 30px;
        height: 30px;
        margin: 0 1px;
        line-height: 30px;
        font-size: 14px;
    }
}

.footer_socials i:hover {
    background-color: #01a6ff;
    color: #f1f1f1;
}

.footer_socials a {
    text-decoration: none;
}

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

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

.footer_address_holder {
    width: 50%;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    color: #525252;
    font-size: 1.0em;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .footer_address_holder {
        width: 100%;
        display: table;
        padding: 0 0 10px 0;
        position: relative;
        clear: both;
        font-size: 1em;
        text-align: center;
    }
}

.footer_address_header {
    font-size: 1.2em;
    padding: 0 0 4px 0;
    font-family: 'Abril Fatface', serif;
}

.footer_address_holder img {
    width: auto;
    height: 120px;
    display: table;
    text-align: right;
    float: right;
}

@media only screen and (max-width: 767px) {
    .footer_address_holder img {
        width: auto;
        height: 80px;
        padding: 0 0 20px 0;
        margin: 0 auto;
        display: table;
        text-align: center;
        float: none;
    }
}

.footer_address_info {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 500;
    font-size: 1.0em;
}

.privacy_policy {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    display: table;
    color: #525252;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.0em;
}

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

.privacy_policy a,
.privacy_policy a:visited {
    color: #525252;
    text-decoration: none;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {

    .privacy_policy a,
    .privacy_policy a:visited {
        width: 100%;
        padding: 5px 0;
        clear: both;
        display: table;
    }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
    color: #000000;
}

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

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

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

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

















/* 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%;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
    width: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-image: url('../images/wa_bg_filter.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1005;
}

.whatsapp_button i {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
    width: auto;
    white-space: nowrap;
    height: auto;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    border: 2px solid #525252;
    border-radius: 6px 6px 0 6px;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
    color: #525252;
    opacity: 0.0;
    animation: animateWhatsappPopup 1.5s ease-in-out 5.0s 1 forwards;
}

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

    100% {
        opacity: 1.0;
    }
}

.whatsapp_link:hover i {
    transform: scale(1.1, 1.1);
}

/* 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: 'Lato', sans-serif;
    font-size: 1.0em;
    font-weight: 600;
}

label.error {
    color: #ff0000;
    font-size: 0.7em;
    font-weight: 500;
    position: relative;
    float: right;
    padding: 2px 0 0 0;
}

label.error:before {
    content: '\f06a';
    color: #ff0000;
    padding: 0 2px 0 0;
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.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: 'Lato', sans-serif;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

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

.form_field select {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Lato', 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: 'Lato', sans-serif;
    height: 125px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

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

.form_group_full .enquire_btn {
    background-color: #ffffff;
    border: 1px solid #AFB374;
    clear: none;
    color: #AFB374;
    cursor: pointer;
    float: right;
    font-family: 'Font Awesome 6 Pro', 'Abril Fatface', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.form_group_full .enquire_btn:hover {
    border: 1px solid #4e502e;
    color: #4e502e;
}

.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: 'Font Awesome 6 Pro', sans-serif;
    font-size: 0.6em;
    vertical-align: super;
}

.hfield {
    display: none;
}