/* 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: #eeeeee;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Raleway', 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: 'Raleway', sans-serif;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
}

/* NAVIGATION MENU BAR */
.navigation {
    width: calc(100% - 4%);
    height: 60px;
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #000000;
    z-index: 1002;
    transition: all 0.4s ease-in-out;
}

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}

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

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

.socials .fa {
    width: 35px;
    height: 35px;
    background-color: #252525;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #007cc3;
    margin: 0 0 0 2px;
    transition: all 0.3s ease-in-out;
}

.socials .fa:hover {
    color: #ffffff;
    transform: scale(1.1, 1.1);
    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-image: url('../images/header_bg_motifs.png'), linear-gradient(#ffffff, #d4d4d4);
    background-attachment: scroll, scroll;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center center;
    background-size: auto 85%, auto;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    z-index: 1001;
}

@media screen and (max-width: 767px) {
    .header {
        background-image: none, linear-gradient(#ffffff, #d4d4d4);
    }
}

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

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

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

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

@media screen and (max-width: 560px) {
    .logo img {
        width: auto;
        height: 85px;
        margin: 0 auto;
        text-align: center;
    }
}

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

.contacts {
    width: auto;
    height: auto;
    padding: 0 130px 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    background-image: url('../images/header_contact_icon.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center right;
    background-size: contain !important;
}

@media screen and (max-width: 1080px) {
    .contacts {
        padding: 0 100px 0 0;
    }
}

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

.contact_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 2px 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.3em;
    font-weight: 600;
    color: #383838;
    text-shadow: 1px 1px 0 #ffffff;
}

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

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

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

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

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

.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;
    perspective: 1000;
    padding-bottom: 40%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .bxslider {
        padding-bottom: 45%;
    }
}

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

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

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

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

.slider_info {
    -webkit-animation-delay: 0.0s;
            animation-delay: 0.0s;
    -webkit-animation-duration: 3.0s;
            animation-duration: 3.0s;
    -webkit-animation-name: animateSliderInfo;
            animation-name: animateSliderInfo;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    bottom: -500px;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0 5%;
    position: absolute;
    right: 0;
    width: 90%;
}

.slider_title {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 3.0em;
    font-weight: 800;
    line-height: 1.0em;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
}

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

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

.slider_description {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}

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

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

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

@media screen and (max-width: 1080px) {
    .slider_button {
        margin: 10px auto 0 auto;
    }
}

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 15px 25px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    border: 2px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .slider_button a,
    .slider_button a:visited {
        padding: 10px 20px;
        font-size: 1.0em;
    }
}

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

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

/* MAIN CONTENT */
.content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto -20px auto;
    top: -20px;
    position: relative;
    clear: both;
    display: table;
    background-image: url('../images/main_content_border_right.png');
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: center right;
    background-size: 18px 100% !important;
}

@media screen and (max-width: 1080px) {
    .content {
        background-image: none;
    }
}

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

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

