﻿.fitContainer {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.filter-area .holder {
    min-height: 36px;
}

.four-cols-image-container {
    display: table-cell;
    height: 142px;
    width: 258px;
    vertical-align: middle;
}

.solution-benifit {
    text-align: center;
}

    .solution-benifit .icon {
        width: 75px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 25px;
    }

.four-cols .col .solution-benifit h2 {
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    text-transform: none;
}

.tabs-area .four-cols .solution-benifit p {
    font-size: 17px;
    text-align: center;
    margin: 0;
    /*padding: 0 0 25px;*/
}

.tabs-area .block-area.right-milestone {
    margin-top: -100px;
}

.tabs-area .block-area.left-milestone {
    margin-top: -100px;
}

.diagram-section {
    height: auto;
    background: #323131;
    padding-bottom: 0;
}

.diagram-holder {
    width: 270px;
    /*height: 384px;*/
    display: inline-block;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
}

    .diagram-holder .imgfront {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .diagram-holder .imghover {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        height: auto;
    }

    .diagram-holder:hover .imghover {
        opacity: 1;
    }

.imgzoom {
    position: absolute;
    width: 70px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .imgzoom.hover {
        display: none;
    }

.diagram-holder:hover .imgzoom {
    display: none;
}

    .diagram-holder:hover .imgzoom.hover {
        display: block;
    }

.diagram-section .heading h1 {
    color: #fff;
    margin-bottom: 25px;
}

.diagram-section .four-cols .heading {
    padding: 0;
}

.diagram-section .intro-diagram p {
    color: #fff;
    margin: 0 0 25px;
}

.diagram-section .intro-diagram .container {
    width: 100% !important;
    max-width: 900px;
    text-align: center;
    padding: 25px;
}

.tabs-area .four-cols p.tech-icon-holder {
    margin: 0 0 45px;
}

    .tabs-area .four-cols p.tech-icon-holder span {
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
        margin-right: 40px;
    }

        .tabs-area .four-cols p.tech-icon-holder span:last-child {
            margin-right: 0;
        }

.tech-icon {
    width: 15px;
    margin-right: 15px;
    height: 15px;
}

.tabs-area .four-cols p.diagram-explore {
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
}

.diagram-holder h5 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.diagram-holder span {
    position: absolute;
    top: 363px;
    color: #fff;
    left: 0;
    font-size: 17px;
    font-weight: 600;
    width: 320px;
    text-align: center;
}

.solution.tabs-area p {
    font-size: 17px;
    line-height: 21px;
}

.solution-ads {
}

    .solution-ads .container {
        height: 370px;
        padding-top: 55px;
        padding-bottom: 55px;
    }

        .solution-ads .container img {
            height: 260px;
            width: 100%;
            float: left;
            max-width: 570px;
            border-radius: 4px;
        }

.whitebg_img_right {
    background-color: #fff;
}

.whitebg_img_left {
    background-color: #fff;
}

.secondView {
    opacity: 1;
    display: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

    .secondView .large-diagram {
        text-align: center;
    }

.diagram-holder-small {
    width: 75px;
    /*height: 120px;*/
    display: inline-block;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    /*   float: right;*/
}

    .diagram-holder-small .imgfront-small {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .diagram-holder-small .imghover-small {
        position: absolute;
        top: -4px;
        left: -5px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        width: 100px;
    }

    .diagram-holder-small:hover .imghover-small {
        opacity: 1;
    }

.diag-holder-small {
    /* margin-top:-100px;
    margin-right:100px;*/
}

.open-diagram {
    margin-bottom: 30px;
}

.tech-icon-holder {
    color: #fff;
    font-size: 17px;
}

    .tech-icon-holder span {
        /*padding-right:30px;*/
    }

.column-benifits-centered {
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.solution-ads .container {
    position: relative;
}

.block-area.background_img h2 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    line-height: 31px;
}

.main-features ul {
    list-style-type: none;
}

    .main-features ul li {
        text-indent: -1.4em;
        color: #fff;
        padding-bottom: 30px;
        font-size: 17px;
    }

        .main-features ul li:before {
            font-family: icomoon;
            content: "\e911";
            float: left;
            width: 30px;
            color: #fff;
        }

.tabs-area .solution-contact h2, .tabs-area .solution-contact h3 {
    text-align: left;
}

    .tabs-area .solution-contact h2::after, .tabs-area .solution-contact h3::after {
        background: none;
        height: 0;
    }

.revealOnScroll {
    opacity: 0;
}

.change-country-block {
    width: 900px;
    padding: 23px;
    font-size: 17px;
}

    .change-country-block div {
        text-transform: none;
    }

    .change-country-block h1 {
        color: #323131;
        font-size: 27px;
        font-weight: normal;
        line-height: 32px;
        margin: 0 0 40px 0;
        padding: 0 0 15px 0;
        position: relative;
        text-align: center;
    }

        .change-country-block h1::after {
            background: #c40f39 none repeat scroll 0 0;
            bottom: 0;
            content: "";
            height: 5px;
            left: 50%;
            margin: 0 0 0 -30px;
            position: absolute;
            width: 60px;
        }



.simple-text {
    text-align: center;
    padding-bottom: 40px;
}

.top-nav .simple-text a {
    color: #c40f39;
    font-weight: 600;
    text-decoration: underline;
}



.change-country-menu {
    padding-bottom: 0;
    background: url(/images/chageContryPopup.png) center top no-repeat no-repeat;
    text-align: center;
}

    .change-country-menu div {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        text-align: left;
    }

        .change-country-menu div div {
            font-weight: 600;
            font-size: 21px;
            padding: 0;
        }

    .change-country-menu ul {
        all: unset;
        text-transform: none;
    }

        .change-country-menu ul li {
            padding: 25px 0 0 0;
            text-align: left;
        }

/*Added by Alex A to fix change country menu error in IE*/
.change-country-block .change-country-menu div ul {
    text-transform: none;
    background: inherit;
    border: inherit;
    position: inherit;
    padding: 0;
}

.change-country-block .change-country-menu ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    line-height: 17px;
    width: 100%;
}
/*End of addition*/

.top-nav .country ul:after, .top-nav .country ul:before {
    left: 97%;
}

.case-study-solutions {
    overflow: hidden;
    background: #f0efed;
    padding-bottom: 0;
}

.solution-groups .product-group-image {
    background: #fff;
    overflow: hidden;
    /*  height: 180px;
    width:270px;*/
    border-radius: 3px;
    border: 1px solid #a4a4a4;
    white-space: nowrap;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 25px;
    position: relative;
    line-height: 180px;
}

.solution-groups .jcf-select {
    border: solid 1px #323131;
}

.solution-groups h4 {
    font-size: 21px;
    padding-top: 0;
    margin-top: 0;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.solution-groups .sol-left {
    float: left;
    width: auto;
    display: inline-block;
}

.solution-groups .sol-right {
    float: left;
    width: 270px;
    display: inline-block;
    min-width: 270px;
    padding-left: 30px;
}

.list-nav ul li.active a,
.list-nav ul li.active span {
    background: #dddcda;
    font-weight: 600;
}

.list-nav ul li.active span {
    background: none;
}

.solution.tabs-area .sol-right p {
    height: 64px;
    overflow: hidden;
}

.solution.tabs-area .columns h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 13px;
    text-transform: uppercase;
    padding: 0;
}

.solution.tabs-area .columns h3 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    padding: 0;
}

.tabs-area .solution-benifit h2, .tabs-area .solution-benifit h3 {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.tab-content .tab.active .four-cols.benifits {
    padding: 0 0 55px;
}

    .tab-content .tab.active .four-cols.benifits .col {
        margin-top: 55px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.tab-content .tab.active .four-cols .col {
    height: auto;
}

.breadcrumbs {
    padding-bottom: 0;
}

.intro .heading {
    padding-top: 0;
}

.intro .container {
    padding-bottom: 45px;
}

.compare-top-bar {
    display: none;
}

.intro.about .heading {
    padding-bottom: 0;
}

.heading.about {
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
    #quote form .input-col {
        width: 48%;
        float: right;
    }

    .tab-content .tab.active .four-cols.solution-groups {
        padding-top: 0;
        margin-top: 0;
    }

    .intro .heading {
        padding: 36px 20px 25px;
        padding-top: 0;
    }

    .intro.about .heading {
        padding-bottom: 0;
    }

    .solution.tabs-area .solution-ads p a {
        line-height: 65px;
    }

    .case-study-solutions .heading {
        padding-top: 55px;
        padding-bottom: 0;
    }

    .tab-content .tab.active .case-study-solutions .four-cols {
        padding-bottom: 55px;
    }

        .tab-content .tab.active .case-study-solutions .four-cols h2 {
            text-transform: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .tab-content .tab.active .case-study-solutions .four-cols .col {
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .prods-solutions .heading {
        padding-top: 55px;
        padding-bottom: 40px;
    }

    .tabs-area .four-cols.solution-groups p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1800px) {
    .solution.tabs-area .columns h2 {
        font-size: 21px;
        line-height: 29px;
    }

    .tabs-area .four-cols.solution-groups p {
        margin-bottom: 20px;
    }

    .tab-content .tab.active .four-cols.solution-groups {
        padding-top: 0;
        margin-top: 0;
    }

    .case-study-solutions .heading {
        /*adding-top:85px;*/
        padding-bottom: 0;
    }

    .product-detail h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .solution-ads .container img {
        height: 376px;
        width: 100%;
        float: left;
        max-width: 825px;
        border-radius: 4px;
    }

    .solution-ads .container {
        height: 546px;
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .solution.tabs-area p a {
        line-height: 47px;
    }

    .solution-ads.whitebg_img_right .col:first-child {
        padding-right: 95px;
    }

    .solution-ads.whitebg_img_right .col:last-child {
        padding-left: 25px;
    }

    .solution-ads .col:first-child {
        padding-right: 25px;
    }

    .solution-ads .col:last-child {
        padding-left: 95px;
    }
}


input.gsc-input {
    border-color: #D9D9D9;
}


.gssb_c .gsc-completion-container {
    border: 1px solid #c40f39;
    box-shadow: none;
    border: 1px solid #c40f39;
    margin-top: 16px;
}

.gsc-completion-container td {
    background: rgb(240, 239, 237) none repeat scroll 0% 0%;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 21px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
}

    .gsc-completion-container td:hover, .gsc-completion-container td table:hover {
        background: #c40f39;
        color: #fff;
    }

        .gsc-completion-container td:hover table td {
            background: #c40f39;
            color: #fff;
        }

.gsc-complition-selected {
    background: red;
}

table.gstl_50.gssb_c td {
}

table.gstl_50 .gssb_e td {
}

input.gsc-search-button {
    position: absolute;
    left: 40px;
    float: left;
    background: none;
    border: none;
    padding: 2px;
    /* color: #c40f39;*/
    width: 24px;
    margin: 0 7px 0 0;
    height: 50px;
    margin-top: -20px;
    color: transparent;
}

.gsc-input input.gsc-input {
    background: none repeat scroll 0% 0% white !important;
    border: none;
    width: 100%;
    height: 25px;
    padding: 0 3px;
    font-size: 18px;
    line-height: 22px;
}


.info-bar form:only-child {
    padding: 0;
}

.solution-lobby {
    height: 198px;
}

.solution-lobby-p {
    max-height: 70px;
    overflow: hidden;
}

.about-key-tech {
    overflow: hidden;
    background: #fff;
    padding-bottom: 0;
}
/*.solution.tabs-area p {
    color:#333333;
}*/
.cart-info {
    width: 5%;
}

.about-column p {
    color: #333333;
}

.dr-section {
    background: url(http://www.kramerav.com/images/pages/Grey_1920x740.jpg);
}

.awards.media-holder {
    background: #fff;
}
/* awards-label styles */

.awards-label {
    background: #aaa;
    padding: 3px 10px 3px 15px;
    position: relative;
    float: left;
    color: #323131;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
}

    .awards-label:after,
    .awards-label:before {
        background: #fff;
        width: 2px;
        position: absolute;
        left: 3px;
        top: 0;
        bottom: 0;
        content: "";
    }

    .awards-label::before {
        left: 0;
        width: 5px;
        background: #c40f39;
    }

.circle-box {
    width: 25px;
    height: 25px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    z-index: 1222;
    margin-top: 78px;
    background: #fff;
    position: relative;
}

.circle {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    background: #c40f39;
    position: relative;
    left: 3px;
    top: 4px;
}

.milestone-box-right, .milestone-box-left {
    border: 1px solid #989898;
    margin-top: 55px;
    border-radius: 3px;
    padding: 30px;
}

    .milestone-box-right:before {
        box-sizing: border-box;
        bottom: 100%;
        left: 6px;
        top: 80px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #989898;
        border-width: 10px;
        margin-top: 0px;
    }

    .milestone-box-right:after {
        box-sizing: border-box;
        bottom: 100%;
        left: 8px;
        top: 80px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #fff;
        border-width: 10px;
        margin-top: 0;
    }

    .milestone-box-left:before {
        box-sizing: border-box;
        bottom: 100%;
        right: 6px;
        top: 80px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #989898;
        border-width: 10px;
        margin-right: 0;
    }

    .milestone-box-left:after {
        box-sizing: border-box;
        bottom: 100%;
        right: 8px;
        top: 80px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #fff;
        border-width: 10px;
        /*margin-right: -1px;*/
        margin-top: 0;
    }

.milestone-line-break {
    background: #989898;
    height: 1px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.milstone-readmore {
    font-size: 17px;
    font-weight: 600;
}

.milestone-year {
    float: right;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    margin: 0 5px 5px 0;
}

.milestone-bottom {
    /*margin-bottom: 20px;*/
}

.awards-label:hover,
.awards-label:focus {
    color: #c40f39;
    text-decoration: none;
}

.milestone .col:first-child {
    border-right: solid 3px #e1879c;
}

.block-area.milestone h2 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 600;
    padding-top: 55px;
    padding-bottom: 15px;
}

.awards-label.discontinue {
    background: #dddcda;
    color: #58595b;
    position: absolute;
    top: 20px;
}

.milestone {
    font-size: 17px;
}

.awards-label.discontinue:before {
    background: #c40f39;
}

.award-logo {
    height: 45px;
    width: auto;
}

.awards-label.discontinue:hover,
.awards-label.discontinue:focus {
    color: #c40f39;
}

.solution-ads .container .dr-section-image img {
    width: 270px;
    float: right;
}

.dr-section q {
    color: #fff;
}

.dr-section p {
    color: #fff;
    width: 80%;
}

.dr-section h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

#video {
    /*position: relative;
  background: transparent;*/
    position: absolute;
    background: transparent;
    top: 0;
    width: 100%;
    height: 620px;
    z-index: 999;
}

.home-video {
    position: absolute;
    background: transparent;
    top: 0;
    width: 100%;
    height: 620px;
    z-index: 999;
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -1;
}


.about-key-tech .four-cols .col:hover .image:after {
    opacity: 0;
}

.dr-section .line-break {
    background: #c40f39;
    width: 60px;
    /*position: absolute;*/
    /*left: 50%;
    margin: 0 0 0 -30px;*/
    /*bottom: 0;*/
    height: 5px;
    content: "";
    margin-top: 20px;
}

.right .product-diagram-block {
    color: #fff;
    text-align: left;
    padding-bottom: 40px;
}

.left .product-diagram-block {
    color: #fff;
    text-align: left;
    padding-bottom: 40px;
}

.product-diagram-block h4 {
    font-size: 21px;
    font-weight: 600;
}

.product-diagram-block .tech-icon {
    height: 25px;
    width: 25px;
}

.product-diagram-block p {
    width: 100%;
}

.right .product-diagram-block p {
    /* padding-right: 35px;*/
}

.left .product-diagram-block p {
    /* padding-left: 35px;*/
}

.right .product-diagram-block .tech-icon {
    margin-left: 5px;
    margin-right: 0;
}

.left .product-diagram-block .tech-icon {
    margin-right: 5px;
    margin-left: 0;
}

.diagram-holder.double {
    width: 550px;
}

    .diagram-holder.double .imghover {
        width: 550px;
    }

.diagram-holder.one-and-half .imghover {
    width: 405px;
}

.diagram-holder.one-and-half {
    width: 405px;
}

.diagram-holder-small.double {
    width: 150px;
}

    .diagram-holder-small.double .imghover {
        width: 150px;
    }

.tab-content .tab.active .diagram-section .four-cols {
    padding: 30px 0 20px;
}

.tab-content .tab.active .four-cols.diag-holder {
    padding: 0px 0 55px;
}

.tab-content .tab.active .diagram-section .secondView .four-cols {
    padding: 30px 0 0;
}

.diagram-section .secondView .intro-diagram .container {
    padding-bottom: 0;
}

.prod-col {
    padding-top: 25px;
}

.product-diagram-block h4 {
    margin-top: 0px;
}

.prod-icon {
    margin-top: 10px;
}

    .prod-icon span {
        font-size: 17px;
        line-height: 21px;
        text-transform: capitalize;
    }

.diag-explore-title {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
    color: #fff;
}

.milestone img {
    width: 100%;
    margin-top: 30px;
}

#nav > ul > li.active a.active {
    background: #c40f39;
}

#nav > ul > li.active list a {
    background: transparent;
}

#header .logo-small {
}

.hideTab {
    display: none;
}

.solutionBack {
    float: left;
    color: #fff;
    position: absolute;
    left: 100px;
}

    .solutionBack:hover {
        color: #fff;
    }

.slogenComposition {
    position: absolute;
    width: 499px;
    bottom: 77px;
    /* left:670px;*/
}

.large-diagram {
    display: none;
}

.explore-section {
    text-align: center;
}

.products-section {
    display: none;
}

.top-nav > li.phone a {
    border-bottom: none;
}

.side-menu .box {
    height: 159px;
}

.carousel .side-menu .btn-primary {
    margin-top: 25px;
}

.side-menu .box {
    height: 159px;
}

.videocontent {
    position: absolute;
    top: 0;
}

.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}

.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}

.video-js-responsive-container {
    width: 100%;
    position: relative;
}

    .video-js-responsive-container .video-js {
        height: 100% !important;
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }

.slogenComposition {
    position: absolute;
    width: 300px;
    bottom: 35px;
}

#Milestones .milestone:last-child {
    margin-bottom: 55px;
}

.autocomplete-drop ul li.ui-state-focus .link-block,
.autocomplete-drop ul li:hover .description {
    color: #fff;
}

.autocomplete-drop h1 {
    text-transform: uppercase;
}

.autocomplete-drop .description {
    text-transform: capitalize;
}

.media-holder .image.awards {
    height: auto;
}

    .media-holder .image.awards img {
        height: auto;
    }

.media-holder .image img.award-logo {
    height: 45px;
    width: auto;
}

@media only screen and (min-width: 768px) {
    .navbar-default.left {
        width: 65%;
    }

    #header .logo-small {
        max-width: 150px;
    }

    .diagram-holder h5 {
        font-size: 19px;
    }

    .media-holder .image.awards {
        height: auto;
    }
}

