html {
    position: relative;
    min-height: 100%;
    font-family: arial;
    font-size: 12px !important;
}

html body {
    overflow-x: hidden;
    width: auto !important;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-weight: 300;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #464646;
    color: #fff;
}

/* Custom page CSS
 * -------------------------------------------------- */
/* Not required for template or sticky footer method. */
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    outline: 0px !important;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
}

a, a:hover, a:active {
    color: #F89F10;
}

.contacts ul {
    list-style-type: none;
}

.container-custom {
    width: auto;
    max-width: 1000px;
    padding: 0 15px;
}

[data-val="Default"] {
    display: none !important;
}

#flagstrap2 > ul.dropdown-menu {
    left: auto !important;
    right: 0px !important;
    z-index:99999;
}

.country-selection {
    position: absolute;
    right: 0px;
}

.border-white-top {
    border-top: 1px solid #fff;
}

.border-white-left {
    border-left: 1px solid #fff;
}

.border-white {
    border: 1px solid #fff !important;
}

.border-filters {
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 2px solid #fff !important;
    border-bottom: 0px !important;
}

.img-responsive {
    width: 100%;
}

.padding-aboutUs {
    padding: 0px 0px 40px 0px !important;
}

label {
    font-weight: normal;
}

.google-roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.grey {
    color: #8C8C8C;
}

