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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6d6d6d;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 30px 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

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

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

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

img {
    border: 0;
}

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

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
    .contacts {
        float: left;
        margin: 0 auto;
        text-align: left;
    }
}

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

.contact_holder {
    width: auto;
    height: auto;
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    line-height: 1.0em;
}

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

@media screen and (max-width: 767px) {
    .contact_holder {
        padding: 2px 10px;
    }
}

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

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

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

.contact_holder .fa,
.contact_holder .fab {
    color: #e5000b;
}

.socials {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    float: right;
    clear: none;
}

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

.socials .fas,
.socials .fab {
    color: #e5000b;
    padding: 0 2px;
    transition: all 0.3s ease-in-out;
}

.socials .fas:hover,
.socials .fab:hover {
    color: #b00008;
    transform: scale(1.5, 1.5);
    z-index: 2;
}

/* HEADER TOP */
.header {
    width: calc(100% - 4%);
    height: auto;
    padding: 5px 2%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1001;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo {
    width: 240px;
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 0.4s ease-in-out;
}

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

.logo.sticky {
    width: 110px;
}

.logo_main {
    width: 100%;
    height: auto;
    display: table;
}

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

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

.navigation_bar.sticky {
    width: calc(100% - 110px - 10px);
}

/* SLIDER IMAGES */
.slider {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

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

.bxslider {
    margin: 0;
    padding: 0;
    width: 100%;
}

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

.slider_info {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    margin: 0 auto;
    padding: 0 5% 0 0;
    position: absolute;
    right: 0;
    width: 95%;
    font-family: 'Oswald', sans-serif;
}

.slider_title {
    color: #ffffff;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.1em;
    margin-right: -150%;
    padding: 3px 0;
    text-align: right;
    text-transform: uppercase;
    animation: animateSliderTitle 1.5s ease-in-out 0.5s 1 forwards;
}

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

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

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

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

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

@keyframes animateSliderTitle {
    0% {
        margin-right: -150%;
    }

    100% {
        margin-right: 0;
    }
}

.slider_description {
    color: #ffffff;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2em;
    margin-right: -150%;
    padding: 3px 0;
    text-align: right;
    animation: animateSliderDescription 1.5s ease-in-out 1.0s 1 forwards;
}

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

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

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

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

@keyframes animateSliderDescription {
    0% {
        margin-right: -150%;
    }

    100% {
        margin-right: 0;
    }
}

.slider_line_top {
    width: 30%;
    height: 4px;
    padding: 0;
    margin: 7px 0;
    position: relative;
    clear: both;
    background-color: #e5000b;
    float: right;
    text-align: right;
    opacity: 0.0;
    animation: animateSliderLineTop 1.5s ease-in-out 1.5s 1 forwards;
    transform: rotate(90deg);
}

@media screen and (max-width: 1080px) {
    .slider_line_top {
        margin: 4px 0;
    }
}

@media screen and (max-width: 767px) {
    .slider_line_top {
        margin: 2px 0;
        height: 2px;
        width: 50%;
    }
}

@keyframes animateSliderLineTop {
    0% {
        opacity: 0.0;
        transform: rotate(90deg);
    }

    100% {
        opacity: 1.0;
        transform: rotate(0deg);
    }
}

.slider_line_bottom {
    width: 45%;
    height: 4px;
    padding: 0;
    margin: 7px 100px 5px 0;
    position: relative;
    clear: both;
    background-color: #c4c4c4;
    float: right;
    text-align: right;
    animation: animateSliderLineBottom 1.5s ease-in-out 2.0s 1 forwards;
    opacity: 0.0;
    transform: rotate(-90deg);
}

@media screen and (max-width: 1080px) {
    .slider_line_bottom {
        margin: 4px 100px 2px 0;
    }
}

@media screen and (max-width: 767px) {
    .slider_line_bottom {
        margin: 4px 100px 2px 0;
        width: 60%;
        height: 2px;
    }
}

@keyframes animateSliderLineBottom {
    0% {
        opacity: 0.0;
        transform: rotate(-90deg);
    }

    100% {
        opacity: 1.0;
        transform: rotate(0deg);
    }
}

.slider_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* INSERT TOP */
.top_insert {
    width: calc(1000px);
    height: auto;
    padding: 20px 20px 25px 20px;
    margin: 0 auto -40px auto;
    top: -40px;
    position: relative;
    clear: both;
    display: table;
    background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(206, 206, 206));
    z-index: 2;
    border-left: 5px solid #e5000b;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .top_insert {
        top: 0;
        margin: 0 auto;
        width: calc(100% - 4%);
        padding: 20px 2% 25px 2%;
    }
}