@media only screen and (min-width: 1280px) {
    .table-layout.support.eco-table td:nth-child(2) {
        width: 29%;
        padding: 10px;
    }

    .table-layout.support.eco-inner-table td:nth-child(2) {
        width: 20%;
        padding: 10px;
    }

    #header .logo-small {
        max-width: 200px;
        padding: 19px 0 0 0;
    }

    .navbar-default.left {
        width: 63%;
    }

    .three-columns .box-holder {
        max-height: 210px;
    }

    .slogenComposition {
        position: absolute;
        width: 499px;
        bottom: 77px;
        /* left:670px;*/
    }

    .diagram-holder h5 {
        font-size: 19px;
    }

    .product-detail .more-detail ul {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1800px) {
    .table-layout.support.eco-table td:nth-child(2) {
        width: 25%;
        padding: 10px;
    }

    .table-layout.support.eco-inner-table td:nth-child(2) {
        width: 15%;
        padding: 10px;
    }

    .product-detail .more-detail ul {
        font-size: 17px;
    }

    .solution-ads .container .dr-section-image img {
        Height: 376px;
        float: right;
        width: auto;
    }

    .three-columns .box-holder {
        max-height: 210px;
    }

    .slogenComposition {
        position: absolute;
        width: 499px;
        bottom: 87px;
        /*left:774px;*/
    }

    .navbar-default.left {
        width: 75%;
    }

    .diagram-holder {
        width: 330px;
    }

        .diagram-holder.double {
            width: 670px;
            height: auto;
        }

            .diagram-holder.double .imghover {
                width: 670px;
                height: auto;
            }

    .diagram-holder-small.double {
        width: 170px;
    }

        .diagram-holder-small.double .imghover {
            width: 170px;
        }

    .diagram-holder.one-and-half {
        width: 495px;
    }

        .diagram-holder.one-and-half .imghover {
            width: 495px;
        }

    .solution-lobby {
        height: 293px;
    }
}