.font-12 {
    font-size: 12px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.left-align {
    text-align: left !important;
}

a.feature-description {
    color: #fff
}

.dropdown-menu > li > a {
    cursor: pointer;
}

/* Navbar */
.navbar {
    min-height: 0px;
    margin-bottom: 0px;
    z-index: 20;
}

.container-top {
    position: relative;
}

.logo {
    position: absolute;
}

.header-small-logo {
    margin: 10px;
    left: 5px;
    position: absolute;
}

.logo-anchor {
    width: 350px;
    height: 100px;
    display: block;
    margin-right: 0px;
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-custom .navbar-nav > li > a.search {
    color: #F89F10 !important;
    background-color: transparent;
    padding-right: 0px !important;
}

.navbar-custom .navbar-nav > li > a.search:hover, .navbar-nav > li > a.search:focus {
    background-color: transparent;
}

.navbar-custom .navbar-nav > li > a.search:hover > span, .navbar-nav > li > a.search:focus > span {
    color: #F89F10 !important;
}

.navbar-custom .navbar-nav > li > a > span {
    display: block;
    transform: skewX(27deg);
}

.navbar-custom .navbar-nav > li {
    transition: all 0.3s;
    transform: skewX(-27deg);
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: black;
    background-color: #FFF;
}

.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: black;
    background-color: #FFF;
}

.navbar-inverse {
    background-color: #FFF;
    border: 0px;
}

.intro-header {
    background-image: url("/images/header-central.png");
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
}

.staticFont {
    font-size: 14px;
}

.staticMargin {
    margin-bottom: 50px;
}

/* Search bar twitter typeahead */

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-input {
    /* width: 250px !important; */
}

.tt-hint {
    width: 396px;
    height: 34px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 28px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

input.form-control.typeahead.tt-hint {
    border-radius: 8px;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
    border-radius: 8px;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    /*width: 250px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 0 !important;*/
}

.tt-suggestion {
    /*padding: 3px 12px;
    font-size: 14px;
    line-height: 24px;*/
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    /*color: #fff;
    background-color: #0097cf;*/

}

.tt-suggestion p {
    margin: 0;
}

.search-header {
    padding: 4px 12px;
    color: #A5A5A5 !important;
}

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

.search-results > a {
    color: #000 !important;
}

#staticFeatureTitle {
    margin-bottom: 20px;
}

/* Contact  */
.contact-head-office {
    padding-top: 30px;
}

.contact-info {
    padding: 0px 0px 40px 0px;
}

.contacts-country {
    padding-top: 30px;
}

.contacts p {
    margin: 0px 0px 0px;
}

/* Footer Styles */
.footer-line {
    padding-top: 20px;
    border-top: 1px solid #F6A110;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.footer-nav-padding {
    padding-bottom: 10px;
}

.footer-logo {
    margin-bottom: 10px;
}

.green-star-logo {
    float: right;
}

.footer-copyright {
    color: #898989;
    margin: 0 0 10px;
}

.footer-terms {
    color: #B1B1B1;
}

.footer .modal-content {
    color: black;
}

/* Custom Styles */
.greystyle {
    background: #ebebeb;
    display: inline-block;
}

.topgreyborder {
    border-top: 1px solid #ddd;
}

.bottomgreyborder {
    border-bottom: 1px solid #ddd;
}

a.productAnchor {
    color: #000;
}

a.productAnchor:hover, a.productAnchor:focus {
    color: #000;
}

.greenStar {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.anchor {
    color: #000;
    font-size: 14px;
}

.no-padding {
    padding: 0px !important;
}

.no-bullet {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-bottom: 20px;
}

.white-search-bar {
    color: #fff;
}

.lead {
    padding-bottom: 340px;
    font-size: 14px;
    padding-right: 0px;
    padding-left: 0px;
}

.greyborder {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.link-color-white {
    color: #FFF;
}

.link-color-black {
    color: #010101;
}

/* Contact */
.container-contact {
    width: auto;
    max-width: 1400px;
}

/* Products */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #F89F10 !important;
    color: #000;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

#product-filter-padding {
    padding-bottom: 40px !important;
}

.popular {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 250px;
}

.popular-title {
    font-weight: bold;
    font-size: 14px;
    height: 56px;
    padding-top: 20px;
    padding-left: 0px;
}

img.product-image-popular {
    margin:auto;
    width:100px;
    height:100px;
}

.img-responsive.masthead-image {
    display: block;
    width: 100% \9 !important;
    max-height: 100% !important;
    width: auto !important;
    height: 100% !important;
}

.product-result-padding {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    height: 288px;
}

#stock-item {
    margin-top:120px;
}

.stock-item-text {
    text-align: right;
    padding-top: 20px;
    color: #BEBEBE;
}

a.product:active > div, a.product:hover > div{
    background-color: #F5F6F6;
}

div.popular-product-info:hover {
    background-color: #F5F6F6;
}

.no-match {
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.category-box {
    margin-top: 130px;
    position: absolute;
    height: 300px;
    top: 0px;
    background-color: rgba(3, 4, 8, 0.6);
}

.category {
    height: 100px;
    color: #fff;
}

.category > h5 {
    font-weight: bold;
    margin-top: 34px;
    margin-bottom: 34px;
}

a.category-active {
    text-transform: uppercase;
    color: #fff;
}

a.category-active {
    background-color: #F89F10;
}

.btn-option {
    height: 51px !important;
}

.btn-default.category-active:hover, .btn-default.category-active:focus, .btn-default.category-active:active, .btn-default.category-active.active, .open > .dropdown-toggle.btn-default.category-active {
    border-color: #F89F10;
    background: -webkit-linear-gradient(right,, rgba(248, 159, 16, 0), rgba(248, 159, 16, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(248, 159, 16, 0),) rgba(248, 159, 16, 1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(248, 159, 16, 0), rgba(248, 159, 16, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(248, 159, 16, 0), rgba(248, 159, 16, 1)); /* Standard syntax (must be last) */
    border: 0px !important;
    outline: 0px;
}

.btn-default.category-active {
    background-color: none;
    background: none;
    border: none;
    border-radius: 0px;
    height: 100px;
    color: #fff;
}

.product-options {
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 10;
    width: 482px;
}

button.btn.btn-default.col-md-4 {
    border-radius: 0px;
    height: 42px;
}

.product-options > form > button {
    border-radius: 0px;
    transition: all 0.3s;
    transform: skewX(-27deg);
}

.product-options > form > button > h5 {
    display: block;
    transform: skewX(27deg);
}

.main-product-title {
    position: absolute;
    bottom: 200px;
    left: 400px;
    color: #F89F10;
}

.product-main {
    position: absolute;
    bottom: 80px;
    width: 300px;
    height: 300px;
}

.product-resources {
    background-color: #F5F5F5;
    border: 1px solid #F2F2F2;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 0px;
    margin-top: 10px;
}

.product-side-bar {
    width: 200px;
    display: inline-block;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.left-side-bar {
    margin-top: 37px;
}

.product-side-bar-text {
    line-height: 40px;
}

.product-option {
    padding-left: 40px;
}

.product-title {
    position: absolute;
    bottom: 10px;
    color: #fff;
    z-index: 10;
    margin-left: 10px;
}

.option {
    position: relative;
}

.photo-width {
    width: 180px;
    margin-bottom: 10px;
}

.back-arrow-product {
    margin-top: 100px;
    cursor: pointer;
}

/* Product Properties */

.category-border {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-color: rgba(149, 149, 149, 0.4) transparent !important;
}

.property-45m, .property-45m-8m, .property-8m-15m, .property-15m, .Comfort-ADPI {
    display: none;
}

input[type=checkbox] {
    /*visibility: hidden;*/
}

.sub-category-countries input[type=checkbox], .sub-category input[type=checkbox], .sub-category-greenstar input[type=checkbox] {
    visibility: hidden;
}

input[type=radio] {
    visibility: hidden;
}

.maincategory {
    height: 100px;
    line-height: 30px;
    text-align: left;
}

.water-category {
    background-image: url('/images/icons/products/water.png') !important;
    background-repeat: no-repeat !important;
    display: block !important;
    padding-top: 98px;
    background-position: right center;
}

.water-category-active {
    background-image: url('/images/icons/products/water_active.png') !important;
    background-repeat: no-repeat !important;
    display: block !important;
    padding-top: 98px;
    background-position: right center;
}

.air-category {
    background-image: url('/images/icons/products/air.png') !important;
    background-repeat: no-repeat !important;
    display: block !important;
    padding-top: 98px;
    background-position: right center;
}

.air-category-active {
    background-image: url('/images/icons/products/air_active.png') !important;
    background-repeat: no-repeat !important;
    display: block !important;
    padding-top: 98px;
    background-position: right center;
}

.accessories-category {
    background-image: url('/images/icons/products/accessories.png') !important;
    background-repeat: no-repeat !important;
    display: block !important;
    padding-top: 98px;
    background-position: right center;
}

.accessories-category-active {
    background-image: url('/images/icons/products/accessories_active.png') !important;
    background-repeat: no-repeat !important;
    display: block !important;
    padding-top: 98px;
    background-position: right center;
}

.property {
    position: absolute;
    left: 40px;
    top: 0px
}

.sub-category {
    height: 36px;
}

.sub-category label {
	cursor: pointer;
    position: absolute;
    width: 100%;
    padding-left: 45px;
    padding-top: 0;
    height: 40px;
    border-radius: 4px;
    left: 0px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px !important;
    margin: 0;
}

.sub-category-mixed label {	
    background: url('../images/air-filter-icons.png') left top 6px no-repeat;
      background-size: 30px;
}

.sub-category-mixed label:hover {
    background: url('../images/air-filter-icons-active.png') left top 6px no-repeat;
      background-size: 30px;
}

.sub-category-mixed input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top 6px no-repeat;
      background-size: 30px;
}

.sub-category-lowtemp {
    padding-top: 10px;
    padding-left: 60px !important;
    width: 150px;

}

.sub-category-lowtemp input[type=checkbox] {
    background-color: #000 !important;
}

.sub-category-lowtemp input[type="checkbox"]:not(:checked) + label::before {
    background-color: #202B2B !important;
}


/* filters icons */

.sub-category-displacement label {   
    background: url('../images/air-filter-icons.png') left top -34px no-repeat;
      background-size: 30px;
}

.sub-category-displacement label:hover {
    background: url('../images/air-filter-icons-active.png') left top -34px no-repeat;
      background-size: 30px;
}

.sub-category-displacement input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -34px no-repeat;
      background-size: 30px;
}

.sub-category-plugflow label {  
    background: url('../images/air-filter-icons.png') left top -74px no-repeat;
      background-size: 30px;
}

.sub-category-plugflow label:hover {
    background: url('../images/air-filter-icons-active.png') left top -74px no-repeat;
      background-size: 30px;
}

.sub-category-plugflow input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -74px no-repeat;
      background-size: 30px;
}

.sub-category-laminar label {
    background: url('../images/laminar-icon.png') left top 5px no-repeat;
      background-size: 30px;
}

.sub-category-laminar label:hover {
    background: url('../images/laminar-icon-active.png') left top 5px no-repeat;
      background-size: 30px;
}

.sub-category-laminar input[type=checkbox]:checked + label {
    background: url('../images/laminar-icon-active.png') left top 5px no-repeat;
      background-size: 30px;
}

.sub-category-return label {
    background: url('../images/air-filter-icons.png') left top -154px no-repeat;
      background-size: 30px;
}

.sub-category-return label:hover {
    background: url('../images/air-filter-icons-active.png') left top -154px no-repeat;
      background-size: 30px;
}

.sub-category-return input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -154px no-repeat;
      background-size: 30px;
}


.sub-category-additional-radiant label {
    background: url('../images/filter-icons-extra.png') left top 9px no-repeat;
    background-size: 30px;
}
.sub-category-additional-radiant label:hover {
    background: url('../images/filter-icons-extra-active.png') left top 9px no-repeat;
    background-size: 30px;
}
.sub-category-additional-radiant input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top 9px no-repeat;
    background-size: 30px;
}

