/* csslint
adjoining-classes: false,
box-model: false,
fallback-colors: false,
floats: false,
font-sizes: false,
important: false,
outline-none: false
qualified-headings: false,
unique-headings: false,
*/

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

body {
    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;
    }
}

.background_whole {
    background-attachment: fixed;
    clear: both;
    display: table;
    height: 100%;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1.0em;
}

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

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

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

img {
    border: 0;
}

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

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

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

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

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

/* HEADER TOP */
.header {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 10%;
    padding: 10px;
    position: relative;
    width: calc(100% - 20% - 20px);
}

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

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

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

.logo_main {
    display: table;
    height: auto;
    margin: 0 calc(10% - 5px) 0 calc(10% - 5px);
    text-align: center;
    width: 80%;
}

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

.logo_mobile {
    display: none;
}

@media screen and (max-width: 560px) {
    .logo_mobile {
        display: table;
        margin: 0 auto;
        text-align: center;
        width: 60%;
    }
}

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

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

/* SLIDER IMAGES */
.slider {
    clear: none;
    float: right;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 75%;
}

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

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

@-webkit-keyframes animateSliderInfo {
    0% {
        top: -100%;
    }

    100% {
        top: 50%;
    }
}

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

    100% {
        top: 50%;
    }
}

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

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

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

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

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

.slider_title {
    color: #ffffff;
    font-size: 2.0em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    text-transform: uppercase;
}

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

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

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

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

.slider_description {
    color: #ffffff;
    font-family: 'AvantGarde', sans-serif;
    font-size: 2.8em;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 1px #000;
    text-transform: uppercase;
}

/* NAVIGATION BAR */
.navigation {
    background-color: #ffffff;
    display: table;
    height: 50px;
    margin: 0 10%;
    padding: 0 10px 10px 10px;
    position: relative;
    width: calc(100% - 20% - 20px);
}

@media screen and (max-width: 1080px) {
    .navigation {
        margin: 0 auto;
        width: calc(100% - 20px);
    }
}

.navigation.sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}

