﻿@charset "UTF-8";

@font-face {
    font-family: 'VTG';
    src: url('/fonts/Vtg-Stencil.woff2') format('woff2'), url('/fonts/Vtg-Stencil.woff') format('woff'), url('/fonts/Vtg-Stencil.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

table td {
    vertical-align: text-top;
}

body {
    color: #333333;
    font-family: "interface", sans-serif;
    font-size: 1.6em;
}

a:visited {
    color: #800080;
}

p {
    line-height: 24px;
}

h1 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
}

h3 {
    font-size: 26px;
}

.text-link-primary,
.text-link-primary:hover,
.text-link-primary:focus,
.text-link-primary:visited {
    color: #ff5800;
    text-decoration: none;
}

.text-link-light,
.text-link-light:hover,
.text-link-light:focus,
.text-link-light:visited{
    color: #ffffff;
    text-decoration: none;
}

.text-link-dark,
.text-link-dark:hover,
.text-link-dark:focus,
.text-link-dark:visited{
    color: #000000;
    text-decoration:none;
}

.social-text {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 0;
}

.orange {
    color: #ff5800;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.brand-black {
    color: #2f2f2f;
}

.blue {
    color: #0000ff;
}

.fb-blue {
    color: #ffffff;
    background-color: #3C5A99;
}

.cyan {
    background-color: #1DA0F2;
}

.cyan-text {
    color: #1DA0F2;
}

.gray {
    color: gray;
}

.bg-white {
    background-color: #ffffff;
    color: #000000;
}

.bg-black {
    background-color: #000000;
    color: #ffffff;
}

.bg-brand-orange {
    background-color: #ff5800;
    color: #ffffff;
}

.bg-lightgray {
    background-color: #464646;
    color: #fff;
}

.bg-mediumgray {
    background-color: #cecece;
    color: #000000;
}

.bg-brand-grey {
    background-color: #2f2f2f;
}

.bg-lighter-grey {
    background-color: #d7d7d7;
}

.bg-lightish-grey {
    background-color: #d3d3d3;
}

.bg-lightest-grey {
    background-color: #ebebeb;
}

.bg-light-grey {
    background-color: #464646;
}

.underline {
    text-decoration: underline;
}

.back-link {
    font-size: 1em !important;
    margin-top: -15px;
    margin-bottom: 30px;
    font-family: "Interface";
}

.block-caption {
    padding-top: 250px;
}

.thumbnail {
    border-radius: 0;
    padding: 1px;
    margin-bottom: 10px;
}

.divider {
    border-bottom: 2px solid #000000;
}

.glyphicon {
    padding-right: 8px;
}

.MarL {
    margin-left: 15px;
}

.MarT {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.PadT {
    padding-top: 20px;
}

.PadL {
    padding-left: 0;
}

.bold {
    font-weight: bold;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.d-block {
    display: block;
}

.vtg {
    font-family: VTG;
}

.no-border {
    border: none !important;
}

.interface {
    font-family: 'Interface';
}

blockquote {
    color: #ffffff;
    quotes: "“" "”" "‘" "’";
    border: 0;
    margin: 0;
    font-size: 2.5em;
    font-weight: bold;
}

    blockquote p {
        display: inline;
    }

.breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #ffffff;
}

    .breadcrumb .active {
        color: #ff5800;
    }

.word-wrap {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.twitter-icon {
    padding: 4px 6px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.facebook-icon {
    padding: 4px 8px;
    border: 1px solid #fff;
    border-radius: 2px;
}

video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    overflow-y: hidden;
    vertical-align: top;
}

.macro-text-wrapper {
    background-color: #fff;
    padding: 0px;
    color: #333;
}

.career-training-section .left-nav .list-group-item {
    margin-bottom: 1px;
}

.error404 .col-right {
    position: absolute;
    z-index: 1;
    top: 20%;
    bottom: 20%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
    padding: 0 20px;
    text-align: center;
}

.left-nav .list-group-item {
    background: #2f2f2f;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1.2em;
}

    .left-nav .list-group-item:last-child, .left-nav .list-group-item:first-child {
        border-radius: 0;
    }

    .left-nav .list-group-item:hover, .left-nav .list-group-item.active {
        background: #ff5800;
        color: #ffffff;
    }

.left-sub-nav .list-group-item {
    background: #ff5800;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 15px;
}

    .left-sub-nav .list-group-item:hover {
        background: #3e3e3e;
        color: #ffffff;
    }

header .top-bar {
    padding: 25px 0;
    border-bottom: 2px solid #ff5800;
}

header .navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    min-height: 46px;
}

header .navbar-collapse {
    padding: 0;
}

.navbar-inverse {
    background: rgba(87, 87, 87, 0.7);
    z-index: 999;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        padding: 15px 20px;
        font-size: 1em;
        font-weight: bold;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #ff5800;
            padding: 15px 20px 15px;
        }

        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ff5800;
        }

        .navbar-inverse .navbar-nav > li .dropdown-menu, .navbar-inverse .navbar-nav > li > a:hover {
            background: #2f2f2f;
        }

.orange-section {
    border-top: 3px solid #ff5800;
}

    .orange-section .standard-dropdown-item {
        padding-left: 40px !important;
    }

.standard-dropdown-item {
    color: #ffffff !important;
    padding: 6px 40px 6px 20px;
    text-transform: uppercase;
    font-size: 1.2em !important;
    font-family: "VTG";
    cursor: pointer;
}

#navbar .standard-dropdown-item {
    font-family: "Interface";
    text-transform: capitalize;
    padding: 6px 40px 6px 20px !important;
}

#enquiry input, #enquiry textarea {
    font-size: 1.2em;
}

#enquiry textarea {
    height: 150px;
}

#enquiry input[type="textbox"] {
    height: 50px;
}

.standard-dropdown-item:hover {
    background-color: #fff;
    color: #ff5800 !important;
    text-decoration:none;
}

.navbar-inverse .navbar-nav > .open > a {
    color: #ff5800;
    background-color: #2f2f2f;
}

    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ff5800;
    }

    .navbar-inverse .navbar-nav > .open > a:hover {
        color: #ff5800;
        background-color: #2f2f2f;
    }

.standard-dropdown .dropdown-menu, header .dropdown-menu {
    padding: 0;
    border-top: none;
    margin-top: 0;
}

.navbar-dropdown-highlighted-product {
    color: #ff5800;
}

    .navbar-dropdown-highlighted-product:first-letter {
        text-transform: capitalize;
    }

header .header-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    header .header-links li:first-child {
        margin-bottom: 5px;
    }

.header-search {
    background-color: #ffffff;
}

    .header-search input {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .header-search button {
        border-radius: 0;
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #000000;
        padding: 0 8px 0 10px;
        height: 30px;
    }

        .header-search button:hover {
            border: 0;
            box-shadow: none;
            background: none;
            color: #000000;
        }

.carousel-control {
    display: none;
}

.carousel-wrapper .carousel-control {
    width: 5%;
}

.carousel-wrapper .carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    left: 17%;
    right: 50%;
    top: 20%;
    bottom: auto;
    text-align: left;
    padding: 20px;
    font-size: 18px;
    text-shadow: none;
    border-radius: 0;
}

.carousel-wrapper .carousel-caption-right {
    left: 40%;
    right: 10%;
}

.carousel-wrapper .carousel-caption p {
    line-height: 1em;
}

.carousel-wrapper .carousel-text p {
    line-height: 1.4em;
    margin-top: 15px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    top: 36%;
}

.thumb-rotator .carousel-control {
    width: auto;
}

    .thumb-rotator .carousel-control.right {
        right: -4%;
    }

    .thumb-rotator .carousel-control.left {
        left: -4%;
    }

.gallery-rotator .carousel-control {
    width: auto;
}

    .gallery-rotator .carousel-control.left {
        transform: translateX(-100%);
        left: 0;
        top: 30%;
    }

    .gallery-rotator .carousel-control.right {
        transform: translateX(100%);
        right: 0;
        top: 30%;
    }

.carousel-standard {
    position: relative;
    margin-top: -50px;
}

    .carousel-standard .carousel-title {
        font-size: 2.8em;
        text-transform: uppercase;
        line-height: 1em;
    }

        .carousel-standard .carousel-title:first-child {
            margin-bottom: 25px;
        }

            .carousel-standard .carousel-title:first-child span {
                border-bottom: 5px solid #fff;
            }

.carousel-subtitle {
    font-size: 2.5em;
}

.map-wrapper {
    padding: 20px;
    right: 0;
    top: 20px;
    left: 0;
    position: absolute;
    margin-top: 30px;
    z-index: 100;
    text-align: left;
    background-color: #ff5800;
    font-family: "VTG";
    min-height: 209px;
    display: none;
}

#home .map-wrapper {
    display: block;
}

.fullwidth-block {
    width: 100%;
}

.full-screen {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 500px;
}

.content-wrapper {
    padding: 30px 0;
}

    .content-wrapper h2 {
        margin-bottom: 20px;
    }

.content-block {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 50px;
    height: 760px;
}

.block-title {
    background: #000000;
    color: #ffffff;
    padding: 8px;
    text-align: right;
}

.filter-block {
    padding: 50px 0;
}