.sub-category-additional-active label {
    background: url('../images/filter-icons-extra.png') left top -32px no-repeat;
    background-size: 30px;
}
.sub-category-additional-active label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -32px no-repeat;
    background-size: 30px;
}
.sub-category-additional-active input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -32px no-repeat;
    background-size: 30px;
}

.sub-category-additional-passive label {
    background: url('../images/filter-icons-extra.png') left top -70px no-repeat;
    background-size: 30px;
}
.sub-category-additional-passive label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -70px no-repeat;
    background-size: 30px;
}
.sub-category-additional-passive input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -70px no-repeat;
    background-size: 30px;
}

.sub-category-additional-fan-coll label {
    background: url('../images/filter-icons-extra.png') left top -110px no-repeat;
    background-size: 30px;
}
.sub-category-additional-fan-coll label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -110px no-repeat;
    background-size: 30px;
}
.sub-category-additional-fan-coll input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -110px no-repeat;
    background-size: 30px;
}

.sub-category-additional-lint-filter label {
    background: url('../images/filter-icons-extra.png') left top -148px no-repeat;
    background-size: 30px;
}
.sub-category-additional-lint-filter label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -148px no-repeat;
    background-size: 30px;
}
.sub-category-additional-lint-filter input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -148px no-repeat;
    background-size: 30px;
}

.sub-category-additional-condensate-tray label {
    background: url('../images/filter-icons-extra.png') left top -187px no-repeat;
    background-size: 30px;
}
.sub-category-additional-condensate-tray label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -187px no-repeat;
    background-size: 30px;
}
.sub-category-additional-condensate-tray input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -187px no-repeat;
    background-size: 30px;
}

.sub-category-additional-air label {
    background: url('../images/filter-icons-extra.png') left top -226px no-repeat;
    background-size: 30px;
}
.sub-category-additional-air label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -226px no-repeat;
    background-size: 30px;
}
.sub-category-additional-air input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -226px no-repeat;
    background-size: 30px;
}

.sub-category-additional-water label {
    background: url('../images/filter-icons-extra.png') left top -265px no-repeat;
    background-size: 30px;
}
.sub-category-additional-water label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -265px no-repeat;
    background-size: 30px;
}
.sub-category-additional-water input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -265px no-repeat;
    background-size: 30px;
}

.sub-category-additional-other label {
    background: url('../images/filter-icons-extra.png') left top -304px no-repeat;
    background-size: 30px;
}
.sub-category-additional-other label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -304px no-repeat;
    background-size: 30px;
}
.sub-category-additional-other input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -304px no-repeat;
    background-size: 30px;
}

.sub-category-additional-dampers label {
    background: url('../images/filter-icons-extra.png') left top -344px no-repeat;
    background-size: 30px;
}
.sub-category-additional-dampers label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -344px no-repeat;
    background-size: 30px;
}
.sub-category-additional-dampers input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -344px no-repeat;
    background-size: 30px;
}

.sub-category-additional-collars label {
    background: url('../images/filter-icons-extra.png') left top -382px no-repeat;
    background-size: 30px;
}
.sub-category-additional-collars label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -382px no-repeat;
    background-size: 30px;
}
.sub-category-additional-collars input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -382px no-repeat;
    background-size: 30px;
}

.sub-category-additional-plenums label {
    background: url('../images/filter-icons-extra.png') left top -421px no-repeat;
    background-size: 30px;
}
.sub-category-additional-plenums label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -421px no-repeat;
    background-size: 30px;
}
.sub-category-additional-plenums input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -421px no-repeat;
    background-size: 30px;
}

.sub-category-additional-valves label {
    background: url('../images/filter-icons-extra.png') left top -460px no-repeat;
    background-size: 30px;
}
.sub-category-additional-valves label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -460px no-repeat;
    background-size: 30px;
}
.sub-category-additional-valves input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -460px no-repeat;
    background-size: 30px;
}

.sub-category-additional-hoses label {
    background: url('../images/filter-icons-extra.png') left top -500px no-repeat;
    background-size: 30px;
}
.sub-category-additional-hoses label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -500px no-repeat;
    background-size: 30px;
}
.sub-category-additional-hoses input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -500px no-repeat;
    background-size: 30px;
}

.sub-category-additional-fasteners label {
    background: url('../images/filter-icons-extra.png') left top -538px no-repeat;
    background-size: 30px;
}
.sub-category-additional-fasteners label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -538px no-repeat;
    background-size: 30px;
}
.sub-category-additional-fasteners input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -538px no-repeat;
    background-size: 30px;
}

.sub-category-additional-actuators label {
    background: url('../images/filter-icons-extra.png') left top -577px no-repeat;
    background-size: 30px;
}
.sub-category-additional-actuators label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -577px no-repeat;
    background-size: 30px;
}
.sub-category-additional-actuators input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -577px no-repeat;
    background-size: 30px;
}

.sub-category-additional-controls label {
    background: url('../images/filter-icons-extra.png') left top -616px no-repeat;
    background-size: 30px;
}
.sub-category-additional-controls label:hover {
    background: url('../images/filter-icons-extra-active.png') left top -616px no-repeat;
    background-size: 30px;
}
.sub-category-additional-controls input[type=checkbox]:checked + label {
    background: url('../images/filter-icons-extra-active.png') left top -616px no-repeat;
    background-size: 30px;
}

div.filter-title {
    font-weight: bold;
    font-size: 14px;
    height: 56px;
    padding-top: 0px;
    white-space: nowrap;
    display: inline;
}

.filters-matched {
    display: inline;
    font-size: 15px;
    line-height: 19px;
    color: #818181;
    font-weight: 400;
}