.content_h2_header {
    width: auto;
    height: auto;
    padding: 10px 25px 20px 25px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 2.2em;
    text-align: center;
    color: #252525;
    font-weight: 800;
    text-transform: uppercase;
    background-image: url('../images/content_h2_motif.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 60px !important;
}

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

@media screen and (max-width: 767px) {
    .content_h2_header {
        background-image: none;
        padding: 0;
    }
}

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

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

/* PRODUCT RANGE BLOCKS */
.product_range_blocks {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
}

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

.product_range_blocks_header {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    background-image: url('../images/our_product_range_header.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto 50px !important;
}

@media screen and (max-width: 1080px) {
    .product_range_blocks_header {
        height: 40px;
        background-size: auto 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .product_range_blocks_header {
        height: 30px;
        background-size: auto 30px !important;
    }
}

@media screen and (max-width: 560px) {
    .product_range_blocks_header {
        height: 18px;
        background-size: auto 18px !important;
    }
}

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

@media screen and (max-width: 1080px) {
    .product_range_blocks_inner {
        padding: 10px 2% 20px 2%;
    }
}

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

.product_range_block_link {
    text-decoration: none;
}

.product_range_block_holder {
    width: calc(100% / 4 - 41px);
    height: auto;
    padding-bottom: calc(100% / 4 - 41px);
    margin: 20px;
    position: relative;
    clear: none;
    float: left;
    display: table;
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
    .product_range_block_holder {
        width: calc(100% / 3 - 41px);
        padding-bottom: calc(100% / 3 - 41px);
    }
}

@media screen and (max-width: 560px) {
    .product_range_block_holder {
        width: calc(100% / 2 - 41px);
        padding-bottom: calc(100% / 2 - 41px);
    }
}

@media screen and (max-width: 440px) {
    .product_range_block_holder {
        width: calc(100% / 1 - 41px);
        padding-bottom: calc(100% / 1 - 41px);
    }
}

.product_range_block_holder:hover {
    transform: scale(1.04, 1.04);
    z-index: 2;
}

@media screen and (max-width: 560px) {
    .product_range_block_holder:hover {
        transform: scale(1.00, 1.00);
    }
}

.product_range_block_holder_frame {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 0;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transform: rotate(-6deg);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

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

.product_range_block_holder:hover .product_range_block_holder_frame {
    transform: rotate(6deg);
}

.product_range_block_link:nth-child(4n+1) .product_range_block_holder_frame,
.product_range_block_link:nth-child(4n+9) .product_range_block_holder_frame {
    border: 10px solid #007cc3;
}

@media screen and (max-width: 1080px) {
    .product_range_block_link:nth-child(4n+1) .product_range_block_holder_frame,
    .product_range_block_link:nth-child(4n+9) .product_range_block_holder_frame {
        border: 5px solid #007cc3;
    }
}

.product_range_block_link:nth-child(4n+2) .product_range_block_holder_frame,
.product_range_block_link:nth-child(4n+10) .product_range_block_holder_frame {
    border: 10px solid #e67717;
}

@media screen and (max-width: 1080px) {
    .product_range_block_link:nth-child(4n+2) .product_range_block_holder_frame,
    .product_range_block_link:nth-child(4n+10) .product_range_block_holder_frame {
        border: 5px solid #e67717;
    }
}

.product_range_block_link:nth-child(4n+3) .product_range_block_holder_frame,
.product_range_block_link:nth-child(4n+11) .product_range_block_holder_frame {
    border: 10px solid #5ec4ff;
}

@media screen and (max-width: 1080px) {
    .product_range_block_link:nth-child(4n+3) .product_range_block_holder_frame,
    .product_range_block_link:nth-child(4n+11) .product_range_block_holder_frame {
        border: 5px solid #5ec4ff;
    }
}

.product_range_block_link:nth-child(4n+4) .product_range_block_holder_frame,
.product_range_block_link:nth-child(4n+12) .product_range_block_holder_frame {
    border: 10px solid #ffb371;
}

@media screen and (max-width: 1080px) {
    .product_range_block_link:nth-child(4n+4) .product_range_block_holder_frame,
    .product_range_block_link:nth-child(4n+12) .product_range_block_holder_frame {
        border: 5px solid #ffb371;
    }
}

.product_range_block_link:nth-child(4n+5) .product_range_block_holder_frame,
.product_range_block_link:nth-child(4n+13) .product_range_block_holder_frame {
    border: 10px solid #055685;
}

@media screen and (max-width: 1080px) {
    .product_range_block_link:nth-child(4n+5) .product_range_block_holder_frame,
    .product_range_block_link:nth-child(4n+13) .product_range_block_holder_frame {
        border: 5px solid #055685;
    }
}

.product_range_block_link:nth-child(4n+6) .product_range_block_holder_frame,
.product_range_block_link:nth-child(4n+14) .product_range_block_holder_frame {
    border: 10px solid #a45e21;
}

@media screen and (max-width: 1080px) {
    .product_range_block_link:nth-child(4n+6) .product_range_block_holder_frame,
    .product_range_block_link:nth-child(4n+14) .product_range_block_holder_frame {
        border: 5px solid #a45e21;
    }
}

.product_range_block_link:nth-child(4n+7) .product_range_block_holder_frame,
.product_range_block_link:nth-child(4n+15) .product_range_block_holder_frame {
    border: 10px solid #9adaff;
}

@media screen and (max-width: 1080px) {
    .product_range_block_link:nth-child(4n+7) .product_range_block_holder_frame,
    .product_range_block_link:nth-child(4n+15) .product_range_block_holder_frame {
        border: 5px solid #9adaff;
    }
}

.product_range_block_link:nth-child(4n+8) .product_range_block_holder_frame,
.product_range_block_link:nth-child(4n+16) .product_range_block_holder_frame {
    border: 10px solid #ffcfa6;
}

@media screen and (max-width: 1080px) {
    .product_range_block_link:nth-child(4n+8) .product_range_block_holder_frame,
    .product_range_block_link:nth-child(4n+16) .product_range_block_holder_frame {
        border: 5px solid #ffcfa6;
    }
}

.product_range_block_image {
    width: 100%;
    height: calc(100% - 60px);
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center center;
}

.product_range_block_title {
    width: calc(100% - 60px);
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    line-height: 1.0em;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-weight: 800;
    color: #252525;
}

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

@media screen and (max-width: 560px) {
    .product_range_block_title {
        font-size: 2.8vw;
    }
}

@media screen and (max-width: 440px) {
    .product_range_block_title {
        font-size: 4.8vw;
    }
}

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

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

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

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

.insert_header {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Raleway', sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    height: auto;
    line-height: 1.0em;
    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: 2.2em;
    }
}

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

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

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

@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;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Raleway', sans-serif;
    font-size: 1.4em;
    height: auto;
    margin: 0 auto;
    padding: 15px 25px;
    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 #e67717;
    color: #e67717;
}

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

/* MAP */
.mapouter {
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    clear: both;
    border-top: 4px solid #007cc3;
    border-bottom: 4px solid #007cc3;
}

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

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

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

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

/* 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;
    float: left;
    display: inline-block;
    vertical-align: top;
}

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

.contact_blocks_right {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 5px 0 5px;
    margin: 0;
    float: right;
    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: middle;
}

.contact_block_icon .fa {
    font-size: 34px;
    color: #007cc3;
}

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

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

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

.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 {
    clear: both;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.album_holder {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
    border: 2px solid #eeeeee;
    clear: none;
    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;
    font-family: 'Raleway', sans-serif;
    height: 16px;
    font-size: 0.8em;
    left: 0;
    font-weight: 600;
    margin: 0 auto;
    padding: 5px 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% - 8px);
}

.album_icon {
    color: #007cc3;
    display: none;
    font-size: 50px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    z-index: 3;
}

.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 #e67717;
    color: #e67717;
    font-family: 'Raleway', sans-serif;
    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;
}

@media screen and (max-width: 560px) {
    .album_button a,
    .album_button a:visited {
        font-size: 1.3em;
        padding: 10px 20px;
    }
}

.album_button a:hover,
.album_button a:visited:hover {
    border: 1px solid #99551b;
    color: #99551b;
}

/* VIDEO GALLERY */
.video_gallery {
    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%;
}

/* PRODUCT RANGE */
.products {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.products h3 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    color: #e67717;
    font-size: 1.6em;
    text-align: center;
}

.product_link {
    text-decoration: none;
}

.product_holder {
    width: calc(100% / 4 - 20px - 21px);
    height: auto;
    padding-bottom: calc(100% / 4 - 20px - 21px);
    margin: 10px;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto !important;
    background-color: #ffffff;
    border-radius: 10px;
    border: 10px solid #8c8c8c;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .product_holder {
        width: calc(100% / 4 - 10px - 21px);
        padding-bottom: calc(100% / 4 - 10px - 21px);
        border: 5px solid #8c8c8c;
    }
}

@media screen and (max-width: 767px) {
    .product_holder {
        width: calc(100% / 3 - 10px - 21px);
        padding-bottom: calc(100% / 3 - 10px - 21px);
    }
}

@media screen and (max-width: 560px) {
    .product_holder {
        width: calc(100% / 2 - 10px - 21px);
        padding-bottom: calc(100% / 2 - 10px - 21px);
    }
}

@media screen and (max-width: 440px) {
    .product_holder {
        width: calc(100% / 1 - 10px - 21px);
        padding-bottom: calc(100% / 1 - 10px - 21px);
    }
}

.product_holder:hover {
    transform: scale(1.05, 1.05);
    border: 10px solid #252525;
    z-index: 2;
}

@media screen and (max-width: 1080px) {
    .product_holder:hover {
        border: 5px solid #252525;
    }
}

@media screen and (max-width: 560px) {
    .product_holder:hover {
        transform: scale(1.00, 1.00);
    }
}

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

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

.footer_socials {
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_socials .fa {
    border: 0;
    background-color: #007cc3;
    color: #252525;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
    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 .fa:hover {
    background-color: #053f61;
    color: #ffffff;
}

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

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

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

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

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

.credits {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Raleway', sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 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;
}

/* 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-family: 'Raleway', sans-serif;
    font-size: 1.0em;
    font-weight: 600;
}

label.error {
    color: #ff0000;
    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: 'Raleway', sans-serif;
    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;
    font-family: 'Raleway', sans-serif;
    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;
    font-family: 'Raleway', sans-serif;
    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);
}

.form_field textarea:hover,
.form_field textarea:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_group_full .enquire_btn {
    background-color: #e67717;
    border: 0;
    clear: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Raleway', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 10px 25px;
    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: #99551b;
}

.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: 12px;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 22px;
}

.paging_link {
    background-color: transparent;
}

.paging_link:hover {
    background-color: #053f61;
    color: #ffffff;
}

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