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

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

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

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

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

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

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

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

img {
    border: 0;
}

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

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

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

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

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

/* HEADER TOP */
.header {
    width: calc(100% - 200px);
    height: auto;
    padding: 0 100px 100px 100px;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-image: linear-gradient(#227292, #0c202c);
}

@media screen and (max-width: 1200px) {
    .header {
        width: calc(100% - 100px);
        padding: 0 50px 50px 50px;
    }
}

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

#header_noslider {
    padding: 0 100px 0 100px;
}

@media screen and (max-width: 1200px) {
    #header_noslider {
        width: calc(100% - 100px);
        padding: 0 50px 0 50px;
    }
}

@media screen and (max-width: 1080px) {
    #header_noslider {
        width: 100%;
        padding: 0;
    }
}

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

.strong_notice {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    clear: both;
    background-color: #252525;
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
}

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

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

.slogan {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-family: 'Barlow Condensed', serif;
    line-height: 1.1em;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

.contact_holder a,
.contact_holder a:visited {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Barlow Condensed', serif;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

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

.contact_holder .fa {
    color: #1a8934;
}

/* Logo */
.logo {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 120px;
    z-index: 2;
}

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

@media screen and (max-width: 767px) {
    .logo {
        left: 15px;
        top: 70px;
    }
}

#logo_noslider {
    left: 90px;
    top: 45px;
}

@media screen and (max-width: 1200px) {
    #logo_noslider {
        left: 45px;
        top: 45px;
    }
}

@media screen and (max-width: 1080px) {
    #logo_noslider {
        left: 15px;
        top: 45px;
    }
}

@media screen and (max-width: 767px) {
    #logo_noslider {
        left: 15px;
        top: 64px;
    }
}

@media screen and (max-width: 440px) {
    #logo_noslider {
        left: 15px;
        top: 70px;
    }
}

#logo_noslider.sticky {
    left: 10px;
    top: 0px;
}

@media screen and (max-width: 767px) {
    #logo_noslider.sticky {
        top: 3px;
    }
}

.logo.sticky {
    position: fixed;
    top: 0;
    left: 10px;
    z-index: 1002;
}

@media screen and (max-width: 1080px) {
    .logo.sticky {
        top: 4px;
        left: 20px;
    }
}

.logo_main {
    width: 200px;
    height: auto;
    display: block;
}

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

.logo_noslider {
    width: auto;
    height: 52px;
}

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

.logo_noslider.sticky {
    display: none;
}

.logo_main.sticky {
    display: none;
}

.logo_sticky {
    display: none;
}

.logo_sticky.sticky {
    height: 50px;
    display: block;
}

/* Navigation Bar */
.navigation_bar {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
}

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

.navigation_bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    width: 100%;
    padding: 0;
    background-color: #1b5b74;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

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

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

.menu_bars_icon img:hover {
    opacity: 1.0;
}

/* Slider Images */
.slider {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    border-bottom: 8px solid #1a8934;
    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: 450px !important;
    }
}

.slider_info {
    width: calc(80% - 40px);
    height: auto;
    padding: 15px 20px 20px 20px;
    margin: 0 10%;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    animation: animateSliderInfo 2.0s ease-in-out 0.0s 1 forwards;
    background-color: rgba(0, 0, 0, 0.5);
}

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

@keyframes animateSliderInfo {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    @keyframes animateSliderInfo {
        0% {
            bottom: -100%;
        }

        100% {
            bottom: 0;
        }
    }
}

.slider_title {
    color: #ffffff;
    font-size: 4.0em;
    font-weight: 700;
    line-height: 1.1em;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-family: 'Barlow Condensed', serif;
}

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

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

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

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

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

.slider_description {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-family: 'Barlow Condensed', serif;
}

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

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

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

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

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 10px 30px 12px 30px;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    font-family: 'Barlow Condensed', serif;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

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

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

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

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

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 2.4em;
    font-family: 'Barlow Condensed', serif;
    line-height: 1.1em;
    font-weight: 400;
    color: #525252;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

.contact_block_icon {
    width: 36px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
    font-family: 'FontAwesome', sans-serif;
}

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

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

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.4em;
    font-weight: 500;
    color: #363636;
    line-height: 1.0em;
    font-family: 'Barlow Condensed', serif;
}

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

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

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

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

