﻿@font-face {
    font-family: 'elcomeVrmFont';
    src: url('//xchecker-exports.elcome.co.uk/Fonts/CharlesWrightBoldCaps.woff') format('woff'), url('//xchecker-exports.elcome.co.uk/Fonts/CharlesWrightBoldCaps.ttf') format('truetype'), url('//xchecker-exports.elcome.co.uk/Fonts/CharlesWrightBoldCaps.otf') format('opentype')
}

body {
    background: #090b0f;
    color: #0e0d0c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

    body.ecat {
        background: #090b0f url(layout/ultra-parts-bg.jpg) no-repeat center;
        background-size: auto;
    }



object {
    display: none;
}

.animate {
    display: none;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #0e0d0c;
    line-height: 60px;
    margin: 0;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
    color: #0e0d0c;
    margin: 0;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: #0e0d0c;
    overflow: visible;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}


a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    transition: .5s background-color;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    a:hover {
        color: #FFF;
    }

.btn-grey {
    border-radius: 0;
    background-color: #585858;
    text-transform: uppercase;
}

    .btn-grey:hover {
        background-color: #7c7c7c;
        color: #fff;
    }

.btn-arrow {
    background-image: url(layout/small-back-arrow.png);
    background-repeat: no-repeat;
    background-position: 35% 15px;
}

.form-control,
.home-panels .select2-container--default .select2-selection--single {
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    color: #505050;
}

.form-control-admin {
    border: solid;
    border-width: 1px;
    border-color: gainsboro;
    border-radius: 0px !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: small;
    font-weight: normal;
    height: 30px;
    padding: 6px 12px 6px 12px;
}


.login-panel button {
    width: 220px;
    height: 35px;
    font-weight: bold;
    font-size: medium;
    border-left: 0;
    background-color: #E9B106;
}

.btn-yellow {
    /*    background-image: url(layout/vrm-go.png);
    background-position: center;*/
    height: 35px;
    font-weight: bold;
    font-size: medium;
    border-left: 0;
    background-color: #E9B106;
}

/*login modal*/
.login-modal-dialog {
    width: 500px;
    background-color: transparent !important;
    height: 400px;
    border-radius: 0px !important;
}

    .login-modal-dialog a.login {
        color: black;
    }


/*regiter modal*/
.register-modal-dialog {
    width: 700px;
    /*    background-color: transparent !important;
    height: 400px;
    border-radius: 0px !important;*/
}

.columns-header {
    margin-left: 0px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.form-control-register {
    border: solid;
    border-width: 1px;
    border-color: gainsboro;
    border-radius: 0px !important;
    border-radius: 0px !important;
    font-weight: normal;
    width: 200px;
    height: 30px;
    padding: 12px 12px 12px 12px;
}

.base-panel-register {
    background-color: #ffffff;
    padding: 15px 30px 20px 10px;
    color: #000;
    overflow-wrap: normal;
}

.row-admin {
    margin-top: 20px;
}

.btn-margin {
    margin-bottom: 10px;
}


/* Orange */
.warning {
    border-color: #E9B106;
    background-color: white;
    color: black;
    font-weight: bold;
    width: 150px;
    font-size: small;
    font-family: sans-serif;
}

    .warning:hover {
        background: #E9B106;
        color: white;
    }

.warning-active {
    background-color: #E9B106;
    color: white;
    width: 150px;
    font-weight: bold;
    font-size: small;
    font-family: sans-serif;
}

    .warning-active:hover {
        background: #E9B106;
        color: white;
    }

/*to vertical centralised the modal dialog*/
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/* end centralised the modal dialog*/

.alert {
    border-radius: 0;
}

/*HEADER*/
header {
    height: 63px;
}

.navbar .container-fluid {
    padding: 0;
}

.navbar-right {
    margin: 0;
}

.navbar-default {
    background-color: #505050;
    border: none;
    border-radius: 0;
    margin: 0;
}

    .navbar-default .navbar-nav > li > a {
        color: #FFF;
        font-size: 18px;
        text-transform: uppercase;
        padding: 22px 25px 21px 25px;
    }

.nav a.active {
    background-color: #383838;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: #5a5a5a;
}

.navbar-default .navbar-nav > li > a.ecat {
    background: #e9b105 url(layout/search-grey.png) no-repeat 80px center;
    display: block;
    padding: 22px 50px 21px 30px;
}

    .navbar-default .navbar-nav > li > a.ecat:hover {
        background-color: #fdcc35;
    }

.navbar-brand {
    background: url(layout/ultra-parts-logo.png) no-repeat left center;
    background-size: contain;
    width: 472px;
    height: 63px;
    margin-left: 20px !important;
    transition: none !important;
}

/*FOOTER*/
footer {
    height: 86px;
    width: 100%;
    background: #0e0d0c;
    font-family: Roboto Condensed;
    font-size: 16px;
    color: #FFF;
}

    footer .elcome {
        padding-top: 24px;
    }

.link-elcome {
    background: url(layout/elcome-designed-inverse-logo.png) no-repeat left center;
    margin-right: 18px;
    margin-top: 10px;
    height: 70px;
    width: 70px;
    float: left;
}


.bsi-logo img {
    margin-top: 20px;
    height: 40px;
    width: 70px;
    margin-right: 30px;
    position: relative;
}

.iaaf-logo img {
    margin-top: 20px;
    height: 57px;
    width: 132px;
    position: relative;
    margin-right: 90px;
}

.fer-logo img {
    margin-top: -80px;
    height: 57px;
    width: 70px;
    object-position: right;
}

/* resize mobile footer logo */
@media screen and (max-width:767px) {
    div#block-yui_3_17_2_1_1618422578804_23142 {
        width: 30%;
    }
}

footer p {
    margin: auto;
}

footer span {
    color: #e9b105 !important;
}

footer .contact {
    padding-top: 23px;
}

/*SCROLL TO TOP*/
.scroll-top-wrapper {
    background: url(layout/top-arrow-complete.jpg) no-repeat;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 99999999;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 100px;
    padding-top: 5px;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 0.8;
    }

    .scroll-top-wrapper:hover {
        opacity: 1;
    }

/*HOME*/
.base-panel-lg {
    background-color: #BFBFBF;
    height: 400px;
    padding: 20px;
    color: #000;
    overflow-wrap: normal;
    margin-bottom: 20px;
}

    .base-panel-lg p {
        line-height: 22px;
        margin-top: 6px;
    }

    .base-panel-lg select.form-control,
    .news-filters select.form-control {
        margin-bottom: 7px;
        background: #FFF url(layout/dd-go.png) no-repeat right center;
    }

    .base-panel-lg select::-ms-expand,
    .news-filters select::-ms-expand {
        display: none;
    }

.text-or {
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.base-panel-sm {
    background-color: #BFBFBF;
    min-height: 180px;
    padding: 20px;
    color: #000;
}

    .base-panel-sm .input-group {
        padding-top: 6px;
    }

.panel-highlight {
    background-color: #E9B106;
}

.base-panel-login {
    background-color: #ffffff;
    padding: 0px 10px 0px 10px;
    color: #000;
    overflow-wrap: normal;
    /*    margin-bottom: 20px;*/
    /*    width: 250px;*/
}

.login-warningtext {
    font-size: 0.8em;
}

.loginLink {
    padding-bottom: 10px;
    font-size: 0.65em;
    text-align: center;
    align-items: center;
}

    .loginLink a {
        color: black !important;
        transition: .5s background-color;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        font-weight: normal;
        font-family: sans-serif !important;
    }


        .loginLink a:hover {
            color: #E9B106;
        }

.warning-modal-content {
    background-color: #ffffff;
    position: relative;
    border-radius: 0px !important;
    padding: 5px;
}



.text-register {
    font-size: 0.8em;
    align-items: center;
}

.header-register {
    font-weight: bold;
    font-size: 14pt;
    color: #ffffff;
    margin-bottom: 5px;
    overflow: visible;
}

.buyersMarginBottom {
    margin-bottom: 40px;
}

.vrm input[type=text] {
    background-image: url(layout/eu-flag.png);
    background-position: left center;
    background-repeat: no-repeat no-repeat;
    background-color: #ffda30;
    border: 2px solid #505050;
    border-right: 0;
    border-radius: 0;
    font-size: 20px;
    padding-left: 36px;
    height: 40px;
    font-family: 'elcomeVrmFont';
}

.vrm button {
    background-image: url(layout/vrmSearch-go.png);
    background-position: center;
    width: 40px;
    height: 40px;
    border: 2px solid #505050;
    border-left: 0;
    background-color: transparent;
}

.base-panel-sm button {
    background-image: url(layout/vrm-go.png);
    background-position: center;
    width: 40px;
    height: 40px;
    border: 2px solid #505050;
    border-left: 0;
    background-color: transparent;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

    /*for IE10*/
    select::-ms-expand {
        display: none;
    }

.drop {
    position: relative;
}

    .drop .loading {
        position: absolute;
        right: 60px;
        top: 12px;
        z-index: 10;
    }

.content {
    background: #FFF;
    margin: 0 20px;
}

.content-header {
    padding: 40px 0 22px 0;
}

    .content-header .title {
        /*   border-right: 3px solid #e9b105;*/
    }

    .content-header .header-ecat {
        border-left: 3px solid #e9b105;
        min-height: 124px;
    }

    .content-header .header-VRNDetails {
        border-left: 3px solid #e9b105;
        min-height: 0px;
    }

.vrn-icon {
    width: 45px;
}

.content-header h2 {
    line-height: 34px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: right;
}

.content-header h3 {
    font-size: 22px;
    color: #0e0d0c;
    line-height: 19px;
}

.content-header p {
    font-size: 22px;
    color: #d1d1d1;
}

.link-filters li,
.icon-filters li {
    padding: 0;
}

.link-filters a,
.icon-filters span {
    width: 63px;
    height: 63px;
    display: inline-block;
}

.icon-filters .disabled {
    opacity: 0.3;
}

.icon-gasket {
    background: url(layout/gaskets.png) no-repeat;
}

    .icon-gasket.selected {
        background: url(layout/gaskets-selected.png) no-repeat;
    }

.icon-timing {
    background: url(layout/timing.png) no-repeat;
}

    .icon-timing.selected {
        background: url(layout/timing-selected.png) no-repeat;
    }

.icon-glow-plugs {
    background: url(layout/glow-plugs.png) no-repeat;
}

    .icon-glow-plugs.selected {
        background: url(layout/glow-plugs-selected.png) no-repeat;
    }

.icon-valve {
    background: url(layout/valve.png) no-repeat;
}

    .icon-valve.selected {
        background: url(layout/valve-selected.png) no-repeat;
    }

.icon-crank {
    background: url(layout/CrankBearingsAndOilPumps.png) no-repeat;
}

    .icon-crank.selected {
        background: url(layout/CrankBearingsAndOilPumps-selected.png) no-repeat;
    }

.icon-sealant {
    background: url(layout/SealantsAndConsumables.png) no-repeat;
}

    .icon-sealant.selected {
        background: url(layout/SealantsAndConsumables-selected.png) no-repeat;
    }

.icon-fullregistration {
    margin-top: 12px;
    background: url(layout/fullregistrationdetails-icon.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.vehicleregistration-header {
    margin-top: 15px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 0.85em;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
}

.vehicleregistration-details {
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 0px;
}

.table {
    font-size: 14px;
}

    .table > thead > tr > th {
        background-color: #585858;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        border: 0px;
    }

    .table > tbody > tr {
        background-color: #f2f2f2;
    }

        .table > tbody > tr > td {
            border-top: 2px solid #FFF;
        }

            .table > tbody > tr > td a {
                color: #3b3b3b;
                font-family: Open Sans;
                text-decoration: none;
            }

.table-hover > tbody > tr:hover {
    background-color: #e2e2e2;
}

.table-link tbody tr {
    cursor: pointer;
}

.table-arrow tbody tr td:first-child {
    background: url(layout/small-right-arrow.png) no-repeat 8px center;
    padding-left: 20px;
}

.table-arrow tbody tr td {
    vertical-align: inherit !important;
}

.red {
    color: #dc0107;
    font-weight: bold;
}

.part > h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.part h2 span,
.part h3 span,
.applications h3 span {
    color: #e9b105;
}

.part .nav-tabs {
    border-bottom: 1px solid #919191;
}

    .part .nav-tabs > li {
        width: 25%;
        text-align: center;
    }

        .part .nav-tabs > li a {
            color: #0e0d0c;
            font-size: 20px;
            border-radius: 0;
            border: 0;
            padding: 5px 15px;
            text-transform: uppercase;
        }

            .part .nav-tabs > li a span.ico {
                display: inline-block;
                width: 24px;
                height: 20px;
                margin-right: 6px;
            }

        .part .nav-tabs > li.active > a,
        .part .nav-tabs > li.active > a:focus,
        .part .nav-tabs > li.active > a:hover,
        .part .nav-tabs > li > a:focus,
        .part .nav-tabs > li > a:hover {
            background: none;
            border: 0;
            border-bottom: 3px solid #e9b105;
        }

.part .tab-pane {
    background: #f2f2f2;
    margin-top: 10px;
}

    .part .tab-pane .table {
        margin-bottom: 0;
    }

    .part .tab-pane .image {
        margin: 20px;
    }

    .part .tab-pane dl {
        margin: 24px 0;
    }

        .part .tab-pane dl dt {
            color: #0e0d0c;
            font-size: 16px;
            padding-bottom: 4px;
            width: 240px;
        }

        .part .tab-pane dl dd {
            margin-left: 260px;
        }

    .part .tab-pane .panel {
        border-radius: 0;
        border: 0;
        background: #FFF;
        margin: 0;
        padding-bottom: 20px;
        box-shadow: none;
    }

    .part .tab-pane .panel-heading {
        background: #585858;
        border-radius: 0;
        cursor: pointer;
        padding: 14px 15px 13px;
    }

        .part .tab-pane .panel-heading h3 {
            color: #FFF;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
        }

    .part .tab-pane .panel-body {
        padding: 1px 0 0;
    }

        .part .tab-pane .panel-body .table > thead > tr > th {
            background: #e9b105;
            color: #0e0d0c;
            font-size: 16px;
            padding: 6px 8px;
        }

.ico-part-info {
    background: url(layout/part-info-icon.png) no-repeat right bottom;
}

.ico-buyers {
    background: url(layout/buyers-icon.png) no-repeat right bottom;
}

.ico-crossRef {
    background: url(layout/cross-ref-icon.png) no-repeat right bottom;
}

.ico-documents {
    background: url(layout/techical-icon.png) no-repeat right bottom;
}

.ico-company {
    background: url(layout/company-history.png) no-repeat right bottom;
}

.ico-team {
    background: url(layout/team-icon.png) no-repeat right bottom;
}


.ico-register {
    background: url(layout/register-icon.png) no-repeat right bottom;
}

.ico-admin {
    background: url(layout/admin-icon.png) no-repeat right bottom;
}

.ico-myaccount {
    background: url(layout/myaccount-icon.png) no-repeat right bottom;
}

.ico-logout {
    background: url(layout/logout-icon.png) no-repeat right bottom;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.list-files li {
    padding: 20px;
}

.list-files a {
    background: url(layout/ico-pdf.png) no-repeat top center;
    display: inline-block;
    width: 150px;
    height: 150px;
    color: #0e0d0c;
    text-align: center;
    padding-top: 110px;
}

.applications .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.applications .panel-heading {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 10px 0 20px 0;
}


    .applications .panel-heading h3 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 26px;
    }

.applications .panel-body {
    padding: 0;
}

.applications .col-part {
    width: 110px;
}

.applications .col-qty,
.applications .col-dates {
    width: 160px;
}

.applications .col-info {
    width: 180px;
}

.applications .col-image {
    width: 80px;
}

.icon-image {
    background: url(layout/image-icon.png) no-repeat;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-top: 3px;
}

.icon-pdf {
    background: url(layout/pdf-icon.png) no-repeat;
    display: inline-block;
    width: 13px;
    height: 18px;
    margin-top: 3px;
}

.icon-edit {
    background: url(layout/register-icon.png) no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
}

.select2 {
    width: 100% !important;
}

.home-panels .select2-selection__arrow {
    background: #FFF url(layout/dd-go.png) no-repeat right center;
    width: 40px !important;
    height: 40px !important;
    top: 0 !important;
    right: 0 !important;
}

    .home-panels .select2-selection__arrow b {
        display: none;
    }

.select2-dropdown {
    border: 0 !important;
}

.select2-container--open .select2-dropdown--below {
    top: -40px;
    left: 0;
    position: absolute;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 12px !important;
}

/*WEBSITE STYLES*/
main.home {
    background: url(layout/homepage-bg.jpg) no-repeat bottom left;
    background-size: contain;
}

.home .container-home {
    background: url(images/ultra-parts-bg.png) no-repeat;
    background-size: contain;
    background-position: center;
}

main.contact {
    background: #06050a url(layout/contact-camshaft.jpg) no-repeat bottom right;
}

main.about {
    background: #FFF;
}

h2.dark {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    color: #fff;
    letter-spacing: -1px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

    h2.dark span {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        position: relative;
        padding: 0 20px;
    }

        h2.dark span:before,
        h2.dark span:after {
            content: '';
            display: block;
            width: 1000px;
            position: absolute;
            top: 24px;
            border-top: 2px solid #f0b601;
        }

        h2.dark span:before {
            right: 100%;
        }

        h2.dark span:after {
            left: 100%;
        }

.container-home h2.dark {
    line-height: 54px;
}

    .container-home h2.dark .text-yellow {
        font-size: 70px;
    }

    .container-home h2.dark span:before, h2.dark span:after {
        top: 30px;
    }

h2.light {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    color: #0e0d0c;
    letter-spacing: -1px;
    text-transform: uppercase;
    position: relative;
    padding-left: 7.5%;
    margin-bottom: 20px;
}

    h2.light span {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        position: relative;
        padding: 0 20px;
    }

        h2.light span:before,
        h2.light span:after {
            content: '';
            display: block;
            width: 2000px;
            position: absolute;
            top: 24px;
            border-top: 2px solid #f0b601;
        }

        h2.light span:before {
            right: 100%;
        }

        h2.light span:after {
            left: 100%;
        }

h3.dark {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 19px;
    padding-top: 5px;
}

h4.dark {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #858585;
    text-transform: uppercase;
    margin: 0;
}

h3.light {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #0e0d0c;
    text-transform: uppercase;
    margin: 0;
    line-height: 19px;
    padding-top: 5px;
}

h4.light {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #505050;
    text-transform: uppercase;
    margin: 0;
}

.container-home h3.dark {
    text-align: center;
    letter-spacing: 3px;
}

.container-home p {
    max-width: 500px;
    margin: 10px auto;
}

.center-line-2 {
    text-align: center;
    margin: auto;
    width: 28%;
    border-bottom: 2px dashed #7c7c7c;
    padding-top: 1%;
}

.container-home a {
    width: 190px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-content {
    padding: 80px 0px 80px 0px;
    color: #FFF;
}

.container-content-admin {
    padding: 50px 0px 50px 0px;
    color: #FFF;
}

.text-dark-bg {
    color: #fff;
    text-align: center;
}

a.btn-yellow {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #f0b601;
    padding: 10px 40px 10px 40px;
    color: #0e0d0c;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
}

    a.btn-yellow:hover {
        background-color: #fdcc35;
    }

.btn-yellow.btn-block {
    display: block;
    margin: 0;
}

a.btn-big.btn-yellow {
    border-radius: 22px;
    margin-top: 22px;
    color: black;
    box-shadow: 0 12px 10px #ffa24e inset, 5px 20px 15px #ff8e00 inset;
    border: solid #603f01;
}

a.btn-grey {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #999999;
    padding: 10px 40px 10px 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
}

a.btn-big.btn-grey {
    border-radius: 22px;
    margin-top: 37px;
    color: black;
    box-shadow: 0 12px 10px #eee inset, 5px 20px 15px #ccc inset;
    border: solid #313131;
}

a.btn-grey:hover {
    background-color: #7c7c7c;
}

a.btn-big {
    width: 422px;
}

a.btn-black {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: none;
    border: solid #999999;
    border-radius: 15px;
    padding: 10px 40px 10px 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px;
    margin-top: 10px;
    display: inline-block;
    height: 41px;
    width: 127px;
}

a.btn-sm.btn-black.ecat:hover {
    background-color: #fdcc35;
    color: black;
}

a.btn-sm.btn-black.ecat {
    border: solid #f0b601;
}

a.btn-sm.btn-black:hover {
    background-color: #eee;
    color: black;
}

.text-yellow {
    color: #f0b601;
    display: inline;
    font-style: normal;
}

.text-yellow-small {
    color: #f0b601;
    font-weight: bold;
}

.text-grey-header {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #505050;
    text-transform: uppercase;
}

p.info-product {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #f0b601;
    padding: 10px 40px 10px 40px;
    color: #0e0d0c;
    text-transform: uppercase;
    text-align: left;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
}

p.place-item {
    position: relative;
    bottom: 5px;
}

.part-image {
    background: url(layout/homepage-camparts.png) no-repeat;
    background-size: contain;
    height: 247px;
    bottom: 91px;
    background-position: center;
}

.container-contact h2.dark {
    margin-bottom: 40px;
}

.contact-form {
    margin-bottom: 110px;
}

.box-contact {
    margin-bottom: 50px;
}

.phone {
    background: url(layout/phone.png) no-repeat left center;
    padding-left: 26px;
    display: block;
}

.email {
    background: url(layout/email.png) no-repeat left center;
    padding-left: 26px;
    display: block;
}

.box-border {
    border-left: 2px solid #e9b105;
}

.box-border-right {
    border-right: 2px solid #e9b105;
}

.contact-form .form-control {
    font-size: 18px;
    font-weight: normal;
}

.contact-form textarea {
    height: 148px;
}

.container-about {
    color: #000;
    padding-bottom: 0;
}

.about-text {
    max-width: 830px;
    margin: 100px auto 10px auto;
}

    .about-text p {
        margin: 40px 0 0;
    }

.container-about .part .nav-tabs > li {
    width: 33.3%;
}

.box-building {
    background: url(layout/about-building.jpg) no-repeat top center;
    background-size: cover;
    min-height: 400px;
}

.box-about-yellow {
    background: #e9b106 url(layout/about-yellow.jpg) no-repeat top right;
    min-height: 400px;
    padding: 40px 220px 0 0;
}

    .box-about-yellow p {
        width: 260px;
    }

.box-about-grey {
    background: #d9dad7 url(layout/about-grey.png) no-repeat bottom left;
    min-height: 400px;
    padding: 40px 0 0 70px;
}

    .box-about-grey p {
        width: 430px;
        margin: 0;
    }

.box-about-black {
    background: #000;
    color: #FFF;
}

    .box-about-black .row {
        background: url(layout/about-black.jpg) no-repeat 8% center;
        min-height: 390px;
        padding-top: 90px;
    }

        .box-about-black .row p {
            margin-bottom: 30px;
        }

.home-panels select {
    padding: 6px 24px 6px 4px;
    padding: 6px 40px 6px 4px\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home-panels select {
        padding: 6px 40px 6px 4px !important;
    }
}

.staff {
    padding-top: 30px;
}

    .staff .info {
        padding-top: 48px;
    }

    .staff > .row {
        margin-bottom: 30px;
    }

    .staff .row p {
        max-width: 400px;
    }

.container-stockists,
.container-updates {
    overflow: hidden;
    margin: 0 20px;
}

    .container-stockists .form-inline {
        background: #585858;
        padding: 5px 0;
        margin-top: 30px;
        text-transform: uppercase;
        font-weight: bold;
        padding-left: 100px;
    }

        .container-stockists .form-inline .btn-yellow {
            padding: 3px 20px 5px 20px;
            margin: 0 0 0 5px;
        }

        .container-stockists .form-inline input {
            width: 250px;
            margin-right: 30px;
        }

        .container-stockists .form-inline input,
        .container-stockists .form-inline select {
            margin-left: 10px;
            height: 30px;
        }

.list-stockists .pin span {
    background: url(layout/pin-yellow.png) no-repeat top center;
    display: inline-block;
    width: 40px;
    padding-top: 40px;
    font-size: 12px;
}

.list-stockists > div:last-child .row {
    border-bottom: 0;
}

.container-stockists .form-inline div {
    display: inline;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
}

.header-ecat h3 {
    margin-top: 12px !important;
    margin-bottom: 18px !important;
}

.app-vrm-header h3 {
    margin-top: 0px !important;
    line-height: 24px !important;
    font-weight: bold !important;
}

.container-updates {
    color: #0e0d0c;
    min-height: 600px;
}

.list-tags .btn-yellow {
    padding: 6px 10px;
    margin: 0 0 10px;
    font-size: 14px;
}

.news-item {
    margin-top: 50px;
    margin-bottom: 70px;
}

    .news-item h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 24px;
        margin: 0;
    }

    .news-item span {
        color: #505050;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: block;
    }

    .news-item .img-responsive {
        border: 2px solid #a3a3a3;
        margin: 0 0 20px;
    }

    .news-item .news-text {
        min-height: 180px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .news-item .box-border-right {
        min-height: 240px;
    }

.news-filters {
    background: #333334;
    min-height: 206px;
    padding: 20px 0;
}

    .news-filters h3 {
        color: #FFF;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 10px;
    }

/*POLICY AND TERMS STYLES*/

.policy-body,
.terms-body {
    background-color: #fff;
    height: 100%;
    padding: 30px 7% 30px 7%;
    overflow: hidden;
}

    .policy-body a,
    .terms-body a {
        color: #E9B106;
        font-weight: normal;
    }

    .policy-body p,
    .terms-body p {
        color: #666666;
        font-size: 16px;
        font-weight: normal;
    }

    .policy-body h2,
    .terms-body h2 {
        padding-left: 0;
        font-size: 50px;
        margin-left: -20px;
    }

        .policy-body h2.light span:before,
        .terms-body h2.light span:after {
            content: '';
            /*display: block;*/
            width: 2000px;
            position: absolute;
            top: 24px;
            border-top: 2px solid #f0b601;
            overflow: hidden;
        }

    .policy-body h3,
    .terms-body h3 {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

    .terms-body ol {
        list-style: none;
        list-style-position: inside;
        counter-reset: item;
        margin-left: -40px;
        margin-top: 20px;
    }

        .terms-body ol li {
            font-weight: bold;
        }

            .terms-body ol li span {
                width: 40px;
                position: relative;
                display: inline-block;
            }

            .terms-body ol li:before {
                content: counter(item) ") ";
                counter-increment: item;
                width: 40px;
                position: relative;
                display: inline-block;
            }

.img-article {
    border: 2px solid #a3a3a3;
    margin-right: 20px;
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .map .col-md-4 {
        padding-right: 0;
    }

    .map .col-md-8 {
        padding-left: 0;
    }

    .no-padding-right {
        padding-right: 0;
    }

    .no-padding-left {
        padding-left: 0;
    }
}

@media (min-height: 900px) {
    .part-image {
        margin-top: -13px;
    }
}

/* SMALL SCREENS ADJUSTMENTS */
@media (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding: 22px 14px 21px 14px;
    }

        .navbar-default .navbar-nav > li > a.ecat {
            padding: 22px 30px 21px 20px;
            background-position: 68px center;
        }

    .base-panel-lg {
        height: auto;
    }

        .base-panel-lg br {
            display: none;
        }
}

@media (max-width: 1080px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-nav {
        float: none !important;
        margin: 0 -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.in {
        display: block !important;
    }

    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin: 0;
    }

    .navbar-default .navbar-collapse {
        border-color: #e6b207;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 18px 14px 17px 14px;
        border-bottom: 1px solid #e6b207;
    }

        .navbar-default .navbar-nav > li > a.ecat {
            padding: 18px 30px 17px 20px;
        }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:active,
    .navbar-default .navbar-toggle:focus {
        background: none;
        border: none;
        border-radius: 0;
        color: #FFF;
        text-align: center;
        padding: 0;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #e9b104;
            border-radius: 0;
            height: 3px;
            width: 26px;
            margin: 4px auto 0 auto;
        }

    .home-panels {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 990px) {
    .container-stockists .form-inline {
        padding: 0;
    }

        .container-stockists .form-inline div {
            padding: 5px;
            text-align: right;
            display: block;
        }

        .container-stockists .form-inline input {
            display: inline;
            margin-right: 0;
            width: 220px;
        }

        .container-stockists .form-inline select {
            display: inline;
            width: 116px;
        }
}

@media (max-width: 800px) {
    .elcome {
        display: none;
    }

    .part .nav-tabs > li a {
        font-size: 18px;
    }

    .bh-sl-container .bh-sl-loc-list {
        overflow: visible !important;
    }

    .box-border,
    .box-border-right {
        border: none;
    }

    .container-contact .text-right {
        text-align: left !important;
    }

    .container-contact h3.dark {
        margin-bottom: 14px;
        padding-bottom: 4px;
    }

    .container-contact h3.border-bottom {
        border-bottom: 2px solid #e9b105;
        display: inline-block;
    }

    .box-about-yellow .pull-right {
        float: left !important;
        padding-left: 20px;
    }

    .box-about-grey p {
        float: right;
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
    .navbar-brand {
        width: 76%;
        background: url(layout/ultra-parts-logo-mobile.png) no-repeat left center;
    }

    .part .nav-tabs > li a {
        font-size: 12px;
        padding: 5px 4px;
    }

        .part .nav-tabs > li a span {
            display: block;
            background-position: center;
            width: 100%;
        }

    .part .image {
        text-align: center;
    }

    .part .tab-pane dl {
        padding: 0 0 0 10px;
    }

        .part .tab-pane dl dt {
            float: left;
        }

    .content-header h3 {
        margin-top: 10px;
        line-height: 23px;
    }

    .container-home .btn-yellow,
    .container-home .btn-grey {
        width: 250px;
    }

    .container-home p {
        margin: 10px;
    }

    .container-content {
        padding: 20px 0;
    }

    .container-about {
        padding: 0;
    }

    h2.dark span {
        max-width: 280px;
    }

    .container-home h2.dark span:before,
    .container-home h2.dark span:after {
        top: 70px;
    }

    .container-home h2.dark span:before {
        right: 60%;
    }

    .container-home h2.dark span:after {
        left: 60%;
    }

    .part-image {
        height: 172px;
    }

    .contact-form {
        margin-bottom: 90px;
    }

    .box-contact {
        margin-bottom: 30px;
    }

    .contact-form textarea {
        margin-top: 15px;
    }

    .contact-form .btn-yellow {
        margin-bottom: 15px;
    }

    main.contact {
        background: #000 url(layout/contact-camshaft-mobile.jpg) no-repeat bottom right;
        padding-bottom: 220px;
    }

    .part .nav-tabs > li a span.ico {
        display: block;
        width: 100%;
    }

    .about-text {
        margin: 50px auto 10px auto;
    }

    .box-building {
        background: url(layout/about-building-mobile.jpg) no-repeat bottom center;
        min-height: 330px;
        background-size: cover;
    }

    .box-about-yellow {
        background: #e9b106 url(layout/about-yellow-mobile.jpg) no-repeat top right;
        padding: 40px 160px 0 0;
    }

    .box-about-grey {
        padding: 40px 0 20px 0;
        min-height: 430px;
        background-position: bottom center;
    }

        .box-about-grey p {
            float: none;
            width: 100%;
        }

    .box-about-black .row {
        background-position: top center;
        padding-top: 390px;
    }

    .staff .info {
        padding-top: 8px;
    }

    .staff .text-right {
        text-align: left;
    }

    .container-stockists .form-inline div {
        font-size: 14px;
    }

    .container-stockists .form-inline input {
        width: 178px;
    }

    .container-stockists .form-inline select {
        display: inline;
        width: 82px;
    }

    .content-header h2 {
        font-size: 30px;
    }

    .news-item {
        margin-top: 20px;
    }

        .news-item .news-text {
            min-height: 0;
            padding-bottom: 0;
        }

        .news-item .box-border-right {
            min-height: 0;
            text-align: left !important;
        }

        .news-item span {
            margin-bottom: 5px;
        }

    .container-updates .btn-grey {
        display: none;
    }

    .applications .panel-heading h3 {
        font-size: 20px;
    }
}

.cc-grower {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2000;
}

.octopus-release-number {
    font-size: 75%;
    color: #fff !important;
}


.noDisplay {
    display: none;
}

#SlickNav {
    padding: 0 36px;
    border-top: 2px solid #505050;
    border-bottom: 2px solid #505050;
    background: #ffffff;
}

    #SlickNav img {
        opacity: 1 !important;
        width: 100% !important;
    }

        #SlickNav img:hover {
            border: 3px solid #e9b105;
        }

.content-slide {
    max-height: 310px;
    overflow-x: auto;
    margin-bottom: 24px;
}

.slider-bot {
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
}

#NewSlider {
    height: 653px !important;
}

.slick-slide img {
    max-width: 173px;
}

.slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}



    .slider.slick-initialized {
        visibility: visible;
        opacity: 1;
    }


/*Admin*/
.policy-body-admin {
    background-color: #fff;
    height: 100%;
    overflow: hidden;
}

    .policy-body-admin a {
        color: #E9B106;
        font-weight: normal;
    }


.file-upload-container {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
}