﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-Feb-2016, 22:54:07
    Author     : Jon
*/


html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px; /* bottom = footer height */
        min-height:100%;
}
.body-wrapper{
      position:relative;
}
.footer {
   
    left: 0;
    bottom: 0;
    min-height: 100px;
    width: 100%;
}
body {
    font-family: 'Open Sans'  !important; /*'Segoe UI' !important;*/
    margin: 0;
}
.content-wrapper p {
    color:#8F8F8F;
}
.pushmenu ul {
    list-style: none;
    padding: 0px;
}

    .pushmenu ul .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        float: none;
        margin: 0px;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: unset;
        background-clip: unset;
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.pushmenu { /*this is the nav*/
    background: #DADADA;
    width: 240px;
    height: 100%;
    top: 0;
    overflow-y: scroll;
    z-index: 1000;
    position: fixed;
}

    .pushmenu h3 {
        color: #FFF;
        font-size: 26px;
        font-weight: 300;
        padding: 15px 15px;
        margin: 0px;
        background: #05014a;
    }

    .pushmenu a {
        display: block; /* drops the nav vertically*/
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px solid #4b487b;
        padding: 14px;
        background-color: #05014a;
    }

        .pushmenu a:hover {
            color: #FFF;
            text-decoration: none;
            background: #0193de;
        }

        .pushmenu a:active {
            background: #0193de;
            color: #fff;
        }

.pushmenu-right {
    right: -240px;
}

    .pushmenu-right.pushmenu-open {
        right: 0px;
    }

.pushmenu-push {
    overflow-x: hidden;
    position: relative;
    right: 0;
}

.pushmenu-push-toright {
    right: 240px;
}

    .pushmenu-push-toright .pushmenu-right {
        right: 0px;
    }

/*Transition*/
.pushmenu, .pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#nav_list {
    cursor: pointer;
    height: 27px;
    width: 33px;
    text-indent: -99999em;
}

nav-list.active {
    background-position: -33px top;
}

.glyphicon-eq-down
{
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

::-ms-clear { 
    display: none; 
}


.buttonset {
    background: #00A287;
    height: 16px;
    padding: 10px 20px 20px;
}


span.form-control-feedback {
    top:10px;
    right:12px;
    color:#0094df;
}
.product-filter-holder span.form-control-feedback {
    top:0px;
}
h1 {
    font-family: 'Open Sans'  !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}

.title {
    font-weight: 200;
    font-size: 36px;
}

.enquiry-title {
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #042d77;
}

.quality-carousel h1{
    line-height:36px !important;
    margin-bottom:0px !important;
}

@media screen and (max-width:767px)
{
    .title {
        font-size: 28px;
    }
    .enquiry-title {
        font-size: 20px;
    }
}

h3 {
    font-family: 'Open Sans'  !important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;

}

p {
    font-family: 'Open Sans'  !important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

blockquote {
    font-family: 'Open Sans'  !important;
    font-size: 17.5px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 25px;
}

pre {
    font-family: 'Open Sans'  !important;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

.main-content {
    margin-bottom: 40px;
}

.logo {
    margin-top: 29px;
    margin-left: 10px;
}

@media screen and (max-width: 992px) {
    .logo {
        margin-top: 0px;
        margin-left:0px;
        padding: 20px;
        padding-left: 0px;
    }
}

.mobile-link-holder {
    margin-top: 20px;
}

.link-right {
    text-align: right;
}

.jumbotron {
    padding-top: 40px;
    padding-bottom: 40px;
}

.grey-background {
    background-color: #EEE;
}
/* HEADER */
.header {
    margin-bottom: 0px;
}

header {
    background-color: #05014a;
    border-color: #0193e0;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
}
/* NAV */
.navbar {
    background-color: #05014a;
    margin-bottom: 0px;
}
.industry-nav-chev {
    padding-left:4px;
}

.nav.sub-nav {
    margin-right:-15px;
}
.nav.main-nav a {
    padding:18px 11px 18px 11px;
    letter-spacing:1px;
    font-size:16px;
}
.nav.main-nav .dropdown-menu {
    border-top-style:solid;
    border-top-color:#0193DE;
    border-top-width:3px;
}
.navbar-highlight {
    background-color: #fff; /*#0099cc*/
}

.blue-highlight {
    background-color: #fff; /*#0099cc*/
}

.navbar-right .dropdown-menu {
    right: auto;
}

.navbar-right .dropdown-menu.horizontal-menu {
    right: -100px;
    left: -850px;
}

.dropdown-icon {
    color: #0094df;
}

.dropdown-icon-reduced-width {
    padding-right: 50px;
}

.open > .horizontal-menu {
    display: inline-flex !important;
}

.horizontal-menu li {
    display: inline-block;
    float: left;
}

.nav.sub-nav > li > a:focus, .nav.sub-nav > li > a:hover,
nav .sub-nav > a:hover, nav .sub-nav > a:focus {
    background-color: #042d77;
}

.main-nav-holder {
    margin-top: 4px;
}

.main-nav a:active,
.main-nav .dropdown-menu a:active {
    color: #05014a;
}

.pushmenu a,
.pushmenu .dropdown-menu a,
.main-nav a,
.main-nav .dropdown-menu a,
.sub-nav a,
.sub-nav .dropdown-menu a {
    color: #FFF;
    font-weight: bold;
    /*font-size: 1.2em;*/
}

.nav.main-nav > li > a:focus, .nav.main-nav > li > a:hover,
nav .main-nav > a:hover, nav .main-nav > a:focus {
    background-color: #042d77;
}

.main-nav a,
.main-nav a:hover,
.main-nav a:focus,
.sub-nav a,
.sub-nav a:focus,
.sub-nav a:hover {
    color: #FFF;
    /*font-size: 1.2em;*/
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #FFF;
    background-color: #05014a;
}

.pushmenu .dropdown-menu > li > a:focus, .pushmenu .dropdown-menu > li > a:hover,
.sub-nav .dropdown-menu > li > a:focus, .sub-nav .dropdown-menu > li > a:hover,
.main-nav .dropdown-menu > li > a:focus, .main-nav .dropdown-menu > li > a:hover {
    background-color: #0094df;
    color: #FFF;
}

.sub-nav .dropdown-menu,
.main-nav .dropdown-menu {
    background-color: #05014a;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
@media (min-width: 768px) {
    #tech-nav {
        right: auto;
        left: 0;
    }
    #tech-nav > li > a {
        background-color: #0094df;
    }
}

    .pushmenu .dropdown-menu > li > a,
    .sub-nav .dropdown-menu > li > a,
    .main-nav .dropdown-menu > li > a {
        padding: 14px 12px 14px 12px;
        border-bottom: 1px solid #666;
    }
#manufacturing-menu-list {
    right: auto;
    left: 0;
}
#industry-dropdown-image-link {
    padding: 0px;
}
.industry-dropdown-image {
    /*max-height: 100px;*/
}

