@charset "utf-8";

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

body {
    background-color: #ffffff;
    font-family: 'Raleway', 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: #383838;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 30px 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
}

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

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

/* INFO BAR */

.info_bar {
    clear: both;
    display: table;
    height: auto;
    margin: 0 5%;
    padding: 0;
    position: relative;
    width: calc(100% - 10%);
    z-index: 2;
}

.info_bar.sticky {
    display: none;
}

@media screen and (max-width: 767px) {
    .info_bar {
        background-color: #252525;
        margin: 0 auto;
        padding: 0 2%;
        width: calc(100% - 4%);
    }
}

.contacts {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 5px 0;
    position: relative;
    text-align: right;
    text-shadow: 1px 1px 0 #000000;
    width: 100%;
}

.contact_holder {
    color: #ffffff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
    height: auto;
    margin: 0;
    padding: 0 0 0 35px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    width: auto;
}

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

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

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

/* HEADER */

.header {
    background-color: #d7d7d7;
    border-bottom: 5px solid #9ed086;
    clear: both;
    display: table;
    height: auto;
    margin: 0 5%;
    padding: 0;
    position: relative;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    width: calc(100% - 10%);
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .header {
        margin: 0 auto;
        padding: 0 2%;
        width: calc(100% - 4%);
    }
}

.header.sticky {
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 50000;
}

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

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

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

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

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

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

/* COVER IMAGES */

.cover_images {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
    clear: both;
    display: table;
    height: 700px;
    margin: 0 auto -155px auto;
    padding: 0;
    position: relative;
    top: -155px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .cover_images {
        height: 400px;
        margin: 0 auto 0 auto;
        top: 0;
    }
}

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

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

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

.cover_image_info {
    height: auto;
    left: 0;
    margin: 0 10%;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 2px 2px 5px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: calc(100% - 20%);
}

.cover_image_title {
    border: 2px solid #ffffff;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 2.4em;
    height: auto;
    margin: 0 auto 20px auto;
    padding: 10px 50px 15px 50px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}

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

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

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

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