.top_insert_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    color: #6d6d6d;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
}

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

.top_insert_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    line-height: 1.3em;
}

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

.top_insert_shadow {
    width: 1000px;
    height: 15px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    background-image: url(../images/shadow1.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 15px;
    opacity: 0.6;
}

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

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

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

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

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    line-height: 1.1em;
    color: #6d6d6d;
    font-family: 'Oswald', sans-serif;
    font-size: 2.0em;
    text-transform: uppercase;
    font-weight: 700;
}

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

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

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

.content ul li {
    padding: 2px 0;
}

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

.contact_blocks_left {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 5px 0 5px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

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

.contact_blocks_right {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 5px 0 5px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

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

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

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

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

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

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0 0 8px 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    line-height: 1.0em;
    ;
}

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

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

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

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

.content_box_holder {
    width: calc(100% - 30px - 2px - 5px);
    height: auto;
    padding: 15px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #e5000b;
}

.content_box_photo {
    width: 260px;
    height: 260px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
}

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

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

.content_box_photo_bottom {
    display: none;
}

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

@media screen and (max-width: 560px) {
    .content_box_photo_bottom {
        display: table;
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        margin: 10px auto 0 auto;
    }
}

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

@media screen and (max-width: 767px) {
    .content_box_info {
        width: calc(100% - 25px - 230px);
        height: 230px;
    }
}

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

/* width */
.content_box_info::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.content_box_info::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.content_box_info::-webkit-scrollbar-thumb {
    background: #888;
}

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

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

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

.content_box_main_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #646464;
    line-height: 1.1em;
    font-family: 'Oswald', sans-serif;
}

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

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

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

.content_box_sub_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    font-size: 1.2em;
    color: #6d6d6d;
    line-height: 1.1em;
    font-family: 'Oswald', sans-serif;
}

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

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

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

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

.content_box_content p {
    text-align: justify;
    line-height: 1.4em;
    font-size: 0.9em;
    padding: 0;
    margin: 0 0 5px 0;
}

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

.affiliate_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}

.affiliate_holder:hover {
    background-color: #ececec;
}

.affiliate_name {
    width: 320px;
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
    color: #e5000b;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.1em;
    font-size: 1.4em;
}

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

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

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

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

@media screen and (max-width: 1080px) {
    .affiliate_contacts {
        width: calc(100% - 280px - 20px);
    }
}

@media screen and (max-width: 767px) {
    .affiliate_contacts {
        width: calc(100% - 220px - 20px);
    }
}

@media screen and (max-width: 560px) {
    .affiliate_contacts {
        width: 100%;
        clear: both;
        float: left;
        display: table;
        text-align: center;
        padding: 10px 0 0 0;
    }
}

.affiliate_contact_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif;
}

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

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

.team_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    clear: both;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.team_holder:hover {
    background-color: #ececec;
}

.team_name {
    width: 320px;
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
    color: #e5000b;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.1em;
    font-size: 1.4em;
}

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

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

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

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

@media screen and (max-width: 1080px) {
    .team_info {
        width: calc(100% - 280px - 20px);
    }
}

@media screen and (max-width: 767px) {
    .team_info {
        width: calc(100% - 220px - 20px);
    }
}

@media screen and (max-width: 560px) {
    .team_info {
        width: 100%;
        float: none;
        clear: both;
        display: table;
        text-align: center;
        position: relative;
        padding: 8px 0 0 0;
    }
}