.industry-dropdown-menu li {
    padding: 12px 5px 0px 9px;
}
.industry-dropdown-menu li.leftpadding {
    padding-left:16px;
}
.main-nav .industry-dropdown-menu > li > a {
    border-bottom: none;
    padding-left: 0px;
}
.nav.navbar-nav.navbar-right.sub-nav > li > a {
    padding: 12px 10px 5px 10px;
    font-size: 13px;
}

.nav.navbar-nav.navbar-right.sub-nav > .tel-link > a {
    font-size: 20px;
    padding:12px;
}

.tel-link, .nav.sub-nav > li.tel-link > a:hover, .nav.sub-nav > li.tel-link > a:focus {
    background-color: #0094df;
    color: #FFF;

}

.pushmenu .open > a, .pushmenu .open > a:focus, .pushmenu .open > a:hover,
.sub-nav.nav .open > a, .sub-nav.nav .open > a:focus, .sub-nav.nav .open > a:hover,
.main-nav.nav .open > a, .main-nav.nav .open > a:focus, .main-nav.nav .open > a:hover {
    background-color: #042d77;
    color: #FFF;
}

.main-nav .industry-dropdown-menu > li > a:hover {
    background-color: #05014A;
}

.mobile-sub-nav a {
    background: #DADADA;
    color: #05014a;
    font-weight: 400;
    border-bottom: none;
}

.pushmenu a {
    font-size: 14px;
    width: 100%;
}

.pushmenu .mobile-sub-nav .open > a,
.mobile-sub-nav .dropdown-menu > li > a {
    background: #DADADA;
    color: #05014a;
    font-weight: 400;
    border: none;
}

    .pushmenu .mobile-sub-nav .open > a:focus, .pushmenu .open > a:hover,
    .mobile-sub-nav .dropdown-menu > li > a:hover, .mobile-sub-nav .dropdown-menu > li > a:focus {
        background: #0094df;
        color: #FFF;
    }
.sub-nav a {
    font-weight: 100;
}
.tel-link { 
    margin-left:20px;
}
.tel-link a {
    font-weight: 400;
    font-size: 20px;
}
/* FOOTER */
.footer-icon {
    width: 75px;
    height: 150px;
}

.footer {
    background-color: #0094df;
    color: #FFF;
    padding: 15px 0px 15px 0px;
}