.properties label {
    cursor: pointer;
    position: absolute;
    width: 30px;
    padding-left: 40px;
    padding-top: 10px;
    height: 40px;
    border-radius: 4px;
    left: 0px;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

div.properties {
    height: 36px;
}

div.properties input[type="checkbox"] {
    visibility: hidden;
}

.property-ceiling label {
    background: url('../images/air-filter-icons.png') left top -194px no-repeat;
      background-size: 30px;
}

.property-ceiling label:hover {
    background: url('../images/air-filter-icons-active.png') left top -194px no-repeat;
      background-size: 30px;
}

.property-ceiling input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -194px no-repeat;
      background-size: 30px;
}

.property-wall label {
    background: url('../images/air-filter-icons.png') left top -234px no-repeat;
      background-size: 30px;
}

.property-wall label:hover {
    background: url('../images/air-filter-icons-active.png') left top -234px no-repeat;
      background-size: 30px;
}

.property-wall input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -234px no-repeat;
      background-size: 30px;
}

.property-floor label {
    background: url('../images/air-filter-icons.png') left top -274px no-repeat;
      background-size: 30px;
}

.property-floor label:hover {
    background: url('../images/air-filter-icons-active.png') left top -274px no-repeat;
      background-size: 30px;
}

.property-floor input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -274px no-repeat;
      background-size: 30px;
}

.property-round label {
    background: url('../images/air-filter-icons.png') left top -548px no-repeat;
      background-size: 30px;
}

.property-round label:hover {
    background: url('../images/air-filter-icons-active.png') left top -548px no-repeat;
      background-size: 30px;
}

.property-round input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -548px no-repeat;
      background-size: 30px;
}

.property-square label {
    background: url('../images/air-filter-icons.png') left top -352px no-repeat;
      background-size: 30px;
}

.property-square label:hover {
    background: url('../images/air-filter-icons-active.png') left top -352px no-repeat;
      background-size: 30px;
}

.property-square input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -352px no-repeat;
      background-size: 30px;
}

.property-rectangular label {
    background: url('../images/air-filter-icons.png') left top -392px no-repeat;
      background-size: 30px;
}

.property-rectangular label:hover {
    background: url('../images/air-filter-icons-active.png') left top -392px no-repeat;
      background-size: 30px;
}

.property-rectangular input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -392px no-repeat;
      background-size: 30px;
}

.property-linear label {
    background: url('../images/air-filter-icons.png') left top -432px no-repeat;
      background-size: 30px;
}

.property-linear label:hover {
    background: url('../images/air-filter-icons-active.png') left top -432px no-repeat;
      background-size: 30px;
}

.property-linear input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -432px no-repeat;
      background-size: 30px;
}

.property-cylindrical label {
    background: url('../images/air-filter-icons.png') left top -472px no-repeat;
      background-size: 30px;
}

.property-cylindrical label:hover {
    background: url('../images/air-filter-icons-active.png') left top -472px no-repeat;
      background-size: 30px;
}

.property-cylindrical input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -472px no-repeat;
      background-size: 30px;
}

.property-radial label {
    background: url('../images/air-filter-icons.png') left top -508px no-repeat;
      background-size: 30px;
}

.property-radial label:hover {
    background: url('../images/air-filter-icons-active.png') left top -508px no-repeat;
      background-size: 30px;
}

.property-radial input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -508px no-repeat;
      background-size: 30px;
}

.property-round-canonical label {
    background: url('../images/air-filter-icons.png') left top -312px no-repeat;
      background-size: 30px;
}

.property-round-canonical label:hover {
    background: url('../images/air-filter-icons-active.png') left top -312px no-repeat;
      background-size: 30px;
}

.property-round-canonical input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -312px no-repeat;
      background-size: 30px;
}

.property-square-pyramidical label {
    background: url('../images/air-filter-icons.png') left top -587px no-repeat;
      background-size: 30px;
}

.property-square-pyramidical label:hover {
    background: url('../images/air-filter-icons-active.png') left top -587px no-repeat;
      background-size: 30px;
}

.property-square-pyramidical input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -587px no-repeat;
      background-size: 30px;
}

.property-perforated label {
    background: url('../images/air-filter-icons.png') left top -628px no-repeat;
      background-size: 30px;
}

.property-perforated label:hover {
    background: url('../images/air-filter-icons-active.png') left top -628px no-repeat;
      background-size: 30px;
}

.property-perforated input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -628px no-repeat;
      background-size: 30px;
}

.property-grille-louvre label {
    background: url('../images/air-filter-icons.png') left top -668px no-repeat;
      background-size: 30px;
}

.property-grille-louvre label:hover {
    background: url('../images/air-filter-icons-active.png') left top -668px no-repeat;
      background-size: 30px;
}

.property-grille-louvre input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -668px no-repeat;
      background-size: 30px;
}

.property-bar-slot label {
    background: url('../images/air-filter-icons.png') left top -708px no-repeat;
      background-size: 30px;
}

.property-bar-slot label:hover {
    background: url('../images/air-filter-icons-active.png') left top -708px no-repeat;
      background-size: 30px;
}

.property-bar-slot input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -708px no-repeat;
      background-size: 30px;
}

.property-auditoria label {
    background: url('../images/air-filter-icons.png') left top -744px no-repeat;
      background-size: 30px;
}

.property-auditoria label:hover {
    background: url('../images/air-filter-icons-active.png') left top -744px no-repeat;
      background-size: 30px;
}

.property-auditoria input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -744px no-repeat;
      background-size: 30px;
}

.property-clean-rooms label {
    background: url('../images/air-filter-icons.png') left top -784px no-repeat;
      background-size: 30px;
}

.property-clean-rooms label:hover {
    background: url('../images/air-filter-icons-active.png') left top -784px no-repeat;
      background-size: 30px;
}

.property-clean-rooms input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -784px no-repeat;
      background-size: 30px;
}

.property-commercial label {
    background: url('../images/air-filter-icons.png') left top -824px no-repeat;
      background-size: 30px;
}

.property-commercial label:hover {
    background: url('../images/air-filter-icons-active.png') left top -824px no-repeat;
      background-size: 30px;
}

.property-commercial input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -824px no-repeat;
      background-size: 30px;
}

.property-culture label {
    background: url('../images/air-filter-icons.png') left top -864px no-repeat;
      background-size: 30px;
}

.property-culture label:hover {
    background: url('../images/air-filter-icons-active.png') left top -864px no-repeat;
      background-size: 30px;
}