.filter-bar {
    padding-top: 15px;
    font-weight: bold;
}

    .filter-bar .archive-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .filter-bar .archive-list li {
            display: inline-block;
            padding-right: 20px;
        }

        .filter-bar .archive-list .li-pipe {
            padding-right: 20px;
            font-size: 1.44em;
            font-weight: 900;
        }

        .filter-bar .archive-list li a {
            color: #ffffff;
            background-color: black;
            border: none;
            font-weight: 800;
            font-size: 1.5em;
        }

            .filter-bar .archive-list li a.not-active {
                color: #878787;
                cursor: default;
                pointer-events: none;
            }

        .filter-bar .archive-list li .active {
            color: #ff5800;
            font-weight: 900;
            font-size: 1.6em;
            text-decoration: underline;
        }

.location-filter {
    padding: 15px 0;
    background: #ffffff;
}

    .location-filter .nav-tabs {
        border-bottom: 0;
    }

        .location-filter .nav-tabs > li > a {
            background: #000000;
            color: #ffffff;
            margin-right: 5px;
            border-radius: 0;
            border: none;
            text-transform: uppercase;
        }

            .location-filter .nav-tabs > li > a:hover {
                background: #ff5800;
                color: #ffffff;
            }

        .location-filter .nav-tabs > li.active a {
            background: #ff5800;
            color: #ffffff;
            border: none;
            cursor: pointer;
        }

        .location-filter .nav-tabs > li > .active {
            background: #ff5800;
        }

.social-text-responsive-size {
    font-size: 0.9em;
}

.thumb {
    position: relative;
}

    .thumb .thumb-description {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        padding: 15px;
        right: 0;
        left: 0;
        color: #ffffff;
    }

.content-wrapper-news-feature {
    padding-top: 30px;
    overflow: hidden;
}

.news-featured-img {
    padding-right: 0;
}

.news-featured-block {
    background: #000000;
    padding: 20px;
    height: 420px;
    position: relative;
}

.news-featured-title {
    font-size: 2em;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-image {
    padding-bottom: 20px;
}

.news-date {
    text-align: right;
}

.news-item-date {
    font-size: 24px;
    text-transform: uppercase;
    color: #ff5800;
}

.news-content h4 {
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 7px;
}

.news-block {
    position: relative;
}

    .news-block .news-image {
        position: absolute;
        top: 135px;
        height: auto;
        padding-left: 15px;
        z-index: 2;
    }

.product-navbar {
    position: relative;
    top: -89px;
    margin-bottom: -89px;
    z-index: 998;
    border-bottom: 2px solid #ff5800;
}

    .product-navbar .navlist {
        padding: 0 15px;
        margin: 0;
        list-style-type: none;
        display: table;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .product-navbar .navlist li {
            display: table-cell;
            width: 1%;
            text-align: center;
            vertical-align: middle;
            background: -moz-linear-gradient(-45deg, rgba(229,229,229,0.6) 0%, rgba(229,229,229,0.8) 1%, rgba(255,255,255,0.97) 86%, rgba(255,255,255,1) 93%); /* FF3.6-15 */
            background: -webkit-linear-gradient(45deg, rgba(229,229,229,0.6) 0%,rgba(229,229,229,0.8) 1%,rgba(255,255,255,0.97) 86%,rgba(255,255,255,1) 93%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(135deg, rgba(229,229,229,0.6) 0%,rgba(229,229,229,0.8) 1%,rgba(255,255,255,0.97) 86%,rgba(255,255,255,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        }

            .product-navbar .navlist li a {
                font-family: "Arial Narrow", Arial, sans-serif;
                font-size: 1.6em;
                display: block;
                padding: 27px 20px 25px;
                color: #000;
                text-transform: uppercase;
            }

#product-navbar {
    position: relative;
    top: 0;
}

#subnav-left, #subnav-right {
    position: absolute;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgba(229,229,229,0.6) 0%, rgba(229,229,229,0.8) 1%, rgba(255,255,255,0.97) 86%, rgba(255,255,255,1) 93%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(229,229,229,0.6) 0%,rgba(229,229,229,0.8) 1%,rgba(255,255,255,0.97) 86%,rgba(255,255,255,1) 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(229,229,229,0.6) 0%,rgba(229,229,229,0.8) 1%,rgba(255,255,255,0.97) 86%,rgba(255,255,255,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    top: 0;
}

#subnav-right {
    right: 0;
}

#homeCarousel {
    min-height: 300px;
}

#homeCarouse .carousel-inner {
    display: none;
}

.product-filternav {
    background: #2f2f2f;
    padding-top: 20px;
}

    .product-filternav .navbar-brand, .product-filternav .dropdown-toggle {
        color: #fff !important;
    }

    .product-filternav .filter-title {
        font-size: 30px;
        font-weight: bold;
        color: #ff5800;
    }

    .product-filternav .navbar {
        margin: 0;
    }

    .product-filternav .navbar-default {
        background: none;
        border: 0;
        margin-top: 15px;
    }

    .product-filternav .filter-items {
        padding: 0 0 40px 0;
        margin: 0;
        list-style-type: none;
    }

        .product-filternav .filter-items li {
            padding: 6px;
            width: 33.33%;
            float: left;
        }

#product-wrapper {
    background-color: #000;
    padding-top: 20px;
}

.product-infobar {
    background: #2f2f2f;
    color: #ffffff;
    padding: 15px 0;
}

.product-padded-top {
    padding: 15px 15px 7.5px;
    background: #ff5800;
}

.product-padded-bottom {
    padding: 7.5px 15px 15px;
    background: #ff5800;
}

.product-wrapper {
    padding: 0;
}

    .product-wrapper img {
        margin: 0 auto;
    }

    .product-wrapper p {
        color: #000000;
    }

    .product-wrapper .product-title {
        background: #e5e5e5;
        padding: 10px 15px;
        color: #000;
    }

    .product-wrapper .product-link {
        color: #000000;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .product-wrapper .product-link li {
            float: left;
            background: #e5e5e5;
            margin-bottom: 20px;
            width: 100%;
            text-align: center;
        }

            .product-wrapper .product-link li a {
                display: block;
                padding: 10px 15px;
            }

    .product-wrapper .product-tabs {
        background: #3e3e3e;
        margin-top: 30px;
    }

        .product-wrapper .product-tabs .nav-tabs {
            border: 0;
        }

            .product-wrapper .product-tabs .nav-tabs > li {
                margin-bottom: -2px;
            }

                .product-wrapper .product-tabs .nav-tabs > li:first-child {
                    border-left: 1px solid #ffffff;
                }

                .product-wrapper .product-tabs .nav-tabs > li > a {
                    border: 0;
                    margin-right: 0;
                    border-radius: 0;
                    border-right: 1px solid #ffffff;
                    color: #ffffff;
                    background: none;
                    font-size: 1.1em;
                    padding-left: 30px;
                    padding-right: 30px;
                    text-transform: none;
                    font-weight: bold;
                    margin: 0;
                }

@media(max-width:1200px) {
    .product-wrapper .product-tabs .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
    }
}

@media(max-width:992px) {
    .product-wrapper .product-tabs .nav-tabs > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.9em;
    }
}

.product-wrapper .product-tabs .nav-tabs > li > a:hover,
.product-wrapper .product-tabs .nav-tabs > li.active > a,
.product-wrapper .product-tabs .nav-tabs > li.active > a:focus,
.product-wrapper .product-tabs .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: #ebebeb;
    border-right: 1px solid #ffffff;
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    margin: 0;
}

.mini-thumbnail {
    max-width: 18%;
    max-height: 18%;
    display: inline-block;
    margin-top: 10px;
    margin-right: 6px;
    margin-bottom: 5px;
}

    .mini-thumbnail:last-child {
        margin-right: 0;
    }

.product-navbar .navlist li > a:hover,
.product-navbar .navlist li.active > a {
    background: #ff5800;
    color: #fff;
    font-weight: bold;
    text-decoration:none;
}

.product-wrapper .product-tab-content {
    background-color: #ebebeb;
}

    .product-wrapper .product-tab-content .tab-pane {
        padding: 40px 0;
    }

.product-wrapper .product-name {
    color: #ffffff;
    display: none;
}

.tab-content #enquiry h3 {
    margin-top: 0;
}

.tab-scroller {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tab-padding {
    padding: 40px 0 30px;
}

#enquiry textarea {
    margin: 10px 0;
}

.pagination-bar {
    padding: 15px;
    background-color: #ff5800;
}

.pagination {
    margin: 0;
}

.pagination-text {
    margin-top: 9px;
}

.pagination > li > a {
    color: #ffffff;
    border: 1px solid #000000;
    margin-right: 3px;
    background: #000000;
    padding: 6px 10px;
}

    .pagination > li > a:hover {
        background: #ff5800;
        color: #ffffff;
        margin-right: 3px;
    }

.pagination > .disabled > span {
    margin-right: 3px;
}

.pagination > .active > span {
    margin-right: 3px;
    border: 1px solid #ffffff;
}

.product-list {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0;
}

    .product-list li {
        padding: 2px 0;
    }

#service-wrapper {
    background-color: #000;
    padding-top: 20px;
}

#service-section + footer {
    border: 0;
}

