@charset "utf-8";

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

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

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

h1 {
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.0em;
    font-weight: 400;
}

h2 {
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.6em;
    font-weight: 400;
}

h3 {
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.2em;
    font-weight: 400;
}

h4 {
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    font-weight: 400;
}

h5 {
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
}

h6 {
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
}

.gen_btn_holder {
    clear: both;
    display: table;
    float: right;
    height: auto;
    margin: 10px 0;
    padding: 0;
    width: auto;
}

.gen_btn,
.gen_btn:visited {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    border-radius: 0;
    clear: both;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.6em;
    height: auto;
    line-height: 1.0em;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    width: auto;
}

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

.gen_btn_blue,
.gen_btn_blue:visited {
    border: 1px solid #3e4095;
    color: #3e4095;
}

.gen_btn_gray,
.gen_btn_gray:visited {
    border: 1px solid #292929;
    color: #292929;
}

.gen_btn:hover,
.gen_btn:visited:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    border-radius: 0 20px 0 20px;
    transform: scale(1.1, 1.1);
}

.gen_btn .gen_btn_blue:hover,
.gen_btn .gen_btn_blue:visited:hover {
    border: 1px solid #20214e;
    color: #20214e;
}

.gen_btn .gen_btn_gray:hover,
.gen_btn .gen_btn_gray:visited:hover {
    border: 1px solid #000000;
    color: #000000;
}

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

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

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

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

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

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

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

img {
    border: 0;
}

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

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

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

/* INFO BAR */

.info_bar {
    background-color: #000000;
    clear: both;
    color: #5c5c5c;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    height: 35px;
    margin: 0 auto;
    padding: 10px 5%;
    position: relative;
    width: calc(100% - 10%);
    z-index: 2;
}

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