.property-culture input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -864px no-repeat;
      background-size: 30px;
}

.property-education label {
    background: url('../images/air-filter-icons.png') left top -903px no-repeat;
      background-size: 30px;
}

.property-education label:hover {
    background: url('../images/air-filter-icons-active.png') left top -903px no-repeat;
      background-size: 30px;
}

.property-education input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -903px no-repeat;
      background-size: 30px;
}

.property-healthcare label {
    background: url('../images/air-filter-icons.png') left top -942px no-repeat;
      background-size: 30px;
}

.property-healthcare label:hover {
    background: url('../images/air-filter-icons-active.png') left top -942px no-repeat;
      background-size: 30px;
}

.property-healthcare input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -942px no-repeat;
      background-size: 30px;
}

.property-halls-expo label {
    background: url('../images/air-filter-icons.png') left top -982px no-repeat;
      background-size: 30px;
}

.property-halls-expo label:hover {
    background: url('../images/air-filter-icons-active.png') left top -982px no-repeat;
      background-size: 30px;
}

.property-halls-expo input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -982px no-repeat;
      background-size: 30px;
}

.property-hospitality label {
    background: url('../images/air-filter-icons.png') left top -1022px no-repeat;
      background-size: 30px;
}

.property-hospitality label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1022px no-repeat;
      background-size: 30px;
}

.property-hospitality input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1022px no-repeat;
      background-size: 30px;
}

.property-industry label {
    background: url('../images/air-filter-icons.png') left top -1061px no-repeat;
      background-size: 30px;
}

.property-industry label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1061px no-repeat;
      background-size: 30px;
}

.property-industry input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1061px no-repeat;
      background-size: 30px;
}

.property-prisons label {
    background: url('../images/air-filter-icons.png') left top -1100px no-repeat;
      background-size: 30px;
}

.property-prisons label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1100px no-repeat;
      background-size: 30px;
}

.property-prisons input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1100px no-repeat;
      background-size: 30px;
}

.property-residential label {
    background: url('../images/air-filter-icons.png') left top -1140px no-repeat;
      background-size: 30px;
}

.property-residential label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1140px no-repeat;
      background-size: 30px;
}

.property-residential input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1140px no-repeat;
      background-size: 30px;
}

.property-retail-malls label {
    background: url('../images/air-filter-icons.png') left top -1180px no-repeat;
      background-size: 30px;
}

.property-retail-malls label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1180px no-repeat;
      background-size: 30px;
}

.property-retail-malls input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1180px no-repeat;
      background-size: 30px;
}

.property-sports-arena label {
    background: url('../images/air-filter-sports-icon.png') left top 6px no-repeat;
     background-size: 30px;
}

.property-sports-arena label:hover {
    background: url('../images/air-filter-sports-icon-active.png') left top 6px no-repeat;
      background-size: 30px;
}

.property-sports-arena input[type=checkbox]:checked + label {
    background: url('../images/air-filter-sports-icon-active.png') left top 6px no-repeat;
      background-size: 30px;
}

.property-transport label {
    background: url('../images/air-filter-icons.png') left top -1260px no-repeat;
      background-size: 30px;
}

.property-transport label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1260px no-repeat;
      background-size: 30px;
}

.property-transport input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1260px no-repeat;
      background-size: 30px;
}

.property-tv-sound label {
    background: url('../images/air-filter-icons.png') left top -1300px no-repeat;
      background-size: 30px;
}

.property-tv-sound label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1300px no-repeat;
      background-size: 30px;
}

.property-tv-sound input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1300px no-repeat;
      background-size: 30px;
}

.property-hepa label {
    background: url('../images/air-filter-icons.png') left top -1339px no-repeat;
      background-size: 30px;
}

.property-hepa label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1339px no-repeat;
      background-size: 30px;
}

.property-hepa input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1339px no-repeat;
      background-size: 30px;
}

.property-smudge-minimiser label {
    background: url('../images/air-filter-icons.png') left top -1379px no-repeat;
      background-size: 30px;
}

.property-smudge-minimiser label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1379px no-repeat;
      background-size: 30px;
}

.property-smudge-minimiser input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1379px no-repeat;
      background-size: 30px;
}

.property-sweat-inhibitor label {
    background: url('../images/air-filter-icons.png') left top -1419px no-repeat;
      background-size: 30px;
}

.property-sweat-inhibitor label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1419px no-repeat;
      background-size: 30px;
}

.property-sweat-inhibitor input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1419px no-repeat;
      background-size: 30px;
}

.property-plastic label {
    background: url('../images/air-filter-icons.png') left top -1459px no-repeat;
      background-size: 30px;
}

.property-plastic label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1459px no-repeat;
      background-size: 30px;
}

.property-plastic input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1459px no-repeat;
      background-size: 30px;
}

.property-metal label {
    background: url('../images/air-filter-icons.png') left top -1499px no-repeat;
      background-size: 30px;
}

.property-metal label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1499px no-repeat;
      background-size: 30px;
}

.property-metal input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1499px no-repeat;
      background-size: 30px;
}

.property-harmony label {
    background: url('../images/harmony-icon.png') left top 5px no-repeat;
      background-size: 30px;
}

.property-harmony label:hover {
    background: url('../images/harmony-icon-active.png') left top 5px no-repeat;
      background-size: 30px;
}

.property-harmony input[type=checkbox]:checked + label {
    background: url('../images//harmony-icon-active.png') left top 5px no-repeat;
      background-size: 30px;
}
.property-ltg label {
    background: url('../images/ltg-icon.png') left top 5px no-repeat;
    background-size: 30px;
}

.property-ltg label:hover {
    background: url('../images/ltg-icon-active.png') left top 5px no-repeat;
    background-size: 30px;
}

.property-ltg input[type=checkbox]:checked + label {
    background: url('../images/ltg-icon-active.png') left top 5px no-repeat;
    background-size: 30px;
}

.property-price-ind label {
    background: url('../images/air-filter-icons.png') left top -1579px no-repeat;
      background-size: 30px;
}

.property-price-ind label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1579px no-repeat;
      background-size: 30px;
}

.property-price-ind input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1579px no-repeat;
      background-size: 30px;
}

.property-smartemp label {
    background: url('../images/air-filter-icons.png') left top -1618px no-repeat;
      background-size: 30px;
}

.property-smartemp label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1618px no-repeat;
      background-size: 30px;
}