.product-filternav [type="checkbox"]:not(:checked),
.product-filternav [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    .product-filternav [type="checkbox"]:not(:checked) + label,
    .product-filternav [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        color: #ffffff;
        font-weight: normal;
        font-size: 14px;
        text-decoration: none;
    }

        .product-filternav [type="checkbox"]:not(:checked) + label:before,
        .product-filternav [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 12px;
            height: 14px;
            border: 1px solid #ffffff;
            background: #9a9a9a;
        }

        .product-filternav [type="checkbox"]:not(:checked) + label:after,
        .product-filternav [type="checkbox"]:checked + label:after {
            content: 'X';
            border: 1px solid #ffffff;
            position: absolute;
            top: 2px;
            left: 0;
            font-size: 14px;
            line-height: 0.8;
            color: #ffffff;
            transition: all .2s;
            background: #9a9a9a;
            padding: 1px;
        }

        .product-filternav [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        .product-filternav [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

.product-filternav label:hover {
    text-decoration: underline;
}

#spinner {
    visibility: hidden;
}

.spinner {
    margin: 30px auto 30px;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 10px;
        height: 10px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.category-navbar {
    margin: 20px 0;
}

.category-list {
    padding: 0;
}

    .category-list .category-thumbnail:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        background: rgba(0, 0, 0, 0.3);
    }

    .category-list .category-thumbnail:hover:before {
        background: rgba(255, 127, 19, 0.5);
    }

    .category-list .category-title {
        font-size: 1.4em;
        font-weight: 700;
        width: 100%;
        position: absolute;
        padding: 10px;
        text-align: center;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        text-transform: uppercase;
    }

.viewmore-btn-white {
    border-radius: 0;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 5px;
}

.viewmore-btn-black {
    border-radius: 0;
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 5px;
    border: 0;
}

.viewmore-btn-orange {
    border-radius: 5px;
    background-color: #ff5800;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 20px;
    border: 0;
    width: 100%;
}

    .viewmore-btn-orange:hover, .viewmore-btn-orange:focus {
        background-color: #ff5800;
        color: #fff;
    }

    .viewmore-btn-orange:disabled {
        background-color: #fff;
        color: #d7d7d7;
    }

.btn-black {
    background-color: #000000;
    color: #ffffff;
    border: 0;
    border-radius: 0;
}

.read-more {
    font-size: 24px;
    color: #ff5800;
}

.shareIcon {
    font-size: 20px;
    display: inline-block;
    padding-top: 6px;
}

.socialIcons {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
}

.shareTools:hover .socialIcons {
    right: 0;
    width: 135px;
}

    .shareTools:hover .socialIcons:after {
        content: '';
        display: block;
        position: absolute;
        right: -10px;
        width: 10px;
        height: 30px;
    }

.socialIcon {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    -moz-transition: opacity .6s, -moz-transform .6s;
    -ms-transition: opacity .6s, -ms-transform .6s;
    -o-transition: opacity .6s, -o-transform .6s;
    transition: opacity .6s, transform .6s;
    position: absolute;
    background-image: url('../images/Common/Share-Icons/sprite-social.png');
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

    .socialIcon a {
        display: block;
        height: 30px;
    }

.shareTools:hover .shareIcon {
    display: none;
}

.shareTools {
    height: 38px;
}

.socialIcon:first-child {
    background-position: 71px 0px;
}

.socialIcon:nth-child(2) {
    background-position: 112px 0px;
}

.socialIcon:nth-child(3) {
    background-position: 153px 0px;
}

.socialIcon:nth-child(4) {
    background-position: 194px 0px;
}

.shareTools:hover .socialIcon {
    visibility: visible;
    opacity: 1;
}

    .shareTools:hover .socialIcon:first-child {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .shareTools:hover .socialIcon:nth-child(2) {
        -webkit-transform: translateX(-35px);
        -moz-transform: translateX(-35px);
        -ms-transform: translateX(-35px);
        -o-transform: translateX(-35px);
        transform: translateX(-35px);
    }

    .shareTools:hover .socialIcon:nth-child(3) {
        -webkit-transform: translateX(-70px);
        -moz-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        -o-transform: translateX(-70px);
        transform: translateX(-70px);
    }

    .shareTools:hover .socialIcon:nth-child(4) {
        -webkit-transform: translateX(-105px);
        -moz-transform: translateX(-105px);
        -ms-transform: translateX(-105px);
        -o-transform: translateX(-105px);
        transform: translateX(-105px);
    }

.fa-1x {
    cursor: pointer;
}

.facebook {
    display: none;
}

footer {
    padding: 60px 0;
    border-top: 4px solid #ff5800;
    color: #ffffff;
    background-color: #2f2f2f;
}

    footer address {
        padding-top: 10px;
    }

    footer .footer-links {
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: #d7d7d7;
    }

    footer .footer-links li {
       padding: 3px 0;
    }

    footer .footer-links li a,
    footer .footer-links li a:hover, 
    footer .footer-links li a:focus
    {
       color:#ffffff;
       text-decoration:none;
    }

    footer .footer-title {
        color: #ff5800;
        font-weight: bold;
        padding-bottom: 10px;
    }

    footer .social-links {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        footer .social-links li {
            padding: 0;
            float: left;
            margin-right: 10px;
        }

    footer .facebook {
        color: #246dae;
    }

    footer .twitter {
        color: #00def6;
    }

    footer .linkedin {
        color: #0096c2;
    }

    footer .google-plus {
        color: #fa402c;
    }

#special-product-page .fullwidth-block {
    background-size: cover;
}

.training-courses .form-group label {
    display: block;
}

.training-courses .checkbox-container label {
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
}

.training-courses .radio-button-container label {
    display: inline-block;
}

.training-courses .form-control {
    width: 50%;
}

.training-courses .field-validation-error {
    color: #ff0008;
}

.training-courses .training-course-table a {
    text-decoration: underline;
    color: #ff5800;
    font-weight: bold;
}

.extended-form-group {
    border: 1px solid #aaaaaa;
    padding: 10px 15px 15px;
}

    .extended-form-group input {
        display: block;
        width: 300px;
    }

.training-course-label {
    display: block !important;
    font-weight: normal;
    margin-top: 7.5px;
}

#training-course-enquiry .error {
    color: #FF0000;
    font-weight: normal;
}

.map-filter-container h4 {
    margin: 0 12px 0 0;
    padding: 10px 0;
    color: #fff;
}

.external-link-button {
    width: 450px;
    height: 45px;
    display: block;
    margin: 15px 0;
    text-align: center;
    padding: 12px 5px;
}

    .external-link-button:hover {
        background-color: #fff;
        border: 2px solid #ff5800;
        padding: 10px 5px;
        font-size: 14px;
    }

.spare-parts-alt {
    margin-top: 30px;
}

.contact-send-enquiry {
    background-color: #000;
    margin-bottom: 30px;
    color: #fff;
}

    .contact-send-enquiry:hover {
        background-color: #444;
        color: #fff;
    }

#contact-enquiry-container #contact-location {
    margin-bottom: 45px;
}

#reset-map-filters {
    background-color: #ff5800;
    color: #fff;
    margin-left: 10px;
}

.brand-element {
    margin-top: 40px;
}

.section-with-grid {
    padding: 30px 0;
}

.grid-section .column {
    padding: 15px;
}

.grid-fill-block h2 {
    font-size: 18px;
}

.grid-fill-block h1 {
    font-size: 26px;
    margin: 0 0 10px;
}

.testimonial-wrapper {
    height: 350px;
    border: 4px solid #222;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
}

    .testimonial-wrapper blockquote {
        font-size: 24px;
        padding: 10px 15%;
    }

    .testimonial-wrapper img {
        top: -20px;
    }

.black-button-container a {
    color: #ff5800;
    text-transform: uppercase;
    font-weight: bold;

}

#country-dropdown {
    padding: 8px;
}

#service-type-dropdown {
    margin-left: 10px;
}

.colour-macro h1, .colour-macro h2, .colour-macro h3 {
    margin-bottom: 25px;
}

.table {
    font-size: 14px;
}

.translucent-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    height: inherit;
    padding: 20px 15px;
    overflow: hidden;
}

.fb-page blockquote {
    color: #000;
}

.survitec-news-block {
    height: 438px;
    background: #000;
    margin: 30px 0 0;
    overflow: hidden;
}

.news-more {
    font-size: 1.6em;
    position: absolute;
    color: #fff;
    bottom: 7px;
    right: 15px;
}

.news-link {
    display: block;
    height: 420px;
}

.news-pagination {
    margin-top: 30px;
}

.orange-overlay {
    position: absolute;
    top: 0;
    width: auto;
    max-width: 450px;
    height: 100%;
    background-color: rgba(255, 127, 19, 0.7);
    color: #fff;
}

    .orange-overlay .vertical-text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .orange-overlay .vertical-text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .orange-overlay h2 {
        background-color: #ff5800;
        padding: 30px;
    }

.special-full-description {
    padding: 25px 0 10px;
}

.product-features-section {
    padding: 30px 0;
}

    .product-features-section h2 {
        margin-bottom: 30px;
    }

.product-feature-image-container {
    height: 350px;
    position: relative;
}