.contacts {
    display: table-cell;
    height: auto;
    padding: 0 15px 0 0;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

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

.contact_holder {
    clear: none;
    display: table;
    float: left;
    height: auto;
    padding: 0;
    width: auto;
}

.contact_holder_first {
    margin: 0 10px 0 0;
}

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

.contact_holder_second {
    margin: 0 35px 0 0;
}

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

.contact_holder_third {
    margin: 0;
}

.contact_holder_third a,
.contact_holder_third a:visited {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: #5c5c5c;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

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

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

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

.socials .fa {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background-color: #00a859;
    color: #ffffff;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 4px;
    padding: 0 0 0 5px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    width: 30px;
}

@media screen and (max-width: 560px) {
    .socials .fa {
        margin: 0 4px;
    }
}

.socials .fa:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    color: #000000;
    transform: scale(1.1, 1.1);
    z-index: 2;
}

/* MENU BAR */

.menu_bar {
    border-bottom: 1px solid #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 5%;
    position: relative;
    width: calc(100% - 10%);
    z-index: 2;
}

.menu_bar.invisible {
    background-color: #282828;
}

@media screen and (max-width: 1080px) {
    .menu_bar {
        margin: 10px 2%;
        padding: 0 0 10px 0;
        width: calc(100% - 4%);
    }
}

@media screen and (max-width: 560px) {
    .menu_bar {
        background-color: #000000;
        margin: 0 auto;
        width: calc(100% - 4%);
        padding: 5px 2% 5px 2%;
    }
}

.menu_bar.sticky {
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    margin: 0 auto;
    padding: 5px 2%;
    position: fixed;
    top: 0;
    width: calc(100% - 4%);
    z-index: 50;
}

.logo {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border: 0;
    display: table-cell;
    height: auto;
    padding: 0 15px 0 15px;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

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

.logo img {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border: 0;
    display: block;
    height: 90px;
    transition: all 0.5s ease-in-out;
    width: auto !important;
}

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

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

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

.logo.sticky img {
    height: 55px;
}

.menu_nav {
    display: table-cell;
    height: auto;
    padding: 0 0 0 15px;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

/* SLIDER IMAGES */

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

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

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

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

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

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

.slider_info {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0 15%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
}

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

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

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

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

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

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

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

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

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

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

.slider_splash {
    clear: both;
    display: table;
    height: auto !important;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 400px;
}

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

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

.slider_shadow {
    background: url('../images/shadow.png') no-repeat scroll center top;
    background-size: 100% 30px !important;
    clear: both;
    display: table;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .slider_shadow {
        background-size: 100% 20px;
        height: 20px;
    }
}

/* MAIN CONTENT */

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

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

.content_h2 {
    color: #292929;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.2em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

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

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

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

.main_content ol li,
.main_content ul li {
    list-style-position: outside;
    padding: 4px 0;
}

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

@media screen and (max-width: 767px) {
    .main_content img {
        float: none !important;
        clear: both !important;
        padding: 10px 20% !important;
        margin: 0 auto !important;
        width: 60% !important;
        text-align: center !important;
        display: table !important;
    }
}

@media screen and (max-width: 440px) {
    .main_content img {
        padding: 10px 5% !important;
        width: 90% !important;
    }
}

@media screen and (max-width: 300px) {
    .main_content img {
        padding: 10px 0 !important;
        width: 100% !important;
    }
}

/* PHOTO GALLERY */

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

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

.album_link {
    text-decoration: none;
}

.album_holder {
    background: no-repeat scroll;
    background-size: cover !important;
    border: 1px solid rgba(0, 0, 0, 0.32);
    clear: none;
    float: left;
    height: auto;
    margin: 0.5%;
    padding-bottom: calc(100% / 3 - 1%);
    position: relative;
    width: calc(100% / 3 - 1% - 2px);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

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

.gallery_h3 {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    left: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 10px);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.album_holder:hover .gallery_h3 {
    bottom: calc(100% - 35px);
}

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

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

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

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

/* READ MORE BOXES */

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

.qbox_link {
    text-decoration: none;
}

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

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

.qbox_link:nth-child(3n+1) .qbox_holder {
    margin: 0 0 0 5px;
}

@media screen and (max-width: 560px) {
    .qbox_link:nth-child(3n+1) .qbox_holder {
        margin: 0 0 5px 0;
    }
}

.qbox_link:nth-child(3n+2) .qbox_holder {
    margin: 0 5px;
}

@media screen and (max-width: 560px) {
    .qbox_link:nth-child(3n+2) .qbox_holder {
        margin: 0 0 5px 0;
    }
}

.qbox_link:nth-child(3n+3) .qbox_holder {
    margin: 0 5px 0 0;
}

@media screen and (max-width: 560px) {
    .qbox_link:nth-child(3n+3) .qbox_holder {
        margin: 0 0 5px 0;
    }
}

.qbox_holder:hover {
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    -webkit-filter: brightness(0.5);
    -webkit-transform: scale(1.02, 1.02);
    filter: brightness(0.5);
    transform: scale(1.02, 1.02);
    z-index: 2;
}

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

.qbox_title {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5em;
    height: 30px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    width: calc(100% - 20px);
}

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

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

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

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

.qbox_holder:hover .qbox_title {
    bottom: calc(100% - 50px);
    color: #ffcc29;
}

@media screen and (max-width: 1080px) {
    .qbox_holder:hover .qbox_title {
        bottom: calc(100% - 42px);
    }
}

@media screen and (max-width: 767px) {
    .qbox_holder:hover .qbox_title {
        bottom: calc(100% - 34px);
    }
}

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

@media screen and (max-width: 440px) {
    .qbox_holder:hover .qbox_title {
        bottom: calc(100% - 40px);
    }
}

/* INSERT1 - WHAT MAKES US UNIQUE */

.insert1 {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    clear: both;
    display: table;
    height: auto;
    margin: 15px auto 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.insert1_title {
    background-size: 100% auto !important;
    background: url('../images/insert1_rip.png') scroll center bottom;
    clear: both;
    color: #292929;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.0em;
    height: auto;
    margin: 0 auto;
    padding: 20px 10% 50px 10%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 20%);
}

@media screen and (max-width: 560px) {
    .insert1_title {
        background-size: 100% 200% !important;
        font-size: 1.6em;
        padding: 10px 10% 30px 10%;
    }
}

.insert1_holder {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 20px 15px;
    padding: 0;
    position: relative;
    width: calc(100% / 5 - 30px);
}

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

.insert1_icon {
    background-size: auto 80% !important;
    background: scroll center center;
    clear: both;
    display: table;
    height: auto;
    margin: 0 15%;
    padding: 0;
    position: relative;
    text-align: center;
    width: 70%;
}

@media screen and (max-width: 560px) {
    .insert1_icon {
        display: table-cell;
        margin: 0;
        vertical-align: middle;
        white-space: nowrap;
        width: 80px;
    }
}

.insert1_icon img {
    display: block;
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

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

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

@media screen and (max-width: 560px) {
    .insert1_header {
        display: table-cell;
        float: none;
        font-size: 1.5em;
        padding: 0 0 0 10px;
        text-align: left;
        vertical-align: middle;
        width: auto;
    }
}

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

/* INSERT 2 - ENQUIRY FORM LINK BUTTON */

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

@media screen and (max-width: 1080px) {
    .insert2 {
        padding: 15px 4%;
        width: calc(100% - 8%);
    }
}

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

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

@media screen and (max-width: 560px) {
    .insert2_info {
        clear: both;
        display: table;
        float: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        white-space: normal;
    }
}

.insert2_main_title {
    clear: both;
    color: #292929;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    height: auto;
    margin: 0;
    padding: 0 0 5px 0;
    position: relative;
    width: 100%;
}

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

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

.insert2_sub_title {
    clear: both;
    color: #292929;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

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

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

@media screen and (max-width: 560px) {
    .insert2_button {
        clear: both;
        display: table;
        float: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        white-space: normal;
    }
}

/* GOOGLE MAP */

.map,
#map {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#map {
    border-bottom: 1px solid #adadad;
    border-top: 1px solid #adadad;
}

.map {
    margin: 15px auto 0 auto;
}

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

/* FOOTER */

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

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

.footer_contacts {
    border-bottom: 1px solid #343434;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

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

@media screen and (max-width: 767px) {
    .footer_contacts:nth-child(3n+1) .footer_contact_holder,
    .footer_contacts:nth-child(3n+2) .footer_contact_holder {
        padding: 0 10px;
        white-space: normal;
        width: calc(100% / 2 - 20px);
    }
}

@media screen and (max-width: 560px) {
    .footer_contacts:nth-child(3n+1) .footer_contact_holder,
    .footer_contacts:nth-child(3n+2) .footer_contact_holder,
    .footer_contacts:nth-child(3n+2) .footer_contact_holder {
        clear: both;
        float: none;
        padding: 15px 0 0 0;
        white-space: normal;
        width: 100%;
    }
}

.footer_contact_holder_right {
    float: right;
    padding: 0;
    text-align: right;
    width: calc(100% / 4 * 2 - 30px);
}

@media screen and (max-width: 767px) {
    .footer_contacts .footer_contact_holder_right {
        clear: both;
        float: none;
        padding: 15px 0 0 0 !important;
        text-align: center;
        width: 100% !important;
    }
}

@media screen and (max-width: 560px) {
    .footer_contacts .footer_contact_holder_right {
        clear: both;
        float: none;
        padding: 15px 0 0 0 !important;
        text-align: left;
        width: 100% !important;
    }
}

.footer_contact_holder_icon {
    display: table-cell;
    height: auto;
    padding: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 40px;
}

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

.footer_contact_holder_icon img {
    display: block;
    height: 70px;
    width: auto !important;
}

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

.footer_contact_holder_details {
    color: #ffffff;
    display: table-cell;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    height: auto;
    padding: 0 0 0 10px;
    vertical-align: middle;
    width: auto;
}

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

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

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

.footer_contact_holder_details_right {
    padding: 0 10px 0 0;
}

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

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

.footer_contact_line a:hover,
.footer_contact_line a:visited:hover {
    color: #ffcc29;
    text-decoration: none;
}

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

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

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

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

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

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

/* FORM STYLING */
label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
}

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

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

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

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

}

.form_group_left {
    clear: none;
    float: left;
    padding: 0 1% 0 0;
    width: 49%;
}

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

.form_group_right {
    clear: none;
    float: right;
    padding: 0 0 0 1%;
    width: 49%;
}

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

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

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

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

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

.hfield {
    display: none;
}

.form_note {
    color: #9B9B9B;
    padding: 2px 0 0 0;
}

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

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

select {
    border: 1px solid #bcbcbc;
    font-family: 'Barlow Condensed', sans-serif;
    height: 50px;
    margin: 0;
    padding: 5px;
    width: calc(100% - 12px);
}

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

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

textarea {
    align-content: space-between;
    border: 1px solid #bcbcbc;
    font-family: 'Barlow Condensed', sans-serif;
    height: 120px;
    margin: 0;
    padding: 5px;
    width: calc(100% - 12px);
}

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

.form_group_submit .enquire_btn {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #00a859;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: table;
    float: right;
    font-family: 'FontAwesome', 'Barlow Condensed', sans-serif;
    font-size: 2.5em;
    height: auto;
    line-height: 1.0em;
    margin: 20px auto 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    width: auto;
}

.form_group_submit .enquire_btn:hover {
    background-color: #008144;
    border-radius: 0 20px 0 20px;
    border: 0;
    color: #ffffff;
}

/* PAGING */

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

.paging_link {
    background-color: transparent;
}

.paging_link:hover {
    background-color: #00a859;
    color: #ffffff;
}

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