@charset "utf-8";

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

body {
    background-color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    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 {
        width: 300px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    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;
}

.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: -70px;
    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);
}

/* INFO BAR */
.info_bar {
    background-color: #252525;
    clear: both;
    display: table;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 2%;
    position: relative;
    width: calc(100% - 4%);
}

@media screen and (max-width: 767px) {
    .info_bar {
        line-height: normal;
        padding: 5px 2%;
    }
}

.address_holder {
    clear: none;
    color: #ffffff;
    display: table;
    float: left;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1em;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

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

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

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

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

.contact_holder {
    color: #ffffff;
    display: table;
    float: right;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1em;
    height: auto;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

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

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

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

.contact_holder a:hover,
.contact_holder a:visited:hover {
    color: #ffcb05;
    text-decoration: none;
}

.contact_holder .fa {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #007ab9;
    border-radius: 50%;
    color: #252525;
    font-size: 0.9em;
    height: 22px;
    line-height: 22px;
    margin: 0 5px 0 0;
    padding: 5px;
    text-align: center;
    width: 22px;
}

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

/* HEADER */
.header {
    background-color: rgba(255, 255, 255, 0.8);
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 2%;
    position: relative;
    width: calc(100% - 4%);
    z-index: 100;
}

.header.sticky {
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
    padding: 0 0 0 2%;
    width: calc(100% - 2%);
    background-color: rgba(255, 255, 255, 1.0);
    border-bottom: 1px solid #007ab9;
}

@media screen and (max-width: 1080px) {
    .header {
        background-color: rgba(0, 0, 0, 0.3);
        background-color: rgba(255, 255, 255, 1.0);
    }
}

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

.logo_main {
    display: table;
    height: 80px;
    width: auto;
}

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

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

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

.logo_main.sticky {
    height: 40px;
}

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

/* SLIDER IMAGES */

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

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

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

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

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


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

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

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        right: calc(2% + 12px);
    }
}

.slider_info {
    -moz-animation-delay: 0.0s;
    -moz-animation-duration: 3.0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-name: animateSliderInfo;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-animation-delay: 0.0s;
    -o-animation-duration: 3.0s;
    -o-animation-fill-mode: forwards;
    -o-animation-name: animateSliderInfo;
    -o-transform: translateY(-50%);
    -webkit-animation-delay: 0.0s;
    -webkit-animation-duration: 3.0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: animateSliderInfo;
    -webkit-filter: blur(10px);
    -webkit-transform: translateY(-50%);
    animation-delay: 0.0s;
    animation-duration: 3.0s;
    animation-fill-mode: forwards;
    animation-name: animateSliderInfo;
    filter: blur(10px);
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    width: 45%;
}

@media screen and (max-width: 1080px) {
    .slider_info {
        left: 0;
        margin: 0 auto;
        padding: 0 5%;
        right: 0;
        top: 50%;
        width: calc(100% - 10%);
    }
}

.slider_title {
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 5.5em;
    font-weight: 900;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
    text-align: right;
    text-shadow: 2px 2px 1px #000;
    text-transform: uppercase;
}

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

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

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

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

.slider_left {
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 2;
}

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

.slider_left img {
    display: table;
    height: 650px;
    width: auto;
}