.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;
    padding: 0 10px 0 0;
    overflow-y: auto;
}

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

.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: 'Barlow Condensed', 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: 'Barlow Condensed', 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;
}

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

.content_box_buttons a,
.content_box_buttons a:visited {
    width: calc(100% / 2 - 10px - 20px);
    height: auto;
    padding: 15px 10px;
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    background-color: #1b5b74;
    color: #ffffff;
    font-size: 1.0em;
    line-height: 1.0em;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
    .content_box_buttons a,
    .content_box_buttons a:visited {
        width: calc(100% / 1 - 10px - 20px);
        clear: both;
        float: none;
        display: table;
}
}

.content_box_buttons a:hover,
.content_box_buttons a:visited:hover {
    background-color: #0c202c;
}

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

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

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

.insert_header {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.6em;
    font-weight: 700;
    height: auto;
    margin: 0 auto;
    padding: 0 0 10px 0;
    position: relative;
    text-align: center;
    line-height: 1.1em;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.page_image_link {
    text-decoration: none;
}

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

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

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

.page_images_container_stretch2 {
    width: calc(100% / 3 * 2 - 10px);
    padding-bottom: calc(100% / 3 * 1.25 - 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 / 1.6 * 3 - 10px);
    padding-bottom: calc(100% / 3 * 1.5 - 10px);
}

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

.page_image_title {
    width: calc(100% - 20px);
    height: auto;
    padding: 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;
    font-family: 'Barlow Condensed', serif;
}

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

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

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

/* 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: 'FontAwesome', 'Barlow', 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: 'Barlow Condensed', sans-serif;
    height: 20px;
    font-weight: 600;
    left: 0;
    margin: 0 auto;
    padding: 6px 10px 4px 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: #1a8934;
    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: 'FontAwesome', 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: 'FontAwesome', 'Barlow Condensed', 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;
}

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

/* READ MORE BOXES */
.qboxes {
    width: calc(100% - 10px);
    height: auto;
    padding: 5px;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
}

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

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

.qbox_image {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    margin: 0;
    position: relative;
    clear: both;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
}

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

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

.qbox_holder:hover .qbox_image {
    filter: grayscale(1.0);
}

.qbox_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    margin: 0 auto -45px auto;
    top: -45px;
    position: relative;
    clear: both;
    background-color: #ffffff;
    border-radius: 50%;
    color: #252525;
    font-size: 40px;
    text-align: center;
    border: 5px solid #252525;
    transition: all 0.4s ease-in-out;
}

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

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

@media screen and (max-width: 440px) {
    .qbox_icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 28px;
        margin: 0 auto -35px auto;
        top: -35px;
    }
}

.qbox_holder:hover .qbox_icon {
    background-color: #1b5b74;
    color: #ffffff;
    transform: rotate(360deg);
}

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

.qbox_title {
    width: 100%;
    height: 55px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-family: 'Barlow Condensed', serif;
    font-size: 1.4em;
    color: #1a8934;
    font-weight: 500;
    line-height: 1.1em;
}

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

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

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

.qbox_description {
    width: calc(100% - 20px);
    height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    line-height: 1.3em;
    font-size: 0.8em;
    color: #ffffff;
    font-weight: 400;
}

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

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

/* width */
.qbox_description::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}

/* Track */
.qbox_description::-webkit-scrollbar-track {
  background: #525252;
  border-radius: 5px;
}

/* Handle */
.qbox_description::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

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

.qbox_description_full {
    width: calc(100% - 10px);
    height: 260px;
    padding: 0 10px 0 0;
}

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