.team_designation {
    width: 100%;
    height: auto;
    padding: 5px 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 1.2em;
    color: #606060;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

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

.team_biography {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    font-size: 1.0em;
    line-height: 1.3em;
}

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

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

@media screen and (max-width: 1080px) {
    .inserts {
        padding: 50px 5%;
    }
}

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

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

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

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

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

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

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

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

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

.insert_button {
    clear: both;
    display: table;
    height: auto;
    margin: 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;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    height: auto;
    margin: 0 auto;
    padding: 10px 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: 1080px) {

    .insert_button a,
    .insert_button a:visited {
        font-size: 1.2em;
        padding: 8px 30px;
    }
}

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

    .insert_button a,
    .insert_button a:visited {
        font-size: 1.1em;
        padding: 5px 20px;
    }
}

.insert_button a:hover,
.insert_button a:visited:hover {
    background-color: #eb000b;
    border: 2px solid #ffffff;
    color: #ffffff;
}

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

/* MAP */
.mapouter {
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
}

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

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

/* ENQUIRY FORM */
.enquiry_form {
    width: calc(100% - 10%);
    height: auto;
    padding: 20px 5%;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

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

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

.enquiry_form_title {
    width: 100%;
    height: auto;
    padding: 10px 0 15px 0;
    margin: 0;
    position: relative;
    clear: both;
    color: #e5000b;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 2.6em;
    line-height: 1.1em;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

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

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

.ebnquiry_form_title_line {
    width: 60%;
    height: 2px;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    clear: both;
    background-color: #c4c4c4;
    float: right;
}

.enquiry_form_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    color: #ffffff;
    line-height: 1.4em;
    text-align: justify;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

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

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

.enquiry_form_right {
    width: calc(50% - 20px);
    height: auto;
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
}

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

/* LEGAL NOTICE */
.legal_notice {
    width: calc(100% - 10%);
    height: auto;
    padding: 20px 5%;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
    background-color: #a30008;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 500;
}

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

/* Popup container */
.popup {
    width: calc(50% - 40px);
    height: auto;
    padding: 20px;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: white;
    border: 0;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

@media screen and (max-width: 1080px) {
    .popup {
        width: calc(70% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .popup {
        padding: 10px;
        width: calc(80% - 20px);
    }
}

@media screen and (max-width: 560px) {
    .popup {
        width: calc(90% - 20px);
    }
}

.popup h2 {
    padding: 0;
    margin: 0;
    font-size: 1.8em;
}

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

.popup p {
    text-align: justify;
    line-height: 1.3em;
    font-size: 0.9em;
}

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

/* Popup overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

/* Close button */
.close-btn {
    background-color: #ff0000;
    color: white;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.close-btn:hover {
    background-color: #ac0202;
}

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

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

.footer_sublinks a,
.footer_sublinks a:visited {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #c4c4c4;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.footer_sublinks a:hover,
.footer_sublinks a:visited:hover {
    color: #ffffff;
}

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

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

.footer_socials .fab:hover {
    background-color: #ffffff;
    color: #e5000b;
}

.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 5px 0;
    position: relative;
    text-align: center;
    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;
    position: relative;
    text-align: center;
    width: 100%;
}

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

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

/* FORM STYLING */
.form_group {
    clear: both;
    display: table;
    height: auto;
    margin: 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;
        width: 100%;
    }
}

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

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

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

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

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

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

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

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

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

.form_label label {
    color: #4d4d4d;
    font-family: 'Epilogue', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
}

label.error {
    color: #ff0000;
    font-size: 0.8em;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 12px;
    background-color: #ffffff;
    padding: 5px;
}

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

::-webkit-input-placeholder {
    /* Edge */
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
}

::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
}

.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: rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff;
    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);
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #c4c4c4;
}

.form_field select {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Epilogue', 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: rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff;
    height: 120px;
    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);
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
}

.form_field textarea:hover,
.form_field textarea:focus {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #c4c4c4;
}

.form_group_full .enquire_btn {
    background-color: #e5000b;
    border: 0;
    clear: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Oswald', sans-serif;
    font-size: 1.2em;
    margin: 12px 0 15px 0;
    padding: 10px 30px;
    display: table;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

.hfield {
    display: none;
}

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

.paging_link {
    background-color: transparent;
}

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

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

.paging_nonactive {
    background-color: #E1E1E1;
}

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