.orange-block {
    height: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.product-feature-title {
    font-family: "VTG";
    padding: 0;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.product-features-section p {
    line-height: 1.2em;
    color: #fff;
    margin: 0;
}

.product-features-section .news-overlay-small {
    padding: 15px;
}

.product-feature-img {
    margin: 0 auto;
    max-height: 360px;
}

.product-video-section {
    position: relative;
}

    .product-video-section i {
        font-size: 240px;
        position: absolute;
        transform: translate(50%, 50%);
        bottom: 50%;
        right: 50%;
        color: #ff5800;
    }

.product-news-section {
    position: relative;
    padding: 30px 0;
}

.special-product-news-item {
    display: table;
}

.product-video-section i:hover {
    cursor: pointer;
    color: #cc650f;
}

.product-news-section .black-overlay {
    margin: 0 auto 60px;
}

.product-gallery-imgs-margin {
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
}

.black-overlay {
    background-color: #000;
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
}

#gallery-carousel-inner {
    margin: 0 0 60px 0;
}

#service-download {
    margin: -40px 0 60px;
}

    #service-download h3 {
        margin-top: 0;
    }

.product-gallery-section h2 {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.product-gallery-section {
    position: relative;
}

    .product-gallery-section .gallery-title-container {
        margin-top: 60px;
        padding-top: 22px;
    }

#special-downloads .download-row, #special-product-contact {
    padding: 30px 0;
}

#special-downloads h3 {
    margin-bottom: 30px;
}

#special-downloads img:first-child {
    margin-left: 0;
}

#special-product-contact h3 {
    margin: 0 0 30px;
}

#special-product-contact input.form-control {
    padding: 10px 15px;
    height: 45px;
    margin-bottom: 15px;
}

#special-product-contact textarea {
    height: 90px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.terms-and-conditions {
    font-size: 1.1em;
}

#special-downloads img {
    display: inline-block;
    margin: 0 0 15px 15px;
    max-height: 280px;
    vertical-align: top;
}

.special-product-enquiry-image-section {
    display: inline-block;
    width: 50%;
}

.special-product-filter-bar-section {
    padding-bottom: 50px;
}

.special-product-enquiry-image-section img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: 100% 100%;
}

#newsCarousel .news-item a {
    display: block;
}

#newsCarousel .news-overlay-small {
    padding: 15px;
}

#newsCarousel .article-title {
    margin: 0;
}

    #newsCarousel .article-title h3 {
        font-size: 1.3em;
    }

.product-news-section h2 {
    margin: 0 0 30px;
}

.image-preview {
    width: 100%;
    margin-top: 14px;
}

.news-ul.archive-list li {
    padding-right: 10px;
}

.news-ul.archive-list .li-pipe {
    padding-right: 10px;
}

.social-text-responsive-size span {
    font-size: 1.2em;
}

.news-rte p, .news-rte span {
    text-transform: uppercase;
    font-size: 20px;
}

.archive-list h4 {
    font-weight: 900;
    font-size: 1.6em;
    text-decoration: underline;
}

.result-slide {
    padding-bottom: 40px;
}

.service-content {
    position: absolute;
    max-height: 114px;
    width: 100%;
    z-index: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
}

.service-img-hover {
    margin-bottom: 30px;
}

.macro-content-wrapper {
    padding: 30px 0;
}

    .macro-content-wrapper h2 {
        margin-bottom: 35px;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.profile-macro-inner-text h3 {
    text-transform: uppercase;
    margin: 0;
}

.profile-macro-inner-text .brand-black, .profile-macro-inner-text h3 {
    padding: 20px 15px;
    text-align: left;
}

.profile-macro-inner-text h1, .profile-macro-inner-text div {
    margin-top: 0;
    text-align: center;
}

.profile-macro-inner-text p {
    line-height: 1.5em;
}

.profile-macro img {
    margin: auto;
}

.profile-macro .col-sm-6 {
    height: 100%;
}

.profile-macro-inner-text span {
    display: block;
}

.year-description {
    max-width: 500px;
    padding: 0 30px;
}

.landing-page-title {
    font-weight: 400;
}

.landing-page-sub-title {
    font-size: 1.3em;
    color: #fff;
    margin-top: 20px;
    font-family: "Interface";
}

.h1-xl {
    font-size: 8em;
}

.back-to-faceted-search {
    display: block;
    padding: 20px;
    background-color: #ff5800;
    color: #fff;
}

    .back-to-faceted-search:hover {
        color: #ff5800;
        text-decoration:none;
    }

.pop-up-message-section h3 {
    line-height: 1.3em;
}

.pop-up-inner {
    display: table-cell;
    vertical-align: middle;
}

#pop-up-message-box {
    display: table;
}

.news-mobile-featured-image {
    margin-bottom: 27px;
}

.text-image-title {
    margin-left: 15px;
}

.text-image-section {
    width: 100%;
}

.special-product-back-wrapper {
    width: 202px;
    margin-left: auto;
    margin-right: auto;
}

.image-text-beside-image {
    max-width: 100%;
}

/* SURVITEC FILTERS */
#survitec-filters {
    padding: 50px 0;
}

    #survitec-filters .filter-header {
        background-color: #2f2f2f;
        color: #fff;
        border-top: 1px solid #ff5800;
        padding: 10px;
        font-weight: bold;
    }

        #survitec-filters .filter-header p {
            margin-bottom: 0;
        }

.custom-checkbox input[type="radio"]:empty,
.custom-checkbox input[type="checkbox"]:empty {
    display: none;
}

    .custom-checkbox input[type="radio"]:empty ~ label,
    .custom-checkbox input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 1.2em;
        padding-left: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #fff;
        margin-bottom: 0;
        height: 18px;
    }

        .custom-checkbox input[type="radio"]:empty ~ label:before,
        .custom-checkbox input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 1.2em;
            background: #d7d7d7;
            border-radius: 0;
        }

.custom-checkbox input[type="radio"]:hover:not(:checked) ~ label,
.custom-checkbox input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #FFF;
}

.custom-checkbox input[type="radio"]:checked ~ label,
.custom-checkbox input[type="checkbox"]:checked ~ label {
    color: #FFF;
}

    .custom-checkbox input[type="radio"]:checked ~ label:before,
    .custom-checkbox input[type="checkbox"]:checked ~ label:before {
        font-family: FontAwesome;
        content: "";
        text-indent: .225em;
        color: #ff5800;
        background-color: #ff5800;
        border: 1px solid #ebebeb;
    }

.custom-checkbox input[type="radio"]:focus ~ label:before,
.custom-checkbox input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.panel-group .panel {
    border-radius: 0;
}

.list-group {
    margin-bottom: 0;
}

.list-group-item {
    border: none;
    padding: 5px;
    padding-bottom: 9px;
}

ul.list-group > li > ul > li {
    font-size: 0.875em;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: transparent;
}

#survitec-filters .tab-content {
    padding-top: 25px;
}

#survitec-filters .panel {
    border: none;
}

#survitec-filters .panel-group .panel + .panel {
    margin: 0;
}

#survitec-filters .panel-title {
    font-size: 1em;
}

#survitec-filters .panel-heading {
    background-color: #ff5800;
    color: #fff;
    border-radius: 0;
    padding: 10px;
}

#survitec-filters .list-group-item {
    background-color: #2f2f2f;
    border-radius: 0;
}

.child-category-label {
    font-weight: normal;
}

.nav-tabs > li > a {
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.3em;
    padding: 15px 100px;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a.orange {
        background-color: #fff;
        border-top: 3px solid #ff5800;
        color: #ff5800;
        border-left: 1px solid #464646;
        border-right: 1px solid #464646;
        border-bottom: none !important;
        cursor: pointer;
        margin-right: 4px;
        font-weight: bold;
    }

    .nav-tabs > li > a.orange {
        margin-bottom: 1px;
    }

.search-nav-tabs > li > a {
    padding: 15px 45px;
    font-weight: bold;
}

@media(min-width:768px) {
    .search-nav-tabs > li > a {
        border-top: 3px solid #2f2f2f;
        border-left: 1px solid #2f2f2f;
        border-right: 1px solid #2f2f2f;
        border-bottom: none;
        margin-right: 4px;
    }
}

@media(max-width:1200px) {
    .search-nav-tabs > li > a {
        padding: 15px 12px;
    }
}

.product-nav-tabs {
    margin: 20px 0;
    border: 0;
}

    .product-nav-tabs > li > a {
        background-color: #ff5800;
        font-weight: bold;
        padding: 15px 40px;
        margin-right: 4px;
        margin-bottom: 4px;
        border: 0;
    }

        .product-nav-tabs > li.active > a, .product-nav-tabs > li.active > a:focus, .product-nav-tabs > li.active > a:hover, .product-nav-tabs > li > a:hover {
            background-color: #2e2e2e;
            color: #ffffff;
            border: 0;
            cursor: pointer;
        }

@media(max-width:767px) {
    .product-nav-tabs {
        margin: 20px -15px;
    }

        .product-nav-tabs > li > a {
            font-size: 1.1em;
        }
}

#article-wrapper .nav-tabs > li > a.orange, .news-tabs .nav-tabs > li > a:hover {
    background-color: #fff;
}

.news-overlay {
    padding: 15px 20px 50px;
    background-color: rgba(70, 70, 70, 0.8);
}

