/*--------------------- JAN 2015 UPDATES ---------------------*/
    .why-choose-block {
        padding-top: 40px;
    }
    .btn-md {
        font-size: 1.1em !important;
    }
    #brochure-links {
        margin-top: -100px;
    }
    .homepage-c2as #brochure-links .them-btns {
        margin-top: 40px;
    }
    .home #top-row.homepage-c2as {
        overflow: hidden;
    }
    #bottom-row h1 {
        font-size: 1.4em;
    }
    .prod-summary.space-heater {     
        background-size: 123% !important;   
        background: #fff url(../img/paloma/spaceheater-img.jpg) 76% 8px no-repeat;
    }
    .prod-summary.space-heater > .content {
        background: transparent url(../img/paloma/spaceheater-ftr.png) 50% 100% no-repeat;
    }
    @media screen and (min-width: 1200px) {
        .space-heating,
        .water-heating {
            padding: 10px 15px 0 80px !important;
        }
        .space-heating:before,
        .water-heating:before {
            background-position: 55% 50% !important;
        }
        #brochure-links,
        .why-choose-block {
            padding-left: 80px !important;
        }
        .home a.btn-u.btn-md {
            font-size: 1em !important;
        }
    }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
        .home a.btn-u.btn-md {
            font-size: 1em !important;
            padding: 8px 10px;
        }
    }
    @media screen and (min-width: 693px) and (max-width: 991px) {
        .space-heating .img-contain img {
            left: 0 !important;
        }
    }
    @media screen and (max-width: 991px){
        .home .why-choose-block {
            text-align: center;
        }
        #brochure-links {
            margin-top: -50px;
        }
        .homepage-c2as .no-pad-left {
            padding-left: 15px;
        }
        .home a.btn-u.btn-md {
            width: 100%;
        }
        .homepage-c2as #brochure-links .them-btns {
            text-align: center;
            margin-top: 20px;
        }
    }
    @media screen and (width: 693px){
        .home .col-md-6[class*="-heating"] {
            width: 50%;
        }
        .home .col-md-6[class*="-heating"] .col-xxs-7,
        .home .col-md-6[class*="-heating"] .col-xxs-5 {
            width: 100% !important;
        }        
        #bottom-row .col-md-6 .col-md-7 {
            padding-right: 0;
        }
    }
    @media screen and (min-width: 693px){
        .home #brochure-links > h1 {
            display: none; 
        }
    }
    @media screen and (max-width: 692px){
        .home #brochure-links:after {
            content: "";
            display: table;
            clear: both;   
        }
    }
    @media screen and (max-width: 505px){
        .home .why-choose-block h1.larger-header {
            line-height: 1em !important;  
        }
    }
    @media screen and (width: 480px){
        .space-heating .img-contain,
        .water-heating .img-contain,
        .space-heating > .col-xxs-7,
        .water-heating > .col-xxs-7,
        .space-heating > .col-xxs-5,
        .water-heating > .col-xxs-5 {
            width: 50% !important;
            float: left;
        }
    }
    @media screen and (max-width: 480px){
        .space-heating .img-contain img {
            left: 0 !important;
        }
    }
    @media screen and (max-width: 479px){
        #bottom-row {
            margin-top: 40px;
        }
    }
    @media screen and (max-width: 340px){
        .home #brochure-links [class*="them-"] {
            width: 100%;
            text-align: center;  
        }
    }

/*--------------------- DEC 2014 UPDATES ---------------------*/
	.home .content_area ul li {
		background: none;
		padding: 0;
	}
    h1.med-size {
        font-size: 29px;
    }
    h1.brd-btm {
        padding-bottom: 10px;
    }
    .call-to-action.btm {
        background: transparent url(../img/paloma/divider-bar1170.png) top center no-repeat;
    }
    .call-to-action.btm .container {
        background: transparent url(../img/paloma/divider-bar1170.png) bottom center no-repeat;
    }
    .centre-align {
        text-align: center;
    }
    .move-qrt-rt {
        padding-left: 25%;
    }
    .brd-btm {
        border-bottom: 1px solid #e5e5e5;
    }
    .no-pad-left {
        padding-left: 0;
    }
    .no-marg-left {
        margin-left: 0;
    } 
    .no-pad-right {
        padding-right: 0;
    }
    .no-marg-right {
        margin-right: 0;
    }   
    /*.call-to-action.btm {
        margin-top: -50px;
    }*/
    /*.flipbook-link,
    #bottom-row .col-md-6 .col-md-7 {
        position: relative;
        top: -75px;
    }*/
    .full-width {
        width: 100%;
    }
    .btn-u-blue {
        background: #236093 !important;
    }
    .inline {
        display: inline-block;
    }
    .inline h5 {
        margin: 0;
        line-height: 1em !important;
    }
    .normal-case,
    #bottom-row h1,
    #bottom-row h1 strong {
        text-transform: none;
    }
    .larger-header {
        font-size: 40px;
        margin-right: 20px;
    }

    .icon-bullets {
        list-style: none;
        text-transform: uppercase;
        margin: 4px 0 16px !important;
        display: block !important;
        padding-left: 0;
        font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    }
    .icon-bullets .service-icon {
        padding: 10px;
        width: 2em;
        display: inline-block;
        font-size: 1.1em;
        text-align: left;
        position: relative;
        top: 5px;
        background-size: contain !important;
        background-position: left center !important;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    i.icon-bullets .service-icon:before {
        height: 18px;
        display: block;
        background-size: contain;   
    }

    .space-heating,
    .water-heating {
        position: relative;
        padding: 10px 15px 0;
    }
    .space-heating:before,
    .water-heating:before {
        content: "";
        position: absolute;
        width: 200%;
        height: 200%;
        top: -50%;
        left: -50%;
        z-index: -1;
        background-size: contain;
        background: url('../../img/space-color-bg.png') 50% 50% no-repeat;
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .water-heating:before {
        background-image: url('../../img/water-color-bg.png');
    }
    @media screen and (max-width: 1200px) {
        #bottom-row > .col-md-12 {
            padding-bottom: 15px;
        }
    }
    @media screen and (max-width: 692px) {
        .space-heating:after,
        .water-heating:after {
            content: "";
            display: table;
            clear: both;
        }
        .water-heating {
            padding-top: 0 !important;
        }
    }
    @media screen and (min-width: 693px) and (max-width: 991px) {
        .space-heating:before,
        .water-heating:before {
            transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
        }
        .space-heating h1 .col-md-5,
        .water-heating h1 .col-md-4 {
            display: none;
        }
        .space-heating > h1,
        .water-heating > h1 {
            background: rgba(255,255,255,0.6) !important;
        }
        .space-heating > h1,
        .water-heating > h1,
        .icon-bullets,
        .space-heating .btn-u,
        .water-heating .btn-u,
        .img-contain {
            text-align: center;
        }
        .space-heating .btn-u,
        .water-heating .btn-u {
            width: 100%;
            margin-bottom: 10px;
        }
        .img-contain img {
            padding: 0 !important;
        }
        #bottom-row .col-md-6 .col-md-7 {
            top: 0;
        }
        #bottom-row > .col-md-12,
        h1.brd-btm {
            text-align: center;
        }
    }  
    @media screen and (min-width: 480px) and (max-width: 692px) {
        .water-heating,
        .water-heating.col-md-6 {
            margin-bottom: 0;
        }
        .img-contain {
            top: -45px;
        }
	    #bottom-row .no-pad-left {
	        padding-left: 0;
	    } 
    }   
    @media screen and (max-width: 479px) {
        .space-heating:before,
        .water-heating:before {
            transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
        }
        .space-heating h1 .col-md-5,
        .water-heating h1 .col-md-4 {
            display: none;
        }
        .space-heating > h1,
        .water-heating > h1 {
            background: rgba(255,255,255,0.6) !important;
        }
        .space-heating > h1,
        .water-heating > h1,
        .icon-bullets,
        .space-heating .btn-u,
        .water-heating .btn-u,
        .img-contain {
            text-align: center;
        }
        .space-heating .btn-u,
        .water-heating .btn-u {
            width: 100%;
        }
        .img-contain img {
            padding: 0 !important;
        }
        #bottom-row .col-md-6 .col-md-7 {
            top: 0;
        }
        h1.brd-btm {
            text-align: center;
        }
    }
    .space-heating .col-md-7 {
        /*padding: 0;*/
    }
    .space-heating > h1 {
        text-transform: none;
        background: rgba(255,255,255,0.4);
    }
    .space-heating > h1:after {
        display: table;
        content: "";
        clear: both;
    }
    /*.space-heating > h1 strong,
    #bottom-row h1 strong {
        font-size: 0.9em;
    }*/
    .space-heating .img-contain img {
        padding-left: 0;
        position: relative;
        top: -32px;
        left: -45px;
        text-align: left;
        margin-bottom: 15px;
    }
    .space-heating i.icon-rapid {
        background-image: url('../../img/rapid-heat_icon-red.png') !important;
        background-repeat: no-repeat;
    }
    .space-heating i.icon-airQual {
        background-image: url('../../img/air-qual_icon-red.png') !important;
        background-repeat: no-repeat;
    }
    .space-heating i.icon-demand {
        background-image: url('../../img/continuous-water_icon-red.png') !important;
        background-repeat: no-repeat;
    }
    .space-heating i.icon-value {
        background-image: url('../../img/value-savings_icon-red.png') !important;
        background-repeat: no-repeat;
    }
    .space-heating i.icon-rating {
        background-image: url('../../img/star-rating_icon-red.png') !important;
        background-repeat: no-repeat;
    }

    .water-heating > h1 {
        text-transform: none;
        background: rgba(255,255,255,0.4);
    }
    .water-heating > h1:after {
        display: table;
        content: "";
        clear: both;
    }
    /*.water-heating > h1 strong {
        font-size: 0.9em;
    }*/
    .water-heating .img-contain img {
        padding-right: 25%;
        position: relative;
        top: -41px;
        text-align: left;
    }

    @media screen and (max-width: 991px) { 
        .water-heating .img-contain img,
        .space-heating .img-contain img {
            top: 0;
        }    
    }
    @media screen and (min-width: 693px) { 
        .home .red-divider .container {
            background: none;
        }
        .home .red-divider .container > [class*="col-"] {
            height: 15px;
            background: url('../img/paloma/sm-pattern-arrow.png') top center no-repeat;
        }
    }
    @media screen and (max-width: 692px) {        
        .home .red-divider .container > [class*="col-"] {
            background: none;
            height: 0;
            margin-bottom: 0;
        }
    }