.filter-area .total:after {
    display: none;
}

.filter-area .filters .title {
    border-left: solid 1px;
    padding-left: 20px;
}

#mainSearch {
    color: #323131;
}

.product-diagram-block a {
    color: #fff;
}

.eco.search-area {
    background: #fff;
}

    .eco.search-area h2 {
        text-align: center;
    }

.eco-main {
    background: #f0efed;
}

.table-layout.support.eco-table td:first-child {
    width: 10%;
    padding: 10px;
}

.table-layout.support.eco-inner-table td:first-child {
    width: 30%;
    padding: 10px;
}

.eco-hidden-element {
    display: none;
}

.table-layout.support.eco-inner-table {
    margin-top: 25px;
}

.eco-inner-table td {
    border-bottom: 1px solid #323131;
}

.product-link {
    color: #fff;
}

.product-holder .head:hover {
    cursor: inherit;
}

.product-holder .info span {
    color: #fff;
    text-decoration: none;
}

.info-detail .info-holder ul li {
    text-indent: 0;
}

    .info-detail .info-holder ul li span {
        display: block;
        padding-left: 15px;
        text-decoration: none;
        position: relative;
    }

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    border: solid 2px #c40f39;
    background: #fff;
    color: #c40f39;
}

    .btn-circle:hover {
        background: #c40f39;
        color: #fff;
        border-color: #c40f39;
    }