#featured-article img {
    width: 600px;
}

#article-wrapper .nav-tabs li {
    border-bottom: 1px solid #464646;
    float: none;
    margin: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

#no-featured-news {
    margin: 0;
    position: absolute;
    width: 100%;
}

.result-caption {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    overflow: hidden;
}

#survitec-results .fa {
    color: #2f2f2f;
}

.filter-result-column .result-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(87, 87, 87, 0.7);
    text-align: center;
}

.result-caption p {
    margin-bottom: 0;
    font-weight: bold;
}

.result-item {
    margin-bottom: 30px;
}

.parent-category-dropdown {
    display: inline-block;
}

.child-category-dropdown {
    color: #ff5800;
}

.special-product-variants button, .special-product-variants button:hover, .special-product-variants button:focus, .special-product-variants.open {
    background-color: #4e4e4e !important;
    color: #e5e5e5 !important;
}

.special-product-variants li, .special-product-variants .dropdown-menu {
    background-color: #e5e5e5;
    border: 0;
}

    .special-product-variants li a:hover {
        background-color: #cbcbcb;
    }

.product-sku {
    margin: 0;
}

.product-overview-text {
    margin-top: 8px;
}

.filter-result-column .result-caption {
    height: auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(87,87,87,0.7);
    text-align: left;
}

    .filter-result-column .result-caption p {
        padding: 10px;
        height: 68px;
    }

.footer-segment {
    padding-bottom: 15px;
}

.newsletter .field-validation-error, #newsletter-custom-error {
    color: orangered;
}

#newsletter-success {
    margin: 10px 0 0;
}

#newsletter-signup-btn:focus {
    background-color: #ff5800;
}

/* ----- SURVITEC RE-BRAND Q1 2017 ----- */
.logo-left {
    max-width: 180px;
    margin-left: -10px;
}

.top-bar-second-row {
    margin-top: 4px;
}

.top-bar .text-right {
    margin-top: 10px;
}

.standard-text-margin {
    margin: 20px 0;
}

.standard-text-padding {
    padding: 20px 15px;
}

.white.bold.hidden-sm.bg-brand-grey.standard-text-padding {
    margin-top: 0;
}

.product-wrapper .panel-group {
    margin-bottom: 0;
}

.back-to-top-product {
    padding: 20px 0;
    display: block;
}

#myCarousel .item.active {
    height: 291PX;
}

#homeCarousel .item.active {
    height: 259px;
}

#home .landing-page-sub-title {
    font-family: "VTG";
}

.header-search .typeahead {
    border: 1px solid #2f2f2f;
}

.header-search .input-group {
    margin-top: 7px;
}

/*search-results*/
#survitec-results {
    background-color: #fff;
    padding: 20px 0;
}

.search-keyword {
    background: #2f2f2f;
    padding: 15px 0;
    color: #fff;
}

    .search-keyword span {
        padding-left: 30px;
    }

.search-section {
    padding: 15px;
    text-transform: uppercase;
    margin: 30px 0 20px;
    font-weight: bold;
    font-size: 1.6em;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2f2f2f;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

/* Social Media switch panel - news page */

#social-media-news {
    font-size: 1.6em;
    color: #ffffff;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    margin-bottom: 30px;
    min-height: 400px;
    border: 1px solid #ebebeb;
}

#social-media.panel {
    border-radius: 0;
    background-color: transparent;
    margin: 0;
}

#social-media .panel-title {
    font-size: 0.875em;
    font-weight: bold;
}

#social-media .panel-tabs {
    position: relative;
    clear: both;
}

    #social-media .panel-tabs > li {
        float: left;
    }

        #social-media .panel-tabs > li > a {
            border: none;
            color: #ffffff;
            transition: .5s ease;
        }

            #social-media .panel-tabs > li > a:hover {
                border-color: transparent;
                color: #ff5800;
                background-color: transparent;
            }

        #social-media .panel-tabs > li.active > a,
        #social-media .panel-tabs > li.active > a:hover,
        #social-media .panel-tabs > li.active > a:focus {
            color: #fff;
            cursor: default;
            background-color: #ff5800;
        }

/* News section */

#article-wrapper {
    background: #fff;
    padding: 40px 0;
}

    #article-wrapper .nav-tabs {
        margin-bottom: 40px;
    }

.featured-article {
    padding: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    min-height: 400px;
    word-wrap: break-word;
}

article {
    padding: 20px 20px 40px;
    background: #292931;
    line-height: 1.1;
    font-size: 1.6em;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    height: 100%;
}

.article-published {
    text-transform: uppercase;
    color: #ff5800;
    margin-bottom: 10px;
    font-size: 0.75em;
    font-weight: bold;
}

.article-title {
    margin-bottom: 10px;
    font-family: "VTG";
    color: #fff;
}

    .article-title h2 {
        font-size: 1.2em;
        font-weight: normal;
    }

    .article-title h3 {
        font-size: 1.6em;
        text-transform: uppercase;
        font-weight: normal;
        margin: 0;
    }

.article-summary {
    font-size: 0.65em;
    line-height: 1.4em;
}

.continue {
    font-size: 0.75em;
    position: absolute;
    bottom: 20px;
}

.article-img img {
    margin-bottom: 20px;
    margin-top: 5px;
}

.article-link {
    font-size: .8em;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.article-filter {
    color: #fff;
    border-top: 2px solid #ff5800;
}

    .article-filter .form-group {
        margin-bottom: 0;
    }

    .article-filter .dropdown {
        float: right;
    }

    .article-filter .dropdown-menu {
        width: 100%;
        border-radius: 0;
        background: #292931;
    }

        .article-filter .dropdown-menu li > a {
            color: #ffffff;
        }

            .article-filter .dropdown-menu li > a:hover {
                color: #000000;
            }

.article-details {
    padding: 40px 0;
}

.article-header {
    padding: 25px;
    margin-bottom: 30px;
}

    .article-header h3 {
        font-size: 1.6em;
        font-weight: bold;
    }

.overlay {
    position: absolute;
    margin: auto;
}

.divContainer {
    position: relative;
    text-align: center;
}

.auto-resizable-iframe {
    width: 100%;
    height: auto;
    background-color: #FFF;
}

#div-overlay {
    position: absolute;
    padding-top: 80px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    cursor: pointer;
}

#div-overlay-special {
    position: absolute;
    padding-top: 265px !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    cursor: pointer;
}

.social-media-fb {
    height: 390px;
}

.social-media-header {
    padding: 0 0 0 20px;
}

#social-media-title {
    font-family: "VTG";
    font-size: 1.1em;
    text-transform: uppercase;
    float: left;
    margin-top: 12px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.margin-auto-lr {
    margin: 0 auto;
}

.news-overlay-small {
    background-color: rgba(70,70,70,0.8);
    padding: 20px;
}

.news-item {
    margin-bottom: 30px;
}

    .news-item a {
        position: relative;
        height: 100%;
        width: 100%;
        display: block;
    }

    .news-item .article-published {
        font-size: 1.3em;
    }

#special-product-page .map-wrapper {
    display: block;
    right: 31%;
    padding: 30px 15px 0;
    width: 100%;
}

#special-product-page .carousel-title.brand-black, #special-product-page .landing-page-description {
    display: none;
}

#special-product-page .back-to-faceted-search {
    color: #fff;
    margin: 0;
    font-weight: normal;
    font-family: "Interface", sans-serif;
}

    #special-product-page .back-to-faceted-search:hover {
        color: #000;
    }

#special-product-page .carousel-title.white {
    font-size: 3.5em;
}

#special-product-page .carousel-title.brand-black {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: normal;
}

.product-features-section .col-md-3 {
    margin-bottom: 30px;
}

.landing-page-description {
    color: #fff;
}

#special-product-page .back-link {
    margin: 0;
}

#category-landing-page {
    padding-top: 20px;
}

#category-type-results {
    padding-top: 25px;
}

#contacts .panel {
    background-color: #2f2f2f;
    color: #fff;
    padding: 0;
}

#contacts .panel-heading {
    padding: 6px 0 6px 10px;
    position: relative;
}

    #contacts .panel-heading div {
        right: 0;
        top: 0;
        padding: 6px 10px;
    }

#contacts .panel-content {
    padding: 10px;
}

    #contacts .panel-content p {
        margin-bottom: 0;
        word-break: break-word;
    }

#contacts .panel-footer {
    background-color: #2f2f2f;
    padding: 10px;
}

.training-course-header {
    font-size: 1.2em;
}

#directory-section .fullwidth-block {
    padding: 60px 0;
}

#directory-section h2 {
    font-size: 2.5em;
    font-weight: normal;
}

.no-margin {
    margin: 0;
}

.directory-result {
    margin-bottom: 30px;
}

#directory-section .standard-dropdown-item {
    font-weight: normal;
}

#directory-section .navbar-inverse {
    background-color: #726E6E;
}

.career-content {
    font-size: 2em;
}

.col-sm-4.news-item a, .my-column img {
    border: 1px solid #d7d7d7;
}

.filter-page-result-item {
    max-height: 313px;
}