.qbox_button a,
.qbox_button a:visited {
    width: 100%;
    height: auto;
    padding: 10px 0;
    border: 2px solid #ffffff;
    display: table;
    text-align: center;
    font-size: 1.1em;
    font-family: 'Barlow Condensed', serif;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.qbox_holder:hover .qbox_button a,
.qbox_holder:hover .qbox_button a:visited {
    background-color: rgba(255, 255, 255, 0.2);
}

.qbox_holder:hover .qbox_button a:hover,
.qbox_holder:hover .qbox_button a:visited:hover {
    background-color: #ffffff;
    color: #252525;
    font-weight: 500;
}

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

.person_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px;
    margin: 10px 0;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.person_photo {
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 0 10px 0 0;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

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

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

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

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

@media screen and (max-width: 300px) {
    .person_photo {
        width: 90%;
        padding-bottom: 90%;
    }
}

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

@media screen and (max-width: 1080px) {
    .person_info {
        width: calc(100% - 10px - 180px - 10px);
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .person_info {
        width: calc(100% - 10px - 150px - 10px);
        height: 150px;
    }
}

@media screen and (max-width: 560px) {
    .person_info {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
        clear: both;
        float: none;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

/* width */
.person_info::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.person_info::-webkit-scrollbar-track {
  background: #c4c4c4;
}

/* Handle */
.person_info::-webkit-scrollbar-thumb {
  background: #525252;
}

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

.person_names {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 1.6em;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1.0em;
    color: #1a8934;
}

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

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

@media screen and (max-width: 440px) {
    .person_names {
        font-size: 1.4em;
        text-align: center;
    }
}

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

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

/* TRAINING TIMES */
.training_times {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.training_times_header {
    width: calc(40% - 150px);
    height: auto;
    padding: 0 100px 0 50px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 7.0em;
    font-family: 'Barlow Condensed', serif;
    background-image: url('../images/training_times_border.png'), url('../images/training_times_bg.jpg');
    background-attachment: scroll, fixed;
    background-size: auto 100%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center right, center center;
    line-height: 0.8em;
    font-weight: 500;
}

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

@media screen and (max-width: 1080px) {
    .training_times_header {
        width: calc(30% - 90px);
        padding: 0 60px 0 30px;
        font-size: 4.0em;
    }
}

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

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

.training_times_header_mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .training_times_header_mobile {
        display: block;
        padding: 10px 10px 15px 20px;
        background-image: none, url('../images/training_times_bg.jpg');
        width: calc(100% - 30px);
        font-size: 3.8em;
    }
}

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

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

.training_times_info {
    width: calc(60% - 60px);
    height: auto;
    padding: 50px 50px 50px 10px;
    display: table-cell;
    vertical-align: middle;
    background-color: #1a8934;
}

@media screen and (max-width: 1080px) {
    .training_times_info {
        width: calc(70% - 40px);
        height: auto;
        padding: 50px 30px 50px 10px;
        display: table-cell;
        vertical-align: middle;
        background-color: #1a8934;
    }
}

@media screen and (max-width: 767px) {
    .training_times_info {
        width: calc(100% - 40px);
        clear: both;
        float: none;
        position: relative;
        display: table;
        padding: 20px;
    }
}

.training_times_info table {
    width: 100%;
}

.training_times table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
}

.training_times table tr th {
    padding: 5px;
    font-weight: 500;
    text-align: left;
    font-family: 'barlow Condensed', serif;
    text-transform: uppercase;
    background-color: #252525;
}

.training_times table tr td {
    padding: 5px;
    color: #ffffff;
    font-size: 0.9em;
}

@media screen and (max-width: 440px) {
    .training_times table tr td {
        padding: 2px;
        font-size: 0.8em;
    }
}

.training_times .table_td_bolder {
    font-weight: 500;
    color: #c4c4c4;
}

/* FOOTER */
.footer {
    background-color: #0c202c;
    clear: both;
    display: table;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 40px 10% 40px 10%;
    position: relative;
    width: calc(100% - 20%);
    background-image: url('../images/footer_bg.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

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

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

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

.footer_socials .fab:hover {
    background-color: #0e541f;
    color: #0c202c;
}

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

.credits {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

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

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

.footer_addresses {
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_address_holder {
    width: auto;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.0em;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
}

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

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

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

.faq_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 5px 10px;
    margin: 5px auto;
    position: relative;
    clear: both;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

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

.faq_question_txt {
    width: calc(100% - 10px - 15px);
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: 500;
    color: #252525;
    line-height: 1.2em;
}

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

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

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

.faq_question_btn .fa {
    font-size: 22px;
    color: #a16b21;
    margin: 2px 0 0 0;
    cursor: pointer;
}

.faq_question_btn .fa:hover {
    color: #000000;
}

.faq_answer {
    width: 100%;
    height: auto;
    padding: 5px 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: justify;
    line-height: 1.4em;
    display: none;
    font-size: 0.9em;
}

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

.pg_btn {
    width: calc(100% / 3 - 10px);
    height: auto;
    padding: 15px 0;
    margin: 5px;
    position: relative;
    clear: none;
    display: inline-block;
    text-align: center;
    background-color: #1b5b74;
    color: #ffffff;
    font-family: 'Barlow Condensed', serif;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

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

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

.pg_btn:hover {
    background-color: #0c202c;
}

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

.event_toolbar_link {
    width: calc(100% / 5 - 2px);
    height: auto;
    padding: 10px 0;
    margin: -1px -1px 0 0;
    position: relative;
    clear: none;
    float: left;
    background-color: #1b5b74;
    text-align: center;
    font-size: 0.9em;
    font-family: 'Barlow Condensed', serif;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
}

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

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

@media screen and (max-width: 560px) {
    .event_toolbar_link {
        width: calc(100% / 2 - 2px);
    }
}

@media screen and (max-width: 440px) {
    .event_toolbar_link {
        width: calc(100% / 1 - 2px);
    }
}

.event_toolbar_link:hover {
    background-color: #113f51;
    text-decoration: none;
}

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

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

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

@media screen and (max-width: 1080px) {
    .event_location_info {
        width: calc(100% - 300px - 20px);
        height: 300px;
        padding: 0 10px 0 10px;
        margin: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        position: relative;
        clear: none;
        float: right;
    }
}

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

/* width */
.event_location_info::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.event_location_info::-webkit-scrollbar-track {
  background: #c4c4c4;
}

/* Handle */
.event_location_info::-webkit-scrollbar-thumb {
  background: #525252;
}

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

.event_location_info h4 {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    font-weight: 500;
    font-size: 1.3em;
    color: #252525;
}

.event_location_info ul {
    padding: 5px 0;
    margin: 0 0 0 30px;
}

.event_location_name {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #525252;
    font-family: 'Barlow Condensed', serif;
    line-height: 1.1em;
    font-weight: 500;
}

.event_location_arena {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 1.1em;
    color: #525252;
    text-transform: uppercase;
    font-weight: 500;
}

.event_location_text,
.event_location_accommodation {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 20px auto;
    position: relative;
    clear: both;
    font-size: 0.9em;
}

.event_location_text p,
.event_location_accommodation p {
    text-align: justify;
    line-height: 1.3em;
    padding: 0 0 5px 0;
    margin: 0;
}

.event_location_map {
    width: 400px;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
}

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

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

.event_location_map_bottom {
    display: none;
}

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

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

.mapouter_loc iframe {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 1080px) {
    .mapouter_loc iframe {
        height: 300px;
    }
}

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

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

.form_group_left {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 2% 0 0;
    padding: 0;
    position: relative;
    width: 48%;
}

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

.form_group_right {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 2%;
    padding: 0;
    position: relative;
    width: 48%;
}

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

.form_group_1_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 2% 0 0;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
    .form_group_1_3 {
        margin: 0 0 25px 0;
        width: 100%;
    }
}

.form_group_2_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 2% 0 2%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 4%);
}

@media screen and (max-width: 560px) {
    .form_group_2_3 {
        margin: 0 0 25px 0;
        padding: 0;
        width: 100%;
    }
}

.form_group_3_3 {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 2%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
    .form_group_3_3 {
        margin: 0 0 25px 0;
        width: 100%;
    }
}

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

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

label.error {
    color: #ff0000;
    font-size: 0.8em;
    font-weight: 500;
    position: relative;
    font-family: 'Barlow Condensed', 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: 'Barlow', 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: 'Barlow', sans-serif;
    height: 47px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}

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

.form_field textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Barlow', 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: #1a8934;
    border: 0;
    clear: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    margin: 0;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.form_group_full .enquire_btn:hover {
    border: 0;
    color: #ffffff;
    background-color: #0e541f;
}

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

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

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

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

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

.hfield {
    display: none;
}

/* PAGING */
.paging_current,
.paging_nonactive,
.paging_link {
    border: 2px solid #C4C4C4;
    color: #8A8A8A;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 22px;
    font-family: 'FontAwesome', sans-serif;
}

.paging_link {
    background-color: transparent;
}

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

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

.paging_nonactive {
    background-color: #E1E1E1;
}

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