@charset "utf-8";

/* Header ------------------------------------------------------------------------- */
.header_top {
    /* nothing in the default, 
  but could be used in override theme */
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.thumbnail:hover {
    text-decoration: none;
}

.thumbnail>h3 {
    height: 100px;
}

.thumbnail>img {
    height: 100px;
}

.header_bottom {
    border-bottom: 4px solid #CBDFDE;
    border-top: 1px solid #F0F0F0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fffeff 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(60%, #fffeff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fffeff 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #fffeff 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #fffeff 60%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #fffeff 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(       startColorstr='#ffffff', endColorstr='#fffeff', GradientType=0); /* IE6-9 */
}

h1.jumbotron {
    /* headers for the pages*/
    color: #fff;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #127F8F 0%, #1693A5 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #127F8F 0%, #1693A5 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #127F8F 0%, #1693A5 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #127F8F), color-stop(1, #1693A5));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #127F8F 0%, #1693A5 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #127F8F 0%, #1693A5 100%);
    border-radius: 0 !important;
    margin: 0;
    padding: 20px 60px;
    /* when stacking these outside a grid they need to be cleared */
    clear: both;
}

h1.jumbotron.add-bottom-margin {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {

    .container .jumbotron {
    padding-left: 10px;
    padding-right: 10px;
   }
}
.alert.alert-black {
    background-image: linear-gradient(to right, #151515 0%, #151515 100%);
    color: #fff;
    border-radius : 0px;
}

.nav>li>a>img {
    max-width: 100%;
}

/* footer -------------------------------------------------------------------------*/
footer {
    background: #151515;
    padding: 20px 0;
    color: #fff;
}

footer a {
    color: #8e8e8e;
}

footer ul {
    padding: 0;
}

footer li {
    list-style-type: none;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 40px;
}

footer .glyphicon {
    margin-right: 15px;
}

footer h3 {
    color: #fff;
    font-weight: bold;
}

footer li>a>img {
    margin-right: 15px;
}

.subfooter {
    background: #000000;
    padding: 20px 0;
    color: #fff;
}

.subfooter a {
    color: #fff;
    font-weight: bold;
}

.subfooter li {
    list-style-type: none;
}

.subfooter p {
    text-align: center;
    margin: 0;
}

.subfooter p span, .subfooter p span a {
    color: #999;
}

.pre-footer {
    background: #d8d8d8;
}

/* background colours -------------------------------------------------------------*/
.background_colour {
    background: #f5f5f5;
}

.content_wrapper_colour {
    background: #fff;
    padding-bottom: 30px; /* padding for the bottom of the site*/
    padding-top: 30px; /* padding for the top of the site*/
}

.content_wrapper_colour.no_pad_top {
    padding-top: 0;
}

.manufacturer-logos {
    background: #e7e7e7;
    padding: 15px 0;
}

.manufacturer-logos img {
    margin: 0 auto;
}

/* Carousel -----------------------------------------------------------------------*/

.carousel-inner>.item>img {
    max-width: none !important;
}

.carousel-indicators .active {
    background-color: transparent;
    border: 0px solid #fff;
}

.carousel-caption {
    bottom: 0;
    top: 20px;
    left: 10%;
    right: 35%;
    text-align: left;
}

.carousel-text {
    font-size: 22px;
}

.carousel-caption h3 {
    font-size: 24px;
}

@media ( min-width : 768px) {
    .carousel-caption {
        top: 10px;
    }
}

@media ( min-width : 992px) {
    .carousel-caption {
        top: 20px;
        right: 30%;
    }
    .carousel-caption h3 {
        font-size: 32px;
    }
}

@media ( min-width : 1199px) {
    .carousel-caption h3 {
        font-size: 38px;
    }
}

/* Mega Menu ----------------------------------------------------------------------*/
.collapse.navbar-collapse, .collapsing.navbar-collapse {
    padding: 0;
}

.nav>li>a {
    padding: 10px;
}

#lists {
    position: relative;
}

.navbar-nav {
    margin: 0;
}

#lists>li {
    display: inline;
    float: left;
    line-height: 40px;
    list-style: none outside none;
}

#lists>li>ul {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CBDFDE;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 1000;
    left: 0;
}

#lists>li:hover>ul {
    display: block;
    width: 230px;
}

#lists>li>ul>li {
    list-style: none outside none;
    padding: 0 10px;
    position: relative;
}