@media (min-width: 768px) {
    #social-media-title {
        font-size: 1em;
    }

    #featured-row {
        margin-bottom: 30px;
    }

    #social-media-news {
        margin-bottom: 0;
    }

    .navbar-form .input-group > .form-control {
        width: 175px;
        font-size: 1em;
    }

    #product-navbar {
        top: -83px;
    }

    .career-content {
        font-size: 1.2em;
    }

    .back-container {
        margin: 20px 0;
    }

    .logo-left {
        margin-left: -20px;
    }

    #directory-section .standard-dropdown-item {
        padding: 18px 20px 14px !important;
    }

    #special-product-page .back-to-faceted-search {
        padding-left: 0;
        padding-bottom: 0;
    }

    #header-primary-container .carousel-title p {
        margin-bottom: 15px;
    }

    .carousel-title p, .carousel-subtitle p {
        line-height: 0.8em;
    }

    #special-product-contact textarea {
        margin-bottom: 0;
    }

    #special-product-contact h3 {
        margin: 0 0 50px;
    }

    #special-downloads h3 {
        margin-bottom: 60px;
    }

    #special-downloads .download-row, #special-product-contact {
        padding: 60px 0 100px;
    }

    .product-gallery-section h2 {
        margin-bottom: 10px;
    }

    .product-news-section h2 {
        margin: 0 0 60px;
    }

    .product-news-section {
        padding: 60px 0;
    }

    .product-features-section .col-md-3 {
        margin-bottom: 0;
    }

    .product-features-section {
        padding: 60px 0 80px;
    }

    .special-full-description {
        padding: 60px 0 0;
    }

    #special-product-page .map-wrapper {
        padding: 20px 40px;
        width: auto;
    }

    #alernative .item.active, #gallery-carousel-inner .item.active, #newsCarousel .item.active {
        height: auto !important;
    }

    #enquiry .form-control.MarB {
        margin-bottom: 10px;
    }

    .back-to-faceted-search {
        background-color: transparent;
        color: #333;
        margin-bottom: 0;
        padding: 0 20px;
    }

    #survitec-filters .tab-content {
        padding-top: 60px;
    }

    #survitec-filters {
        padding: 0;
    }

    .header-search .input-group {
        margin-top: 0;
    }

    .featured-article {
        min-height: auto;
        margin-bottom: 0;
    }

    #article-wrapper .nav-tabs li.active {
        border-bottom: 1px solid #fff;
    }

    #article-wrapper .nav-tabs li {
        float: left;
        margin: -1px;
    }

    #search-results .item.active {
        height: 358px !important;
    }

    .search-section {
        margin: 60px 0 30px;
    }

    #survitec-results {
        padding: 60px 0;
    }

        #survitec-results .nav-tabs {
            margin-bottom: 60px;
        }

    .item.active {
        height: 500px !important;
    }

    #homeCarousel {
        height: auto;
    }

    .map-wrapper {
        top: 10%;
        bottom: auto;
        right: 55%;
        left: 17%;
        padding: 40px;
        display: block;
        max-height: 390px;
    }

    #homeCarousel .carousel-inner {
        display: block;
    }

    .carousel-wrapper .carousel-caption {
        top: 15%;
    }

    .newsletter .form-control {
        padding: 21px 12px 21px 25px;
    }

    .text-image-section {
        display: inline-block;
        width: 49.5%;
        vertical-align: top;
    }

    #training-course-enquiry .error {
        display: inline-block;
    }

    #training-course-enquiry label.error {
        margin-left: 15px;
    }

    #product-title {
        width: 71%;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: -37px;
    }

    .landing-page-sub-title {
        margin-top: 25px;
        line-height: 1.2em;
    }

    .service-bottom-row {
        height: 458px;
    }

    .macro-content-wrapper {
        padding: 60px 0;
    }

    .twitter-timeline {
        width: 100% !important;
    }

    .fb-page {
        padding-right: 20px;
    }

    .fb-page, .twitter-timeline {
        margin-top: 30px !important;
    }

    .header-summary p, .header-summary {
        font-size: 16px !important;
        padding-bottom: 10px;
    }

    .news-content {
        position: absolute;
        height: 114px;
        width: 396.66px;
        z-index: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 15px;
        margin-bottom: 15px;
        margin-right: 15px;
        background: rgba(0, 0, 0, 0.7);
    }

        .news-content:hover {
            height: auto;
            padding-bottom: 0;
        }

    .halfwidth-block {
        width: 50%;
        display: inline-block;
    }

    .multi-colour-bg {
        background: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 50%, #fff 50%, #fff 100%);
        padding: 100px 0;
    }

    .download-container .download-text-container, .download-container h2 {
        padding-left: 20px;
    }

    .description-container .description-text-container, .description-container h2 {
        padding-right: 20px;
    }

    .description-container .description-text-container {
        font-size: 17px;
        line-height: 2.5em;
    }

    .multi-colour-bg h2 {
        margin-bottom: 30px;
    }

    #service-section {
        background: #ff5800;
        background: -webkit-linear-gradient(to right, #ff5800 50%,#000000 50%);
        background: linear-gradient(to right, #ff5800 50%,#000000 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5800', endColorstr='#000000',GradientType=1 );
    }

    header .navbar-nav {
        margin: 0 -15px;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .row-eq-height > [class*='col-'] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -ms-flex-direction: column;
        }

        .row-eq-height:before, .row-eq-height:after {
            content: normal;
        }
}

@media (min-width: 992px) {
    /* Custom Bootstrap */
    .my-column.result-item {
        margin: 0;
    }

    .col-md-4.column:first-child,
    .col-md-8.column:first-child,
    .col-md-6.column:first-child,
    .col-sm-4.my-column:nth-child(3n+1),
    .col-sm-4 .my-column:nth-child(3n+1) {
        padding-left: 15px;
    }

    .col-md-4.column:last-child,
    .col-md-6.column:last-child,
    .col-md-8.column:last-child,
    .col-sm-4.my-column:nth-child(3n+3),
    .col-md-4.my-column:nth-child(3n+3) {
        padding-right: 15px;
    }

    .col-md-4.column,
    .col-md-6.column,
    .col-md-8.column,
    .my-column {
        padding: 5px;
    }

    .col-md-4.my-column:nth-child(-n+3) {
        padding-top: 0;
    }

    .col-md-4.my-column:nth-child(3n+1) {
        padding-left: 17.5px;
        padding-right: 0;
    }

    .col-md-4.my-column:nth-child(3n+2) {
        padding-right: 7.5px;
        padding-left: 10px;
    }

    .col-md-4.my-column:nth-child(3n+3) {
        padding-left: 2.5px;
    }

    .col-md-8.my-column {
        padding-left: 0;
        padding-right: 0;
    }

    #article-wrapper .col-md-4.my-column {
        padding-right: 0;
        padding-left: 10px;
    }

    .col-md-12.column {
        padding: 5px 15px;
    }

    .macro-text-wrapper {
        padding: 30px 0;
    }

    .news-overlay-small {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .news-overlay {
        position: absolute;
        bottom: 0;
        min-height: 50%;
    }

    #featured-row {
        margin: 0;
    }

    .news-item {
        margin: 0;
    }

    #article-wrapper .col-sm-5.col-md-4.my-column.hidden-xs {
        padding-top: 3px;
    }

    .featured-article {
        margin-bottom: 0;
    }

    #social-media-news {
        min-height: 390px;
    }

    #featured-article img {
        width: auto;
        height: 100%;
    }

    .news-item .width-100 {
        height: 100%;
    }

    .featured-link {
        display: block;
        height: 100%;
    }

    .news-overlay-small .article-title {
        margin-bottom: 0;
    }

    .news-overlay-small {
        padding: 10px 15px;
        min-height: 120px;
    }

    .news-overlay {
        padding: 15px 15px 50px;
    }

    .continue {
        bottom: 15px;
    }

    #filters-wrapper {
        padding-top: 60px;
    }

    #survitec-filters {
        padding: 25px 0;
    }

    .translucent-overlay.overlay-left {
        width: 50%;
        left: 0;
        top: 0;
        padding: 40px;
    }

    .profile-macro-inner-text span {
        display: inline;
        padding-right: 5px;
    }

    .profile-macro-inner-text h3.white {
        padding: 20px;
    }

    #enquiry h3 {
        margin-bottom: 30px;
    }

    #enquiry input[type="text"].form-control, #enquiry input[type="email"].form-control {
        margin-bottom: 18px;
        height: 45px;
    }

    .profile-stack img {
        float: left;
        width: 30%;
    }

    .profile-macro-inner-text {
        width: 70%;
        float: left;
    }

        .profile-macro-inner-text .brand-black, .profile-macro-inner-text h3 {
            padding: 30px;
        }

    .map-wrapper {
        max-height: 305px;
    }

    #survitec-filters {
        padding: 0;
    }

    .fullwidth-block.grid-fill-block, .fullwidth-block-no-animate {
        min-height: 350px;
        position: relative;
    }

        .fullwidth-block.grid-fill-block .translucent-overlay {
            -webkit-transition: height 0.25s; /* Safari */
            transition: height 0.25s;
        }

        .fullwidth-block.grid-fill-block:hover .translucent-overlay {
            height: 100% !important;
            -webkit-transition: height 0.5s; /* Safari */
            transition: height 0.5s;
        }

        .fullwidth-block.grid-fill-block:hover a {
            position: absolute;
            bottom: 20px;
        }

    .translucent-overlay {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 15px 15px 10px;
    }

        .translucent-overlay .absolute {
            height: 100%;
        }

    .black-button-container a:hover {
        color: #fff;
        text-decoration:none;
    }

    #product-navbar {
        top: -88px;
    }

    #product-title {
        display: block;
    }

    #special-product-description {
        min-height: 220px;
    }

    .text-beside-image {
        width: 55%;
        float: left;
        margin-right: 5%;
    }

    .image-text-beside-image {
        max-width: 40%;
    }

    .back-container {
        vertical-align: top;
        margin: 22px 0 0;
        padding: 20px 0;
    }

    .search-submit {
        background-color: #fff;
        height: 29px;
        width: 13%;
    }

    .product-wrapper {
        position: relative;
    }

        .product-wrapper.region-product {
            padding: 0;
        }

            .product-wrapper.region-product .fullwidth-block {
                position: absolute;
                bottom: 0;
                z-index: -1;
            }

    .product-image-wrapper {
        height: 290px;
        overflow: hidden;
    }

    .pop-up-message-section {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9999;
        top: 0;
        background-color: rgba(50, 50, 50, 0.7);
    }

    #pop-up-message-box {
        height: 300px;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12%;
        padding: 20px;
        background-color: #fff;
        text-align: center;
    }

        #pop-up-message-box p {
            margin: 25px 0 30px;
        }

    .product-main-image {
        max-height: 600px;
    }

    .fullwidth-block-no-background {
        background-color: #444444;
        height: 480px;
    }

        .fullwidth-block-no-background .banner-bg {
            min-height: 480px;
        }

    #news-item .feature-block {
        vertical-align: top;
    }

    #news-item .content-wrapper {
        padding: 20px 0;
    }

    #news-item .orange {
        font-size: 16px;
    }

    #technical-information li {
        clear: left;
    }

    .carousel-control {
        display: block;
    }

    .fb-page {
        padding-right: 30px;
    }

    .fb-page, .twitter-timeline {
        margin-top: 0 !important;
    }

    .twitter-timeline {
        width: 100% !important;
    }

    .header-summary p, .header-summary {
        font-size: 22px !important;
        padding-bottom: 10px;
    }

    .product-wrapper .product-name {
        display: none;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }

    .social-media-fb {
        border: none;
        overflow: hidden;
        width: 397px;
        background: white;
        float: left;
    }
}