.property-smartemp input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1618px no-repeat;
      background-size: 30px;
}

.property-dependant-throw label {
    background: url('../images/air-filter-icons.png') left top -1657px no-repeat;
      background-size: 30px;
}

.property-dependant-throw label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1657px no-repeat;
      background-size: 30px;
}

.property-dependant-throw input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1657px no-repeat;
      background-size: 30px;
}

.property-constant-throw label {
    background: url('../images/air-filter-icons.png') left top -1697px no-repeat;
      background-size: 30px;
}

.property-constant-throw label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1697px no-repeat;
      background-size: 30px;
}

.property-constant-throw input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1697px no-repeat;
      background-size: 30px;
}

.property-fixed label {
    background: url('../images/air-filter-icons.png') left top -1737px no-repeat;
      background-size: 30px;
}


.property-fixed label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1737px no-repeat;
      background-size: 30px;
}

.property-fixed input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1737px no-repeat;
      background-size: 30px;
}

.property-adjustable label {
    background: url('../images/air-filter-icons.png') left top -1776px no-repeat;
      background-size: 30px;
}

.property-adjustable label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1776px no-repeat;
      background-size: 30px;
}

.property-adjustable input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1776px no-repeat;
      background-size: 30px;
}

.property-manual label {
    background: url('../images/air-filter-icons.png') left top -1816px no-repeat;
      background-size: 30px;
}

.property-manual label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1816px no-repeat;
      background-size: 30px;
}

.property-manual input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1816px no-repeat;
      background-size: 30px;
}

.property-thermal label {
    background: url('../images/air-filter-icons.png') left top -1856px no-repeat;
      background-size: 30px;
}

.property-thermal label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1856px no-repeat;
      background-size: 30px;
}

.property-thermal input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1856px no-repeat;
      background-size: 30px;
}

.property-electric label {
    background: url('../images/air-filter-icons.png') left top -1894px no-repeat;
      background-size: 30px;
}

.property-electric label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1894px no-repeat;
      background-size: 30px;
}

.property-electric input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1894px no-repeat;
      background-size: 30px;
}

.property-anti-ligature label {
    background: url('../images/air-filter-icons.png') left top -1934px no-repeat;
      background-size: 30px;
}

.property-anti-ligature label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1934px no-repeat;
      background-size: 30px;
}

.property-anti-ligature input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1934px no-repeat;
      background-size: 30px;
}

.property-cell label {
    background: url('../images/air-filter-icons.png') left top -1974px no-repeat;
      background-size: 30px;
}

.property-cell label:hover {
    background: url('../images/air-filter-icons-active.png') left top -1974px no-repeat;
      background-size: 30px;
}

.property-cell input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -1974px no-repeat;
      background-size: 30px;
}

.property-lowtemp label {
    background: url('../images/air-filter-icons.png') left top -2014px no-repeat;
      background-size: 30px;
}

.property-lowtemp label:hover {
    background: url('../images/air-filter-icons-active.png') left top -2014px no-repeat;
      background-size: 30px;
}

.property-lowtemp input[type=checkbox]:checked + label {
    background: url('../images/air-filter-icons-active.png') left top -2014px no-repeat;
      background-size: 30px;
}

.property-lint-filter label {
    background-image: url('/images/icons/products/Lint-Filter-Unselected.png');
    background-repeat: no-repeat;
}

.property-lint-filter label:hover {
    background-image: url('/images/icons/products/Lint-Filter-Selected.png');
    background-repeat: no-repeat;
}

.property-lint-filter input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Lint-Filter-Selected.png');
    background-repeat: no-repeat;
}

.property-condensate-tray label {
    background-image: url('/images/icons/products/Drip-Tray-Unselected.png');
    background-repeat: no-repeat;
}

.property-condensate-tray label:hover {
    background-image: url('/images/icons/products/Drip-Tray-Selected.png');
    background-repeat: no-repeat;
}

.property-condensate-tray input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Drip-Tray-Selected.png');
    background-repeat: no-repeat;
}

.property-collars label {
    background-image: url('/images/icons/products/Collars-Unselected.png');
    background-repeat: no-repeat;
}

.property-collars label:hover {
    background-image: url('/images/icons/products/Collars-Selected.png');
    background-repeat: no-repeat;
}

.property-collars input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Collars-Selected.png');
    background-repeat: no-repeat;
}

.property-dampers label {
    background-image: url('/images/icons/products/Dampers-Unselected.png');
    background-repeat: no-repeat;
}

.property-dampers label:hover {
    background-image: url('/images/icons/products/Dampers-Selected.png');
    background-repeat: no-repeat;
}

.property-dampers input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Dampers-Selected.png');
    background-repeat: no-repeat;
}

.property-plenums label {
    background-image: url('/images/icons/products/Plenums-Unselected.png');
    background-repeat: no-repeat;
}

.property-plenums label:hover {
    background-image: url('/images/icons/products/Plenums-Selected.png');
    background-repeat: no-repeat;
}

.property-plenums input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Plenums-Selected.png');
    background-repeat: no-repeat;
}

.property-valves label {
    background-image: url('/images/icons/products/Valves-Unselected.png');
    background-repeat: no-repeat;
}

.property-valves label:hover {
    background-image: url('/images/icons/products/Valves-Selected.png');
    background-repeat: no-repeat;
}

.property-valves input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Valves-Selected.png');
    background-repeat: no-repeat;
}

.property-hoses label {
    background-image: url('/images/icons/products/Hoses-Unselected.png');
    background-repeat: no-repeat;
}

.property-hoses label:hover {
    background-image: url('/images/icons/products/Hoses-Selected.png');
    background-repeat: no-repeat;
}

.property-hoses input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Hoses-Selected.png');
    background-repeat: no-repeat;
}

.property-fasteners label {
    background-image: url('/images/icons/products/Fasteners-Unselected.png');
    background-repeat: no-repeat;
}

.property-fasteners label:hover {
    background-image: url('/images/icons/products/Fasteners-Selected.png');
    background-repeat: no-repeat;
}

.property-fasteners input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Fasteners-Selected.png');
    background-repeat: no-repeat;
}

.property-actuators label {
    background-image: url('/images/icons/products/Actuators-Unselected.png');
    background-repeat: no-repeat;
}

.property-actuators label:hover {
    background-image: url('/images/icons/products/Actuators-Selected.png');
    background-repeat: no-repeat;
}

.property-actuators input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Actuators-Selected.png');
    background-repeat: no-repeat;
}