/*--------------------- APRIL 2014 UPDATES ---------------------*/

    .page-heading {
        height: auto !important;
        min-height: 53px;
        width: 100%;
        display: inline-table;
        background-size: cover !important;
    }

    .prod-select .headline {
        border-bottom: none;
    }
    .prod-select .headline img.icon {
        float: left;
        position: relative;
        top: -20px;
        width: 220px;
    }
    .content_area .prod-select ul.info-list > li {
        background: none !important;
        margin-bottom: 30px;
    }
    .content_area .prod-select ul.info-list li.plus-icon {
        background: url(../img/paloma/thin-red-arrow_right.png) left 3px no-repeat !important;
        background-size: 10px !important;
        }   
    .mega-number {
        font-size: 10rem;
        top: 5rem;
        left: -3rem;
        font-family: textileregular;
    }
    .info-part {
        border-left: #cf102d 1px solid;
    }
    .info-part p.lead, .info-set p.lead { 
        font-size: 2rem; 
    }
    .info-part .icons-hex_blue.smaller,
    .info-set .icons-hex_blue.smaller {
        padding-left: 5px;
    }

    li.listed-product.step-2 {
    padding: 0 !important;
    }

    li.listed-product.step-2 .prod-image,
    li.listed-product.step-2 .info-set { padding:0; }

    .info-set + a.btn-u {
    position: absolute;
    bottom: 20px;
    right: 45px;
    }

    body { font-size: 14px !important; line-height: 1.4em; }

    p { margin-bottom: 0 !important; }

    .breadcrumb .active a,
    footer .row.footer-blocks .col-md-4.part-of a.orange { 
        color: #cf102d !important; 
    }

    .big-az, .model-class, .call-to-action .container h2, .ls-layer .ls-s-1 h2, h1.prod-cat-heading span, .big-header, .lead, .prod-select .col-md-7 h4, .prod-select .col-md-7 p {
        font-weight: 300 !important;
    }

    @media screen and (min-width: 991px) and (max-width: 1200px){
        .carousel.slide.testimonials .col-md-8 {
            padding-left: 30px !important;
        }
    }

    @media screen and (min-width: 697px) and (max-width: 991px){
        .prod-summary {
            margin-top: 110px !important;
        }
        li.listed-product.step-2:first-child { border-right: 1px solid #e1e1e1; }
    }

    @media screen and (max-width: 535px) {
    .prod-select .headline,
    .prod-select .headline img.icon,
    .prod-select .headline img.icon + h1 { 
    float:none;
    text-align: center;
    position: initial;
    }
    }

    @media screen and (max-width: 400px) {
    .info-part a.btn-u { 
    width: 100%;
    text-align: center;
    }
    .showers {
        right: 15px !important;
        }
        .shower-icon {
        background-size: 80% !important;
        }
    }

    footer .more-link {
        font-family: 'open_sansbold' !important;
        padding-right: 18px !important;
    }
    footer .more-link:hover,
    footer .row.footer-blocks .col-md-4.part-of a.orange:hover {
        color: #fff !important;
    }
    footer .row.footer-blocks .col-md-4.part-of h4 + br { display: none; }
    footer p {
        font-size: 15px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
    footer h4 { 
        text-transform: none !important;
        font-size: 21px !important;
        padding-bottom: 15px !important;
        margin: 0 !important;
    }
    footer .row.footer-blocks .col-md-4.about, footer .row.footer-blocks .col-md-4.contact {
        min-height: 250px;
    }

    @media screen and (max-width: 991px){
        footer .container .row.footer-blocks .col-md-4.about, footer .container .row.footer-blocks .col-md-4.contact {
            min-height: none !important;
        }
        .showers {
        float: none !important;
        position: absolute;
        top: -10px;
        right: 0;
        }
        .shower-icon {
        height: 90px;
        background-size: 50%;
        float:right;
        }
        .info-list { padding-left:0; }
        .info-part {
        border-top: #cf102d 1px solid;
        border-left: none;
        margin-top: 60px;
        padding: 20px 0;
        }
        li.listed-product.step-2 { padding: 0 30px !important; }
        .mega-number {
        left: -1rem; 
        }
        .content_area .prod-select ul.info-list > li { padding-right:30px; margin-bottom: 40px; }
        .info-set { min-height:200px; }
        .info-set + a.btn-u {
        position: absolute;
        bottom: -40px;
        right: 15px;
        left: 15px;
        text-align: center;
        }
    }

    footer .row.footer-blocks .col-md-4.about p {
        padding-bottom: 0 !important;
    }

    /*--------------------- WATER HEATING PAGE ---------------------*/

    .page-heading h1 {
        margin-bottom: 5px;
    }

    .main-part {
        border-right: #e1e1e1 1px solid;
    }

    .main-part .prod-info {
        margin-bottom: 20px;
    }

    .main-part .prod-info:nth-child(3n) {
        border-right: none;
    }

    .main-part .prod-info .prod-content,
    .side-part .prod-info .prod-content {
        border-top: none !important;
    }

    .main-part .prod-info .row,
    .side-part .prod-info .row {
        border-bottom: none !important;
    }

    .inner.prod-text {
        padding: 0 15px;
        max-height: 45px;
        overflow: hidden;
        transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
    }

    .inner.prod-text.taller {
        max-height: 500px;
    }

    .inner.prod-text a.more-link {
        transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        position: absolute;
        right: 15px;
        top: 98px;
        font-weight: 400;
        font-size: 13px;
        text-transform: uppercase;
        padding-left: 50px;
        color: #cf102d;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(35%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

    .inner.prod-text a.more-link:hover {
        color: #555;
    }

    .inner.prod-text a.more-link:after {
        content: "Read More \00bb";
    }

    .inner.prod-text a.more-link.mover {
        position: inherit;
        float:right;
        padding-right: 0;
    }

    .inner.prod-text a.more-link.mover:after {
        content: "Close x";
    }

    h1.prod-cat-heading {
        line-height: 1.1em !important;
        margin-bottom: 10px !important;
    }

    @media screen and (min-width: 992px) and (max-width: 1200px) {
        h1.prod-cat-heading span {
            font-size: 30px !important;
        }
    }
    @media screen and (max-width: 991px) {
        .main-part {
            border-right: none;
        }
        .prod-info .prod-image.no-image {
            background-size: 70% auto !important;
        }
        .prod-info .prod-image {
            min-height: 300px !important;
        }
        .prod-info .prod-image img {
            max-height: 300px !important;
        }
        .prod-info .prod-content a.btn-u.more-icon {
            line-height: 1em;
            font-size: 16px !important;
            text-align: center;
            width: 100%;
            max-width: none;
            padding-left: 30px;
        }
        .prod-info .prod-content a.btn-u.more-icon:before {
            margin-left: -17px;
        }
        .prod-info .prod-content {
            border-top: none !important;
            background-image: none !important;
        }
    }
    @media screen and (max-width:767px) {
        .prod-info .prod-image.no-image {
            background-size: auto !important;
        }
        .prod-info .prod-image { 
            min-height: 300px;
        }
        .prod-info .prod-image img {
            max-height: 300px !important;
        }
        .prod-info .prod-content { margin-top: 0 !important; }
    }
    @media screen and (max-width: 600px) {
        .prod-info .prod-image.no-image {
            background-size: 75% auto !important;
        }
        .prod-info .prod-content a.btn-u.more-icon {
            position: initial;
        }
    }
    @media (max-width: 500px) {
        .col-xxxs-1,
        .col-xxxs-2,
        .col-xxxs-3,
        .col-xxxs-4,
        .col-xxxs-5,
        .col-xxxs-6,
        .col-xxxs-7,
        .col-xxxs-8,
        .col-xxxs-9,
        .col-xxxs-10,
        .col-xxxs-11,
        .col-xxxs-12 {
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          float:left !important;
        }
        
        .col-xxxs-1 {
          width: 8.333333333333332% !important;
        }
        
        .col-xxxs-2 {
          width: 16.666666666666664% !important;
        }
        
        .col-xxxs-3 {
          width: 25% !important;
        }
        
        .col-xxxs-4 {
          width: 33.33333333333333% !important;
        }
        
        .col-xxxs-5 {
          width: 41.66666666666667% !important;
        }
        
        .col-xxxs-6 {
          width: 50% !important;
        }
        
        .col-xxxs-7 {
          width: 58.333333333333336% !important;
        }
        
        .col-xxxs-8 {
          width: 66.66666666666666% !important;
        }
        
        .col-xxxs-9 {
          width: 75% !important;
        }
        
        .col-xxxs-10 {
          width: 83.33333333333334% !important;
        }
        
        .col-xxxs-11 {
          width: 91.66666666666666% !important;
        }
        
        .col-xxxs-12 {
          width: 100% !important;
        }
    }



/*--------------------- PRODUCT SELECT ---------------------*/

.prod-select-1 {}

.prod-select-1 ul.info-list,
.prod-select-2 ul.info-list {
    list-style: none;
    clear:both; padding-left: 0; margin-top:40px;
}

.big-header {
    font-size:4.4rem;font-weight:100;line-height: 4.4rem !important;
}

.shower-icon {
    float:left;
    background:transparent url(../img/paloma/shower-icon.png) 50% 50% no-repeat;
    height:120px;
    background-size: 60%; 
    margin-top: 15px;
}

.icons-hex_blue.smaller {
    padding-left: 10px;
    width:44px;
    line-height: 27px;
    background-size: 100%;
}


.form-group {
    display: table;
}

/*--------------------- STAFF PAGE ---------------------*/
.more-link {
    font-weight: 500;
    font-size: 15px;
    color: #4a4a4a;
    text-decoration: none;
    background: url(../img/paloma/arrow-right_grey.png) no-repeat 100% 50%;
    padding-right: 18px;
    background-size: 12px;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.more-link:hover {
    background-image: url(../img/paloma/arrow-right.png);
}
.row.people .block-item .staff-blurb {
    max-height: 56px;
    overflow: hidden;
}
.row.people .block-item {
    min-height: 300px;
    border-bottom: 1px solid #eaeaea;
}
.row.people .block-item img {
    box-sizing: border-box;
}
.row.people .block-item .block-img .image img.hide-me {
    display: none;
}
.row.people .block-item.col-md-6 {
    padding: 3.125% 3.125% 1% 3.125%;
}
.row.people .block-item .block-img .image:hover {
    border: 1px solid #cf102d !important;
}
.row.people .block-item .image {
    border: 1px solid rgb(255, 255, 255);
}
.clear {
    clear: both;
}
.chrome .row.people .block-item .block-text p, .opera .row.people .block-item .block-text p {
    padding-bottom: 12px;
}
.block-item .block-text p {
    font-size: 13px;
    color: #858585;
}
.block-item .block-text p.block-name {
    font-size: 18px;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 5px;
    padding-bottom: 0;
    line-height: 1;
}
.hide-me {
    display: none;
}
img.wide {
    max-height: 100% !important;
    max-width: none !important;
    height: 100% !important;
    width: auto !important;
}
img.tall {
    max-width: 100% !important;
    max-height: none !important;
    min-height: 60px !important;
    width: 100% !important;
    height: auto !important;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .row.people .block-item {
        min-height: 270px;
    }
}
@media screen and (min-width: 992px) {
    .row.people .block-item:nth-child(2n+1) {
        border-right: 1px solid #eaeaea;
    }
}
@media screen and (max-width: 991px) {
    .row.people .block-item .block-img .image {
        margin-bottom: 15px;
    }
    .row.people .block-item {
        min-height: 630px;
    }
}
@media screen and (max-width: 724px) {
    .row.people .block-item {
        min-height: 610px;
    }
}
@media screen and (max-width: 692px) {
    .row.people .block-item {
        min-height: 590px;
    }
    .row.people .block-item.col-md-6 {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 620px) {
    .row.people .block-item {
        min-height: 560px;
    }
}
@media screen and (max-width: 550px) {
    .row.people .block-item {
        min-height: 520px;
    }
}
@media screen and (min-width: 481px) {
    .row.people .block-item:nth-child(2n+1) {
        border-right: 1px solid #eaeaea;
    }
}
@media (max-width: 693px) and (min-width: 481px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12 {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      float:left !important;
    }
    
    .col-xxs-1 {
      width: 8.333333333333332% !important;
    }
    
    .col-xxs-2 {
      width: 16.666666666666664% !important;
    }
    
    .col-xxs-3 {
      width: 25% !important;
    }
    
    .col-xxs-4 {
      width: 33.33333333333333% !important;
    }
    
    .col-xxs-5 {
      width: 41.66666666666667% !important;
    }
    
    .col-xxs-6 {
      width: 50% !important;
    }
    
    .col-xxs-7 {
      width: 58.333333333333336% !important;
    }
    
    .col-xxs-8 {
      width: 66.66666666666666% !important;
    }
    
    .col-xxs-9 {
      width: 75% !important;
    }
    
    .col-xxs-10 {
      width: 83.33333333333334% !important;
    }
    
    .col-xxs-11 {
      width: 91.66666666666666% !important;
    }
    
    .col-xxs-12 {
      width: 100% !important;
    }
}



/*--------------------- CUSTOM FONTS ---------------------*/

@font-face {
    font-family: 'helvetica_neuethin_condensed';
    src: url('../fonts/HelveticaNeueThinCond/helventc-webfont.eot');
    src: url('../fonts/HelveticaNeueThinCond/helventc-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueThinCond/helventc-webfont.woff') format('woff'), url('../fonts/HelveticaNeueThinCond/helventc-webfont.ttf') format('truetype'), url('../fonts/HelveticaNeueThinCond/helventc-webfont.svg#helvetica_neuethin_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'textileregular';
    src: url('../fonts/Textile/textile-webfont.eot');
    src: url('../fonts/Textile/textile-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Textile/textile-webfont.woff') format('woff'), url('../fonts/Textile/textile-webfont.ttf') format('truetype'), url('../fonts/Textile/textile-webfont.svg#textileregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------- OVERRIDES ---------------------*/

[class^="icon-"] {
    margin-right: 5px;
}
.panel-red {
    border-color: #cf102d !important;
}
.btn-u-red:hover {
    background: #a5182d !important;
}
.panel-red > .panel-heading,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #cf102d !important;
}
.btn-danger {
    background-color: #cf102d !important;
    border-color: #c60e2a !important;
}
.btn-danger:hover {
    background-color: #a5182d !important;
    border-color: #9a1428 !important;
}
.alert-info {
  background-color: rgba(0, 86, 149, 0.2) !important;
  border: none !important;
  color: #005695;
}
a.btn-u {
    padding: 8px 13px;
}
.header .navbar-right .dropdown-submenu li:last-child a:hover {
    border-radius: 0 0 3px 3px !important;
    -o-border-radius: 0 0 3px 3px !important;
    -moz-border-radius: 0 0 3px 3px !important;
    -webkit-border-radius: 0 0 3px 3px !important;
}

/*--------------------- MEDIA QUERIES ---------------------*/

@media screen and (max-width: 991px) {
    .col-md-6 > .col-md-6 {
        width: 100%;
        float: left;
        clear: both;
    }
    .col-md-6 {
        width: 50%;
        float: left;
    }
    footer .view-brochure .brochure-link h3 {
        font-size: 1.5rem!important;
    }
    .prod-summary {
        margin-top: 40px !important;
        background-position: 0 -150px !important;
        background-size: cover !important;
    }
    .prod-summary .content {
        padding: 20px 20px 20px 20px !important;
    }
    .prod-summary .content h3, .prod-summary .content .h3, .prod-summary .content h4, .prod-summary .content .h3 {
        padding: 10px;
        background: rgba(255,255,255,0.8);
    }
    .features-specs {
        padding: 10px 10px 10px 15px;
        background: rgba(255,255,255,0.8);
        margin-top: -9px;
    }
    .testimonials .carousel-control.right {
        left: 94% !important;
    }
    .panel-body .this-high {
        min-height: 0 !important;
        margin-bottom: 30px;
    }
    .documents {
        background: none !important;
    }
    .no-image {
        background-size: auto !important;
    }
}
@media screen and (max-width: 697px) {
    .price-display {
        float: none !important;
    }
}
@media screen and (min-width: 692px) {
    .prod-image.col-md-4 {
        width: 33.33333333333333%;
        float: left;
    }
    .prod-details.col-md-8 {
        width: 66%;
        float: right;
    }
}
@media screen and (max-width: 692px) {
    .col-md-6 {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .col-md-6 > .col-md-6 {
        float: none;
        margin-bottom: 15px;
    }
    .homepage-c2as .col-md-6 .col-md-6:last-child {
        border-top: 1px solid #e5e5e5;
        border-left: none;
    }
    footer .brochure-link {
        top: -267px!important;
    }
    .testimonials .carousel-control.right {
        left: 93% !important;
    }
    .col-md-6.b-footer-logo {
        text-align: center !important;
        margin: 20px 0 0 0 !important;
    }
    footer .brochure-link h3 {
        display: none;
    }
    footer .brochure-link {
        top: -197px!important;
    }
    footer .b-touch {
        text-align: center !important;
    }
    footer .get-touch {
        float: none !important;
    }
    .service .service-icon {
        float: left;
        width: 100px;
    }
    .service .desc h4 {
        min-height: 0;
    }
    span.ls-s-1,
    .ls-nav-prev,
    .ls-nav-next,
    .ls-bottom-slidebuttons {
        display: none !important;
    }
    .footnote {
        width: 100% !important;
    }
}
@media screen and (max-width: 630px) {
    .search-zone,
    .breadcrumb {
        width: 100% !important;
    }
    .breadcrumb {
        padding-left: 0 !important;
    }
    .search-zone .date {
        float: left !important;
    }

}
@media screen and (max-width: 576px) {
    .testimonials .carousel-control.right {
        left: 91% !important;
    }
}
@media screen and (max-width: 576px) {
    .col-md-6.b-touch {
        text-align: center !important;
    }
    footer .get-touch {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 440px) {
    .page-heading .prod-code > h1 {
        font-size: 1.6em !important;
        margin-top: 8px !important;
        margin-top: 8px;
    }
    .prod-code > h1 small {
        font-size: 14px !important;
    }
    body:not(.home) .header-wrapper {
        background-position: 50% 0 !important;
        background-size: 100% !important;
    }
}
@media screen and (max-width: 424px) {
    i.icons-print {
        display: none;
    }
}
@media screen and (max-width: 412px) {
    .testimonials .carousel-control.right {
        left: 89% !important;
    }
}
@media screen and (max-width: 400px) {
    footer .water-units img.units {
        width: 70%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 370px) {
    .testimonials .carousel-control.right {
        left: 87% !important;
    }
    .page-heading .prod-code.pull-right {
        float: left !important;
    }
    .page-heading .prod-code > h1,
    .page-heading .prod-code > h1 small {
        color: #333 !important;
        text-shadow: none !important;
    }
    .navbar-default .navbar-toggle {
        width: 100%;
        margin: -30px 0 20px 0 !important;
    }
    .container > .navbar-header {
        margin-left: 0 !important;
    }
    .navbar > .container .navbar-header .navbar-brand {
        width: 100% !important;
        text-align: center !important;
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 360px) {
    .navbar > .container .navbar-brand {
        margin: 0 auto !important;
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .testimonials .carousel-control.right {
        left: 85% !important;
    }
}
/*--------------------- GLOBAL ---------------------*/

body:not(.home) .header-wrapper {
    height: 200px;
    background: url(../img/paloma/background-image.jpg) 50% -320px no-repeat;
}
.header-wrapper {
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.4em !important;
    text-transform: uppercase;
}
h1,
.h1 {
    font-size: 2.2em;
}
h4,
.h4 {
    font-size: 1.35em !important;
}
h5,
.h5 {
    font-weight: bold !important;
    font-size: 1.2em !important;
}
sub, sup {
    font-size: 60%;
}
.on-top { z-index: 100 !important;}
.navbar-nav > li {
    margin-bottom: -1px;
}
.navbar-nav a {
    text-decoration: none !important;
}
.white {
    color: #fff !important;
}

.content_area .red strong,
.red {
    color: #cf102d !important;
}
.blue {
    color: #125688 !important;
}
footer .red {
    color: #ff0024 !important;
}
.orange {
    color: #e1933a !important;
}
.no-marg {
    margin: 0 !important;
}
a {
    color: #cf102d;
    font-weight: 400;
}
p a {
    text-decoration: underline;
}
a:hover { text-decoration: none; }
.big-az {
    font-size: 2.4em;
    font-weight: 200;
}
.big-arrow.red {
    padding-left: 28px;
    margin: 20px 0 25px 0;
    background: url(../img/paloma/thin-red-arrow_right.png) left 10px no-repeat;
}
.footnote:before {
    content: '*';
    margin-left: -9px;
    padding-right: 5px;
}
.footnote {
    width: 60%;
    padding-left: 8px;
    font-size: 11px;
    font-style: italic;
}
.top-grey-brdr {
    border-top: 1px solid #e5e5e5;
}
.page-heading {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.84);
    height: 53px;
    margin-bottom: 40px;
    border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    background: url(../img/paloma/heading-bg.png) center top no-repeat;
}
.page-heading h1 {
    margin-top: 5px !important;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.84);
}
.page-heading h1 small {
    font-weight: 300;
    color: #fff;
}
.icons-hex_white {
    width: 43px;
    display: inline-block;
    padding-left: 6px;
    color: #cf102d;
    line-height: 43px;
    top: -3px;
    position: relative;
    text-align: left;
    font-family: textileregular;
    font-size: 0.56em;
    background: url(../img/paloma/icon_sm-white_bg.png) 0 3px no-repeat;
}
.icons-hex_blue {
    width: 75px;
    line-height: 54px;
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px;
    color: #fff;
    font-family: textileregular;
    background: url(../img/paloma/icon_lrg-blue_bg.png) center center no-repeat;
}
.icons-print {
    width: 30px;
    height: 36px;
    display: inline-block;
    margin-right: 12px;
    padding-top: 5px;
    vertical-align: middle;
    background: url(../img/paloma/Print-icon.png) center center no-repeat;
}
.grey-striped_title {
    color: #333;
    font-size: 1.4em;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 53px !important;
    height: 53px;
    padding-left: 20px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    background: url(../img/paloma/heading-bg-lightgrey.png) center top no-repeat;
}
.button-icon-wrap {
    padding-top: 13px;
}
.pseudo-btn {
    font-size: 1.4em;
    text-decoration: underline;
}
.pseudo-btn:hover {
    text-decoration: none;
}
.panel {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.padded {
    padding: 20px;
}
ul.starred {
    list-style: none;
    padding: 10px 20px 0;
}
ul.starred li {
    padding-left: 15px;
    margin-bottom: 5px;
    line-height: 1.1em;
}
ul.starred li:before {
    content: "*";
    color: #333;
    font-size: 21px;
    font-weight: bold;
    margin-left: -14px;
    margin-right: 5px;
}

.this-high {
    min-height: 230px;
}

.documents {
    background: transparent url(../img/paloma/divider.png) left center no-repeat;
}


/*--------------------- TOP LEVEL ---------------------*/

.top {
    margin-bottom: -34px;
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.2) !important;
    /*    background: url(../img/paloma/orphan-nav_bg.png) top center repeat-x;*/
}
.header {
    /*padding-top: 80px;*/
    min-height: 131px;
    background: url(../img/paloma/top-shadow_bg.png) top center repeat-x;
}
#topcontrol {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#topcontrol:hover {
    opacity: 0.6 !important;
    -o-opacity: 0.6 !important;
    -moz-opacity: 0.6 !important;
    -webkit-opacity: 0.6 !important;
}
body:not(.home) .container.main {
    padding-bottom: 100px;
}

/*.container.main {
    background: url(../img/paloma/flame-water.jpg) bottom center no-repeat;
}*/
.row.divider {
    height: 20px;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    clear: both;
    background: transparent url(../img/paloma/divider-bar1170.png) center center no-repeat;
}
.features {
    margin-top: 20px;
}
.service-alternative {
    text-align: center;
}
.service a:hover {
    transition: all 0.2s;
    text-decoration: none;
}
.service a:hover i[class*="icon"] {
    opacity: 0.7;
}
i.icon-demand {
    background: transparent url(../img/paloma/continuous-water_icon.png) center center no-repeat !important;
}
i.icon-value {
    background: transparent url(../img/paloma/value-savings_icon.png) center center no-repeat !important;
}
i.icon-space {
    background: transparent url(../img/paloma/space-managment_icon.png) center center no-repeat !important;
}
i.icon-control {
    background: transparent url(../img/paloma/control-icon.png) center center no-repeat !important;
}
i.icon-warranty {
    background: transparent url(../img/paloma/warranty_icon.png) center center no-repeat !important;
}
i.icon-rating {
    background: transparent url(../img/paloma/star-rating_icon.png) center center no-repeat !important;
}

.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    outline: none !important;
}

/*--------------------- TOP BAR ---------------------*/

.social {
    margin-left: 3px;
}
.social a {
    height: 28px;
    width: 28px;
    position: relative;
    top: -5px;
    display: inline-block;
}
.social.youtube a {
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-indent: -10000px;
    background: url(../img/paloma/YouTube-top.png) center center no-repeat;
}
.social.youtube a:hover {
    opacity: 0.7;
}
/*--------------------- MAIN-NAV ---------------------*/

.header .navbar .container {
    padding-top: 80px;
    background: url(../img/paloma/main-nav_bg.png) bottom right no-repeat;
}
.header .navbar .container .nav.navbar-nav {
    border-bottom: 1px solid #fff;
}
.navbar > .container .navbar-brand {
    margin-left: 0 !important;
}
.header .navbar-brand {
    padding-bottom: 0 !important;
}
.header .navbar-default .navbar-nav > li > a:hover,
.header .navbar-default .navbar-nav > .active > a {
    border-bottom: solid 5px #cf102d !important;
}
.header .navbar-default .navbar-nav > li > a:hover,
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
    color: #cf102d !important;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus,
.header .navbar-default .navbar-nav > li > a:hover {
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 3px 3px 0 0 !important;
    -o-border-radius: 3px 3px 0 0 !important;
    -moz-border-radius: 3px 3px 0 0 !important;
    -webkit-border-radius: 3px 3px 0 0 !important;
}
.header .navbar-right > li:last-child .dropdown-menu {
    right: 0;
}
.header .navbar-right > li:last-child .dropdown-menu li.dropdown-submenu .dropdown-menu {
    right: 100% !important;
    left: auto;
}
@media (max-width: 766px) {
    .header .navbar-default .navbar-nav > li > a {
        padding: 9px 14px 9px 26px !important;
    }
}
@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
    }
    .navbar-toggle {
        display: none;
    }
    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > li > a:focus, 
    .header .navbar-default .navbar-nav > .active > a, 
    .header .navbar-default .navbar-nav > .active > a:hover, 
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: none;
    }
}
@media (max-width: 991px) {
    .header .navbar .container {
        background: none;
    }
    .navbar-collapse {
        max-height: none !important;
    }
    .container > .navbar-header {
        width: 100%;
    }
    .navbar-toggle {
        margin-right: 0;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    .navbar-toggle .icon-bar {
        margin-right: 0;
    }
    .header .navbar-default .navbar-nav > li > a {
        background: rgba(255, 255, 255, 1);
    }
    .header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > .active > a {
        border-bottom: none !important;
    }
    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus,
    .navbar-nav .open .dropdown-menu {
        background: rgba(255, 255, 255, 1) !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none !important;
    }
    .header .navbar-default .navbar-nav > li > a {
        color: #777 !important;
    }
    .dropdown-menu > li > a {
        font-weight: 300;
    }
    .dropdown.open .dropdown-menu .dropdown-submenu .dropdown-menu {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 35px;
    }
    .dropdown.open .dropdown-menu .dropdown-submenu .dropdown-menu a {
        padding-left: 50px !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
        color: #cf102d !important;
        background-color: #fff;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav > li {
        float: none;
    }
    .header .navbar-default .navbar-nav > li > a, .header .navbar-default .navbar-nav > li > a:focus {
        border-bottom: none;
    }
    .navbar-right {
        float: none !important;
    }
    .header .navbar-nav {
        position: relative !important;
        float: none !important; 
    }
}
@media (max-width: 769px) {
    .navbar > .container .navbar-brand {
        margin-left: 15px !important;
    }
}
@media (max-width: 355px) {
    .navbar > .container .navbar-brand {
        width: 100% !important;
    }
}
/*--------------------- SEARCH ---------------------*/

.search-zone {
    width: 50%;
}
.search-zone .input-group {
    width: 33%;
    height: 34px;
    padding: 2px 12px 2px 2px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-zone .input-group .form-control {
    background-color: transparent;
    border: none;
}
.search-zone .input-group .form-control:focus {
    border-color: none;
    box-shadow: none;
}
.search-zone .btn-u {
    padding: 0;
    color: #333 !important;
    background: none;
}
.search-zone .btn-u:hover {
    padding: 0;
    color: #999 !important;
    background: none;
}
p.date {
    margin: 10px 10px 0 0;
}
/*--------------------- SLIDER ---------------------*/
.layer-slider h1,
.layer-slider h2,
.layer-slider h3,
.layer-slider h4,
.layer-slider h5,
.layer-slider h6,
.layer-slider .h1,
.layer-slider .h2,
.layer-slider .h3,
.layer-slider .h4,
.layer-slider .h5,
.layer-slider .h6 {
    line-height: 1.1em !important;
}
.ls-layer .ls-s-1 h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    color: #fff;
    z-index: 10;
    padding: 0;
    font-size: 3.9em;
    line-height: 1em !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    -o-text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    -ms-text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    -moz-text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    -webkit-text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.ls-layer .ls-s-1 p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    top: 300px;
    color: #696969;
    overflow: hidden;
}
.ls-layer a.btn-u.btn-u-white-opaque.ls-s1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100 !important;
    padding: 9px 20px;
    font-size: 20px;
    color: #cf102d !important;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
    left: 15%;
    bottom: 10%;
    text-align: left !important;
}
.red-divider {
    background: url(../img/paloma/sm-pattern5x5.png) top center repeat-x;
}
.red-divider .container {
    height: 15px;
    background: url(../img/paloma/sm-pattern-arrow.png) top center no-repeat;
}
.slider-content-wrapper {
    background: #000;
}
.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
    top: 55% !important;
}
.ls-layer .ls-s-1 {
    top: 175px !important;
    width: 35% !important;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1701px) {
    .ls-layer .ls-s-1 {
        left: 18% !important;
    }
}
@media screen and (min-width: 1501px) and (max-width: 1700) {
    .ls-layer .ls-s-1 {
        left: 15% !important;
    }
}
@media screen and (min-width: 1331px) and (max-width: 1500) {
    .ls-layer .ls-s-1 {
        left: 8% !important;
    }
}
@media screen and (min-width: 1231px) and (max-width: 1330px) {
    .ls-layer .ls-s-1 {
        left: 5% !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1230px) {
    .ls-layer .ls-s-1 {
        left: 2% !important;
    }
    .ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
        top: auto !important;
        bottom: 10% !important;
    }
}
@media screen and (min-width: 1170px) and (max-width: 1199px) {
    .ls-layer .ls-s-1 {
        left: 9% !important;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1169px) {
    .ls-layer .ls-s-1 {
        left: 8% !important;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1099px) {
    .ls-layer .ls-s-1 {
        left: 5% !important;
        width: 40% !important;
    }
}
@media screen and (min-width: 991px) and (max-width: 1050px) {
    .ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
        top: auto !important;
        bottom: 10% !important;
    }
}
@media screen and (min-width: 991px) and (max-width: 1000px) {
    .ls-layer .ls-s-1 {
        left: 2% !important;
        width: 43% !important;
    }
}
@media screen and (min-width: 951px) and (max-width: 990px) {
    .ls-layer .ls-s-1 {
        left: 12% !important;
        top: 170px !important;
        width: 40% !important;
    }
}
@media screen and (min-width: 916px) and (max-width: 950px) {
    .ls-layer .ls-s-1 {
        left: 11% !important;
        top: 170px !important;
        width: 40% !important;
    }
}
@media screen and (min-width: 901px) and (max-width: 915px) {
    .ls-layer .ls-s-1 {
        left: 9% !important;
        top: 170px !important;
        width: 40% !important;
    }
}
@media screen and (min-width: 871px) and (max-width: 900px) {
    .ls-layer .ls-s-1 {
        left: 9% !important;
        top: 170px !important;
        width: 40% !important;
    }
}
@media screen and (max-width: 890px) {
    .ls-bottom-nav-wrapper, .ls-below-thumbnails {
        text-align: center !important;
        left: 0 !important;
    }
    .ls-fullwidth .ls-bottom-slidebuttons {
        top: 0 !important;
    }
}
@media screen and (min-width: 788px) and (max-width: 870px) {
    .ls-layer .ls-s-1 {
        left: 7% !important;
        top: 170px !important;
        width: 45% !important;
    }
}
@media screen and (min-width: 692px) and (max-width: 787px) {
    .ls-layer .ls-s-1 {
        left: 2% !important;
        top: 165px !important;
        width: 50% !important;
    }
}
@media screen and (max-width: 410px) {
    .top ul.loginbar {
        text-align: center !important;
    }
}
@media screen and (max-width: 397px) {
    .layer_slider {
        margin-top: -195px !important;
    }
}
/*--------------------- CAROUSEL ---------------------*/

.testimonials .carousel-inner {
    padding: 20px 60px;
}
.testimonials .carousel-inner h2 {
    font-weight: 300;
    font-size: 2.6em;
    text-transform: capitalize;
}
.testimonials.testimonials-v1 .item,
.testimonials.testimonials-v1 .item .no-image {
    min-height: 170px;
}
.testimonials.testimonials-v1 .item p {
    padding: 0;
    font-size: 13px;
    font-style: normal;
    position: relative;
    background: none;
}
.testimonials .carousel-control {
    text-align: left;
}
.testimonials .carousel-arrow {
    top: -120px;
    position: relative;
}
.testimonials .carousel-control.left {
    left: 0;
}
.testimonials .carousel-control.right {
    left: 95%;
}
.testimonials .carousel-arrow .left i {
    background: transparent url(../img/paloma/arrow-left.png) center center no-repeat;
}
.testimonials .carousel-arrow .left:hover i {
    background: transparent url(../img/paloma/arrow-left_over.png) center center no-repeat;
}
.testimonials .carousel-arrow .right i {
    background: transparent url(../img/paloma/arrow-right.png) center center no-repeat;
}
.testimonials .carousel-arrow .right:hover i {
    background: transparent url(../img/paloma/arrow-right_over.png) center center no-repeat;
}
.testimonials .carousel-arrow i {
    width: 41px;
    height: 41px;
    padding: 0;
    text-indent: -10000px;
    display: block;
}
/*--------------------- ACCORDION ---------------------*/

.acc-v1 .panel-heading {
    padding: 0;
    box-shadow: none;
}
.acc-v1 .panel-heading a.accordion-toggle,
.acc-v1 .panel-heading a.accordion-toggle.collapsed {
    display: block;
    font-size: 1em;
    color: rgba(51, 51, 51, 0.50);
    text-shadow: none;
    text-transform: uppercase;
    line-height: 53px !important;
    height: 53px;
    padding-left: 20px;
    text-decoration: none;
    background: url(../img/paloma/heading-bg-lightgrey.png) center top no-repeat;
}
.acc-v1 .panel-heading a.accordion-toggle:hover,
.acc-v1 .panel-heading a.accordion-toggle.collapsed:hover {
    color: rgba(51, 51, 51, 0.88);
    text-decoration: none;
    background: url(../img/paloma/heading-bg-dark-grey.png) center top no-repeat;
}
.acc-v1 .panel-heading a[class$="collapsed"] {} .acc-v1 .panel-heading a:not(.accordion-toggle.collapsed) {
    background: rgba(18, 86, 136, 0.90);
    color: #fff;
    background-image: none;
}
.acc-icon a.accordion-toggle i {
    color: #585f69;
    margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
    color: #39414c;
}
.acc-v1 .panel-default .expand-toggle-icon:after {
    content: "+";
    margin-right: 20px;
}
.panel.panel-default.open,
.panel.panel-default.open .panel.panel-default {
    border: none;
}
.acc-v1 .panel-default.open .expand-toggle-icon:after {
    color: #fff;
    content: "-";
    margin-right: 20px;
}
.panel-default.open > .panel-collapse {
    background: #e8eef2;
    border-bottom: 5px solid #296794;
}
.panel-default.open > .panel-heading {
    background-color: #296794;
}
.panel-default.open > .panel-heading a.accordion-toggle,
.panel-default.open > .panel-collapse .panel-heading a.accordion-toggle {
    color: #fff;
    background: none;
    text-decoration: none;
}
.panel-default.open > .panel-collapse .panel-heading a.accordion-toggle {
    font-weight: 200;
}
.panel-default.open > .panel-collapse .panel-heading {
    background-color: #969696;
}
.panel-default.open > .panel-collapse .panel-collapse {
    background: #efefef;
    border-bottom: 5px solid #969696;
}
.panel-body .row { /* For when col classes aren't used */
    margin-left: 0;
    margin-right: 0;
}

/*--------------------- HOMEPAGE ---------------------*/

.homepage-c2as .img-small {
    height: 140px;
    display: block;
}
.homepage-c2as .col-md-6 .col-md-6:last-child {
    border-left: 1px solid #e5e5e5;
}

/*--------------------- PRODUCT PAGE ---------------------*/

.half {
    width: 50%;
}
.prod-info {
    border-right: solid 1px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.prod-info:last-child {
    border-right: none;
}

.prod-info .prod-image { 
    min-height: 200px;
    margin-bottom: 10px; 
    text-align: center;
}

h1.prod-cat-heading {
    font-size: 29px;
    text-transform: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding: 0 15px;
}
h1.prod-cat-heading span {
    font-size: 32px;
    font-weight: 200;
}

.prod-info h2 {
    font-size: 22px;
    margin-left: 15px;
    margin-right: 15px;
}

.prod-info .prod-image img { 
    max-height: 200px;
}

.prod-select .col-md-7 h4 {
    font-size: 24px !important;
    font-weight: 200;
    margin-bottom: 5px;
    line-height: 1.1em !important;
}

.prod-select .col-md-7 p {
    font-size: 13px !important;
    font-weight: 300;
}

.prod-select .col-md-2 a.btn-u {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.more-icon:before {
    font-family: 'Glyphicons Halflings';
    content: "\2b";
    font-size: 12px;
    text-align: left;
    margin-right: 5px;
}

.col-md-6.brochures {
    border-left: solid 1px rgba(0,0,0,0.1);
}

.col-md-6.brochures img {
    margin-top: 31px;
    max-height: 220px;
}

.brochure-list ul {
    list-style: none;
    padding-left: 0;
}

.brochure-list ul li {
    line-height: 27px;
}

.brochure-list ul li > a {
    color: #005695;
    text-decoration: none;
}

.brochure-list ul li > a:hover {
    color: #cf102d;
}

.brochure-list ul li > a:before {
    font-family: FontAwesome;
    content: "\f15c";
    margin-right: 6px;
    font-size: 27px;
}

.prod-info .prod-content,
.prod-info .brochure-list {
    margin-top: 20px;
    border-top: solid 1px rgba(0,0,0,0.1);
    background: url(../img/paloma/top-shadow.png) center top no-repeat;
    background-size: 100% auto;
}

.prod-info .prod-content .inner,
.prod-info .brochure-list .inner {
    min-height: 120px;
    padding: 20px 10px 0 10px;
}

.prod-info .prod-content a.btn-u {
    width: 100%;
    text-align: center;
}

.prod-info .row {
    margin-left: 0;
    margin-right: 0;
}

.prod-image.col-sm-4,
.prod-content.col-sm-8,
.prod-wrap {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 991px) {
    .prod-image.col-sm-4,
    .prod-content.col-sm-8,
    .brochure-list.col-sm-8 {
        width: 100% !important;
        float: none !important;
    }
    .brochures .prod-image.col-sm-4 {
        width: 33.33333333333% !important;
    }
}
@media screen and (max-width: 990px) {
    .prod-info .prod-content a.btn-u {
        max-width: 244px;
    }
    .prod-info {
        border-right: none;
        margin-bottom: 15px;
    }
    .prod-info .row {
        padding-bottom: 15px;
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .prod-info h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .prod-select .col-md-3,
    .prod-select .col-md-7,
    .prod-select .col-md-2 {
        float: left !important;
    }
    .col-md-6.prod-wrap,
    .col-md-6.brochures {
        width: 100%;
        float: none;
        border-left: none;
    }
    .prod-info.col-md-3:last-child .row {
        padding-bottom: 0;
        border-bottom: none;
    }
}
@media screen and (min-width: 530px) and (max-width: 767px) {
    .prod-image.col-sm-4,
    .prod-info .col-sm-4 {
        float: left !important;
        width: 33.33333333333333% !important;
    }
    .prod-image.col-sm-8,
    .prod-info .col-sm-8 {
        float: left !important;
        width: 66.66666666666666% !important;
    }
}
@media screen and (max-width: 737px) {
    .prod-select .col-md-3,
    .prod-select .col-md-7,
    .prod-select .col-md-2 {
        width: 50% !important;
    }
    .prod-select .col-md-2 {
        float: right!important;
    }
}
@media screen and (max-width: 540px) {
    .prod-select .col-md-3,
    .prod-select .col-md-7,
    .prod-select .col-md-2 {
        width: 100% !important;
        float: none;
    }
    .prod-select .col-md-3 {
        text-align: center;
    }
    .prod-select .col-md-7 h4 {
        margin-bottom: 8px;
    }
    .prod-select .col-md-7 p {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 529px) {
    .prod-info .prod-content .inner {
        min-height: 0;
    }
    .prod-info .prod-content a.btn-u {
        max-width: 100%;
    }
    .prod-info {
        margin-bottom: 30px;
    }
}
/*--------------------- PRODUCT DETAILS ---------------------*/

.pricing-print {
    margin-top: 20px;
    padding-top: 20px;
    clear: both;
}
.prod-summary {
    border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    background: #e5f5f7 url(../img/paloma/hands-img.jpg) -45px -130px no-repeat;
}
.prod-summary .content {
    padding: 165px 20px 20px 20px;
}
.prod-summary .content h3,
.prod-summary .content .h3,
.prod-summary .content h4,
.prod-summary .content .h3 {
    text-transform: uppercase;
    font-weight: 300;
}
.model-class {
    color: rgba(105, 105, 105, 0.40);
    font-weight: 200;
    font-size: 1em;
}
.price-display {
    float: left;
    padding-left: 12px;
    margin-right: 40px;
    display: inline-block;
    border-left: #515052 4px solid;
}
.price-display h1 {
    font-size: 2.5em;
    line-height: 1em !important;
    font-weight: 300;
    margin-bottom: 0 !important;
}
.prod-select h4 {
    text-transform: none;
    font-weight: 300;
}
.prod-select img {
    width: 100%;
    max-width: 300px;
}
.no-image {
    display: block;
    background: url(../img/paloma/no-image.png) center center no-repeat;
    background-size: 70% auto;
}
.servive-block .prod-image.no-image {
    min-height: 300px;
}
.prod-image.col-md-4 {
    text-align: center;
}
/*--------------------- SIDE BAR ---------------------*/
.features-specs {
    list-style: none;
    padding-left: 15px;
    border-left: 1px solid #ed1f27;
}

.features-specs li {
    margin: 0;
}

ul.features-specs:first-of-type li {
    background: url(../img/paloma/pseudo-brdr.png) 65% 0 repeat-y;
}

.features-specs li p {
    margin: 0;
    padding: 4px 0;
}

.features-specs .checklist {
    width: 35%;
    float: right;
    color: #ed1f27;
    margin-top: -6px;
    padding: 6px 0 7px 20px;
    /*border-left: 1px solid #b5b5b5;*/
}

.features-specs li:first-child .checklist {
    padding: 2px 0 7px 20px;
    margin-top: -2px;
}

.features-specs li:last-child .checklist {
    padding: 6px 0 2px 22px;
}

.features-specs .checklist.rating {
    /*padding-left: 8px;*/
}

.icon-correct:before {
    content: "\f00c";
}


/*--------------------- CALL TO ACTIONzzz ---------------------*/

.call-to-action {
    color: #222;
    text-align: center;
    background: transparent url(../img/paloma/div-bar.png) top center no-repeat;
    min-height: 121px;
}
.call-to-action .container {
    margin-bottom: 3em;
    padding: 40px 0 34px 0;
    background: transparent url(../img/paloma/div-bar.png) bottom center no-repeat;
}
.call-to-action .container h2 {
    font-weight: 100 !important;
    font-size: 2em;
    /*    line-height: 3.8em !important;*/
}
/*--------------------- FOOTER ---------------------*/

footer {
    background: url(../img/paloma/footer-bg.jpg) repeat;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    color: #fff !important;
    margin-bottom: -5px;
    font-family: 'helvetica_neuethin_condensed' !important;
}
footer p {
    color: #fff;
}
footer h4 {
    font-size: 21px;
    padding-bottom: 15px;
    font-weight: bold;
    font-family: 'helvetica_neuethin_condensed' !important;
}
footer a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #cf102d;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    opacity: 0.7;
    -o-opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
footer p {
    font-size: 1.16em;
}
footer .row > div {
    padding-left: 30px;
    padding-right: 30px;
}
footer .row.view-brochure {
    margin: 0;
}
footer .view-brochure .red-bar {
    height: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    background: url(../img/paloma/red-pattern_bg.png) repeat;
}
footer .view-brochure .red-bar-arrow {
    content: '';
    content: none;
    display: block;
    height: 10px;
    margin-top: 0;
    padding-top: 0;
    background: url(../img/paloma/red-pattern-arrow_bg.png) top center no-repeat;
}
footer .view-brochure .brochure-link {
    text-align: right;
}
footer .view-brochure .brochure-link h3 {
    font-size: 2rem;
    margin-top: 15px;
    padding-right: 10px;
}
footer .view-brochure .brochure-link h3 a {
    margin-top: -5px;
    margin-right: 10px;
}
footer .b-footer-logo {
    padding: 25px 0 0;
}
footer .b-touch {
    padding-top: 35px;
    text-align: right;
    line-height: 37px;
    font-size: 21px;
}
footer .get-touch {
    display: inline-block;
    float: right;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1em;
    margin-left: 20px;
    padding: 4px 10px 0;
    border-radius: 3px !important;
    background: url(../img/paloma/red-pattern_bg.png) repeat;
}
footer .get-touch:hover {
    text-decoration: none;
    opacity: 1;
    background: url(../img/paloma/blue-pattern_bg.png) repeat;
}
footer .more-link {
    color: #cf102d;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    padding-right: 20px;
    background: url(../img/paloma/more-link-bg-hover.png) no-repeat 100% 50%;
}
footer .more-link:hover {
    color: #fff;
    background: url(../img/paloma/more-link-bg-hover-footer.png) no-repeat 100% 50%;
}
footer .red-bar .row > div.water-units {
    padding-left: 10px;
    z-index: 100;
}
footer .red-bar .row > div.brochure-link {
    padding-right: 10px;
}
footer .red-bar .row > div.brochure-link h3 {
    text-transform: initial;
}
footer .water-units {
    top: -80px;
    position: relative;
    height: 100px;
    padding-left: 10px;
}
footer .water-units img.units {} footer .brochure-link {
    top: -127px;
    height: 100px;
    position: relative;
}
footer .brochure-link .int-brochure:hover {
    opacity: 0.7 !important;
    -o-opacity: 0.7 !important;
    -moz-opacity: 0.7 !important;
    -webkit-opacity: 0.7 !important;
}
footer .brochure-link .int-brochure img {
    top: 15px;
}
footer .row.footer-blocks {
    margin-top: 25px;
    line-height: 1.2;
}
footer .row.footer-blocks .col-md-4.about,
footer .row.footer-blocks .col-md-4.contact {
    border-right: 1px dotted #767676;
    min-height: 320px;
}
footer .row.footer-blocks .col-md-4.about p {
    padding-bottom: 13px;
}
footer .row.footer-blocks .col-md-4.about p:last-child {
    padding-bottom: 0;
    padding-top: 10px;
    line-height: 1;
}
footer .row.footer-blocks .col-md-4.contact p a {
    color: #fff;
    text-decoration: underline;
}
footer .row.footer-blocks .col-md-4.contact p a:hover {
    text-decoration: none;
}
footer .row.footer-blocks .col-md-4.contact p strong {
    font-size: 19px;
}
footer .row.footer-blocks .col-md-4.part-of .white a {
    color: #fff;
    text-decoration: underline;
}
footer .row.footer-blocks .col-md-4.part-of .white a:hover {
    text-decoration: none;
}
footer .row.footer-blocks .col-md-4.part-of a {
    line-height: 1.3;
}
footer .row.footer-blocks .col-md-4.part-of p.copy {} footer .row.footer-blocks .col-md-4.part-of .share {
    margin-top: 10px;
}
footer .row.footer-blocks .col-md-4.part-of .share div,
footer .row.footer-blocks .col-md-4.part-of .share iframe {
    float: left;
    margin-right: 10px;
}
footer .row.footer-blocks .col-md-4.part-of .share iframe {
    width: 90px !important;
}
footer .row.footer-blocks .col-md-4.about p {
    padding-bottom: 13px;
}
footer .row.footer-blocks .col-md-4.about p:last-child {
    padding-top: 5px;
}