@media (max-width: 992px) {
    .social-media-fb: {
        border: none;
        overflow: hidden;
        width: 397px;
        background: white;
        float: left;
    }

    .carousel-wrapper .carousel {
        top: 0;
        margin-bottom: 0;
    }

    .navbar-form .input-group .form-control {
        width: 100%;
    }

    .navbar-form .input-group .search-submit {
        height: 100%;
        margin: 0;
    }

    .product-wrapper .panel-default > .panel-heading {
        color: #ffffff;
        border: 0;
        background-color: #2f2f2f;
        padding: 15px 20px;
    }

        .product-wrapper .panel-default > .panel-heading .glyphicon {
            float: right;
        }

    .product-wrapper .panel-group .panel + .panel {
        margin-top: 0;
    }

    .product-wrapper .panel-default {
        border-color: #ffffff;
        border-radius: none;
    }

    .product-navbar .navlist li a {
        font-size: 1.3em;
    }
}

@media (max-width: 767px) {
    .filter-subject-tabs {
        width: 50%;
    }

    .nav-tabs .filter-subject-tabs a {
        border-top: 2px solid #27272f;
    }

    .twitter-timeline {
        display: none !important;
    }

    .navbar-inverse {
        background-color: #fff;
    }

    header .navbar-collapse {
        padding: 0 15px;
    }

    header .navbar-brand {
        height: 100%;
    }

    header .navbar-toggle {
        margin-top: 20px;
        border: none;
        background: transparent;
    }

        header .navbar-toggle:hover {
            background: transparent;
        }

        header .navbar-toggle .icon-bar {
            width: 22px;
            transition: all 0.2s;
        }

        header .navbar-toggle .top-icon {
            transform: rotate(45deg);
            transform-origin: 10% 10%;
        }

        header .navbar-toggle .middle-icon {
            opacity: 0;
        }

        header .navbar-toggle .bottom-icon {
            transform: rotate(-45deg);
            transform-origin: 10% 90%;
        }

        header .navbar-toggle.collapsed .top-icon {
            transform: rotate(0);
        }

        header .navbar-toggle.collapsed .middle-icon {
            opacity: 1;
        }

        header .navbar-toggle.collapsed .bottom-icon {
            transform: rotate(0);
        }

    header .navbar {
        border: 0;
    }

    header .navbar-collapse {
        border: 0;
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav {
        margin: 0.5px -15px;
        overflow: hidden;
    }

        .navbar-inverse .navbar-nav > li > a {
            background-color: #2f2f2f;
            border-bottom: 1px solid #ffffff;
        }

            .navbar-inverse .navbar-nav > li > a:hover {
                border-bottom: 1px solid #ffffff;
                background: #2f2f2f;
                color: #ffffff;
            }

            .navbar-inverse .navbar-nav > li > a:focus {
                background: #2f2f2f;
                color: #ffffff;
            }

        .navbar-inverse .navbar-nav > li .dropdown-menu {
            background-color: #2f2f2f;
            padding: 0;
            border-radius: 0;
        }

            .navbar-inverse .navbar-nav > li .dropdown-menu > li > a {
                border-bottom: 1px solid #ffffff;
                padding: 15px 20px;
                color: #ffffff !important;
            }

        .navbar-inverse .navbar-nav > .open > a {
            color: #ffffff;
            border-bottom: 1px solid #ffffff;
            background-color: #ff5800;
        }

            .navbar-inverse .navbar-nav > .open > a:focus {
                background-color: #ff5800;
                color: #ffffff;
            }

            .navbar-inverse .navbar-nav > .open > a:hover {
                background-color: #ff5800;
                color: #ffffff;
            }

        .navbar-inverse .navbar-nav > .active > a {
            background-color: #ff5800;
            border-bottom: 1px solid #ffffff;
            color: #ffffff;
        }

            .navbar-inverse .navbar-nav > .active > a:hover {
                background-color: #ff5800;
                color: #ffffff;
            }

        .navbar-inverse .navbar-nav > .open .caret-right {
            border-top: 8px solid #ffffff;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            border-bottom: none;
        }

    header .header-search .form-control {
        height: 50px;
    }

    header .navbar-form {
        padding: 0 15px;
        margin-bottom: 0;
    }

    .carousel-wrapper .carousel-control {
        width: auto;
    }

    .carousel-wrapper .crousel-text {
        padding-top: 20px;
        padding-left: 15px;
    }

        .carousel-wrapper .crousel-text p {
            display: none;
        }

    .carousel-standard .carousel-title {
        font-size: 24px;
    }

    .gallery-rotator .carousel-control.left {
        transform: translateX(0);
    }

    .gallery-rotator .carousel-control.right {
        transform: translateX(0);
    }

    .banner-bg {
        left: 0;
    }

    .full-screen {
        height: 250px;
    }

    .content-block {
        background: #000000;
        background: rgba(0, 0, 0, 0.7);
        color: #ffffff;
        height: 250px;
        padding: 40px 15px;
    }

    .content-wrapper {
        padding: 30px 0;
        height: auto;
    }

    .content-wrapper-news-feature {
        padding: 30px 0 0 0;
        height: auto;
    }

    .banner-caption {
        padding: 10px 0;
    }

    .caret-right {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        margin-top: 4px;
        vertical-align: middle;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #ffffff;
        float: right;
    }

    .content-wrapper h2, .content-block h2 {
        margin-bottom: 20px;
    }

    .MarB {
        margin-bottom: 10px;
    }

    .product-navbar {
        top: 0;
        margin: 0;
    }

        .product-navbar .navlist {
            display: block;
        }

            .product-navbar .navlist li {
                width: 50%;
                float: left;
                display: block;
                border: 1px solid rgba(255, 255, 255, 0.5);
                text-align: left;
            }

                .product-navbar .navlist li:nth-child(odd) {
                    border-left: 0;
                }

                .product-navbar .navlist li:nth-child(even) {
                    border-right: 0;
                }

    .product-filternav .filter-items {
        border-top: 2px solid #ff5800;
    }

        .product-filternav .filter-items li {
            padding: 6px;
            width: 50%;
            float: left;
            background: #ececec;
            border: 1px solid #ffffff;
            height: 55px;
        }

    .product-filternav [type="checkbox"]:not(:checked) + label,
    .product-filternav [type="checkbox"]:checked + label {
        color: #000000;
    }

    .map-filter-container .navbar-default {
        margin-top: 4px;
    }

    .map-filter-container h4 {
        margin-left: 17px;
        margin-bottom: 0;
    }

    .description-container {
        padding-bottom: 30px;
    }

    .multi-colour-bg {
        padding: 40px 0;
    }

    .map-filter-container select, #reset-map-filters {
        margin-left: 17px;
        display: block;
        margin-bottom: 20px;
    }

    #company-location-container h3 {
        font-weight: bold;
    }

    .news-featured-block {
        margin-left: 15px;
        height: auto;
    }

    .survitec-news-block {
        height: auto;
        padding: 20px;
    }

    .news-item-date {
        font-size: 32px;
    }

    .carousel-standard .full-screen {
        height: 280px !important;
    }

    .news-block .news-image {
        position: relative;
        padding: 0;
        top: 0;
    }

    #service-section {
        background: #ff5800;
    }

    .product-navbar .navlist {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav-tabs > li > a {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .news-content h4 {
        font-size: 2em;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-content: center;
    }

    .news-block .news-image {
        width: 380px;
    }

    .news-image img {
        max-height: 253px;
    }

    .twitter-timeline {
        width: 100% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1279px) {
    .social-media-fb {
        border: none;
        overflow: hidden;
        width: 360px;
        background: white;
        float: left;
    }

    .news-content {
        width: 360px;
    }

    .news-block .news-image {
        width: 345px;
    }

    .survitec-news-block {
        height: 375px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    p {
        line-height: 18px;
    }

    .carousel-wrapper .carousel-caption {
        left: 5%;
        right: 25%;
        top: 20%;
    }

    .carousel-wrapper .carousel-caption-right {
        left: 25%;
        right: 5%;
    }

    .map-wrapper {
        top: 10%;
        right: 40%;
        left: 5%;
    }

    .news-item-date {
        font-size: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .news-content h4 {
        font-size: 1.7em;
    }

    .news-content {
        width: 293.33px;
        height: 106px;
    }

    .news-block .news-image {
        top: 132px;
        width: 279px;
    }

    .news-image img {
        max-height: 183px;
    }

    .survitec-news-block {
        height: 310px;
    }

    .social-media-fb {
        border: none;
        overflow: hidden;
        width: 293px;
        background: white;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p {
        line-height: 18px;
    }

    .carousel-wrapper .carousel-caption {
        left: 5%;
        right: 25%;
        top: 20%;
    }

    .carousel-wrapper .carousel-caption-right {
        left: 25%;
        right: 5%;
    }

    .map-wrapper {
        top: 10%;
        right: 25%;
        left: 5%;
    }

    .news-content {
        width: 220px;
    }

    .news-item-date {
        font-size: 17px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .news-content h4 {
        font-size: 1.5em;
    }

    .survitec-news-block {
        height: 280px;
    }

    .social-media-fb {
        border: none;
        overflow: hidden;
        width: 220px;
        background: white;
        float: left;
    }

    .news-block .news-image {
        width: 205px;
    }

    .news-image img {
        max-height: 132px;
    }

    #twitter {
        height: 452px;
    }

    #facebook iframe {
        margin-top: 30px;
        width: 240px;
    }
}

@media (min-width: 1200px) and (max-width: 1824px) {
    .map-wrapper {
        top: 10%;
        right: 50%;
        left: 7%;
    }

    .carousel-wrapper .carousel-caption {
        left: 2%;
        right: 40%;
        top: 20%;
    }

    .carousel-wrapper .carousel-caption-right {
        left: 40%;
        right: 2%;
    }
}

/* NewsLetter*/

.newsletter {
    background: #868686;
    color: #fff;
    padding: 40px 0 40px;
    font-size: 16px;
}

.newsletter-caption {
    font-weight: bold;
}

.newsletter .input-group {
    margin-bottom: 10px;
}

.newsletter .form-control {
    border-radius: 0;
    font-size: 12px;
    padding: 21px 5px;
}

.btn-signup {
    font-weight: 500;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    background-color: #ff5800;
    color: #fff;
    padding: 12px 40px;
}

    .btn-signup:hover {
        background-color: #ff5800;
        color: #fff;
    }

/* Freetext Search*/

.navbar-form {
    position: relative;
}

#navbar-dropdown {
    position: absolute;
    min-width: 450px;
    right: 15px;
}

.navbar-result-wrap {
    position: relative;
    border-bottom: 3px solid #ff5800;
    margin-top: 10px;
}

    .navbar-result-wrap:after {
        content: '\25b2';
        position: absolute;
        right: 35px;
        font-weight: bold;
        top: -16px;
        color: #ff5800;
        font-size: 1em;
    }

.navbar-result-category {
    background: #ff5800;
    color: #fff;
    padding: 9px 25px 5px;
    text-transform: uppercase;
    font-family: "VTG";
    font-size: 1.2em;
}

.navbar-result-list {
    background-color: #2f2f2f;
    color: #fff;
    padding: 15px 0;
}

.navbar-result-item {
    display: block;
    padding: 2px 25px;
    position: relative;
    color:#ffffff;
}

    .navbar-result-item:hover {
        background-color: #33271f;
        color: #ffffff;
        text-decoration:none;
    }

    .navbar-result-item:visited {
        color: #ffffff;
    }

    .navbar-result-item:after {
        content: '\3e';
        position: absolute;
        right: 25px;
        font-weight: bold;
    }

    .navbar-result-item:hover:after {
        color: #ff5800;
    }

.navbar-btn {
    background: transparent;
    border: 0;
    margin: 0;
    color: #333;
    font-size: 0.75em;
}

@media (max-width:767px) {
    .article-header h1 {
        font-size: 26px;
    }

    .article-header h3 {
        font-size: 20px;
    }
}

.btn-sector {
    border-radius: 0;
    text-transform: uppercase;
    padding: 11px 17px;
    font-weight: bold;
    width: 100%;
    font-size: 1.1em;
}

    .btn-sector span {
        margin-right: 5px;
    }

.standard-dropdown .dropdown-item {
    display: block;
    font-family: "VTG";
    font-size: 1.2em;
    padding: 14px 40px 10px 20px;
    text-transform: uppercase;
}

.back-to-top {
    margin: 0;
    padding: 0;
}

.width-100 {
    width: 100%;
}

.share-links {
    padding-top: 7px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
    }

.carousel-wrapper {
    margin-top: -50px;
}

.btn-sector:hover,
.btn-sector:focus {
    color: #ffffff;
}

@media (max-width:768px) {
    .product-navbar {
        top: -31px;
        margin-bottom: -27px;
    }
}

@media (min-width: 2560px) {
    .map-wrapper {
        left: 25.5%;
    }
}

/* Service Station*/

#service-station-map {
    height: 600px;
}

@media (max-width: 767px) {
    #service-station-map {
        height: 300px;
    }
}

.station-wrapper {
    padding: 15px;
}

@media (min-width: 1200px) {
    .station-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 60px;
        bottom: 40px;
        left: 40px;
        width: 45%;
        background-color: rgba(255, 255, 255, 0.9);
        transition: all 0.5s ease-in-out;
    }
}