#lists>li:nth-child(-n+5)>ul>li:hover>ul {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CBDFDE;
    display: block;
    left: 228px;
    padding: 0;
    position: absolute;
    top: -1px;
    width: 230px;
    z-index: 1000;
}

#lists>li:nth-child(n+5)>ul>li:hover>ul {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CBDFDE;
    display: block;
    right: 228px;
    padding: 0;
    position: absolute;
    top: -1px;
    width: 230px;
    z-index: 1000;
}

#lists>li>ul>li>a {
    color: #454545;
}

#lists>li>ul>li>ul {
    display: none;
    padding: 0;
}

#lists>li>ul>li>ul>li {
    border-bottom: 1px solid #EEEEEE;
    list-style: none outside none;
    padding: 0 10px;
}

#lists>li>ul>li>ul>li>a {
    color: #454545;
}

/* tables *****/
/* a few !importants in here :@ */
.search-results th, .breadcrumb {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #e7e7e7 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e7e7e7 0%, #dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e7e7e7 0%, #dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e7e7e7 0%, #dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e7e7e7 0%, #dfdfdf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(       startColorstr='#e7e7e7', endColorstr='#dfdfdf', GradientType=0); /* IE6-9 */
    word-break: break-all;
}

.search-results th a, .search-results th a:visited, .search-results th a:active, .search-results th a:hover {
    color: #454545;
    font-weight: bold;
    text-transform: uppercase;
}

.search-results td:first-child {
    background: none repeat scroll 0 0 #F2F2F2 !important;
}

.search-results tr.bg-success {
    background: none repeat scroll 0 0 #f1fdf3 !important;
}

.search-results tr.bg-success td:first-child {
    background: none repeat scroll 0 0 #e8f6e9 !important;
}

.search-results tr.bg-success input {
    color: #58955c !important;
    font-weight: bold !important;
}

.search-results {
    background: #fff !important;
}

.search-results th span.glyphicon {
    color: #AAAAAA;
    margin: 0 10px 0 0;
}

.search-results th {
    min-width: 100px;
}

.search-results .glyphicon.glyphicon-info-sign {
    margin-right: 15px;
}

/* breadcrumbs ----------------------------------------------------------------------*/
.breadcrumb {
    border-radius: 0;
}

.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:hover {
    color: #818181;
    text-transform: uppercase;
}

.breadcrumb span.glyphicon {
    color: #AAAAAA;
    margin: 0 5px;
}

/* buttons --------------------------------------------------------------------------*/
.btn {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-success, .btn-success:hover, .btn-success:active {
    background: #f89841; /* Old browsers */
    background: -moz-linear-gradient(top, #f89841 0%, #f48722 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f89841), color-stop(60%, #f48722)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f89841 0%, #f48722 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f89841 0%, #f48722 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f89841 0%, #f48722 60%); /* IE10+ */
    background: linear-gradient(to bottom, #f89841 0%, #f48722 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(       startColorstr='#f89841', endColorstr='#f48722', GradientType=0); /* IE6-9 */
    border-color: #F58722;
}

.btn-default, .btn-default:hover, .btn-default:active {
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(60%, #d1d1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 60%); /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%, #d1d1d1 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(       startColorstr='#e5e5e5', endColorstr='#d1d1d1', GradientType=0); /* IE6-9 */
}

/* inputs -------------------------------------------------------------------------*/

/* mini basket -------------------------------------------------------------------------*/
#BASKET span {
    font-weight: bold;
}

/* product page -------------------------------------------------------------------------*/

/* carousel page -------------------------------------------------------------------------*/
.carousel-control.left, .carousel-control.right {
    background: none !important;
}

/* helper classes------------------------------------------------------------------*/
.empty {
    background-color: #F2DEDE;
    border-color: #partsCD1;
    color: #A94442;
}

.mt {
    margin-top: 15px;
}

.mb {
    margin-bottom: 15px;
}

/* alerts ----------------------------------------------------------------*/
.alert.alert-success {
    /* headers for the pages*/
    color: #fff;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #127F8F 0%, #1693A5 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #127F8F 0%, #1693A5 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #127F8F 0%, #1693A5 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #127F8F), color-stop(1, #1693A5));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #127F8F 0%, #1693A5 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #127F8F 0%, #1693A5 100%);
    border-radius: 0 !important;
    border: 0 !important;
}

@media screen and (max-width: 767px) {
    #lists>li {
        float: left;
        clear: left;
    }
}