.footer a {
    color: #FFF;
    padding-left: 10px; 
}
@media screen and (max-width:767px){
    .footer a {
        color: #FFF;
        padding-left: 0px;
    }
}
.footer p {
    padding-left: 10px;    
}
@media screen and (max-width:767px){
    .footer p {
        padding-left: 0px;    
    }
}
.footer-text-holder {
    padding-left: 10px;
}
@media screen and (max-width:767px){
    .footer-text-holder {
        padding-left: 0px;
    }
}
.footer-icon-holder {
    margin-right:10px;
}
/* CONTENT */
.content-holder {
    margin-bottom: 50px;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .content-holder {
        margin-top: 0px;
    }
}
.content-holder-product {
    margin-bottom: 0px;
    margin-top: 30px;
}
@media screen and (max-width: 767px)
{
    .content-holder-product {
        margin-top: 0px;
    }
}
.industry-banner,
.main-banner {
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    color: #FFF;
    /*font-size: 2em;*/
    padding-top: 50px;
    padding-bottom: 120px;
}
@media screen and (max-width:767px)
{
    .content-banner, 
    .technical-notes-banner {
        color: #FFF;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

    .main-banner h1 {
        text-align: center;
    }

h1.banner-title {
    text-align: center;
    font-size:62px;
    font-weight:300;
    padding-top: 60px;
}

@media screen and (max-width:767px){
    h1.banner-title {
        text-align: center;
        font-size:44px;
        font-weight:300;
        padding-top: 0px;
    }
}

.main-banner .banner-content {
    font-size: 20px;
    padding-top: 20px;
    padding-right: 150px;
    padding-left: 150px;
    font-weight: 200;
}
@media screen and (max-width:767px) {
    .banner-title.title {
        text-align:center;
        font-size:32px;
    }
    .main-banner .banner-content {
        padding:0px;
        font-size:16px;
    }
    .industry-banner, .main-banner {
        padding-top:0px;
    }
}

/* NEWS */
@media screen and (max-width:767px) {
    .news-padding {
        padding: 20px;
        padding-bottom: 0px;
    }
}
.mobile-categories-holder {
    margin-bottom:20px;
}
.news-categories .glyphicon {
    color:#05014a;
}
.news-article {
    /* border: 1px solid #EEE; */
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: 262px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(217,217,217,1);
    box-shadow: 0px 0px 4px 1px rgba(217,217,217,1);
}

@media screen and (max-width:767px){
    .news-article {
    /* border: 1px solid #EEE; */
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(217,217,217,1);
    box-shadow: 0px 0px 4px 1px rgba(217,217,217,1);
}
}

.news-categories-holder {
    background-color: #EEE;
    display: block;
    padding: 10px 20px 10px 20px;
}

.news-categories {
    list-style: none;
    padding-left: 0px;
}

    .news-categories li {
        padding: 10px;
    }

        .news-categories li a {
            color: #40abe4;
            font-weight: bold;
        }

            .news-categories li a.active {
                color: #05014a;
            }

h2.news-title {
    color: #40abe4;
}

h3.news-categories-title {
    padding-bottom: 20px;
    color: #151155;
    border-bottom: 1px solid #999;
}

.news-story-title {
    font-weight: 200;
    margin-top: 40px;
    color: #05014a;
}

.news-story-text {
    margin-top: 30px;
}

.news-story-posted-date {
    color:#8F8F8F;
}

.news-article .news-story-image {
    display: inline;
    /*width: 100%;*/
    max-width:100%;
    max-height:230px;
}

.news-story {
    text-align: center;
}

.content-title-holder h1 {
    text-align: center;
    color: #05014A;
    margin-bottom: 20px;
}

.content-section-title {
    text-align: center;
    color: #05014A;
    margin-bottom: 20px;
    margin-top: 50px;
}
@media screen and (max-width: 767px){
    .content-section-title {
        font-size: 26px;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.content-title-holder h3 {
    text-align: left;
    color: #05014A;
    margin-top: 20px;
    margin-bottom: 25px;
}

.news-title-header {
    margin-top: 0px;
}
@media screen and (max-width:767px){
    .news-title-header {
    margin-top: 20px;
    padding-left: 10px;
}
}
@media screen and (max-width:767px){
    .news-content-body {
        padding-left: 10px;
    }
}
/* BANNERS */
.home-banner {
    background-image: url('images/home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height:300px;
}



.distributor-banner {
    background-image: url('images/distribution.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.technical-notes-banner {
    background-image: url('images/technical_notes.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.quality-control-banner {
    background-image: url('images/quality_control.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.news-banner h1.banner-title,
.distributor-banner h1.banner-title,
.quality-control-banner h1.banner-title {
    padding-top:12px;
}
.news-banner {
    background-image: url('images/news.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.home-feature-banner {
    background-image: url('images/technical_notes.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.contact-banner {
    background-image: url('images/contact.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.content-banner {
    background-image: url('images/technical_notes.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.industry-1-banner {
    background-image: url('images/industry_1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.industry-2-banner {
    background-image: url('images/industry_2.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.industry-3-banner {
    background-image: url('images/industry_3.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.industry-4-banner {
    background-image: url('images/industry_4.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.industry-5-banner {
    background-image: url('images/industry_5.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* DISTRIBUTORS */
.distributor-logo {
    border: 1px solid #EEE;
    width: 100%;
    height: auto;
}

.distributor-logo-bg-image {
    border: 1px solid #EEE;
    width: 100%;
    height: 100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.distributor-holder {
        padding: 10px;
    }

.distributor-article {
    width: 100%;
    padding: 5px;
    height: 350px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(217,217,217,1);
    box-shadow: 0px 0px 4px 1px rgba(217,217,217,1);
}

.distributor-article p {
    height: 100px;
    overflow: hidden;
}

    .distributor-article table {
        position: absolute;
        bottom: 30px;
        width: calc(100% - 30px);
    }

    .distributor-article table tbody, .distributor-article table tbody tr {
        overflow: hidden;
        max-width: 100%;
    }

.distributor-blue {
    color: #40abe4;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
}

.distributor-text {
    font-size: 11px;
    word-break: break-all;
}
.distributor-article p {
    margin-left:10px;
}

.distributor-title {
    color: #05014a;
    margin-left:10px;
}

.product-filter-holder p {
    font-size:12px;
    color: #FFF;
}

.news-options {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #eee;
    width: 90%;
    font-weight: 600;
    color: #042d77;
    border: none;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

.distributor-options {
    /*margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #eee;
    width: 90%;
    font-weight: 600;
    color: #042d77;
    border: none;
    padding: 10px 5px 10px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;*/
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 13px;
    background-color: #eee;
    width: 93%;
    font-weight: 600;
    color: #042d77;
    border: none;
    padding: 10px 5px 10px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

.distributor-option-right {
    margin-left: 15px;
}

@media screen and (max-width:767px){
    .news-options {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #eee;
        width: 98%;
        font-weight: 600;
        color: #042d77;
        border: none;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 0px solid #000000;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 20px;
    }
}

@media screen and (max-width:767px)
{
    .distributor-options {
    margin-top: 10px;
    background-color: #eee;
    width: 100%;
    font-weight: 600;
    color: #042d77;
    border: none;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}
}

.distributor-fields-holder {
    margin-bottom: 20px;
}

/* QUALITY CONTROL */
.grey-border-bottom {
    border-bottom: solid;
    border-color: #ccc;
    border-bottom-width: 1px;
    padding-bottom: 20px;
}

.quality-control-chevron {
    color: #0094df;
    text-shadow:none;
}

.quality-control-nqa-image {
    padding: 10px 10px 10px 0px;
}

@media screen and (max-width:767px) {
    .quality-control-nqa-image {
    padding: 20px 10px 10px 10px;
}
}

#qc-image {
    border: rgba(255,255,255,1) solid;
    border-width: 40px 80px;
}

@media screen and (max-width:767px){
    #qc-image {
        margin: auto;
    }
}

@media screen and (max-width:767px){
    .quality-carousel {
        margin: 20px;
    }
}

.quality-carousel h1 {
    font-size: 40px;
    
}

@media screen and (max-width: 767px) {
    .quality-carousel h1 {
        font-size: 34px;
        color: #000066;
    }
}

div.quality-control-holder {
    padding: 0px 15px 0px 0px;
}

@media screen and (max-width:767px){
    div.quality-control-holder {
        padding: 0px;
    }
}

.quality-control-carousel-text {
    margin-top: 15px;
    /*padding-bottom: 20px;*/
    min-height:225px;
}

.quality-control-button {
    display: inline-block;
    background-color: #0094df;
    color: #FFFFFF;
    max-width: 200px;
    padding: 10px 30px 10px 30px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

    .quality-control-button a {
        color: #FFFFFF;
    }

/* PRODUCT */
a.product-diagram-magnifying-glass {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0px;
}
img.product-diagram-magnifying-glass {
    margin-top: 35%;
    margin-left: 35%;
}
.mobile-filters-holder  {
    display:none;
}
.show-filters-holder {
    margin-bottom:10px;
}
.show-filters-holder a,
.show-filters-holder a:focus {
    color:#FFF;
}
.show-filters-holder a .glyphicon {
    display:inline;
    color:#FFF;
    float:right;
}


div.product-image-holder,
div.product-text-holder,
div.product-features-holder {
    padding:10px;
}
.product-features-holder.margin-top  {
    margin-top:10px;
}
@media screen and (max-width:767px) {
    .product-features-holder.margin-top {
        margin-top:0px;
        padding-top:0px;
    }
    h3.product-title {
        margin-bottom:0px;
    }
}
.product-features-holder td {
    padding:0px 0px 3px 0px;
    font-size:13px;
    color:#666;
    font-weight:600;
}
div.product-image-holder {
    padding-left:15px;
}
.product-title,
.product-description-holder {
    margin-left: 10px;
}
.product-description-holder p {
    color:#8F8F8F;
    font-size:13px;
    font-weight:200;
}
.product-holder table {
    color:#666;
}

@media screen and (max-width:767px) {
    .product-diagram {
        width: 100%;
    }

    .margin-top-xs {
        margin-top: 10px;
    }
}

.margin-bottom {
    margin-bottom: 10px;
}
.margin-top {
    margin-top: 10px;
}
@media screen and (min-width:768px) {
    .margin-bottom {
        margin-bottom: 2px;
    }

    .margin-top {
        margin-top: 2px;
    }
}
.margin-top-comp {
    margin: 10px 15px 10px 0px;
}
.search-button {
    /*position: absolute;*/
    left: 90%;
    margin-top: 8px;
    color: #0094df;
    top:-32px;
}

    .search-button:hover {
        text-decoration: none;
    }
.glyphicon.product-go-back-chevron {
    font-size: 10px;
    top: 0px;
}
.product-go-back-link {
    margin-top: 10px;
}
.news-read-full,
.product-go-back-link a {
    color: #009ae7;
}
h3.product-header {
    padding-left: 5px;
    font-size: 22px;
}
h3.product-header-spec {
    font-size: 22px;
    margin-bottom: 30px;
    border-color: #eee;
    border-width:1px;   
    border-top-style:solid;
    padding-top: 25px;
    
}
.product-filter-holder input.form-control.search-input, .product-filter-holder select.form-control.search-input {
    /*position: absolute;*/
}

.product-filter-holder input.form-control.oscillator-input, .product-filter-holder select.form-control.oscillator-input,
.product-filter-holder input.form-control.supply-voltage-input, .product-filter-holder select.form-control.supply-voltage-input {
    width: 100%;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    color:#05014a;
}

.product-filter-holder label {
    display: block;
    font-weight: 500;
}
.product-filter-holder li {
    list-style: none;
}
.product-filter-holder li input[type=checkbox] {
    margin: 0 4px 0 16px;
}
.product-filter-holder li label {
    display: inline-block;
    margin-bottom: 0;
}

.product-info-table-holder {
    padding: 20px 0px 20px 0px;
}

.product-info-table {
    width: 100%;
}

    .product-info-table tr td {
        text-align: center;
        color: #05014a;
        font-weight: bold;
    }

.product-filter-holder input.form-control,
.product-filter-holder select.form-control {
    width: 100%;
    display: inline;
}

@media screen and (max-width: 992px) {
    .product-filter-holder input.form-control,
    .product-filter-holder select.form-control {
        width: 100%;
    }
    
    .search-button {
        left:93%;
    }
    
}
#searchBar {
        width:100%;
    }
@media screen and (max-width: 767px) {

    .product-holder {
        text-align: center;
    }

        .product-holder table {
            width: 100%;
        }
}

@media screen and (min-width: 768px) {
    .full-width-button.products-more-info-button,
    .full-width-button.products-make-enquiry-button {
        padding: 22px 0px 22px 0px;
    }
}

.product-holder {
    margin: 0px 0px 20px 0px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(217,217,217,1);
    box-shadow: 0px 0px 1px 1px rgba(217,217,217,1);
}

.product-image {
    width: 150px;
}

.product-features-holder .product-info-title {
    color: #05014a;
    font-weight: bold;
}

.download-datasheet-button,
a.download-datasheet-button:hover,
a.download-datasheet-button:focus,
.more-info-button,
a.more-info-button:hover,
a.more-info-button:focus {
    background-color: #009ae7;
    color: #FFF;
    text-decoration: none;
}

.make-enquiry-button,
a.make-enquiry-button:hover,
a.make-enquiry-button:focus {
    background-color: #04bd00;
    color: #FFF;
    text-decoration: none;
}

.large-button {
    padding: 24px 14px 24px 14px;
}

.full-width-button {
    width: 100%;
    padding: 10px 0px 10px 0px;
}

.small-break {
    padding: 5px;
}

.download-datasheet-button,
.more-info-button,
.make-enquiry-button {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: inline-block;
}

.product-details-holder {
    /*width: 225px;*/
}

    .product-details-holder td {
        padding: 1px 10px 1px 10px;
    }

h3.product-title {
    color: #009ae7;
    /*font-size: 1.7em;*/
    font-weight: bold;
    font-size:20px;
    margin:10px 0px 5px 10px;
    font-weight:600;
}

.product-image {
    border: 1px solid #EEE;
}
.product-name {
        color: #05014a;
        font-weight: 300;
}
@media screen and (max-width:767px) {
    .product-name {
        color: #05014a;
        font-weight: 300;
        padding: 15px 0px 0px 0px;
        margin-left: -15px;
    }
}
.product-name-holder {
    display: table-cell;
    vertical-align: middle;
}

    .product-name-holder h1 {
        padding: 25px 0px 0px 50px;
        margin-top: 20px;
        color: #05014a;
    }

.product-details-holder h3 {
    color: #05014a;
    font-weight:600;
}

.product-main-image {
    width: 160%;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15);
}
@media screen and (max-width: 767px) {
    .product-main-image {
        width: 100%;
        -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15);
    }
}
.product-description {
    padding-left: 15px;
    margin-top: 20px;
    color: #8E8E8E;
    border-color: #eee;
    border-width:1px;   
    border-bottom-style:solid;
    padding-bottom: 20px;
}
.product-details-holder   table.table-striped > tbody > tr:nth-child(odd){
    background-color:#F2F2F6;
}
.product-details-holder table.table {
    color:#8F8F8F;
}
.product-details-holder table.table.table-striped > tbody > tr > td  {
    border-top:none;
    padding:10px 0px 10px 0px;
}
.product-details-holder   table.table-striped > tbody > tr > td:first-of-type {
    padding-left:20px;
}
.product-details-holder   table.table-striped > tbody > tr:first-of-type {
    background-color: #05014a;
    color: #FFF;
}

.product-details-holder ul {
    list-style: none;
    padding-left: 0px;
}

.product-details-holder li {
    padding: 5px;
    color: #8E8E8E;
}

    .product-details-holder li:before {
        content: "•     ";
        color: #0094df;
    }

.list-product-image {
    margin-top:30px;
    width:100%;
}

.product-margin {
    margin: 10px 15px 15px 20px;
}
.product-comp-image-pull {
    float: right;
}
@media screen and (max-width: 767px){
    .product-comp-image-pull {
        float: left;
    }
}
/* CONTACT */

#contact-us-extra-margin {
    margin-top: 8px;
}

.contact-us-method {
    color: #05014A;
    font-weight: bold;
}

.contact-us-icon {
    padding-right: 10px;
    /*margin-right: 10px;
    color: #0094df;*/
}
@media screen and (max-width:767px){
    .contact-us-icon {
        font-size: 24px;
    }
}
.contact-us-envelope {
        color: #fff;
        background-color: #0094df;
        border-color: #0094df;
        border-width: 2px 5px 2px 4px;
        border-style: solid;

}
.contact-us-further-information {
    padding-left: 27px;
}

    .contact-us-further-information,
    .contact-us-further-information a {
        color: #8E8E8E;
    }

.contact-us-further-information a.email {
    color: #0094df;
    font-weight: 500;
    padding-left: 2px;
}

.contact-us-form {
    background-color: #DFDFDF;
    padding: 10px 20px 60px;
}

@media screen and (max-width:767px){
    .contact-us-form {
        padding: 10px 20px 50px;
    }
}

    .contact-us-form h2 {
        margin-top: 0px;
        margin-bottom: 30px;
        color: #05014A;
    }
.contact-us-form h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #05014A;
}

.contact-us-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #042d77 !important;
    font-weight:500 !important;
}

.contact-us-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #042d77 !important;
    font-weight:500 !important;
}

.contact-us-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #042d77 !important;
    font-weight:500 !important;
}

.contact-us-form :-ms-input-placeholde { /* Internet Explorer 10-11 */
    color: #042d77 !important;
    font-weight:500 !important;
}

.contact-us-form :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #042d77 !important;
    font-weight:500 !important;
}

.btn.btn-euro {
    background-color: #05014a;
    color: #FFF;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.btn-contact-form {
    background-color: #05014A;
    color: #FFF;
    border-color: #05014A;
    padding: 6px 40px;
    border-radius: 0px;
    box-shadow: none;
    float: right;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-weight: bold;
}

@media screen and (max-width:767px)
{
    .btn-contact-form {
        float: left;
        padding: 6px;
        width:100%;
    }
}

.view-cert {
    background-color: #0094DF;
    color: #FFF;
    border-color: #05014A;
    padding: 6px 40px;
    border-radius: 0px;
    box-shadow: none;
    align-content: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-weight: bold;
}

.btn.btn-euro.focus, .btn.btn-euro:focus, .btn.btn-euro:hover {
    text-decoration: none;
    color: #FFF;
}

@media all and (max-width: 767px) {
    .contact-us-further-information {
        padding-left: 0px;
    }

    .contact-us-information-holder {
        text-align: center;
    }
}
.contact-us-information-holder p {
    font-size:13px;
}
/* HOME */

.find-out-more-button {
    padding: 15px 25px 15px 25px;
    margin-bottom: 30px;
}
.home-banner .find-out-more-button {
    padding:10px 25px 10px 25px;
    margin-top:20px;
}
.find-out-more-holder {
    text-align: center;
}

.homepage-mobile-tagline h1 {
    color: #05014a;
    padding: 10px 30px 30px 30px;
    text-align: center;
}

.homepage-banner-text {
    text-shadow: 2px 1px 5px rgba(255, 255, 255, 0.5);
    max-width: 46%;
    color: #05014a;
    padding-top: 5px;
    font-weight: 300;
    margin-top: 52px;
    font-size: 35px;
    line-height: 48px;
}
.homepage-ads-row {
    display: flex;
    align-items: center;
}
.homepage-ads-image {
    display: block;
    margin: 5px auto 25px;
    max-width: 100%;
}
@media screen and (max-width:767px) {
    .homepage-mobile-tagline h1 {
        font-size: 22px;
    }
    .homepage-ads-row {
        display: block;
    }
}

.featured-products-group {
    margin-top:20px;
}

.featured-product-image-holder {
    /*max-width: 100px;*/
}

.featured-product-image-holder img {
    width: 100%;
}
@media screen and (max-width:767px){
    .featured-product-image-holder img {
        width: 50%;
    }
}

.featured-product-text-holder h2 {
    color: #042d77;
    font-size: 20px;
    margin: 0px;
}
@media screen and (max-width:767px){
    .featured-product-text-holder h2 {
        font-weight: 700;
    }
}
.featured-product-text-holder {
    margin-top: 15px;
}
@media screen and (max-width:767px){
    .featured-product-text-holder {
        margin-top: 0px;
        margin-bottom: 20px;
}
}
    .featured-product-text-holder a {
        color: #009ae7;
    }
    @media screen and (max-width:767px){
        .featured-product-text-holder a {
            font-weight: 600;
        }
    }
.homepage-feature-holder {
    background-color: #FFF;
    padding: 20px;
    color: #8E8E8E;
    /*font-size: 14px;*/
    margin-top: 20px;
    min-height: 375px;
}



    .homepage-feature-holder h3 {
        color: #05014a;
        margin-top:10px;
        font-size:16px;
    }

    .homepage-feature-holder ul.homepage-news {
        list-style: none;
        color: #009ae7;
        margin: 0px;
        padding: 0px;
    }

        .homepage-feature-holder ul.homepage-news li {
            margin-bottom: 25px;
        }
.homepage-feature-holder hr {
    margin-top:10px;
}
.homepage-feature-image {
    width: 100%;
    margin-bottom: 20px;
}

.featured-product-border-right {
    border-right: 1px #EEE solid;
}

@media screen and (max-width:767px) {
    .featured-product-border-right:nth-child(even) {
       /* border: none; */
       /*border-bottom: 1px #EEE solid;*/
    }
}

@media screen and (max-width: 767px){
    .featured-product-border-bottom {
        border-bottom: 1px #EEE solid;
    }
}

.no-padding {
    padding: 0px;
    margin: 0px;
}
/* INDUSTRY */
.industry-banner-text {
    margin-top: 72px;
    color: #050144;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 44px;
}

.industry-banner-text-main {
    color: #05014a;
    padding-top: 5px;
    font-weight: 300;
    font-size: 62px;
}
.industry-paragraph h3 {
    color: #151155;
    margin-top: 42px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height:38px;
    font-size:26px;
}

.industry-content-margin {
    margin-top: 20px;
    margin-bottom: 30px;
}

.industry-titles-shadow {
    text-shadow: 2px 1px 5px rgba(255, 255, 255, 0.5);
}

.industry-holders {
    background-color: #EEE;
    display: block;
    padding: 10px 20px 10px 20px;
    margin-top: 30px;
    width: 100%;
}

    .industry-holders h3 {
        color: #151155;
        border-bottom: 1px solid #999;
        padding-bottom: 5px !important;
        margin-top: 10px;
    }

    .industry-holders li {
        padding-left: 0px;
    }

.industry-holders-list {
    list-style: none;
    padding-left: 0px;
}
.industry-holders-list ul li {
    font-weight:500;
    font-size:13px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
/*.dropdown-icon {
    color: #0094df;
}

.dropdown-icon-reduced-width {
    padding-right: 50px;
}*/



@media screen and (max-width: 767px){
    .news-mobile-dropdown {
        padding-top: 20px;
        padding-right: 20px;
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .industry-banner, .main-banner {
        padding-top: 30px;
        padding-bottom:30px;
    }
    .industry-banner-text {
        font-size:18px;
        margin-top:0px;
    }
    .industry-banner-text-main {
        font-size: 36px;
    }
    .industry-paragraph h3 {
        margin-top:14px;
        line-height:26px;
        font-size:20px;
    }
}


body div.remove-padding {
    padding:0px;
}

@media screen and (max-width:1024px) {
    .homepage-banner-text {
        max-width: 50%;
    }
}

@media screen and (max-width:767px) {

    .home-banner {
        height:50px;
        padding:40px;      
    }
    .homepage-banner-text {
        max-width:100%;
       width:100%;
       font-size: 20px;
        margin-top: 5px;
        padding-top:0px;
        line-height:20px;
        text-align:center;
    }
    .home-banner .find-out-more-button {
      width: 100%;
    }
    .featured-product-text-holder h2 {
        font-size:18px;
    }
    .featured-product-holder {
        text-align: center;
    }
}
@media screen and (min-width:768px) {
    .featured-product-holder {
        height: 100px;
        padding:20px;
    }  
      
}



.quality-control-carousel-left.carousel-control.left,
.quality-control-carousel-right.carousel-control.right {
    background:none;
    opacity:1;
}
.quality-control-carousel-right.carousel-control.right {
    top:20px;
    right:-35px;
}
.quality-control-carousel-left.carousel-control.left {
    top:20px;
    left:84%;
}
@media screen and (max-width:992px)
{
    .quality-control-carousel-right.carousel-control.right {
        bottom:35px;
        top:unset;
        right:5px;
    }
    .quality-control-carousel-left.carousel-control.left {
        bottom:35px;
        top:unset;
        left:74%;
    }
}
@media screen and (max-width:767px)
{
    .quality-control-carousel-right.carousel-control.right {
        bottom: 50px;
        top:unset;
        right:20px;
    }
    .quality-control-carousel-left.carousel-control.left{
        bottom: 50px;
        top:unset;
        left:72%;
    }

    .quality-control-carousel-text ul{
        list-style: none !important;
    }
}

.homepage-carousel-indicators.carousel-indicators {
    left:0px;       
    width: auto;
    padding-left: 0px;
    margin-left:20px;    
}
@media screen and (max-width:767px)
{
    .homepage-carousel-indicators.carousel-indicators {
        right:30px;
        left:unset;
    }
}
.carousel-indicators li {
    border:none !important;
}
.carousel-indicators li {
    background-color:#999 !important;
}
.carousel-indicators .active {
    background-color:#0094df !important;
}

.featherlight-close-icon.featherlight-close {
    color:#0094df;
    font-weight:bold;
    font-size:20px;
    top:10px;
    right:10px;
}
.featherlight-content img {
    padding:15px;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {min-height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
    padding-bottom: 80px;}  /* must be same height as the footer */

#footer {
    position: relative;
    margin-top: -80px; /* negative value of footer height */
    height: 80px;
    clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


.glyphicon-eq-down.dropdown-icon {
    top:-1px;
}
/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
    <style type="text/css">
        #wrap {display:table;height:100%}
    </style>
<![endif]-->

*/
.product-filter-form {
    padding-bottom: 12px;
}

.product-filter-form .glyphicon-eq-down {
    position: absolute;
    top: 32px;
    right: 53px;
}
.product-filter-form .glyphicon-eq-down.right {
    right:25px;
}
.glyphicon-eq-down:before {
    content:url('images/DownCev01_LightBlue.png');
}
.glyphicon-eq-up-white:before {
    content:url('images/mobCevUp.png');
}
.glyphicon-eq-down-white:before {
    content:url('images/mobCevDown.png');
}
@media screen and (max-width:767px) {
    .product-filter-holder {
        background-color: #009ae7;
        color: #FFF;
        margin-bottom:20px;
    }
    .product-filter-form .glyphicon-eq-down {
        position: absolute;
        top: 23px;
        right: 53px;
    }
    .product-filter-form .glyphicon-eq-down.right {
        right:25px;
    }
}
@media screen and (max-width:970px)
{
    .product-filter-form .glyphicon-eq-down {
        right:64px;
    }
    .search-button {
        left:88%;
    }
}
@media screen and (min-width:768px) {

    .fixed-filter-holder {
        margin-left: -15px;     
        height: 100%;
        overflow-y: auto;
        z-index: 1000;
        transition: all 0.4s ease 0s;
    }

    .product-filter-form {
        background-color: #009ae7;
        color: #FFF;
        position: absolute;
        top: 0;
        width: 100%;
        list-style: none;
        margin: 0;
    }
}
/*@media screen and (min-width:1000px) {
    .fixed-filter-holder {
        width: 19%;
    }
}
@media screen and (min-width:1200px) {
    .fixed-filter-holder {
        width: 22%;
    }
}
@media screen and (min-width:1400px) {
    .fixed-filter-holder {
        width: 15%;
    }
}
@media screen and (min-width:2001px) {
    .fixed-filter-holder {
        width: 12%;
    }
}

@media (max-width:767px) {
  #sidebar-wrapper {
    left: 0;
  }
}*/

.product-filter-form .mobile-filters-holder .glyphicon-eq-down.dropdown-icon-mobile {
    top: 32px;
    right: 24px;
}
.product-filter-form .mobile-filters-holder .glyphicon-eq-down.dropdown-icon-mobile-reduced {
    top: 33px;
    right: 76px;
}



/*  PAGINATION */
.newsPagination ul li{
    list-style:none;
    margin:0px;
    padding:0px;
}

.newsPagination .right{
    float:right;
    
}
.newsPaginationRow {
    background:none !important;
    margin:0px !important;
}
.newsPaginationRow .col-md-12{
     padding:0px !important;
}
.pagination a:first-child {
    margin-right: 10px;
}
.products-list-holder {
    min-height:700px;
}

/* PAGINATION 2 */
.pagination {
  margin: 20px 0;
}
 
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
 
.pagination ul > li {
  display: inline;
}
 
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
 
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
 
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
 
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
 
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
 
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
 
.pagination-centered {
  text-align: center;
}
 
.pagination-right {
  text-align: right;
}
 
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
 
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
 
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
 
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}
 
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}
 
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
 
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
 
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}
 
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}
 
.pager:after {
  clear: both;
}
 
.pager li {
  display: inline;
}
 
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}
 
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
 
.pager .next > a,
.pager .next > span {
  float: right;
}
 
.pager .previous > a,
.pager .previous > span {
  float: left;
}
 
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}
    
.dropdown-menu {
    z-index:9999999;
}
#productSection{
    min-height:100%;
}

/*Alex's Code*/

.manufacturing-content h3 {
    text-align: left !important;
    color: #05014A !important;
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    font-size: 24px !important;
    font-weight: 200;
}

.manufacturing-content ul {
    color: #8F8F8F;
    margin-left: 30px;
}

.about-content h3 {
    text-align: left !important;
    color: #05014A !important;
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    font-size: 24px !important;
    font-weight: 200;
}

.news-image {
    margin: 0 auto;
}

@media (max-width: 1200px) {
    
    .quality-carousel h1 {
        font-size: 24px !important;
    }
}

@media (max-width: 993px) {

    .distributor-fields-holder .col-sm-3 {
        width:30%;    
    }

}

@media (max-width: 767px) {

    .distributor-selectors{
        margin:0 auto !important;
        padding: 0;
        
    }

    .distributor-fields-holder .col-sm-3{
        width:100% !important;
        padding: 0 !important;
        margin-left:0 !important;

    }
    
    .distributor-holder {
    max-width: 100%;
    }
    
    .distributor-options {
        margin: 0 auto;
        margin-top: 15px;
    }


}

@media (max-width:615px) {
    .distributor-holder {
        width: 100%;
    }
}

.distributor-holder {
    max-width: 565px;
    min-height: 350px;
}

.distributor-article {
    min-width: 215px;
}

.content-section h3 {
    color: #05014A;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 200;
}

.quality-control-carousel-text ul{
        list-style: none !important;
}

.industry-holders-title {
    margin-bottom: 0px !important;
}

/*Form Styling*/

.contourPage{
    color: #05014A !important;
    background-color: #DFDFDF;
    font-weight: 500 !important;
    width: 100%;
    height: 100%;
}

.text {
    width: 100%;
}

.contourField{
    width: 100%;
}

.contourPage h4{
    margin-left: 15px;
    font-size: 36px;
    padding-top: 20px;
    font-weight: 200;
}

.primary {
    color: #ffffff !important;
    background-color: #05014A !important;
    width: 120px;
    border-radius: 0px;
    margin-top: -60px;
    float: right;
    font-weight: 600 !important;
}

.contourIndicator {
    display: none;
}

.contourField input {
    padding: 5px;
    border: none;
    border-radius: 3px;
}

.contourField textarea{
    width: 100%;
    margin-bottom: 80px;
    padding: 5px;
    height: 130px;
    border-radius: 3px;
    border: none;
}

#overlay {
    opacity: 0.7;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    position: fixed;
}

#loading {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

@media (max-width: 1200px) {
    .contourPage {
        height: auto;
        margin-left: 30px;
    }

    .contourField textarea {
        height: 170px; 
    }
}

@media (max-width: 992px) {
    .contourField textarea {
        height: 150px; 
    }
}

@media (max-width: 768px) {
    .contourPage {
        height: 100%;
        margin-left: 0px;
    }
    .country-filter h2 {
        text-align:center;
        padding-top: 0px;
    }
}

.country-filter{
    background-color: #0094df;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}
    .country-filter h2 {
        margin: 0px;
        color: white;
        font-size:21px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
.padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.obsolete-component-list {
    list-style: none;
}
.obsolete-component-list li div {
    display: inline;
}
    .obsolete-component-list li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
.obsolete-component-date {
    width: 150px;
    float: left;
}
#technicalNotes:hover #tech-nav {
    display: block !important;
}
.umbraco-forms.missing-library {
    display: none;
}
.contourMessageOnSubmit {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff !important;
    background-color: #0094df;
    padding: 15px 0px;
}

.ui-autocomplete {
    z-index: 99999 !important;
}

.select-filter-option-container{
    display: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .product-filter-form .product-filter-input-holder .glyphicon-eq-down.dropdown-icon {
        top: 33px;
        right: 24px;
    }
}