.btn-number {
    box-shadow: none;
    background: transparent;
    color: #333333;
    font-size: 12px;
    padding: 10px;
}

    .btn-number:focus {
        outline: 0;
        /* or */
        outline: none;
    }

.input-group .form-control.input-number {
    width: 40px;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px;
}

.input-group-btn {
    width: 40px;
    float: left;
}

.table-layout.details td.quantity-box {
    vertical-align: middle;

}
.table-layout.details td.remove-box {
    vertical-align: middle;

}
.tab-holder .overview .list-nav {
    padding: 0 0 10px;
}

.tab-holder .specs h2 {
    margin: 0 0 10px;
}

.info-detail .info-holder strong {
    line-height: 25px;
}

.table-layout.details .total-row td {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.empty-cart-msg {
    padding-bottom: 50px;
    text-align: center;
    font-size: 17px;
}

.product-info .price {
    font-size: 27px;
}

.heading h1.no-transform {
    text-transform: none;
}

.no-transform {
    text-transform: none;
}

.cart-info > ul li.compare-top-bar {
    display: none;
}

.total-cart {
    width: 100%;
    text-align: right;
    font-size: 17px;
    color: #c40f39;
    font-weight: 600;
}

.table-layout.details .total-cart span {
    width: auto;
    display: inline-block;
    font-weight: 800;
}

.cart-quote {
    padding-bottom: 110px;
}

.request-quote-continue {
    display: none;
}

.request-quote-complete {
    display: none;
}

.request-quote-continue .product, .buy-cart .product {
    min-height: 60px;
    float: left;
    /* max-width: 200px; */
    /* width: 200px; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    margin: 0 0 13px;
    border-radius: 4px;
    height: 80px;
    width: 190px;
}

    .request-quote-continue .product img, .buy-cart .product img {
        max-width: 100%;
        width: auto;
        display: initial;
        margin: 0;
        height: auto;
        max-height: 80px;
    }

.table-layout.details a.btn-default {
    color: #fff;
    font-weight: normal;
}

.table-layout tr:last-child td {
    border-bottom: 1px solid #323131;
}

.table-layout.details .box-holder {
    width: 215px;
    float: right;
}

#quote form {
    overflow: hidden;
    clear: both;
}

    #quote form .input-row {
        overflow: hidden;
    }

        #quote form .input-row.textarea {
            background: #fff;
            margin: 0 0 5px;
            border: 1px solid #fff;
            border-radius: 4px;
        }

            #quote form .input-row.textarea .input-col {
                margin: 0;
            }

            #quote form .input-row.textarea:hover {
                background: #fff;
            }

    #quote form ::-moz-selection {
        background: #fff;
        color: #323131;
    }

    #quote form ::selection {
        background: #fff;
        color: #323131;
    }

    #quote form .input-col {
        margin: 0 0 18px;
    }

        #quote form .input-col.error {
            border-color: #c40f39;
        }

        #quote form .input-col:hover {
            background: #fff;
        }

        #quote form .input-col.name .input__field--kaede,
        #quote form .input-col.email .input__field--kaede {
            width: 71%;
        }

            #quote form .input-col.name .input__field--kaede:focus + .input__label--kaede,
            #quote form .input-col.name .input--filled .input__label--kaede,
            #quote form .input-col.email .input__field--kaede:focus + .input__label--kaede,
            #quote form .input-col.email .input--filled .input__label--kaede {
                -webkit-transform: translate3d(71%, 0, 0);
                transform: translate3d(71%, 0, 0);
            }

        #quote form .input-col.phone .input__field--kaede {
            width: 50%;
        }

            #quote form .input-col.phone .input__field--kaede:focus + .input__label--kaede,
            #quote form .input-col.phone .input--filled .input__label--kaede {
                -webkit-transform: translate3d(50%, 0, 0);
                transform: translate3d(50%, 0, 0);
            }

        #quote form .input-col.company .input__field--kaede {
            width: 62%;
        }

            #quote form .input-col.company .input__field--kaede:focus + .input__label--kaede,
            #quote form .input-col.company .input--filled .input__label--kaede {
                -webkit-transform: translate3d(62%, 0, 0);
                transform: translate3d(62%, 0, 0);
            }

        #quote form .input-col:only-child {
            width: 100%;
        }

    #quote form input[type="text"],
    #quote form input[type="email"],
    #quote form input[type="tel"],
    #quote form textarea {
        font-size: 17px;
        line-height: 21px;
        background: transparent;
        border: none;
        color: #58595b;
    }

        #quote form input[type="text"]::-webkit-input-placeholder,
        #quote form input[type="email"]::-webkit-input-placeholder,
        #quote form input[type="tel"]::-webkit-input-placeholder,
        #quote form textarea::-webkit-input-placeholder {
            color: #58595b;
        }

        #quote form input[type="text"]::-moz-placeholder,
        #quote form input[type="email"]::-moz-placeholder,
        #quote form input[type="tel"]::-moz-placeholder,
        #quote form textarea::-moz-placeholder {
            opacity: 1;
            color: #58595b;
        }

        #quote form input[type="text"]:-moz-placeholder,
        #quote form input[type="email"]:-moz-placeholder,
        #quote form input[type="tel"]:-moz-placeholder,
        #quote form textarea:-moz-placeholder {
            color: #58595b;
        }

        #quote form input[type="text"]:-ms-input-placeholder,
        #quote form input[type="email"]:-ms-input-placeholder,
        #quote form input[type="tel"]:-ms-input-placeholder,
        #quote form textarea:-ms-input-placeholder {
            color: #58595b;
        }

        #quote form input[type="text"].placeholder,
        #quote form input[type="email"].placeholder,
        #quote form input[type="tel"].placeholder,
        #quote form textarea.placeholder {
            color: #58595b;
        }

    #quote form input[type="email"] {
        box-shadow: none;
    }

    #quote form button[type="submit"] {
        border: none;
        padding: 10px 32px;
    }

    #quote form textarea {
        height: 179px !important;
        width: 100%;
    }

    #quote form input[type="submit"] {
        border: none;
    }

    #quote form .btn-default {
        font-size: 17px;
        line-height: 22px;
        font-weight: 400;
        min-width: 150px;
        min-height: 42px;
    }

        #quote form .btn-default.load {
            padding: 10px 35px 10px 26px;
        }

    #quote form .input-col:first-child {
        float: left;
    }

.input-quote {
    background: #fff;
    border: 1px solid #3a3939;
    /*  color:#3a3939;*/
    background: #fff;
    color: #58595b;
}

    .input-quote:hover {
        background: #fff;
        border: 1px solid #3a3939;
        color: #58595b;
    }

    .input-quote textarea {
        background: #fff;
    }

.red-txt {
    color: #c40f39;
}

.quote-benifits {
    font-size: 30px;
    color: #c40f39;
}

.quote-row-benifits {
    padding-bottom: 20px;
}

.input-quote .input__label--kaede:hover {
    background: #f0efed;
}

.input-quote.input--filled .input__label--kaede {
    background: #c40f39;
    color: #fff;
}

.product-info .price span {
    font-size: 17px;
}

.itembox .product img {
    max-width: 100%;
    width: auto;
    display: initial;
    margin: 0;
    height: auto;
}

.price-block form {
    max-width: 300px;
}

.woofooPage {
    height: 1000px;
    display: none;
    position: relative;
    z-index: 1;
    width:80%;
    left:10%;
    overflow: hidden;
}
.downloadnote{
    display:none;
    color:white;
    top:25%;
    left:40%;
}
.table-layout.details.buy-cart td:first-child {
    width:5%;
}
.table-layout.details.buy-cart td:nth-child(2) {
    width:25%;
}
.total-cart-price {
    float:right;
}
.table-layout.details .total-cart-price span {
    display:inline-block;
}
.quote-p {
        padding: 0 0 17px;
}
#quote form .input-row .note {
    float:right;
}
.quote-disclaimer {
    width: auto;
    display: inline-block;
    line-height: 42px;
    padding-left: 17px;
}
.price-block .note.add-quote {
    text-align: left;
    padding: 13px 13px;
}
.price-block .note.add-quote:after{
    background:none;
}
#quote form .input-col.error {
        border-color: #f00 !important;
}
#quote form .input-col.error label{
      
}