@media (min-width: 768px) {
    .station-wrapper {
        padding: 15px 60px 30px;
    }
}

.station-title {
    font-size: 25px;
    font-weight:bold;
    background-color: #ff5800;
    padding: 8px 10px;
    color: #ffffff;
    text-transform:none;
}

@media (min-width: 1200px) {
    .station-title {
        margin-bottom: 25px;
    }
}

@media (max-width: 1199px) {
    .station-filter-tab,
    .station-results-tab {
        margin-top: 15px;
    }
}

.station-filter-tab > li + li,
.station-results-tab > li + li {
    margin-top: 0;
}

.station-filter-tab > li > a {
    background-color: #2f2f2f;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

    .station-filter-tab > li > a:focus,
    .station-filter-tab > li > a:hover,
    .station-filter-tab > li.active > a,
    .station-filter-tab > li.active > a:focus,
    .station-filter-tab > li.active > a:hover {
        background-color: #ff5800;
    }

.station-results-tab > li {
    background-color: transparent;
    border-bottom: 1px solid #2f2f2f;
    border-radius: 0;
    color: #2f2f2f;
    font-weight: 600;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
}

    .station-results-tab > li:hover {
        background-color: transparent;
        color: #ff5800;
    }

.station-details {
    background-color: #575757;
    color: #fff;
    padding: 5px 15px;
    margin-top:10px
}

.station-details p {
    line-height: 20px;
    margin-bottom:2px;
}

.station-close {
    font-size: 14px;
    display: block;
    text-align: right;
}

@media (min-width: 768px) {
    .station-close {
        text-align: center;
        float: right;
        margin: 20px -50px 0 0;
    }
}

.station-filter-dropdown {
    padding: 8px;
    margin-right: 5px;
    min-width: 250px;
}

.station-info {
    padding:30px 0;
    cursor:pointer;
}

.station-info p {
    margin-bottom: 2px;
}

.station-info a{
    color:#ff5800;
}

/* Custom scrollbar*/
.custom-scrollbar {
    max-height: 225px;
    overflow-y: auto;
}

.custom-scrollbar::-webkit-scrollbar-track {
    webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #ff5800;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ff5800;
    border: 2px solid #ff5800;
}
}

/* Search results*/

#search-results {
    border-top: 2px solid #ff5800;
}

#search-results .news-item{
    margin-bottom: 30px;
}

#survitec-results .tab-content {
    margin-top: 30px;
}

#survitec-results .tab-content > .tab-pane {
   display: block;
   width: 0; 
   height: 0;
   overflow:hidden;
}

#survitec-results .tab-content > .active {
   width: auto; 
   height: auto;
}

.lazy-loading {
    opacity: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}