.navigation_inner {
    background-color: red;
    clear: both;
    display: table;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

/* MAIN CONTENT AREA */
.content {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 10%;
    padding: 20px 10px 10px 10px;
    position: relative;
    width: calc(100% - 20% - 20px);
    z-index: 5;
}

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

.left_column {
    display: table-cell;
    height: auto;
    padding: 0 10px 0 0;
    vertical-align: top;
    width: 25%;
}

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

@media screen and (max-width: 560px) {
    .left_column {
        clear: both;
        display: table;
        width: 100%;
    }
}

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

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

.left_column_bottom {
    display: none;
}

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

.contact_block_left_col_description {
    color: #636363;
    font-size: 1.1em !important;
    font-weight: 700;
}

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

.contact_block_content_left_col {
    font-size: 1.1em;
}

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

.contact_block_content_left_col a,
.contact_block_content_left_col a:visited {
    color: #000000;
    text-decoration: none;
}

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

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

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

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

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

.quotation_text {
    clear: both;
    display: table;
    font-size: 1.0em;
    font-style: italic;
    font-weight: 400;
    height: auto;
    line-height: 1.4em;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.quotation_author {
    clear: both;
    color: #636363;
    display: table;
    font-size: 0.9em;
    font-style: italic;
    font-weight: 700;
    height: auto;
    line-height: 1.4em;
    margin: 0 auto;
    padding: 5px 0 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}

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

.main_content {
    display: table-cell;
    height: auto;
    padding: 0;
    vertical-align: top;
    width: 75%;
}

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

@media screen and (max-width: 560px) {
    .main_content {
        clear: both;
        display: table;
        float: none;
        width: 100%;
    }
}

.content_image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #636363;
    border-radius: 50%;
    clear: none;
    float: right;
    height: 240px;
    margin: 20px 0 10px 20px;
    padding: 0;
    shape-outside: circle();
    width: 240px;
}

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

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

.content_image_top {
    display: table;
}

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

.content_image_bottom {
    display: none;
}

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

.content_h2_header {
    font-size: 1.8em;
    font-weight: 500;
    margin: 0 auto;
    padding: 0;
}

.main_content p {
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 10px;
    text-align: justify;
}

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

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

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

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

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

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

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

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

.contact_block_icon .fa {
    font-size: 34px;
}

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

.contact_block_description {
    clear: both;
    color: #363636;
    display: table;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    height: auto;
    margin: 0;
    padding: 0 0 2px 0;
    width: 100%;
}

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

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

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

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

.album_holder_stretch_4 {
    padding-bottom: calc(100% / 4 - 4px);
    width: calc(100% / 4 * 4 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_4 {
        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;
    height: 20px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    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% - 20px);
}

.album_icon {
    color: #AFB374;
    display: none;
    font-size: 50px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 3;
}

.album_icon {
    transform: translateY(-50%);
}

.album_icon {
    transition: opacity 0.6s ease-in-out;
}

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

.album_button {
    clear: both;
    display: table;
    height: auto;
    margin: 30px auto 30px 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-size: 1.5em;
    margin: 0 auto;
    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;
}

.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%;
}

/* INSERTS */

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

@media screen and (max-width: 1080px) {
    .inserts {
        margin: 0 auto;
        width: calc(100% - 20px);

    }
}

.inserts_inner {
    background-attachment: scroll, fixed;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover !important;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px;
    position: relative;
    width: calc(100% - 50px);
}

.insert_header {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 2.0em;
    font-weight: 600;
    height: auto;
    line-height: 1.1em;
    margin: 0 auto;
    padding: 0 0 10px 0;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 1px #000000;
    width: 100%;
}

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

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

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

.insert_description {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 1.2em;
    font-weight: 600;
    height: auto;
    margin: 0 10%;
    padding: 0 0 15px 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    width: calc(100% - 20%);
}

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

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

.insert_button a,
.insert_button a:visited {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #ffffff;
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 1.2em;
    height: auto;
    margin: 0 auto;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

.insert_button a,
.insert_button a:visited {
    transition: all 0.3s ease-in-out;
}

.insert_button a,
.insert_button a:visited {
    border-radius: 4px;
}

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

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

.insert_button a:hover,
.insert_button a:visited:hover {
    background-color: rgba(0, 0, 0, 1.0);
}

/* LOGO SLIDER */

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

/* MAP */

.mapouter {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 10%;
    padding: 0 10px 10px 10px;
    position: relative;
    text-align: right;
    width: calc(100% - 20% - 20px);
}

@media screen and (max-width: 1080px) {
    .mapouter {
        margin: 0 auto;
        width: calc(100% - 20px);
    }
}

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

.map_info_text {
    background-color: #ffffff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    clear: both;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Muli, sans-serif !important;
    font-size: 0.8em;
    font-weight: 500;
    height: auto;
    left: 20px;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    text-align: left;
    top: 100px;
    width: 282px;
    z-index: 2;
}

@media screen and (max-width: 667px) {
    .map_info_text {
        top: 100px;
        width: 282px;
    }
}

@media screen and (max-width: 536px) {
    .map_info_text {
        top: 80px;
        width: 197px;
    }
}

@media screen and (max-width: 436px) {
    .map_info_text {
        top: 62px;
        width: 272px;
    }
}

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

/* TESTIMONIALS */
.testimonials {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    position: relative;
    width: 100%;
}

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

.testimonial_text {
    clear: both;
    display: table;
    font-size: 1.0em;
    font-style: italic;
    height: auto;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.testimonial_text .fa {
    color: #636363;
}

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

.testimonial_location {
    clear: both;
    color: #636363;
    display: table;
    font-size: 1.0em;
    font-weight: 500;
    height: auto;
    line-height: 1.0em;
    margin: 10px auto 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.testimonial_date {
    clear: both;
    color: #636363;
    display: table;
    font-size: 1.0em;
    font-weight: 500;
    height: auto;
    line-height: 1.0em;
    margin: 10px auto 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

/* 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: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 10%;
    padding: 0 10px 10px 10px;
    position: relative;
    width: calc(100% - 20% - 20px);
}

@media screen and (max-width: 1080px) {
    .footer {
        margin: 0 auto;
        width: calc(100% - 20px);
    }
}

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

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

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

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

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

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

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

/* GOOGLE TRANSLATE FLOATING BUTTON */
.translate-button {
    height: 20px;
    position: fixed;
    top: 50%;
    right: -54px;
    transform: translateY(-50%) rotate(90deg);
    background: #007bff;
    color: #fff;
    padding: 12px 16px;
    border-radius: 0 0 8px 8px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: background 0.3s;
}

.translate-button:hover {
    background: #0056b3;
}

#google_translate_element {
    display: none;
    position: fixed;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 9999;
}

/* SOCIAL MEDIA ICONS */
.social_links img {
    height: 60px;
    transition: all 0.4s ease-in-out;
}

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

.social_links img:hover {
    transform: scale(1.1, 1.1);
    z-index: 2;
}

/* 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-size: 1.0em;
    font-weight: 600;
}

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;
    height: 20px;
    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;
    height: 42px;
    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;
    height: 105px;
    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: #636363;
    border: 0;
    clear: none;
    cursor: pointer;
    float: right;
    font-size: 1.2em;
    margin: 0;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.form_group_full .enquire_btn {
    transition: all 0.3s ease-in-out;
}

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

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

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