.cover_image_description {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 2.0em;
    height: auto;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

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

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

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

/* SLIDER */

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

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

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

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

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

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

.slider_holder {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.slider_title {
    width: 50%;
    height: auto;
    padding: 10px 20px 10px 5%;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5em;
    position: absolute;
    bottom: 40px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    .slider_title {
        bottom: 20px;
        font-size: 1.2em;
        width: 60%;
        padding: 5px 20px 7px 2%;
    }
}

@media screen and (max-width: 560px) {
    .slider_title {
        bottom: 20px;
        font-size: 1.0em;
        width: 80%;
    }
}

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

/* MAIN CONTENT */

.main_content {
    background-attachment: fixed;
    background-image: url('../images/bg_image1.jpg');
    background-size: contain !important;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto -30px auto;
    padding: 0;
    position: relative;
    top: -30px;
    width: 100%;
}

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

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

.content_h2_header {
    color: #252525;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

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

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

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

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

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

.main_content ol li,
.main_content ul li {
    padding: 2px 0;
}

@media screen and (max-width: 767px) {
    .main_content ol li,
    .main_content ul li {
        font-size: 0.8em;
    }
}

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

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

.content_box_inner {
    border: 1px solid #ddca7d;
    clear: both;
    color: #616161;
    display: table;
    height: 100%;
    margin: 0 auto;
    padding: 5px 15px;
    position: relative;
    width: calc(100% - 30px - 2px);
}

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

@media screen and (max-width: 560px) {
    .main_content table tr th,
    .main_content table tr td {
        width: 100% !important;
        clear: both !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* READ MORE BOXES */

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

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

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

@media screen and (max-width: 1080px) {
    .qboxes_content {
        margin: 0;
        top: 0;
        width: calc(100% - 30px);
    }
}

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

.qbox_link {
    text-decoration: none !important;
}

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

@media screen and (max-width: 767px) {
    .qbox_holder {
        margin: 0 10px;
        width: calc(100% / 3 - 20px);
    }
}

.qbox_icon {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain !important;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto 10px auto;
    padding-bottom: 140px;
    position: relative;
    text-align: center;
    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: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .qbox_icon {
        padding-bottom: 100px;
        width: 100px;
    }
}

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

@media screen and (max-width: 440px) {
    .qbox_icon {
        padding-bottom: 50px;
        width: 50px;
    }
}

.qbox_holder:hover .qbox_icon {
    transform: scale(1.1, 1.1);
    -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);
}

.qbox_link:nth-child(3n+1) .qbox_icon,
.qbox_link:nth-child(3n+3) .qbox_icon {
    background-color: #97bfe6;
}

.qbox_link:nth-child(3n+2) .qbox_icon {
    background-color: #9ccf84;
}

.qbox_icon_image {
    color: #ffffff;
    font-size: 40px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: calc(50% - 25px);
    width: 100%;
}

@media screen and (max-width: 767px) {
    .qbox_icon_image {
        font-size: 30px;
        top: calc(50% - 18px);
    }
}

@media screen and (max-width: 560px) {
    .qbox_icon_image {
        font-size: 20px;
        top: calc(50% - 12px);
    }
}

.qbox_title {
    clear: both;
    color: #252525;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    height: 60px;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

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

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

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

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

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

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

.shadow {
    background-attachment: scroll;
    background-image: url('../images/shadow1.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 20px;
    clear: both;
    display: table;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

/* INSERT 1 */

.insert1 {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto -30px auto;
    top: -30px;
    padding: 50px 10%;
    position: relative;
    width: calc(100% - 20%);
}

@media screen and (max-width: 1200px) {
    .insert1 {
        padding: 60px 5%;
        width: calc(100% - 10%);
    }
}

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

@media screen and (max-width: 560px) {
    .insert1 {
        padding: 30px 5%;
    }
}

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

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

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

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

.insert_description {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 1.6em;
    height: auto;
    margin: 0 10%;
    padding: 0 0 30px 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: calc(100% - 20%);
}

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

@media screen and (max-width: 560px) {
    .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;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8em;
    height: auto;
    margin: 0 auto;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto;
}

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

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

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

/* LOGO SLIDER */

.logo_slider {
    background-color: #ffffff;
    border-bottom: 2px solid #ddca7d;
    border-top: 2px solid #ddca7d;
    clear: both;
    display: table;
    height: auto;
    margin: 15px auto 0 auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

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

.logo_sliderlink {
    text-decoration: none;
}

.logo_slider_holder {
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: none;
    display: table;
    float: left;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .logo_slider_holder {
        width: 100% !important;
        clear: both;
        display: table;
        position: relative;
        padding: 15px 0 0 0;
        float: none;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}

.logo_slider_holder img {
    width: auto !important;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    display: table;
}

@media screen and (max-width: 1080px) {
    .logo_slider_holder img {
        width: auto !important;
        height: 80px;
    }
}

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

@media screen and (max-width: 560px) {
    .logo_slider_holder img {
        width: 80%;
        height: auto !important;
        padding: 0 0 15px 0;
    }
}

/* PROJECTS LIST */

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

.projects_container table {
    margin: 0 0 25px 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .projects_container table {
        table-layout: fixed;
        width: 100%;
    }
}

.projects_container table tbody {
    display: block;
    overflow: auto;
    width: 100% !important;
}

.projects_container table caption {
    background-color: #97bfe6;
    color: #252525;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    padding: 5px;
    text-transform: uppercase;
}

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

.projects_container table tr th {
    border: 1px solid #c4c4c4;
    font-family: 'Oswald', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    padding: 5px;
    text-align: left;
}

.projects_container table tr td {
    border: 1px solid #c4c4c4;
    font-size: 0.8em;
    padding: 5px;
    font-weight: 600;
}

.projects_container .project_cell {
    width: 25%;
}

.projects_container .description_cell {
    width: 30%;
}

.projects_container .client_cell {
    width: 15%;
}

.projects_container .date_cell {
    white-space: nowrap;
    width: 15%;
}

.projects_container .value_cell {
    white-space: nowrap;
    width: 15%;
}

/* MAP */

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

.map_inner {
    border: 1px solid #ddca7d;
    clear: both;
    display: table;
    height: 100%;
    margin: 0;
    padding: 10px;
    position: relative;
    width: calc(100% - 20px - 2px);
}

/* 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: 15px auto 0 auto;
    padding: 20px 10%;
    position: relative;
    width: calc(100% - 20%);
}

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

.footer_socials .fa {
    border: 1px solid #ffffff;
    color: #ffffff;
    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;
    -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: 30px;
}

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

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

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

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

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

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

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

label.error {
    color: red;
    font-size: 0.7em;
    font-weight: 600;
    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: #97bfe6;
    border: 0;
    clear: none;
    color: #252525;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Oswald', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 10px 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 {
    background-color: #7190ad;
    border: 0;
    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;
}