.property-controls label {
    background-image: url('/images/icons/products/Controllers-Unselected.png');
    background-repeat: no-repeat;
}

.property-controls label:hover {
    background-image: url('/images/icons/products/Controllers-Selected.png');
    background-repeat: no-repeat;
}

.property-controls input[type=checkbox]:checked + label {
    background-image: url('/images/icons/products/Controllers-Selected.png');
    background-repeat: no-repeat;
}

.squaredThree {
    position: relative;
    height: 40px;
}

.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    border-radius: 4px;
    left: 0px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
}

.squaredThree label::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #F89F10;
    border-radius: 4px;
    margin: 0px;
    content: '';
    right: 0px;
    top: 0px;

    background: -webkit-linear-gradient(top, #FCC773 0%, #F89F10 100%);
    background: -moz-linear-gradient(top, #FCC773 0%, #F89F10 100%);
    background: -o-linear-gradient(top, #FCC773 0%, #F89F10 100%);
    background: -ms-linear-gradient(top, #FCC773 0%, #F89F10 100%);
    background: linear-gradient(top, #FCC773 0%, #F89F10 100%);

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.squaredThree input[type=radio]:checked + label::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* References */

.reference-category {
    background-repeat: no-repeat !important;
    display: block !important;
    padding-top: 100px;
    background-position: right center;
}

.references {
    padding-top: 50px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.application-category {
    background-image: url('/images/icons/references/RefApplication-Unselected.png') !important;
}

.application-category-active {
    background-image: url('/images/icons/references/RefApplication-Selected.png') !important;
}

.country-category {
    background-image: url('/images/icons/references/RefCountry-Unselected.png') !important;
}

.country-category-active {
    background-image: url('/images/icons/references/RefCountry-Selected.png') !important;
}

.sustainability-category {
    background-image: url('/images/icons/references/RefGreenStarMain-Unselected.png') !important;
}

.sustainability-category-active {
    background-image: url('/images/icons/references/RefGreenStarMain-Selected.png') !important;
}

.sub-category-greenstar label {
    cursor: pointer;
    position: absolute;
    padding-left: 40px;
    padding-top: 10px;
    height: 55px;
    border-radius: 4px;
    left: 0px;
    background-image: url('/images/icons/references/RefGreenStar-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-greenstar label:hover {
    background-image: url('/images/icons/references/RefGreenStar-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-greenstar input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefGreenStar-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-countries label {
    cursor: pointer;
    position: absolute;
    padding-left: 40px;
    padding-top: 10px;
    height: 55px;
    border-radius: 4px;
    left: 0px;
}

.sub-category-australia label {
    background-image: url('/images/icons/references/RefCountry-AU-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-australia label:hover {
    background-image: url('/images/icons/references/RefCountry-AU-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-australia input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-AU-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-canada label {
    background-image: url('/images/icons/references/RefCountry-CA-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-canada label:hover {
    background-image: url('/images/icons/references/RefCountry-CA-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-canada input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-CA-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-china label {
    background-image: url('/images/icons/references/RefCountry-CH-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-china label:hover {
    background-image: url('/images/icons/references/RefCountry-CH-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-china input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-CH-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-germany label {
    background-image: url('/images/icons/references/RefCountry-GR-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-germany label:hover {
    background-image: url('/images/icons/references/RefCountry-GR-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-germany input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-GR-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-malaysia label {
    background-image: url('/images/icons/references/RefCountry-MY-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-malaysia label:hover {
    background-image: url('/images/icons/references/RefCountry-MY-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-malaysia input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-MY-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-newZealand label {
    background-image: url('/images/icons/references/RefCountry-NZ-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-newZealand label:hover {
    background-image: url('/images/icons/references/RefCountry-NZ-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-newZealand input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-NZ-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-singapore label {
    background-image: url('/images/icons/references/RefCountry-SG-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-singapore label:hover {
    background-image: url('/images/icons/references/RefCountry-SG-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-singapore input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-SG-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-thailand label {
    background-image: url('/images/icons/references/RefCountry-TH-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-thailand label:hover {
    background-image: url('/images/icons/references/RefCountry-TH-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-thailand input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-TH-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-uk label {
    background-image: url('/images/icons/references/RefCountry-UK-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-uk label:hover {
    background-image: url('/images/icons/references/RefCountry-UK-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-uk input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-UK-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-usa label {
    background-image: url('/images/icons/references/RefCountry-US-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-usa label:hover {
    background-image: url('/images/icons/references/RefCountry-US-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-usa input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-US-Selected.png');
    background-repeat: no-repeat;
}

.sub-category-netherlands label {
    background-image: url('/images/icons/references/RefCountry-NL-Unselected.png');
    background-repeat: no-repeat;
}

.sub-category-netherlands label:hover {
    background-image: url('/images/icons/references/RefCountry-NL-Selected.png');
    background-repeat: no-repeat;
    color: #fff;
}

.sub-category-netherlands input[type=checkbox]:checked + label {
    background-image: url('/images/icons/references/RefCountry-NL-Selected.png');
    background-repeat: no-repeat;
}

/* Product selection tool */

#modal-calculator {
    font-style: normal;
    font-size: 14px;
    top: 45px;
}

.product-performance-calculator {
    padding-left: 10px;
}

.calculator-border {
    padding: 10px;
    border: 1px solid;
    border-color: #F89F10;
}

.calculator-grey {
    background-color: #F5F5F5;
    background-clip: content-box;
}

.calculator-error {
    background-color: #F5F5F5;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: 2px solid;
    border-color: #F89F10;
    display: inline-block;
}

#recommended-diffuser {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid;
    border-color: #F89F10;
    color: #F89F10;
    list-style-type: none;
}

#recommended-diffuser th {
    color: black;
    border-color: #F89F10;
    font-weight:normal;
}

.rav-table{
    width: 100%;
    font-size: 12px;
}

.rav-table tr th {
    padding: 2px;
    border: 1px solid;
    text-align: center !important;
}

.rav-table tr td {
    padding: 2px;
    border: 1px solid;
    text-align: center;
}

#hsc-fd-table {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

#hsc-fd-table .grey-table-text {
    color: #969595;
}

#hsc-fd-table.half-width {
    width: 50% !important;
}

#hsc-fd-table .darkgrey {
    background-color: #e8e7e7;
}

#hsc-fd-table .table-row-title {
    border-left: 0px;
    border-right: 1px;
    border-bottom: 0px;
    border-top: 0px;
    text-align: left;
}

#hsc-fd-table .max-deltat {
    padding-right: 10px;
}

#hsc-fd-table tr th {
    padding: 2px;
    border-left: 1px solid;
    border-right: 1px solid;
    text-align: center !important;
    border-color: #000;
}

#hsc-fd-table tr td {
    padding: 2px;
    border-left: 1px solid;
    border-right: 1px solid;
    text-align: center;
    border-color: #000;
}

#hsc-fd-table .bottom-grey-border {
    border-bottom: 1px solid #969595 !important;
}

#hsc-fd-table .bottom-border {
    border-bottom: 1px solid;
}

#hsc-fd-table .top-grey-border {
    border-top: 1px solid #969595 !important;
}

#hsc-fd-table .top-border {
    border-top: 1px solid;
}

#table-key {
    float: right;
}

#table-key th {
    padding: 5px;
}

#table-key tr td {
    padding: 4px;
    width: 90px;
    text-align: center;
    border: 1px solid;
}

#key {
    padding: 20px 0px 30px;
}

#table-key td.key-not-suitable {
    background-color: #e8e7e7;
}

div.manual-entry-padding {
    padding: 8px 0px 0px 0px;
}

tr.rav-results:hover {
    background: white;
}

tr.rav-results td a {
    text-align: center !important;
    text-decoration: none;
    margin: 0px;
    padding: 10px;
    display:block;
}

.product-performance-calculator ul{
list-style-type: none;
}

.product-performance-calculator li {
    text-align: center;
}

.btn-performanceCalculator {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #818385;
    padding: 0 0 0 5px;
}

.btn-print {
    text-align: right !important;
    margin: 10px 0px;
}

.printable {
    display: none;
}

@media print {
    .printable {
        display: block;
    }

    .screen {
        display: none;
    }
}

.btn-performanceCalculator:active,
.btn-performanceCalculator:hover,
.btn-performanceCalculator:visited,
.btn-performanceCalculator:focus {
    color: #818385 !important;
    text-decoration: none;
}

.btn-calculate {
    float: right;
    margin-bottom: 10px;
}

ul.calculator-notes > li {
    margin-bottom: 5px;
    list-style-type: none;
}

.checkbox-performanceCalc {
    margin-top: 10px !important;
    margin-left: 15px;
    margin-bottom: 10px;
    width: 85px;
}

#vav-label {
    height: 16px;
}

.calculator-para {
    margin: 10px 0px;
    text-align: right;
}

.calculator-advice {
    margin: 8px 0px;
    color: #8C8C8C;
}

.calculator-metric {
    margin: 6px 0px;
    padding: 2px;
}

.calculator-notes {
    padding-left: 20px;
    padding-right: 20px;
}

tr.volume-ranges > td, tr.volume-ranges > th{
    border:1px solid;
    padding: 5px;
}

#reverberation-time{
    margin-top:20px;
}

/* End */

/* CUSTOM CONTAINER */

.container-full {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: auto;
}

.container-products {
    font-family: arial !important;
}

@media (min-width: 1400px) {
    .container-full {
        width: 1400px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 910px;
    }
}

@media (max-width: 1199px) {
    .container-products {
        width: 910px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .container {
        width: 910px;
    }

    .container-products {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        overflow: auto;
    }

    .filters {
        margin-left: 45px;
    }


}

@media (max-width: 992px) {
    .container-products {
        height: auto;
        overflow: auto;
        width: auto;
    }

    .sub-category-lowtemp {
        padding-left: 25px !important;
    }

    .category-box {
        left: 0px;
    }

    .filters {
        margin-left: 10px;
    }

    .product-options {
        top: 1px;
        left: 0px;
        width: auto;
    }

    .product-options > form > button > h5 {
        transform: skewX(0deg);
    }

    .product-options > form > button {
        transform: skewX(0deg);
    }

    .product-details {
        margin-top: 50px;
    }

    .category-title {
        display: none;
    }

    .main-product-title {
        position: absolute;
        bottom: 370px;
        left:0px;
        color: #F89F10;
    }
}

@media (max-width: 640px) {
    .navbar-nav {
        margin: 0px 0px;
        background-color: #000;
    }
}

@media (min-width: 640px) and (max-width: 768px) {
    .navbar-nav {
        margin: 15px 0px;
        background-color: #000;
        padding: 0px;
        border: 0px;
    }

}

@media (min-width: 541px) and (max-width: 768px) {
    .lead {
        padding-bottom: 450px;
    }
}

@media (max-width: 540px) {
    .lead {
        padding-bottom: 550px;
    }
}

@media (max-width: 768px) {
    .intro-header {
        background-image: none;
        height: 80px;
        position: absolute;
        top: 0px;
    }

    .navbar-custom .navbar-nav > li {
        transition: 0s;
        transform: skewX(0deg);
    }

    .navbar-custom .navbar-nav > li > a > span {
        display: block;
        transform: skewX(0deg);
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0px;
        border: 0px;
        background-color:#000
    }

    .search {
        display: none !important;
    }

    .container-products {
        height: auto;
        overflow: hidden;
        width: auto;
    }

    .sub-category-lowtemp {
        padding-left: 25px !important;
    }
}

@media (max-width: 992px) {
    .sub-category {
        padding-top: 10px;
        padding-left: 10px;
    }

    .reference-columns {
        margin: 0px 0px 25px !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }

    .navbar-nav {
        margin-top: 50px !important;
    }
}

/* References */

.reference-categories {
    height: 20%;
    color: #fff;
}

.reference-columns {
    height: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 25px 0px 25px;
}

.application {
    display: none;
}

.country {
    display: none;
}

.sustainability {
    display: none;
}

.reference-photo {
    margin: 15px 30px 15px 0px;
    width: 200px;
}

/* CUSTOMIZE THE CAROUSEL
 * -------------------------------------------------- */

/* Carousel base class */
.carousel {
    position: relative;
    height: auto;
}

/* Since positioning the image, we need to help out the caption */

/* Declare heights because of positioning of img element */

.masthead-slash {
    bottom: 0px;
    position: absolute;
}

/* MARKETING CONTENT
 * -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

/* Featurettes
 * ------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
 * -------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

    .intro-header {
        top: 0;
        position: absolute;
        margin-bottom: 50px;
        height: 100px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .header-small-logo {
        display: none;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }

}

