﻿body {
    line-height: 1.3;
    color: black;
}


a.hide-if-empty[href=''] {
    display: none;
}

a.disable-if-empty[href=''] {
    pointer-events: none;
    cursor: default;
}

a:hover, a:focus {
    color: black;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}

    p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
        display: none;
    }

section, .section {
    position: relative;
    z-index: 992;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

#status {
    background: #e6e6e6;
}

@media (min-width: 1400px) {
    .latest-products-section h3 {
        font-size: 27px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.center-block {
    width: 100%;
}

.form-control.search-field {
    margin-bottom: 0;
    height: 27px;
    padding: 0px 12px;
    font-size: 12px;
    text-transform: none;
}

.search-form input.searchvisible {
    width: 200px;
    overflow: hidden;
    background: black;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.search-form input.searchhidden {
    width: 0;
    overflow: hidden;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.search-form {
    padding: 17px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: #555;
    margin: 0;
}

.search-button {
    width: 33px;
    height: 45px;
    line-height: 47px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    right: 0px;
    overflow: hidden;
    background: transparent;
    border: none;
    outline: none;
}

.navbar-nav .dropdown .togglehide {
    display: none;
    -webkit-transition: none; /* Safari */
    transition: none;
    width: 16px;
}

.navbar-nav .dropdown .toggleshow {
    display: inline-block;
    -webkit-transition: none; /* Safari */
    transition: none;
    width: 16px;
}

.navbar-nav .dropdown:hover .togglehide {
    display: inline-block;
}

.navbar-nav .dropdown:hover .toggleshow {
    display: none;
}

.secondary-menu .dropdown-menu {
    background-color: transparent;
    color: white;
    min-width: 210px !important;
    right: 0;
    left: auto;
    border: 0;
    text-align: right;
}

.top-nav-collapse .secondary-menu .dropdown-menu {
    background: black;
}

.secondary-menu .dropdown-menu > li > a {
    padding: 5px 15px;
    white-space: nowrap;
    color: white;
}

.navbar-custom .nav .secondary-menu .dropdown-menu li a:hover {
    background-color: transparent;
}

@media (max-width:990px) {
    .search-form input.searchvisible, .search-form input.searchhidden {
        width: 100%;
        overflow: hidden;
        background: black;
    }

    .search-button {
        right: 10px;
    }

    .nav > li.secondary-menu, .has-submenu .fa-angle-down {
        display: none;
    }
    /*.navbar-nav>li.secondary-menu>.dropdown-menu{
        display: block;
    position: static;
    width: 100%;}*/
}


.slider-small-title {
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
}

a.intro-body {
    cursor: pointer;
}

    a.intro-body[href=''] {
        cursor: default;
    }

.intro h1 {
    font-weight: 200;
    font-size: 50px;
    letter-spacing: 0;
}

@media (max-width:550px) {
    .slider-small-title {
        font-size: 25px;
    }

    .intro h1 {
        font-size: 35px;
    }
}

.latest-products-section h3 {
    color: black;
    font-weight: 400;
}

.latest-products-section h5 {
    font-weight: 400;
}

.latestproduct p {
    color: black;
}

.noparalax-left {
    width: 100%;
    background-size: 100% 100%;
    background-position: left;
    height: 350px;
    margin: 10px auto;
}

    .noparalax-left .textcolumn h3 {
        color: white;
    }

    .noparalax-left .textcolumn p {
        color: white;
    }

.noparalax-right {
    width: 100%;
    background-size: 100%;
    background-position: right;
    height: 350px;
}

    .noparalax-right .textcolumn h3 {
        color: white;
    }

    .noparalax-right .textcolumn p {
        color: white;
    }

.testimonials h3 {
    color: black;
    font-weight: 400;
}

    .testimonials h3 i {
        margin-right: -34px;
        position: relative;
        top: 10px;
        color: #ccc;
        z-index: -1;
    }

.testimonials .content-testimonial {
    color: black;
    font-size: 16px;
    line-height: 1.5;
}

    .testimonials .content-testimonial strong {
        font-weight: 400;
    }

.testimonials .carousel-control .icon-prev {
    left: -15px;
    font-size: 80px;
    color: #ccc;
    top: 30%;
}

    .testimonials .carousel-control .icon-prev:before {
    }

.testimonials .carousel-control .icon-next {
    right: -15px;
    font-size: 80px;
    color: #ccc;
    top: 30%;
}

    .testimonials .carousel-control .icon-next:before {
    }

.contact-container h4, .contact-container h3 {
    color: black;
    font-weight: 300;
}

.contact-container h5 {
    margin-bottom: 5px;
    letter-spacing: 0;
}

    .contact-container h5 i {
        margin-right: 10px;
    }

.newsletter-container {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.socialicons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: 70px;
}

    .socialicons li {
        display: inline-block;
        margin: 5px;
    }

        .socialicons li a {
            display: block;
            padding: 5px;
            color: black;
            font-size: 24px;
        }

#shop {
    padding-top: 60px;
}

@media (max-width: 991px) {
    #contact {
        text-align: left;
    }

    .testimonials .carousel-control .icon-prev {
        left: 0px;
    }

    .testimonials .carousel-control .icon-next {
        right: 15px;
    }
}

@media (min-width: 991px) {
    .navbar-custom.top-nav-collapse {
        padding: 10px 30px;
        background-color: #18191B;
    }
}

.navbar-custom.top-nav-collapse .navbar-brand {
    padding-top: 0px;
}

.pagetitle {
    float: left;
    font-size: 18px;
    line-height: 33px;
    color: white;
    padding: 15px 20px 0;
}

    .pagetitle.hideondesktop {
        font-size: 18px;
        padding: 15px 5px 0;
    }

.profilTopTitle {
    background: url('../images/titleborder.png') repeat-x;
    background-position: center;
}

    .profilTopTitle h3 {
        color: black;
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 400;
        background: white;
        display: inline-block;
        padding-right: 20px;
    }

    .profilTopTitle h4 {
        font-weight: 200;
        text-transform: initial;
        font-size: 12px;
        background: white;
        color: #ddd;
    }

.profilRow {
    /*border-top:1px solid black;margin-top:-20px;padding-top:40px;*/
}

.opticitem {
    min-height: 355px;
}

    .opticitem h5 a {
        letter-spacing: 0;
        font-weight: 400;
    }

        .opticitem h5 a span {
            font-weight: 300;
        }


.filter-container {
    border: 2px solid #ddd;
    padding: 10px 15px;
    margin: 5px 10px 10px;
}

    .filter-container h5 {
        border-bottom: 1px solid #ddd;
        padding: 3px 0 10px;
        color: black;
    }

    .filter-container .filter-values-container {
    }

        .filter-container .filter-values-container h6 {
            font-size: 15px;
            font-weight: 300;
            color: black;
            letter-spacing: 0;
            text-transform: initial;
            margin-bottom: 10px;
        }

        .filter-container .filter-values-container ul {
            overflow: hidden;
        }

            .filter-container .filter-values-container ul li {
                white-space: nowrap;
                position: relative;
                padding-left: 0;
                margin-bottom: 10px;
                cursor: pointer;
                min-height: 30px;
            }

                .filter-container .filter-values-container ul li.disabled {
                    pointer-events: none;
                    cursor: not-allowed;
                }

                .filter-container .filter-values-container ul li label {
                    display: inline-block;
                    max-width: 100%;
                    margin-bottom: 0;
                    font-weight: 300;
                    font-size: 15px;
                    color: black;
                    vertical-align: top;
                    line-height: 3;
                        margin-left: 15px;
                    cursor: pointer;
                }

                .filter-container .filter-values-container ul li.disabled label {
                    pointer-events: none;
                    cursor: not-allowed;
                    font-weight: 200;
                    color: #808080;
                }

                .filter-container .filter-values-container ul li label span {
                    display: block;
                    font-size: 11px;
                    margin-top: 3px;
                    color: black;
                    font-weight: 300;
                }

                .filter-container .filter-values-container ul li.disabled label span {
                    color: #808080;
                }

                .filter-container .filter-values-container ul li input[type=checkbox] {
                    visibility: hidden;
                    position: relative;
                }

                .filter-container .filter-values-container ul li:not(.filterImage):before {
                    position: absolute;
                    left: 0;
                    top: 17px;
                    content: ' ';
                    width: 14px;
                    height: 14px;
                    border: 1px solid #ddd;
                }

                .filter-container .filter-values-container ul li:not(.filterImage).checked:before {
                    border: 1px solid black;
                    background: #b1b1b1;
                }

.clearfilters {
    display: block;
    width: 60%;
    margin: 0 auto;
    border: 1px solid #dddddd;
    text-align: center;
    min-width: 150px;
    position: relative;
    top: -25px;
    margin-top: 0;
    padding: 5px;
    border-radius: 10px;
    background: white;
    color: #555;
    font-weight: 200;
    font-size: 15px;
}

    .clearfilters:hover {
        color: black;
        border-color: #ccc;
    }

.build-your-product {
    display: block;
    background: black;
    color: white;
    text-transform: uppercase;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: center;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 300;
}

.display-inline-block {
    display: inline-block;
}

.build-your-product.display-inline-block {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    text-transform: none;
    /*background: none;*/
    border: 1px solid black;
    color: black;
    font-weight: 500;
    min-width: 200px;
    font-size: 12px;
}

.specsheetbtn {
    border: 1px solid black;
    color: black;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    float: right;
    min-width: 150px;
    text-transform: none;
}

    .specsheetbtn i {
        float: right;
    }

.intro.introFixedHeight {
    height: 275px !important;
    background-size: 100% 100%;
    background-position: left;
}

.ds-overview {
    display: block;
}

    .ds-overview h4 {
        font-weight: 300;
        color: black;
        margin-bottom: 3px;
        font-size: 18px;
        line-height: 1;
    }

    .ds-overview h5 {
        font-weight: 300;
        color: black;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1;
    }

    .ds-overview .overviewtextdiv {
        font-size: 14px;
        color: black;
        text-align: justify;
        margin: 0 0 35px;
    }

.actions-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .actions-ul li {
        display: block;
        white-space: nowrap;
        margin: 3px 0;
    }

        .actions-ul li a {
            display: inline-block;
            white-space: nowrap;
            padding: 2px 8px 2px 3px;
            color: #808080;
            font-size: 16px;
            text-transform: none;
        }

        .actions-ul li.active a {
            background: black;
            color: white;
        }


.ds-carousel .carousel-inner img {
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #000 0%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #000 0%, #4c4c4c 100%);
    background: linear-gradient(to bottom, #000 0%,#4c4c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#4c4c4c',GradientType=0 );
}

.ds-content .desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

    .ds-content .desc ul li {
        font-size: 14px;
        color: black;
        padding-left: 15px;
        position: relative;
        margin-bottom: 5px;
    }

        .ds-content .desc ul li:before {
            position: absolute;
            content: '-';
            left: 0;
        }

.dstitle {
    display: inline-block;
    padding: 3px 8px 3px;
    font-weight: 400;
    font-size: 15px;
    color: black;
    background: #ccc;
    margin-bottom: 25px;
}

.ds-content .section-small {
    padding-bottom: 15px;
}

.text-align-right {
    text-align: right;
}

.img-container {
    margin-right: 15px;
    margin-bottom: 15px;
}

.text-align-right .img-container {
    margin-right: 0;
    margin-left: 15px;
}



@media (min-width:769px) {
    .hideondesktop {
        display: none;
    }
}

@media (max-width:768px) {
    .hideonmobile {
        display: none;
    }

    .actionsdiv {
        display: inline-block;
        width: 35%;
        vertical-align: top;
    }

    .overviewdiv {
        display: inline-block;
        vertical-align: top;
        width: 62%;
    }

    .text-align-right {
        text-align: left;
    }

        .text-align-right .img-container {
            margin-left: 0;
            margin-right: 15px;
        }

    .build-your-product {
        margin: 0;
    }

        .build-your-product.display-inline-block {
            margin: 10px auto;
            width: 100%;
            max-width: 230px;
            display: block;
        }

    .specsheetbtn {
        margin: 10px auto;
        width: 100%;
        max-width: 230px;
        display: block;
        float: none;
    }

    .filter-container {
        margin-left: 0;
        margin-right: 0;
    }

    .noparalax-left {
        background-size: auto;
        background-repeat: no-repeat;
        min-height: 350px;
        margin: 10px auto;
    }

    .newsletter-container {
        margin: 0 10px;
    }
}



/*Product builder styles*/
.productbuilderSection {
}

    .productbuilderSection h1 {
        color: black;
        font-weight: 200;
        margin: 0 0 20px;
        font-size: 33px;
    }

    .productbuilderSection h4 {
        color: black;
        font-weight: 500;
        margin-bottom: 5px;
        text-transform: none;
        letter-spacing: 0.5px;
        padding-top: 20px;
    }


    .productbuilderSection .list-inline > li {
        padding-right: 50px;
        padding-left: 50px;
    }

        .productbuilderSection .list-inline > li a {
            text-transform: none;
            letter-spacing: 0;
            padding: 1px 25px 3px;
            min-width: 160px;
            font-weight: 300;
            font-size: 15px !important;
            opacity: 0.8;
        }

.builder-families-container {
    margin: 10px auto;
}

    .builder-families-container .sixinrow {
        width: 14%;
        display: inline-block;
        vertical-align: top;
        margin-left: 1%;
        margin-right: 1%;
        min-width: 120px;
    }

        .builder-families-container .sixinrow h5 {
        }

            .builder-families-container .sixinrow h5 a {
                display: block;
                opacity: 0.8;
            }

.productbuilderSection .list-inline > li.checked a {
    opacity: 1;
    font-weight: 600;
}

.productbuilderSection .list-inline > li.disabled a {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.sixinrow.disabled h5 {
    cursor: not-allowed!important;
}

    .sixinrow.disabled h5 a {
        opacity: 0.4;
        cursor: not-allowed;
        pointer-events: none;
    }

.sixinrow.checked h5 a {
    opacity: 1;
    font-weight: 600;
    cursor: default;
    pointer-events: none;
}

.builder-reset {
    position: absolute;
    right: 10px;
    top: 10px;
    color: black;
}

@media (max-width:550px) {
    .builder-reset {
        top: -10px;
    }
}

.builder-reset a {
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

    .builder-reset a i {
        margin-right: 3px;
        font-weight: 500;
    }

.builder-props-container {
    display: block;
    width: 100%;
    margin: 10px auto;
    border-top: 1px solid black;
}

    .builder-props-container .builder-props-cell {
        display: table-cell;
        vertical-align: top;
        padding: 3px;
        width: 1px;
        padding-right: 10px;
    }

        .builder-props-container .builder-props-cell:last-child {
            width: auto;
        }

        .builder-props-container .builder-props-cell h5 {
            color: black;
            border-bottom: 1px solid black;
            display: block;
            text-transform: none;
            letter-spacing: 0.1px;
            font-weight: 400;
            font-size: 12px;
            white-space: nowrap;
        }

        /*.builder-props-container .builder-props-cell.fixedwidth {
            width: 140px;
        }

            .builder-props-container .builder-props-cell.fixedwidth h5 {
                min-width: 80%;
            }*/


        .builder-props-container .builder-props-cell .builder-vals {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .builder-props-container .builder-props-cell .builder-vals li {
                font-size: 11px;
                cursor: pointer;
                color: black;
                font-weight: 400;
                padding: 3px 0;
                opacity: 0.7;
                letter-spacing: 0;
                min-width: 80px;
            }


        .builder-props-container .builder-props-cell.withadditional {
            min-width: 130px;
            white-space: nowrap;
        }

        .builder-props-container .builder-props-cell .nowrapval {
            white-space: nowrap;
            min-width: initial !important;
        }

        .builder-props-container .builder-props-cell.fixedwidth .builder-vals li {
            white-space: nowrap;
            min-width: initial !important;
        }

        .builder-props-container .builder-props-cell .builder-vals li.disabled {
            opacity: 0.4;
            cursor: not-allowed;
            pointer-events: none;
            display: none;
        }

        .builder-props-container .builder-props-cell.NotYet .builder-vals li.disabled {
            opacity: 0.4;
            cursor: not-allowed;
            pointer-events: none;
            display: block;
        }

        .builder-props-container .builder-props-cell .builder-vals li.checked {
            opacity: 1;
            font-weight: 600;
        }

            .builder-props-container .builder-props-cell .builder-vals li.checked a {
                pointer-events: none;
                cursor: default;
            }

#fixedprops {
    width: 100%;
    overflow-x: auto;
}

.config-links {
}

    .config-links .btn {
        text-align: left;
        padding: 4px 5px;
        width: 160px;
        margin-right: 10px;
        margin-bottom: 5px;
        font-size: 10px !important;
        text-transform: initial;
        white-space: nowrap;
    }

    .config-links .btn-dark {
        border-width: 1px;
    }

    .config-links .btn i {
        float: right;
        line-height: 15px;
    }

.confCurrent {
    background: #eaeaea;
}

.familyPropCont.confCurrent {
    background: none;
}

.NotYet .confPropertyName {
    /*display: none!important;*/
}

.NotYet .builder-vals {
    /*display: none!important;*/
}
/*****************************/


/* DOWNLOAD CONTAINER*/
.download-container {
    /*margin: 25px auto 10px;*/
    color: black;
}

    .download-container h5 {
        padding-top: 5px;
        letter-spacing: 0.1px;
        color: black;
        font-size: 16px;
        font-weight: 300;
    }

    .download-container .download-btn {
        display: block;
        max-width: 150px;
        letter-spacing: 0.1px;
        text-align: left;
        margin: 20px 0 5px;
        font-weight: 300;
        padding: 5px 5px 3px;
        font-size: 13px !important;
    }

        .download-container .download-btn i {
            float: right;
            line-height: 17px;
        }

        .download-container .download-btn[href=''] {
            display: none;
        }

.btn-xs.btn-border {
    border: 1px solid #fff;
}

/*****************************/


/* about us*/
.img-full-div {
    /*height: 370px;
    overflow: hidden;*/
    height: auto;
}

.dark-bg {
    background: black;
}

    .dark-bg h3 {
        color: white;
    }

    .dark-bg .text-div {
        text-align: justify;
        color: white;
    }

    .dark-bg .images-row h4 {
        color: white;
    }

.children-container {
}

    .children-container .text-div {
        text-align: justify;
        color: black;
        font-weight: 300;
        margin-top: 15px;
    }

.awardscontainer {
}

@media (min-width: 769px) {
    .awardscontainer .awardsitem.col-md-2 {
        width: 20%;
    }
}

.awardscontainer .awardsitem .awards-content {
    padding-right: 15%;
}

    .awardscontainer .awardsitem .awards-content:first-child {
    }

.awardsitem .img-2 {
    max-width: 130px;
}

.awardscontainer .awardsitem h4 {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

.awardscontainer .awardsitem h5 {
    letter-spacing: 0.1px;
    font-weight: 500;
    font-size: 13px;
    border-top: 1px solid black;
    padding: 5px 0;
    border-bottom: 1px solid black;
}

.children-container .row {
    padding-top: 0;
}
/*****************************/
/* News*/

#news h5 {
    padding-top: 5px;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: black;
}

/*****************************/

/*Projects*/
.portfolio-item a {
    display: inline-block;
    color: #000 !important;
    padding: 5px;
}

.portfolio-item img {
    max-width: none;
    position: relative;
    left: 0;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.portfolio-item img {
    max-width: none;
    position: relative;
    left: 0;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.portfolio-item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.portfolio-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: initial;
    width: initial;
    visibility: visible;
    opacity: 1;
}

.portfolio-item a h5 {
    margin-bottom: 0;
    font-weight: 500;
    color: white;
}

.portfolio-overlay .caption {
    bottom: 10px;
    visibility: visible;
    opacity: 1;
}

.projectds {
}

    .projectds h3 {
        font-weight: 400;
        margin-bottom: 20px;
    }

    .projectds h4 {
        margin-bottom: 0;
        line-height: 22px;
        text-transform: initial;
        letter-spacing: 0;
        font-weight: 200;
    }

        .projectds h4 span {
            font-weight: 300;
        }

    .projectds .project-title-cont {
        border-bottom: 1px solid black;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .projectds .projectds-relateditems {
        margin-top: 50px;
        overflow: hidden;
    }

        .projectds .projectds-relateditems .row {
            padding-top: 10px;
        }

        .projectds .projectds-relateditems .itemrelated a {
            display: block;
            /*padding: 0 20px;*/
        }

            .projectds .projectds-relateditems .itemrelated a h5 {
                text-transform: initial;
                font-weight: 400;
                font-size: 12px;
                letter-spacing: 0;
            }

        .projectds .projectds-relateditems .itemrelated img {
            max-width: 100%;
            background: #eee;
            width: 90%;
        }
/*****************************/
.viewonmap {
    letter-spacing: 0;
    text-transform: initial;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid white;
}

    .viewonmap:hover {
        border-bottom: 1px solid #ccc;
    }

.downloadItemText {
    height: 75px;
    overflow: hidden;
}

.newsItemText {
    height: 130px;
    overflow: hidden;
}

    .newsItemText p {
        font-weight: 200;
    }


@media (max-width:768px) {
    .downloadItemText {
        height: auto;
    }

    .newsItemText p {
        height: auto;
    }
}

.filter-main-container {
    max-width: 330px;
    margin-left: auto;
    margin-right: 0;
}

.defaultval {
    pointer-events: none;
}

@media (min-width: 1400px) {

    .builder-props-container .builder-props-cell h5 {
        font-size: 14px;
    }

    .builder-props-container .builder-props-cell .builder-vals li {
        font-size: 13px;
        min-width: 130px;
    }

    .builder-props-container .builder-props-cell .nowrapval {
        min-width: initial;
    }

    .builder-families-container .sixinrow h5 {
        max-width: 200px;
        margin: 0 auto;
    }


    .builder-props-container .builder-props-cell.withadditional {
        min-width: 150px;
        white-space: nowrap;
    }

    .builder-props-container .builder-props-cell {
        padding-right: 30px;
    }
}

.col-sm-3.filterbigger {
    width: 30%;
    min-width: 300px;
}

.col-sm-9.productslistSmaller {
    width: 70%;
}

@media (max-width: 768px) {
    .col-sm-9.productslistSmaller {
        width: 100%;
    }

    .col-sm-3.filterbigger {
        width: 100%;
    }

    .filter-main-container {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
}

.filterImage {
    text-align: left;
    padding: 2px;
}

    .filterImage img {
        margin-bottom: 3px;
        margin: 0;
        border: 1px solid grey;
        outline: 1px solid white!important;
    }

    .filterImage.checked img {
        border: 1px solid black;
        outline: 1px solid black!important;
    }

    .filterImage.disabled img {
        opacity: 0.5;
    }

.download-icon {
    width: 15px;
    float: right;
}

.width60 {
    width: 74%;
    float: left;
}

.imgextraDesc {
    font-size: 14px;
    color: black;
    margin-top: 5px;
}

#shop .ds-carousel .item img {
    max-width: 400px;
    margin: 0 auto;
}

.img_polar_curves, .img_section_drawing {
    width: 240px;
}

@media (max-width:1300px) {
    .img_polar_curves, .img_section_drawing {
        width: 220px;
    }
}

.downlaodsdisabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.awards_list {
}

    .awards_list ul {
        list-style: none;
        margin: 5px 0;
    }

    .awards_list .awards-li {
        display: inline-block;
    }

@media (max-width:520px) {
    .intro {
        height: 80% !important;
    }

    .fill {
        height: 100% !important;
    }

    .noparalax-left {
        min-height: 500px;
    }

    .newsItemText {
        height: 170px;
    }

    .section-small {
        min-height: initial;
        height: auto;
    }

    #section_drawing {
        padding-left: 0;
    }
}
.clearboth {
    clear:both;
}