.slider_line1,
.slider_line2,
.slider_line3 {
    background-attachment: scroll;
    background-image: url('../images/slider_line1.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.slider_line1 {
    background-size: 100% 120px !important;
    bottom: -30px;
    height: 120px;
    z-index: 3;
}

@media screen and (max-width: 1080px) {
    .slider_line1 {
        background-size: 100% 100px !important;
        bottom: -20px;
        height: 100px;
    }
}

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

.slider_line2 {
    background-image: url('../images/slider_line2.png');
    background-size: 100% 100px !important;
    bottom: -50px;
    height: 100px;
    z-index: 3;
}

@media screen and (max-width: 1080px) {
    .slider_line2 {
        background-size: 100% 80px !important;
        bottom: -35px;
        height: 80px;
    }
}

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

.slider_line3 {
    background-image: url('../images/slider_line3.png');
    background-size: 100% 50px !important;
    bottom: -30px;
    height: 50px;
    z-index: 1;
}

@media screen and (max-width: 1080px) {
    .slider_line3 {
        background-size: 100% 30px !important;
        bottom: -15px;
        height: 30px;
    }
}

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

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

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

.content_h2_header {
    clear: both;
    color: #252525;
    font-family: 'Barlow Condensed';
    font-size: 2.6em;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

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

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

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

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

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

.main_content_image {
    -moz-border-radius: 25px 0 25px 0;
    -ms-border-radius: 25px 0 25px 0;
    -o-border-radius: 25px 0 25px 0;
    -webkit-border-radius: 25px 0 25px 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
    border-radius: 25px 0 25px 0;
    border: 8px solid #ffcb05;
    clear: none;
    float: right;
    height: auto;
    margin: 15px 0 15px 15px;
    padding-bottom: 280px;
    width: 220px;
}

@media screen and (max-width: 767px) {
    .main_content_image {
        clear: both;
        float: none;
        margin: 10px auto 0 auto;
        padding-bottom: 30%;
        text-align: center;
        width: 60%;
    }
}

@media screen and (max-width: 560px) {
    .main_content_image {
        padding-bottom: 40%;
        width: 80%;
    }
}

@media screen and (max-width: 440px) {
    .main_content_image {
        padding-bottom: 40%;
        width: 90%;
    }
}

/* STAFF MEMBERS */
.staff {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

.staff_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    clear: both;
    border: 1px solid #c4c4c4;
}

.staff_left {
    width: 240px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .staff_left {
        width: 200px;
    }
}

@media screen and (max-width: 560px) {
    .staff_left {
        width: 100%;
        display: table;
        position: relative;
        clear: both;
        margin: 0 auto 10px auto;
    }
}

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

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

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

.staff_main {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 2px 0 0 0;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
}

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

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

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

.staff_designation {
    width: 100%;
    height: auto;
    padding: 0 0 2px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.1em;
    font-weight: 500;
    color: #ffcb05;
    font-family: 'Barlow Condensed', sans-serif;
}

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

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

.staff_role {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.1em;
    font-weight: 500;
    color: #0377b4;
    font-family: 'Barlow Condensed', sans-serif;
}

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

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

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

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

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

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

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

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

.staff_education {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    clear: both;
    display: table;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: 500;
    color: #525252;
}

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

.staff_accreditations {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    clear: both;
    display: table;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: 500;
    color: #525252;
}

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

.staff_memberships {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    clear: both;
    display: table;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: 500;
    color: #525252;
}

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

.staff_background {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    clear: both;
    display: table;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: 500;
    color: #000000;
}

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

.staff_contacts {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #dddddd;
    background-image: url('../images/staff_bg.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto 150%;
    background-position: right bottom;
}

.staff_contacts_header {
    width: 100%;
    height: auto;
    padding: 0 0 6px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 600;
    font-size: 1.0em;
    line-height: 1.1em;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

.staff_contact_line {
    width: 100%;
    height: auto;
    padding: 0 0 4px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #252525;
    font-size: 0.9em;
    line-height: 1.1em;
    font-weight: 600;
}

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

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

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

/* ABOUT US PAGE ORGANOGRAM */
.about {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.about_header {
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    font-size: 2.6em;
    line-height: 1.0em;
    color: #252525;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

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

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

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

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

.content_boxes a,
.content_boxes a:visited {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.content_boxes a:hover .content_box_holder,
.content_boxes a:visited:hover .content_box_holder {
    background-color: #dbdbdb;
}

.content_box_holder {
    width: calc(100% - 30px - 2px);
    height: auto;
    padding: 15px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid #c4c4c4;
    transition: all 0.3s ease-in-out;
}

.content_box_main_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.8em;
    line-height: 1.0em;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color:#252525;
    text-decoration: none;
}

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

.content_box_sub_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.5em;
    line-height: 1.0em;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color:#525252;
    text-decoration: none;
}

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

.content_box_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    text-align: justify;
    line-height: 1.4em;
    font-weight: 500;
    text-decoration: none;
}

.content_box_photo {
    width: 260px;
    height: 320px;
    padding: 0;
    margin: 20px 0 10px 20px;
    position: relative;
    clear: none;
    float: right;
    display: table;
    border: 8px solid #ffcb05;
    border-radius: 28px 0 28px 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

@media screen and (max-width: 560px) {
    .content_box_photo {
        width: calc(100% - 16px);
        height: auto;
        padding-bottom: calc(70% - 16px);
        margin: 10px auto 0 auto;
        clear: both;
        float: none;
    }
}

/* CONTACT US BLOCKS */
.contact_us {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.contact_us_left,
.contact_us_right {
    clear: none;
    display: table;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: calc(50% - 10px);
}

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

    .contact_us_left,
    .contact_us_right {
        margin: 0;
    }
}

.contact_us_left {
    float: left;
    padding: 0 10px 0 0;
}

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

.contact_us_right {
    float: right;
    padding: 0 0 0 10px;
}

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

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

@media screen and (max-width: 560px) {
    .contact_block_holder {
        margin: 0 0 10px 0;
    }
}

.contact_block_description {
    clear: both;
    color: #007ab9;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4em;
    height: auto;
    margin: 0 auto;
    padding: 0 0 2px 0;
    position: relative;
    width: 100%;
}

.contact_block_content {
    clear: both;
    color: #252525;
    display: table;
    font-weight: 600;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

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

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

/* QUICK READ MORE BOXES */
.qboxes {
    background-color: #252525;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

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

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

@media screen and (max-width: 440px) {
    .qboxes_container {
        padding: 0 5%;
        width: calc(100% - 10%);
    }
}

.qbox_header {
    color: #ffcb05;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    height: auto;
    margin: 0 auto;
    padding: 0 0 15px 0;
    text-align: center;
    width: 100%;
}

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

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

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

.qbox_icon {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #acacac;
    clear: both;
    color: #acacac;
    display: table;
    font-size: 3.2em;
    height: 140px;
    line-height: 140px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 140px;
}

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

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

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

@media screen and (max-width: 440px) {
    .qbox_icon {
        clear: none;
        float: left;
    }
}

.qbox_title {
    color: #acacac;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    height: auto;
    line-height: 1.1em;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

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

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

@media screen and (max-width: 440px) {
    .qbox_title {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        clear: none;
        float: left;
        font-size: 1.2em;
        left: 65px;
        padding: 0 0 0 10px;
        position: absolute;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 80px);
    }
}

.qboxes_bottom {
    background-attachment: scroll;
    background-image: url('../images/qboxes_bottom.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 20px !important;
    clear: both;
    display: table;
    height: 20px;
    margin: 0 auto -2px auto;
    padding: 0;
    pointer-events: none;
    position: relative;
    top: -2px;
    width: 100%;
    z-index: 2;
}

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

/* MAP */
.mapouter {
    clear: both;
    display: table;
    margin: 0 auto -20px auto;
    padding: 0;
    position: relative;
    text-align: right;
    top: -20px;
    width: 100%;
    z-index: 1;
}

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

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

/* OUR CLIENTS */
.our_clients {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 60px 0;
    position: relative;
    width: 100%;
}

.our_clients_header {
    color: #252525;
    font-family: 'Barlow Condensed';
    font-size: 1.5em;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.our_clients_float {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: auto;
}

.our_clients_link {
    text-decoration: none;
}

.our_client_holder {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 15px;
    padding: 10px 0;
    position: relative;
    width: auto;
}

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

.our_client_holder img {
    display: table;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

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

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

@media screen and (max-width: 767px) {
    .our_client_holder img {
        height: 35px;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .our_client_holder img {
        height: auto;
        width: 80%;
    }
}

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

/* FOOTER */

.footer {
    background-color: #252525;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    position: relative;
    width: 100%;
}

.footer_socials {
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.footer_socials .fa {
    -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: #ffffff;
    border: 1px solid #ffffff;
    color: #252525;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 8px;
    padding: 0 0 0 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 30px;
}

.footer_socials .fa:hover {
    background-color: #000000;
    color: #ffffff;
}

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

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

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

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

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

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

.footer_line1,
.footer_line2,
.footer_line3 {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.footer_line1 {
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    background-image: url('../images/slider_line1.png');
    background-size: 120% 130px !important;
    height: 130px;
    top: -76px;
    transform: rotate(-3deg);
    z-index: 3;
}

@media screen and (max-width: 560px) {
    .footer_line1 {
        background-size: 120% 70px !important;
        height: 70px;
        top: -65px;
    }
}

.footer_line2 {
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    background-image: url('../images/slider_line2.png');
    background-size: 100% 60px !important;
    height: 120px;
    top: -35px;
    transform: rotate(1deg);
    z-index: 3;
}

@media screen and (max-width: 560px) {
    .footer_line2 {
        background-size: 100% 60px !important;
        height: 60px;
    }
}

.footer_line3 {
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    background-image: url('../images/slider_line3.png');
    background-size: 100% 25px !important;
    height: 40px;
    top: -7px;
    transform: rotate(-2deg);
    z-index: 3;
}

@media screen and (max-width: 560px) {
    .footer_line3 {
        background-size: 100% 30px !important;
        height: 30px;
        top: -15px;
    }
}

/* 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 4px 0;
    position: relative;
    width: 100%;
}

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

label.error {
    color: #ff0000;
    font-size: 0.8em;
    font-weight: 500;
    position: relative;
}

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

.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: #ffffff;
    border: 1px solid #007ab9;
    clear: none;
    color: #007ab9;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Barlow Condensed', 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 #03476a;
    background-color: #03476a;
    color: #ffffff;
}

.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: 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: #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;
}
