﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/



/*@font-face
{
    font-family: 'FontAwesome';
    src: url('../font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../font-awesome-4.7.0/fonts/FontAwesome.otf') format('opentype');
}


body {
    color: #6b6b6b;
    /*overflow-x: hidden !important;*/
    color: #fff !important;
    /*overflow:scroll;*/
    background: #000 !important;
    padding-top: 16px;
}

.GoToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    padding: 15px;
    height: 50px;
    width: 50px;
    border: none;
    background: transparent;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.RecessedMadison_heading {
    font-size: 16px;
    font-weight: bold;
}

.categoryPage .productTypeHeading {
    margin-top: 20px;
}

.GoToTop:focus {
    outline: none !important;
}

.GoToTop img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 90%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.GoToTop:hover {
    background: white;
    border-radius: 100%;
}

html {
    background: #000;
    color: #fff !important;
    overflow-x: hidden !important;
}

header {
    padding: 16px 50px 0px 50px;
}

.body {
    -webkit-transition: .5s all linear;
    -o-transition: .5s all linear;
    transition: .5s all linear;
    padding: 0px 50px;
}

.products_body {
    /*transition: 1.8s all linear;*/
}

.footerRow {
    padding: 5px 40px !important;
}

.footerRow_noPadding {
    padding: 5px 00px !important;
}

.MainBodySlideright {
}

.MainBody {
}

.container-fluid {
}

.sliderMain {
    max-height: 75vh;
    overflow: hidden;
}

    .sliderMain .carousel-inner .item img {
        width: 100% !important;
        /*border:1px solid red;*/
    }

.productSlideContainer {
    background-size: cover;
    position: relative;
    background: #1b1b1b;
}

    .productSlideContainer .productHeading {
        position: absolute;
        z-index: 9;
        top: 0;
        width: 100%;
        margin-left: -10px;
    }

    .productSlideContainer .description {
        color: #666666;
        text-align: center;
    }

.sliderProduct .carousel-indicators-numbers {
    position: absolute;
    bottom: 5px;
    width: 100%;
    /*left: 35%;*/
    z-index: 99;
    /*border:1px solid red;*/
}

.sliderProduct .activeNumber {
    font-weight: bold;
    font-size: 110%;
}

.sliderProduct {
    /*border: 1px solid black;*/
}

.sliderMain .carousel-inner {
    max-height: 75vh;
}

    .sliderMain .carousel-inner .item {
        overflow: hidden;
        max-height: 75vh;
        /*height: 75vh;*/
        text-align: center;
        background: -o-linear-gradient(#888888, #fff);
        background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#fff));
        background: linear-gradient(#888888, #fff);
    }

        .sliderMain .carousel-inner .item img {
            max-height: 100%;
            display: inline-block;
            width: auto !important;
            /*height: 75vh;*/
            /*max-height: 75vh;*/
            /*display: inline-block;
            width: initial !important;
            height: 100%;
            max-width: inherit;*/
        }

            .sliderMain .carousel-inner .item img.cs_homeMobileImage {
                display: none;
            }

.carousel-inner2 {
    height: 40vh;
}

.carousel-control {
    width: 5% !important;
}

    .carousel-control.left, .carousel-control.right {
        background-image: none !important;
    }

.carousel-inner2 .item {
    height: 40vh;
    /*border:1px solid red;*/
    background-size: cover;
}

    .carousel-inner2 .item img {
        height: 100% !important;
        margin: 0 auto;
    }

.description {
    color: #000;
}

.carousel-indicators-numbers {
    /*border:1px solid red;*/
    text-align: center;
}

    .carousel-indicators-numbers li {
        text-indent: 0;
        margin: 0 2px;
        width: 20px;
        height: 20px;
        border: none !important;
        border-radius: 0 !important;
        line-height: 20px;
        color: #000;
        background-color: none !important;
        border: none !important;
        display: inline-block;
        cursor: pointer;
    }

        .carousel-indicators-numbers li:active, carousel-indicators-numbers li:hover {
            margin: 0 2px;
            width: 20px;
            height: 20px;
        }

.sliderMain2 {
    max-height: 50vh;
    overflow: hidden;
}

    .sliderMain2 .carousel-indicators {
        /*border:1px solid red !important;*/
        bottom: -10px !important;
    }

.carousel-indicators-number {
    text-align: center;
    bottom: -30px !important;
    margin: 0 auto;
    left: 75% !important;
}

    .carousel-indicators-number li {
        text-indent: 0;
        margin: 0 2px;
        width: 30px !important;
        height: 30px !important;
        border: none !important;
        line-height: 30px;
        color: #000 !important;
        -webkit-transition: all 0.25s ease !important;
        -o-transition: all 0.25s ease !important;
        transition: all 0.25s ease !important;
        display: inline-block !important;
        /*overflow:hidden;*/
        background: none !important;
    }

        .carousel-indicators-number li:active {
            background: none !important;
        }

.sliderNextPrev {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

    .sliderNextPrev.fa-angle-left {
        left: 15px;
    }

    .sliderNextPrev.fa-angle-right {
        right: 15px;
    }

.sliderMain2 .carousel-indicators, .sliderMain .carousel-indicators {
    z-index: 1 !important;
}

    .sliderMain2 .carousel-indicators li, .sliderMain .carousel-indicators li, .carousel-indicators li {
        border-radius: 0 !important;
        width: 30px !important;
        height: 5px !important;
        border: none !important;
        background-color: rgba(255,255,255,.5) !important;
    }

        .sliderMain2 .carousel-indicators li.active, .sliderMain .carousel-indicators li.active, .carousel-indicators li.active {
            background-color: #fff;
        }

        .sliderMain2 .carousel-indicators li:hover, .sliderMain .carousel-indicators li:hover, .carousel-indicators li:hover {
            background-color: #000 !important;
        }

.carousel-inner-multiple .item {
    font-size: 0;
    width: 100%;
}

    .carousel-inner-multiple .item .carousel-item-container {
        /*width: 33.33%;*/
        display: inline-block !important;
        position: relative;
    }

    .carousel-inner-multiple .item div img {
        width: 100%;
    }

.copyrightFooterMobile {
    text-align: center;
}

    .copyrightFooterMobile .MobileFooter {
        text-align: center;
        padding: 0 !important;
    }

        .copyrightFooterMobile .MobileFooter img {
            max-height: 50px;
            margin: 0 auto;
        }

.GalleryImg {
    text-align: center !important;
}

    .GalleryImg:hover {
        /*height:auto;*/
    }

    .GalleryImg img {
        display: inline-block;
    }

.header-text-btn {
    position: absolute;
    bottom: 5%;
    width: 100%;
    z-index: 5;
    text-align: center;
    padding: 0 10px;
}

.configurationSection {
    /*border:1px solid red;*/
    background: #e7e9ea;
}

.configurationSection {
    color: #000 !important;
}

.ConfigurationTable {
}

    .ConfigurationTable th {
        background: #acacac;
        font-weight: bold;
    }

.ConfigurationTables th {
    padding-left: 15px !important;
}

.ConfigurationTable th {
    background: #acacac;
}

.ConfigurationTables {
    min-height: 225px !important;
    color: #000 !important;
}

.ConfigurationTables {
    border-left: 0 !important;
}

    .ConfigurationTables .configurationOptions2 li {
        color: #000 !important;
    }

        .ConfigurationTables .configurationOptions2 li span {
            font-weight: bold;
        }

.header-text-btn-middle {
    bottom: 25%;
    position: absolute;
    width: 100%;
    z-index: 5;
    text-align: center;
    padding: 0 10px;
}

.btn-long {
    width: 20%;
}
/*slider*/
.ImgOverlay {
    position: relative;
    max-height: 40vh;
    overflow: hidden;
}

    .ImgOverlay img {
        /*border:1px solid red;*/
        /*height:100px;*/
        width: 100%;
        /*margin-bottom:10% !important;*/
    }

html {
}

.fontred {
    color: #e2231a !important;
}

.fontblack {
    color: #000 !important;
}

.header {
    /*min-height: 12vh;*/
    min-height: 10vh;
}

.body {
    min-height: 86vh;
    margin-top: 12vh;
    /*position:absolute;*/
    /*margin-left:300px !important;*/
    /*padding-left:300px;*/
}

header {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
}

.filtersContainer, .productApplicationContainer {
    display: none;
    position: relative;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0;
}

.productApplication {
    height: 200px;
    /*overflow:hidden;*/
}

.productApplicationItem {
    height: 200px;
}

.productApplicationItemContainer {
    height: 100%;
    text-align: center !important;
}

.productApplicationItemImage {
    height: 80%;
    /*border:1px solid red;*/
    text-align: center !important;
}

    .productApplicationItemImage input {
        height: 100%;
        text-align: center !important;
        margin: 0 auto;
    }

.filtersContainer-show {
    display: block !important;
    height: auto;
    opacity: 1;
    -webkit-animation: fade 1s;
    animation: fade 1s;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.productHeadingContainer {
    background: transparent;
    position: absolute;
    bottom: 0;
    font-size: 1.2rem;
    text-align: right;
    z-index: 1;
    width: 100%;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}



/*productContainer*/
.keep-cetner {
    /*border: 1px solid red;*/
    /*text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;*/
}

    .keep-cetner .keep-cetner-inner {
        /*border: 1px solid red;*/
        /*width:90%;
    text-align:center;*/
    }

.productContainer {
    border: 1px solid silver;
    color: #000;
    font-weight: bold;
    /*padding: 5px;*/
    max-width: 375px;
    height: 340px;
    display: inline-block;
    margin: 2%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .productContainer img {
        width: 100%;
        /*border:1px solid red;*/
    }

/*.productContainerMain
{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}*/

.productContainer-outter {
    text-align: left;
}

.productContainer-outter {
    /*border: 1px solid red;*/
    /*text-align:left;*/
}

.productContainerText-bottom {
    position: absolute;
    bottom: 0;
    border-top: 1px solid;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
}

.productContainerText-top {
    position: absolute;
    top: 0;
    border-top: 1px solid;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.productContainerText-bottom .productContainerText-bottomLeft, .productContainerText-bottom .productContainerText-bottomRigth {
    /*display:inline-block;*/
}

.productContainerText-bottomLeft, .productContainerText-topLeft {
    float: left;
}

.productContainerText-bottomRigth, .productContainerText-topRigth {
    float: right;
}

.newbtn {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: right;
    right: 2%;
}

.homeThreeSections {
    height: initial;
}

    .homeThreeSections img {
    }

    .homeThreeSections .mainNavDesktop, .homeThreeSections .item, .homeThreeSections .carousel-item-container, .homeThreeSections .carousel-inner {
        height: 100%;
    }

@media(max-width:1234px) {
    .productContainer-outter {
        text-align: center;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.filtersContainer-hide {
    display: block !important;
    height: auto;
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    -webkit-animation: hide 1s;
    animation: hide 1s;
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.filters {
    /*padding: 0px 15px;*/
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background: rgba(0,0,0,.98);
    display: inline-block !important;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.productApplication {
    padding: 0px 15px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background: rgba(0,0,0,.98);
    display: inline-block !important;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.filterRows {
    font-size: 90%;
}

.filterRows_last {
    position: relative;
}

.closeFilterCross, .closeFilterProductApplication {
    position: absolute;
    right: 0;
    top: -15px;
    /*font-size:25px;*/
    cursor: pointer;
}

.productFilterLink {
    text-decoration: none !important;
    color: #666666;
}

    .productFilterLink:hover span {
        color: #fff !important;
    }

.fa-times-thin:before {
    content: '\00d7';
}

.body {
    min-height: 70vh;
    margin-top: 12vh;
    /*margin-top: 12vh;*/
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

footer {
    padding-top: 10px;
    /*border:1px solid red;*/
    overflow: hidden;
    padding-bottom: 10px;
    -webkit-transition: .5s all linear;
    -o-transition: .5s all linear;
    transition: .5s all linear;
}

.footerLogoContainer {
    /*border:1px solid red;*/
    height: 50px;
}

    .footerLogoContainer img {
        height: 100%;
    }

.footer2LogoContainer {
    height: 100px;
    margin-top: 6px;
}

    .footer2LogoContainer img {
        height: 100%;
        /*max-width:100%*/
    }

.footer2LogoContainer2 {
    height: 45px;
    padding-top: 10px;
}

    .footer2LogoContainer2 img {
        height: 100%;
        /*max-width:100%*/
    }

.footerSocialMediaLogoContainer {
    height: 25px;
}

    .footerSocialMediaLogoContainer input, .footerSocialMediaLogoContainer a img {
        height: 100%;
    }

.footer2Containers {
    /*border: 1px solid red;*/
    /*height: 100px;*/
    padding-top: 10px;
}

    .footer2Containers a {
        color: inherit !important;
        text-decoration: none;
        font-size: 90%;
        padding-top: 10px;
    }

    .footer2Containers li {
        margin-top: 8px;
    }

        .footer2Containers li:first-of-type {
            margin-top: 0px;
        }

    .footer2Containers a:hover {
        color: #fff !important;
        text-decoration: none;
    }

.bannerImg {
    height: 86vh;
    background: url(../images/Banner.jpg) no-repeat;
    background-size: cover;
}

.bg-header {
    background: #f8fafb;
}

.bg-dark {
    background: #1a1a1a !important;
}

.container-fluid {
}

.navDiv {
    /*width: 85%;*/
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.ui-tooltip {
    -webkit-box-shadow: 0 0 5px #fff !important;
    box-shadow: 0 0 5px #fff !important;
}

.ui-tooltip-content {
    color: #fff !important;
}

.ui-widget-content {
    border: none !important;
    background: none !important;
}

.ui-widget-shadow {
    background: #000 !important;
}

.logoDiv {
    height: 70px;
    margin-right: 15px;
    vertical-align: text-bottom;
}

    .logoDiv input, .logoDiv #BHome {
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        vertical-align: bottom;
    }

.nav {
    overflow: visible;
    height: 30px !important;
}

    .nav li a {
        padding-top: 0 !important;
        font-size: 15px;
        font-weight: bold !important;
    }

        .nav li a:hover {
            background: none !important;
            color: #fff !important;
        }

    .nav.nav-second-level .dropdown a {
        padding-top: 5px !important;
    }

.nav2 {
    height: 20px;
}

    .nav2 li a {
        color: #fff !important;
        font-size: 10px;
        padding-bottom: 0 !important;
    }

.navIcon {
}

.dropdown {
    /*border:1px solid red;*/
    position: relative;
}

    .dropdown .nav-second-level {
        position: absolute;
        width: 200px !important;
        top: 20px;
        overflow: initial !important;
        z-index: 9;
        height: initial;
        display: none;
        left: 0px;
        font-family: 'Gotham-Light' !important;
    }

.nav .nav-second-level li {
    display: block;
    width: 100%;
    text-align: left;
}

    .nav .nav-second-level li:first-of-type {
        padding-top: 10px;
    }

    .nav .nav-second-level li a {
        text-align: left;
        color: #fff;
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        font-weight: normal !important;
    }

        .nav .nav-second-level li a:hover {
            color: #a6a6a6 !important;
        }

.rightSide a {
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-family: Gotham-Book;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

    .rightSide a:hover {
        color: #a6a6a6 !important;
        text-decoration: none;
    }

    .rightSide a:first-of-type {
        padding-left: 0px;
        padding-right: 10px;
    }

.nav .nav-second-level .nav-second-level {
    /*padding-top: 20px;*/
}

.nav .nav-second-level li .menuSideArrow {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.nav li li {
    position: relative;
    margin: 0;
    display: block;
}

    .nav li li ul {
        top: -11px !important;
        left: 200px !important; /* make this equal to the width of the sub nav above */
        margin: 0;
    }

.blankMenu {
    height: 20px;
    /*background: transparent !important;*/
}

.dropdown .nav {
    /*border: 1px solid red !important;*/
}

.nav-second-level li {
    display: block !important;
    background-color: rgba(0, 0, 0, 1);
}

.fontMenuLightGray3G {
    color: #a6a6a6 !important;
}

.fontMenuDarkGray3G {
    color: #7a7a7a !important;
}

.fontMenuGray3G {
    color: #666666 !important;
}

.fontMenuAgent3G {
    color: #d7d7d7 !important;
}


/*3G checkbox and radio buttons*/

.custom-checkbox-3g input[type=checkbox] {
    outline: none;
    -webkit-appearance: none;
    background: #666666 !important;
    width: 13px;
    height: 13px;
    top: 0px;
    position: relative;
    display: inline-block;
    visibility: visible;
    cursor: pointer;
    border: 1px solid white;
}

    .custom-checkbox-3g input[type=checkbox]:checked {
        position: relative;
        background: #e2231a !important;
        background-size: 70% !important;
        background-position: center !important;
        -webkit-box-shadow: 0px 0px 3px 2px #e2231a;
        box-shadow: 0px 0px 3px 2px #e2231a;
        outline: none !important;
        border: none;
    }

    .custom-checkbox-3g input[type=checkbox] + label {
        position: relative;
        text-decoration: none;
        font-weight: bold;
    }

        .custom-checkbox-3g input[type=checkbox] + label:hover {
            color: #fff;
        }

        .custom-checkbox-3g input[type=checkbox] + label:before, .custom-checkbox-3g input[type=checkbox]:checked + label:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            /*background-color: #fff;*/
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .custom-checkbox-3g input[type=checkbox] + label:hover:before, .custom-checkbox-3g input[type=checkbox]:checked + label:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
        }

    .custom-checkbox-3g input[type=checkbox]:checked + label:before {
        /*background-color: #e2231a;*/
    }

    .custom-checkbox-3g input[type=checkbox]:checked + label {
        color: #fff;
    }

.custom-checkbox-3g label {
    /*border:1px solid red;*/
    margin-left: 5px !important;
    cursor: pointer;
}

    .custom-checkbox-3g label:hover {
        color: #fff;
    }

.custom-radio-3g input[type='radio'] {
    -webkit-appearance: none;
    outline: none !important;
    border-radius: 0px !important;
}

    .custom-radio-3g input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 0px !important;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
    }

    .custom-radio-3g input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        position: relative;
        background-color: #e2231a;
        content: '';
        display: inline-block;
        visibility: visible;
    }

.custom-radio-3g label {
    padding-left: 5px !important;
}

.mainNavMobile {
    display: none !important;
}

.imgcontinerMobileNav {
    height: 20px;
    text-align: right !important;
    width: 25px;
}

    .imgcontinerMobileNav a.imgcontinerMobileNav-a {
        padding: initial !important;
    }

    .imgcontinerMobileNav * {
        height: 100% !important;
    }

.mainNavDesktop {
    display: block !important;
}

.findAgentSearchBar {
    /*height:65px;*/
    /*border-bottom: 1px solid gray;*/
    /*background: #000 !important;*/
}

    .findAgentSearchBar p {
        color: #fff;
    }

.header-inner {
    /*border:1px solid red;
    transition:.5s ease all;*/
    height: 10vh;
    /*height: 12vh;*/
}

.header {
    /*border:1px solid red;
    transition:.5s ease all;*/
}

.homeParagraphText {
    max-height: 20px;
    overflow: hidden;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.homeParagraphTextShow {
    max-height: 200px;
}

.hiddenText {
    opacity: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.showText {
    opacity: 1;
}

.arrowimg {
    width: 10px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

    .arrowimg img {
        width: 10px;
    }

.showMoreTextPointer {
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.MobileFilter {
    position: absolute;
    height: 86vh;
    overflow: scroll;
    background: #000;
    width: 300px;
    /*border:1px solid red;*/
    right: 0;
    padding-bottom: 50px;
    margin-top: 12vh;
    -webkit-transition: .5s all linear;
    -o-transition: .5s all linear;
    transition: .5s all linear;
    padding-left: 10px !important;
    padding-right: 3px;
    margin-right: -300px;
}

.ShowMobileFilter {
    margin-right: 0px !important;
}

.panel {
    border: none !important;
}

.panel-group .panel {
    border-radius: 0px !important;
}

.panel-group .panel-title {
    font-size: 90%;
}

.main-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.Headings {
    text-align: center;
    color: #666;
    /*font-weight: bold;*/
    /*font-size: 1.1em;*/
    font-size: 15px; /*20px*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.OpticsSection {
    display: none;
}

.font999999 {
    color: #999999 !important;
}

.searchTextBox {
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    width: 0%;
    /*display:none;*/
    background: transparent !important;
    -webkit-transition: .5s all linear;
    -o-transition: .5s all linear;
    transition: .5s all linear;
}

.nav > li > .mainNavText {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.search_bar {
}

.searchBar_topRight {
    position: absolute;
    right: 0;
}

    .searchBar_topRight .showSearchTextBar {
        font-size: 16px;
    }

.RightSearch {
    font-size: 12px;
    display: none;
    margin-left: 200px;
    width: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    color: #fff !important;
}

    .RightSearch:focus {
        outline: none;
    }

.ImageGrid {
    /*min-height:300px;*/
}

    .ImageGrid .ImageGrid-inner .productFeature {
        -webkit-transition: 1s ease all;
        -o-transition: 1s ease all;
        transition: 1s ease all;
    }

.ShowMoreLessFeatures {
    background: #1a1a1a;
    padding: 5px 0;
}

    .ShowMoreLessFeatures * {
        vertical-align: middle;
        /*transition:1s ease all;*/
    }

    .ShowMoreLessFeatures .ShowMoreLessFeatures-text {
        cursor: pointer;
        padding: 0 10px;
    }

.productFeature a {
    text-decoration: none !important;
    position: relative;
    text-align: center;
    padding: 5px 0;
}

    .productFeature a:hover .productFeature-hover {
        display: block;
    }

.productFeature-hover {
    position: absolute;
    height: 110px;
    width: 100%;
    top: 0;
    left: 0;
    color: #000;
    background: rgba(225,225,225,.7);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    -webkit-transition: .5s linear all;
    -o-transition: .5s linear all;
    transition: .5s linear all;
    text-align: center;
    opacity: 1;
}

.productFeature-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.productFeature img {
    height: 80%;
}

.productFeature-hover:hover {
    opacity: 1;
}

.productFeature2 a {
    height: 120px;
    line-height: 120px;
}

.productFeature2 .productFeature-hover {
    line-height: initial;
    height: 100%;
    display: none;
}

.productFeature2 img {
    height: 80px;
}

.Downloadfiles {
    width: 100px;
    background: #b3b3b3;
    height: 80px;
    padding: 2px;
    overflow: hidden;
}

    .Downloadfiles img {
        height: 40px;
    }

    .Downloadfiles .Downloadfiles-type {
        font-weight: bold;
        color: #343233;
        text-decoration: none;
        font-size: 90%;
    }

    .Downloadfiles .Downloadfiles-extentionSize {
        color: #343233;
        text-decoration: none;
        font-size: 80%;
    }

.configurationOptions {
    padding-top: 1em;
    padding-bottom: 1em;
    border: 1px solid #b3b3b3;
}

.configurationOptions2 {
    /*background: #313131;*/
    /*padding-left: 10px;*/
}

.configurationOptions2heading {
    font-size: 90%;
}

.configurationOptions2 {
    font-size: 75%;
}

.configurationOptions-item {
    padding-bottom: 1em;
    padding-top: 1em;
    font-size: 90%;
}

    .configurationOptions-item * {
        /*color: #b3b3b3;*/
    }

.configurationOptions-row {
}



.configurationOptions-btns input {
    height: 34px;
}

.configurationOptions-summary {
}

.configurationOptions-output {
}

.productHeaderContainer {
    /*border:1px solid red;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: -webkit-linear-gradient(#eeeeee, #ffffff);
    background: -o-linear-gradient(#eeeeee, #ffffff);
    background: linear-gradient(#eeeeee, #ffffff);*/
    background: #fff;
    color: #363636;
    padding: 4em 1em;
}

.productHeaderContainer-content h5 {
    line-height: 2em;
    font-weight: bold;
}

.productHeaderContainer-content p, .familyPage .productHeaderContainer-content p {
    line-height: 38px;
    font-size: 20px;
}

.aboutUs_text p {
    line-height: 34px;
    font-size: 18px;
}
/*.familyPage .productHeaderContainer-content p
{
    line-height: 38px;
    font-size: 20px;
}*/

.familyPage .new_productDetails_inner h5, .aboutUs_text h5 {
    line-height: 1.5em;
    font-size: 28px;
    margin-bottom: 5px;
}

.aboutUs_text h5 {
    color: #fff;
    font-weight: bold;
}

.HeaderProductImageCarousel {
    position: relative;
}

    .HeaderProductImageCarousel .familymainCarousel {
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        left: 50%;
        width: 100%;
        top: 50%;
        height: 100%;
    }

        .HeaderProductImageCarousel .familymainCarousel .carousel-inner, .HeaderProductImageCarousel .familymainCarousel .carousel-inner .item {
            height: 100%;
        }

            .HeaderProductImageCarousel .familymainCarousel .carousel-inner .item img {
                /* height: 99.6%; */
                /* width: auto; */
                width: auto;
                height: 100%;
                max-width: initial;
                margin: 0 auto;
            }

.HeaderProductImage {
    position: relative;
}

    .HeaderProductImage img {
        position: relative;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        left: 50%;
        max-height: 100%;
        top: 50%;
    }

.familyPage .new_productDetails_innerFamily p {
    color: #838383;
}

.productHeaderContainer-image {
    height: 200px;
    text-align: center;
}

    .productHeaderContainer-image img {
        height: 100%;
        display: inline-block;
        height: auto;
        /* width: 100%; */
        /* max-width: initial; */
        /* max-height: 100%; */
    }

.productPage_container .productHeaderContainer-image {
    overflow: hidden;
}

    .productPage_container .productHeaderContainer-image img {
        height: initial;
        max-width: 100%;
        max-height: initial;
    }

.productPage_container .switchPosition {
    padding-right: 0;
}

.productDownloadContainer {
    color: #1b1b1b;
    background: -o-linear-gradient(#eeeeee, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: linear-gradient(#eeeeee, #ffffff);
}

    .productDownloadContainer table {
    }

        .productDownloadContainer table tr td {
            border-bottom: 1px solid #000;
            display: inline-block;
            width: 33%;
            padding-top: 1em;
            padding-bottom: .2em;
            vertical-align: bottom;
        }

            .productDownloadContainer table tr td a {
                color: #000 !important;
            }

            .productDownloadContainer table tr td:first-child {
                text-align: left;
            }

            .productDownloadContainer table tr td:last-child {
                text-align: right;
            }

.downloadSection {
    background: #fff;
}

.downloadSectionProduct {
    /*width: 30% !important;*/
}

    .downloadSectionProduct.downloadSectionProductCatalogue {
        /*width: 63% !important;*/
    }

    .downloadSectionProduct.downloadSectionProductCatalogue {
    }

    .downloadSectionProduct tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .downloadSectionProduct .downloadFileName {
        width: 90%;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .downloadSectionProduct .downloadFileName a {
            color: #000;
        }

.productPage.downloadSectionProduct {
    /*width: 100% !important;*/
}

    .productPage.downloadSectionProduct .downloadFileName {
        width: 90%;
    }

.downloadFileName, .downloadFileSize {
    color: #000;
}

table.downloadSectionProduct.downloadSectionProductCatalogue.downloadHeading {
    width: 40% !important;
}

.productPage.downloadSectionTable, .downloadAllPageTable, .downloadPage .downloadSectionProduct.downloadSectionProductCatalogue, .downloadAllTable {
    width: 30% !important;
}

.productPage.downloadSectionTable, .downloadAllTable {
    width: 60% !important;
}

.downloadAllTable_container {
    padding-left: 15px;
}

.downloadSectionProduct .downloadFileSize {
    width: 5%;
    font-size: 14px;
}

.downloadSectionProduct .downloadFileType {
    width: 10%;
    font-size: 14px;
    padding-left: 10px;
}

.downloadSectionProduct .downloadFileTypeHeading {
    width: 19%;
    font-size: 14px;
}

.downloadPage .downloadSectionProduct .downloadFileSize {
    width: 30%;
}

.downloadPage .downloadSectionProduct .downloadFileType {
    /*width: 7%;*/
    text-align: right;
}

.downloadPage .downloadSectionProduct.downloadSectionProductCatalogue {
    /*width: 42% !important;*/
}

.downloadPage .downloadCatalogue .accordion2 .panel-heading a:before {
    /*margin-right: 41%;
    bottom: 0px;*/
}

.downloadFileIcon {
    /*padding-left: 7px;*/
}

.downloadSectionProduct tr:last-of-type td {
    border-bottom: none;
}

.ConfigurationTable table thead th {
    /*padding-top: 20px;*/
}

.ConfigurationTable table thead th {
    padding: 5px 0;
    height: 45px;
    vertical-align: top;
    /*color: #666;*/
    font-size: 90%;
    font-weight: bold;
}

.ConfigurationTable table tbody td .configurationOptions2 li {
    padding: 7px 0 7px 10px;
}

    .ConfigurationTable table tbody td .configurationOptions2 li:hover {
        background: #fff;
        color: #000;
        cursor: pointer;
    }

        .ConfigurationTable table tbody td .configurationOptions2 li:hover span {
            color: #000 !important;
        }

.configurationOptions2Selected {
    background: #fff;
    color: #000;
}

    .configurationOptions2Selected span {
        color: #000 !important;
    }

.ConfigurationTable table thead {
}

/*.carousel-MadisonFamilyImageContainer
{
    height: 100%;
    text-align: right;
}

.carousel-MadisonFamilyTextContainer
{
    height: 100%;
    position: relative;
}

    .carousel-MadisonFamilyTextContainer .carousel-MadisonFamilyTextContainerInner
    {
        margin: 0 !important;
        position: absolute;
        top: 20%;
        width: 50%;
        left: 25%;
        color: #666;
        text-align: center;
    }

        .carousel-MadisonFamilyTextContainer .carousel-MadisonFamilyTextContainerInner .CarouselHeading
        {
            text-align: center;
            font-weight: bold;
        }*/

.ProductTextSection {
    height: 400px;
}

    .ProductTextSection .MadisonFamilyTextContainer {
        height: 100%;
        position: relative;
        /*margin-right: 1%;*/
    }

.MadisonFamilyTextContainerInner-main {
    background: -o-linear-gradient(#c6c6c6, #fdfdfd);
    background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#fdfdfd));
    background: linear-gradient(#c6c6c6, #fdfdfd);
    height: 100%;
    /*border-radius: 10px;*/
    position: relative;
}

.MadisonFamilyImageContainer-main {
    background: -o-linear-gradient(#c6c6c6, #fdfdfd);
    background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#fdfdfd));
    background: linear-gradient(#c6c6c6, #fdfdfd);
    height: 100%;
    /*border-radius: 10px;*/
}

.ProductTextSection .MadisonFamilyTextContainer .MadisonFamilyTextContainerInner {
    margin: 0 !important;
    position: absolute;
    top: 25%;
    width: 50%;
    left: 25%;
    color: #666;
    text-align: justify;
}

    .ProductTextSection .MadisonFamilyTextContainer .MadisonFamilyTextContainerInner .CarouselHeading {
        text-align: center;
        font-weight: bold;
    }

.ProductTextSection .MadisonFamilyImageContainer {
    height: 400px;
    position: relative;
}

.ProductTextSection .MadisonFamilyImageContainerInner {
    position: absolute;
    /*top: 100px;*/
    /*left: 20%;*/
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    height: 400px;
}

    .ProductTextSection .MadisonFamilyImageContainerInner img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /*width: 80%;
        max-height:80%;*/
    }

.MadisonFamilyImageContainerInner img {
    max-height: 80%;
}

.productImageContainer {
    height: calc(100% - 30px);
    position: relative;
}


.RecessedMadison_img_container {
    height: 100%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    overflow: hidden;
}

.RecessedMadison-item {
    border-right: 1px solid #000;
    height: 300px;
    /*background: #c6c6c6;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: -webkit-linear-gradient(#eeeeee, #ffffff);
    background: -o-linear-gradient(#eeeeee, #ffffff);
    background: linear-gradient(#eeeeee, #ffffff);*/
    background: #fff;
    position: relative;
    border-bottom: 1px solid #000;
}

.RecessedMadison-img {
    height: initial !important;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    text-align: center;
    width: auto;
    /*background-color: #d9d9d9;*/
}

.RecessedMadison-itemFirst {
    position: relative;
    background: #1a1a1a;
}

    .RecessedMadison-itemFirst .RecessedMadison-ContentBody {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .RecessedMadison-itemFirst .RecessedMadison-ContentBody .RecessedMadison_heading, .RecessedMadison-itemFirst .RecessedMadison-ContentBody span {
            font-size: 20px;
        }


        .RecessedMadison-itemFirst .RecessedMadison-ContentBody a {
            font-size: 16px;
            text-transform: uppercase !important;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
            color: #fff !important;
            font-family: 'Gotham-Book' !important;
            text-decoration: none;
        }

.RecessedMadison-item *, .RecessedMadison-item, .RecessedMadison-item a, .RecessedMadison-item a span {
    text-decoration: none;
}

    .RecessedMadison-item a {
        display: inline-block;
        /*height: 100%;*/
        overflow: hidden;
    }

        .RecessedMadison-item a span {
        }

        .RecessedMadison-item a:hover {
            text-decoration: none;
        }

.RecessedMadison-ContentBody span a {
    display: block;
}

.RecessedMadison-item .RecessedMadison-ContentFooter {
    position: absolute;
    bottom: 0%;
    /*z-index: 99;*/
    /*border-top: 1px solid #979797;*/
    width: 100%;
    left: 0%;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

.familyNavigationContainer {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}

.font979797 span span {
    color: #979797 !important;
}

.RecessedMadison-HeaderDescription {
    border-top: 1px solid #979797;
    font-size: 14px;
}

.RecessedMadison-ContentHeader {
    color: #1b1b1b;
    padding: 5px 0;
    /*font-size: 94%;*/ /*remove if text to small for product header in newProducts and category pages*/
    z-index: 8;
    position: relative;
    /*background: rgba(255,255,255,.5);*/
    /*background-color: #d9d9d9;*/
}

.RecessedMadison-ContentBody span {
    font-weight: bold;
}

.downloadDiv {
    max-height: 500px;
    overflow-y: auto;
    /*padding:10px 0;*/
}

.categoryName {
    font-size: 30px;
}

.downloadDiv {
}

::-webkit-scrollbar-track {
    /*background: #ddd;
    -webkit-box-shadow: inset 1px 0px 5px rgba(0,0,0,.5);*/
    background: #fff;
    border: 1px solid;
    border-radius: 15px;
    margin: 5px 0;
}

::-webkit-scrollbar {
    /*-webkit-appearance: none;
    width: 10px;
    height: 9px;
    border-radius: 0px !important;*/
    width: 16px;
}

::-webkit-scrollbar-thumb {
    /* border-radius: 0px !important;
    background-color: #666666;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);*/
    border-radius: 15px !important;
    background-color: black;
    border: 1px solid;
}

.accordion2.panel-group {
    margin-bottom: 0;
}

.accordion2 .panel-heading a:before {
    /*font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    color: #6b6b6b;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-text-stroke: 1px #e3e1e0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 40%;
    -webkit-text-stroke: 1px #c8c8c8;
    position: absolute;
    right: 0;*/
}

.tableRowSpacing tbody tr td {
    padding-top: 1em;
    padding-bottom: .2em;
}

    .tableRowSpacing tbody tr td:first-of-type {
        /*border:1px solid red;*/
    }

.downloadCatalogue .accordion2 .panel-heading a:before {
    /*margin-right: 35%;*/
}

.downloadCatalogue .accordion2-heading, .downloadCatalogue-header {
    width: 70% !important;
}

.downloadCatalogue-reset-container {
    background: #c8c8c8;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 2px;
}

    .downloadCatalogue-reset-container select {
        /*-webkit-appearance: none;*/
        /*background: #FEFEFE !important;*/
        background-size: 15px !important;
        padding-right: 24px !important;
        background-position: 98% !important;
        cursor: pointer;
    }

        .downloadCatalogue-reset-container select option {
            padding-right: 10px !important;
        }

.txtCatalogueNumber::-webkit-input-placeholder {
    /*color: #555 !important;*/
    font-size: 14px;
}

.downloadCatalogue-header-container {
    background: #fff;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

.downloadCatalogue-header {
}

.accordion2 .PanelHeadingTop {
    font-weight: normal;
}

.accordion2 .panel-heading a .arrow {
    position: absolute;
}

.accordion2 .panel-heading .accordion2-heading {
    white-space: nowrap;
    font-size: 0;
    display: block;
    width: 100%;
}

.accordion2 .panel-body {
    padding-top: 0;
    color: #333;
}

    .accordion2 .panel-body table.top-30 {
        margin-top: -40px;
    }

    .accordion2 .panel-body table {
        -webkit-transition: 1.5s ease all;
        -o-transition: 1.5s ease all;
        transition: 1.5s ease all;
        margin-left: 0px;
    }

        .accordion2 .panel-body table tr:not(:last-child) {
            border-bottom: 2px solid #8e8e8e;
        }

        .accordion2 .panel-body table td:first-child {
        }

.accordion2 .panel-heading .accordion2-heading span {
    float: none !important;
    padding-left: 0;
    display: inline-block;
    font-size: 14px;
}

.accordion2 .panel {
    position: relative;
}

.accordion2 .panel-heading a {
    font-weight: bold;
}

    .accordion2 .panel-heading a:before {
        /*bottom: 15px;
        -webkit-text-stroke: 1px #6b6b6b;
        -webkit-transition: 1s ease bottom;
        -o-transition: 1s ease bottom;
        transition: 1s ease bottom;*/
    }

    .accordion2 .panel-heading a.collapsed:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: initial;
        -webkit-text-stroke: 1px #c8c8c8;
    }

.accordion2 .panel-heading.whiteHeading {
    background-color: #fff !important;
}



/*gallery v2 start*/

.gallery2 .galleryModal .modal-dialog {
    width: 75%;
    /*margin-top: 30px;*/
    margin: initial !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}

.gallery2 .galleryModal .modal-body {
    padding: 0;
}

.gallery2 .close {
    color: white;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    z-index: 99;
    text-shadow: none !important;
    outline: none !important;
}

    .gallery2 .close:hover,
    .gallery2 .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.gallery2 .row > .column {
    /*padding: 0 8px;*/
    padding-right: 10px;
    /* padding: 0 8px; */
    position: relative;
    max-height: 150px;
    overflow: hidden;
    /* border: 1px solid red; */
    margin-bottom: 10px;
    /* margin-right: 5px; */
}

    .gallery2 .row > .column:hover .thumbnailOverlay {
        opacity: 1;
    }

.gallery2 .row:after {
    content: "";
    display: table;
    clear: both;
}

.gallery2 .column {
    float: left;
    width: 25%;
}

    .gallery2 .column img {
        max-height: 100%;
        max-width: 100%;
    }

.gallery2 .mySlides {
    display: none;
}

    .gallery2 .mySlides img {
        width: 100%;
    }

.gallery2 .prev,
.gallery2 .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    /*border-radius: 0 3px 3px 0;*/
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none !important;
}


.gallery2 .next {
    right: 0px;
}

.gallery2 .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: #fff !important;
}

.gallery2 .caption-container {
    text-align: center;
    background: rgba(0,0,0,.7);
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .gallery2 .caption-container p {
        margin: 10px;
    }

.gallery2 img.demo {
    opacity: 0.6;
}

.gallery2 .active,
.gallery2 .demo:hover {
    opacity: 1;
}

.gallery2 .column img.hover-shadow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-right: 10px;
    padding-bottom: 10px;
}

.gallery2 .column:last-of-type img.hover-shadow {
    /*padding-right: 0px;*/
}

.gallery2 .hover-shadow:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gallery2 .mySlides.fade2 {
    -webkit-animation-name: fade2 !important;
    -webkit-animation-duration: 1.5s !important;
    animation-name: fade2 !important;
    animation-duration: 1.5s !important;
}

@-webkit-keyframes fade2 {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade2 {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

.gallery2 .column {
    cursor: pointer;
}

.mainGalleryTitle {
    /*padding-bottom:25px;*/
}

body.modal-open {
    overflow: initial !important;
}

.subGalleryTitle {
    /*margin-left: 25px;*/
    /*border-bottom:1px solid gray;*/
}
/*gallery v2 end*/

.panel-heading {
    color: #333;
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
}

.panel-group .panel + .panel {
    margin-top: 0px !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff !important;
}

/*gallery start*/

.gallery .hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.gallery .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.gallery .carousel-inner {
    max-height: 66vh;
}

    .gallery .carousel-inner .item {
        max-height: 66vh;
    }

.gallery .thumbnail {
    background-color: transparent !important;
    border: none !important;
    position: relative;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
}

    .gallery .thumbnail:hover {
        /*box-shadow: 1px 1px #fff, 2px 2px #fff, 3px 3px #fff;
                -webkit-transform: translateX(-3px);
                transform: translateX(-3px);*/
    }

.gallery .thumbnailOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    background-color: rgba(0,0,0, .8);
    cursor: pointer;
}

    .gallery .thumbnailOverlay .text {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

.gallery .thumbnail:hover .thumbnailOverlay {
    opacity: 1;
}

.gallery .carousel-inner .item-inner {
    position: relative;
    display: inline-block;
    max-height: 66vh;
}

    .gallery .carousel-inner .item-inner .carouseltext {
        bottom: 15px;
        right: 5%;
        font-size: 12px;
        background: rgba(0,0,0,0.5);
        position: absolute;
        font-weight: lighter;
        padding: 5px 10px;
    }

.aboutUs .carousel-inner .item-inner .carouseltextAboutUs {
    /*bottom: 15px;
    right: 5%;*/
    font-size: 12px;
    /*position: absolute;*/
    font-weight: lighter;
    padding: 5px 10px;
}

.aboutUs_container {
    background: #1A1A1A;
    padding-right: 0 !important;
}

.aboutUs_text {
    height: 100%;
}

    .aboutUs_text .carouseltextAboutUs {
        position: absolute;
        top: 50%;
        left: 50% !important;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 88% !important;
    }

    .aboutUs_text h5 {
    }

    .aboutUs_text p {
    }

.aboutUs_img {
    overflow: hidden;
    height: 100%;
}

.aboutUs img.aboutUsImage {
    /*height: initial !important;*/
    max-height: 100% !important;
    position: absolute;
    left: 0%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    top: 50%;
}

.home .item {
    position: relative;
}

.home .carouseltext {
    left: 15px;
    position: absolute;
    bottom: 15px;
    color: #000;
    background: rgba(255,255,255,.5);
}

.guts_ViewMoreButton {
    background: none !important;
}

.aboutUsThumbnail {
    text-align: center;
    font-size: 0;
}

    .aboutUsThumbnail .aboutUsThumbnailContainer {
        width: 80%;
        margin: 0 auto;
    }

        .aboutUsThumbnail .aboutUsThumbnailContainer .thumbnail {
            margin-bottom: 0;
        }

        .aboutUsThumbnail .aboutUsThumbnailContainer span {
            display: inline-block;
            font-size: 14px;
            color: #fff !important;
            text-align: justify;
            -moz-text-align-last: center;
            text-align-last: center;
            margin-top: 10px;
        }

        .aboutUsThumbnail .aboutUsThumbnailContainer .thumbnail .thumbnailOverlay p {
            position: absolute;
            bottom: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, 100%);
            -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
            color: #fff;
            font-size: initial;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 22px;
        }

    .aboutUsThumbnail ul {
        margin-left: 0 !important;
        display: inline-block;
        width: 100%;
    }

        .aboutUsThumbnail ul li {
            width: 20%;
            float: none;
            display: inline-block;
            padding-left: 0px;
            padding-right: 0px;
        }

    .aboutUsThumbnail li .thumbnailOverlay {
        background-color: rgba(0,0,0, .5);
        opacity: 1;
    }

        .aboutUsThumbnail li .thumbnailOverlay:hover {
            opacity: 0 !important;
        }

.aboutUs .carousel-inner .item-inner .carouseltextAboutUs {
    bottom: 0px;
    left: 0;
    width: 50%;
    color: #a6a6a6;
    /*background: rgba(0,0,0,0.8);*/
}

    .gallery .carousel-inner .item-inner .carouseltext a, .aboutUs .carousel-inner .item-inner .carouseltextAboutUs a {
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        padding-left: 5px;
    }

.gallery .carousel-inner .item-inner img {
    width: 100%;
}

.aboutUs.gallery .carousel-inner .item-inner img {
    width: auto;
    /*height: 100%;*/
}

.aboutUs.gallery .carousel-inner .item-inner {
    height: 75vh;
}

.aboutUs .item-inner {
}

.gallery#main_area {
    margin-top: 15px;
}

/*gallery end*/
.panel-heading {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

/*contact label start*/

.ContactLabel {
    border: 1px solid #4f4f4f;
    display: block;
    padding: 1px 5px 0 5px;
    margin-top: 10px;
    min-height: 52px;
}

    .ContactLabel input {
        padding-bottom: 0;
        height: 29px;
        padding-top: 0;
    }

    .ContactLabel:first-of-type {
        margin-top: 0px;
    }

    .ContactLabel input, .ContactLabel textarea {
        background: transparent;
        border: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .ContactLabel input:focus, .ContactLabel textarea:focus {
            border-color: none !important;
            outline: 0;
            -webkit-box-shadow: 0 !important;
            box-shadow: none !important;
        }

.ContactCheckBox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding-right: 15px;
}

.blackDropDown {
    border: 0px solid #4f4f4f !important;
    background: url('/images/arrowdown_lightgray.png') no-repeat right #000 !important;
    background-size: 15px !important;
    padding-right: 24px !important;
    background-position: 98% !important;
    cursor: pointer;
    color: #fff !important;
    width: 100% !important;
    text-align: left !important;
}

    .blackDropDown:focus, .blackDropDown:active {
        border-color: none !important;
        outline: 0 !important;
        -webkit-box-shadow: 0 !important;
        box-shadow: none !important;
    }

    .blackDropDown:focus {
    }

.blackDropDown-menu {
    background: #b3b3b3 !important;
    color: #000;
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 10px !important;
}
/*contact label end*/
.sectionRecessedMadison .RecessedMadison-item {
    /*margin-top: 1em;*/
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.DDLMoreProducts-container {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .DDLMoreProducts-container .DDLMoreProducts {
        position: absolute;
        z-index: 99;
        text-align: center;
        color: #000;
        padding: 10px 5px;
        width: 100%;
        top: 100%;
        background: rgba(225,225,225,.9);
        font-size: 11px;
        display: none;
    }

        .DDLMoreProducts-container .DDLMoreProducts ul {
            list-style: none;
            padding-left: 0px;
        }

            .DDLMoreProducts-container .DDLMoreProducts ul li {
                padding: 4px 0px;
            }

                .DDLMoreProducts-container .DDLMoreProducts ul li a:hover {
                    color: red;
                }

                .DDLMoreProducts-container .DDLMoreProducts ul li a {
                    color: #000;
                    text-decoration: none;
                }

.SectionCertification {
}

.certificate-item {
    /*border:1px solid red;*/
}

    .certificate-item img {
    }

.SectionCertification .certificate-item {
    /*border: 1px solid red;*/
    text-align: center !important;
    height: 100px;
    vertical-align: central;
    vertical-align: middle;
    line-height: 100px;
    width: 25%;
    display: inline-block;
}

    .SectionCertification .certificate-item a {
        display: inline-block !important;
    }

    .SectionCertification .certificate-item img {
        display: inline-block !important;
        max-height: 90px;
        max-width: 100%;
    }

.MobileFooter {
    display: none !important;
}

.carousel-relatedProductsConatiner {
    white-space: nowrap;
}

.carousel-relatedProducts {
    display: inline-block;
    width: 50%;
}

    .carousel-relatedProducts img {
        width: 100%;
    }

.carousel-relatedProductsConatiner .item {
}

#configuratorAccordion .accordion-toggle.collapsed:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

#configuratorAccordion .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    color: #fff !important;
}

#configuratorAccordion .accordion-heading {
    background: #b5b5b5;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    #configuratorAccordion .accordion-heading a {
        color: #000000 !important;
        text-decoration: none;
    }

#configuratorAccordion:last-of-type {
    border-bottom: 2px solid white;
}

#configuratorAccordion .accordion-body .accordion-inner {
}

.LConfiguratorSummaryMobile {
    background: #fff;
    color: #000;
    width: 100%;
    display: block;
    padding: 5px 10px;
}

#configuratorAccordion .accordion-body .accordion-inner ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
}

    #configuratorAccordion .accordion-body .accordion-inner ul li {
        background: #b5b5b5;
        border-top: 2px solid white;
        border-left: 2px solid white;
        border-right: 2px solid white;
        padding-right: 10px;
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #000000;
    }

        #configuratorAccordion .accordion-body .accordion-inner ul li.selected {
            background: #666666;
            color: #000000;
        }

    #configuratorAccordion .accordion-body .accordion-inner ul .configOptions:after {
        font-family: 'FontAwesome';
        content: "\f068";
        float: right;
        color: #fff !important;
    }

    #configuratorAccordion .accordion-body .accordion-inner ul .configOptions.cross:after {
        font-family: 'FontAwesome';
        content: "\f00d";
        float: right;
        color: #fff !important;
    }

.accordion-opened .accordion-toggle:after {
}

.agentMoreInformation {
    z-index: 99;
    /*min-height: 150px;*/
    width: 240px;
    position: fixed;
    background: #fff;
    right: 50px;
    color: #000;
    padding: 8px;
    font-size: 12px;
    display: none;
    opacity: 0;
    text-align: left;
}

.agentMoreInformation-inner {
}

    .agentMoreInformation-inner td {
        vertical-align: top;
        padding-top: 4px;
    }

.moreInfoLabel {
    padding-right: 15px;
}

.closeMoreInfo {
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
}

.goto_anchor {
    /*padding-top: 124px;
    display: block;*/
}

.slick-slide img {
    margin: 0 auto;
    /*opacity: .8;*/
}

.galleryNavigation, .galleryNavigation_submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .galleryNavigation div {
        padding: 0 20px;
        border-right: 1px solid white;
    }

        .galleryNavigation div:last-of-type {
            border-right: none;
        }

        .galleryNavigation div:after {
            /*content: '|';*/
            /*margin-left: 5px;*/
        }

        .galleryNavigation div:last-of-type:after {
            content: '';
        }

        .galleryNavigation div:hover {
            color: #fff;
            cursor: pointer;
        }

    .galleryNavigation_submenu div {
        margin: 0 5px;
        font-size: 16px;
    }

        .galleryNavigation_submenu div:after {
            content: '|';
            /*margin-left: 5px;*/
        }

        .galleryNavigation_submenu div:last-of-type:after {
            content: '';
        }

        .galleryNavigation_submenu div:hover {
            color: #fff;
            cursor: pointer;
        }

    .galleryNavigation a {
        font-size: 24px;
    }

    .galleryNavigation_submenu a {
        font-weight: normal;
    }

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    font-size: 18px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 20px;
}

    #myBtn:hover {
        background: rgba(102,102,102, .8);
        color: #fff;
    }

.ProductTitl2 {
    display: none;
}

.mobileGalleryModal {
    display: none;
}


.downloadSectionSpecial {
    height: initial !important;
    overflow: initial !important;
}

    .downloadSectionSpecial.HeaderProductImage img {
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        left: initial !important;
        top: initial !important;
    }

.upDownloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .upDownloads .downloadSectionTable_div {
        width: 100%;
    }

        .upDownloads .downloadSectionTable_div .downloadSectionProduct {
            margin-left: 0 !important;
        }

.twoDownload .upDownloads .downloadSectionTable_div {
    width: 45%;
}

    .twoDownload .upDownloads .downloadSectionTable_div .downloadSectionProduct {
        width: 100% !important
    }

.twoDownload .downloadAllTable {
    width: 100% !important;
}

.twoDownload .downloadAllTable_container {
    width: 45% !important;
    padding-left: 15px;
}
/*.upDownloads .downloadSectionTable_div:first-of-type {
            padding-right: 5px;
        }

        .upDownloads .downloadSectionTable_div:last-of-type {
            padding-left: 5px;
        }*/
.downloadAllTable tr td:first-child {
    width: 90%;
}

.downloadAllTable tr td:last-child {
    width: 10%;
}

.upDownloads_container {
    text-align: left;
}

@media (max-width:1450px) {
    .RecessedMadison-itemFirst .RecessedMadison-ContentBody .RecessedMadison_heading, .RecessedMadison-itemFirst .RecessedMadison-ContentBody span {
        font-size: 16px;
    }

    .categoryName {
        font-size: 24px;
    }

    .bottomNote_home {
        letter-spacing: 0px !important;
    }

    .RecessedMadison-img {
        height: initial !important;
        bottom: 50%;
    }

    .RecessedMadison-item {
        height: 285px;
    }
}

@media (max-width:1400px) {

    table.downloadSectionProduct.downloadSectionProductCatalogue.downloadHeading {
        width: 40% !important;
    }

    .productPage.downloadSectionTable, .downloadAllPageTable, .downloadPage .downloadSectionProduct.downloadSectionProductCatalogue, .downloadAllTable {
        width: 45% !important;
    }

    .productPage.downloadSectionTable {
        width: 90% !important;
    }

    .SearchBarContainer {
        display: block !important;
        margin-bottom: 10px;
    }

    div.productHeaderContainer-content, div.productHeaderContainer-image {
        /*height: 47vh !important;*/
    }
    /*.new_productDetails .new_productDetails_innerFamily
    {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
    }*/
    .downloadPage .downloadSectionProduct.downloadSectionProductCatalogue {
        /*width: 45% !important;*/
    }

    .aboutUs_text .carouseltextAboutUs {
        width: 90% !important;
        top: 45%;
    }
}

@media (max-width: 1300px) {
    .downloadBorderDesktop {
        border-left: 0px solid #000 !important;
    }

    .productPage.downloadSectionProduct {
        margin-left: 0 !important;
    }

    .RecessedMadison-item {
        height: 260px;
    }

    .categoryName {
        font-size: 22px;
        margin-top: 2rem !important;
    }

    .RecessedMadison-itemFirst .RecessedMadison-ContentBody .RecessedMadison_heading, .RecessedMadison-itemFirst .RecessedMadison-ContentBody span {
        font-size: 15px;
    }

    .custom-checkbox-adjustWidth {
        width: 100%;
    }

    .custom-checkbox-3g.custom-checkbox-adjustWidth label {
        width: 85%;
        vertical-align: top;
    }

    div.productHeaderContainer-content, div.productHeaderContainer-image {
        /*height: 47vh !important;*/
    }

    .new_productDetails .new_productDetails_innerFamily {
        /*top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);*/
        width: 90%;
    }

    .downloadSectionProduct {
        width: 70% !important;
    }

        .downloadSectionProduct.downloadSectionProductCatalogue {
            /*width: 83% !important;*/
        }

    .downloadPage .downloadSectionProduct.downloadSectionProductCatalogue {
        /*width: 60% !important;*/
    }

    .downloadSectionProduct .downloadFileName {
        width: 65%;
        font-size: 14px;
    }

    .downloadSectionProduct .downloadFileSize {
        width: 25%;
        font-size: 14px;
    }

    .downloadSectionProduct .downloadFileType {
        width: 10%;
        font-size: 14px;
    }

    .downloadSectionProduct .downloadFileTypeHeading {
        width: 19%;
        font-size: 14px;
    }

    .downloadCatalogue .accordion2 .panel-heading a:before {
        /*margin-right: 30% !important;*/
    }

    table.downloadSectionProduct {
        margin-left: 1.5% !important;
    }

    .downloadSectionProduct.downloadSectionProductCatalogue {
        margin-left: 0px !important;
    }

    .downloadPage .downloadSectionProduct.downloadSectionProductCatalogue {
        margin-left: 0px !important;
    }
}

@media (max-width: 1280px) {

    .galleryNavigation div {
        padding: 0 15px;
    }

    table.downloadSectionProduct.downloadSectionProductCatalogue.downloadHeading {
        width: 50% !important;
    }

    .productPage.downloadSectionTable, .downloadAllPageTable, .downloadPage .downloadSectionProduct.downloadSectionProductCatalogue, .downloadAllTable {
        width: 50% !important;
    }

    .productPage.downloadSectionTable, .downloadAllTable {
        width: 100% !important;
    }

    .ContactCheckBox label {
        font-size: 9px;
    }

    .aboutUs_text .carouseltextAboutUs {
        width: 93% !important;
        top: 43%;
    }
}

@media(max-width:1200px) {
    .new_productDetails_inner_options {
        width: 70% !important;
        /* margin: 0 auto; */
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        margin-left: 7.5% !important;
    }

    .new_productDetails .new_productDetails_inner {
        top: 50% !important;
        left: 30% !important;
        -webkit-transform: translate(-30%,-50%) !important;
        -ms-transform: translate(-30%,-50%) !important;
        transform: translate(-30%,-50%) !important;
        /*top: 30%;
    left: 25%;
    transform: translate(-20%,-30%);*/
    }

    .new_productDetails .new_productDetails_innerFamily {
        top: 50%;
        left: 30% !important;
        -webkit-transform: translate(-30%,-50%) !important;
        -ms-transform: translate(-30%,-50%) !important;
        transform: translate(-30%,-50%) !important;
    }
}

@media (max-width:1180px) {

    .galleryNavigation div {
        /*margin: 0 15px;*/
        font-size: 14px;
    }

    .galleryNavigation_submenu div {
        margin: 0 5px;
        font-size: 12px;
    }

        .galleryNavigation_submenu div:after {
            content: '|';
            margin-left: 5px;
        }

        .galleryNavigation_submenu div:last-of-type:after {
            content: '';
        }

    .sliderMain .carousel-inner .item img {
        height: initial;
    }

    .logoDiv {
        margin-right: 0px;
    }

    .nav li a, .rightSide a {
        font-size: 12px;
    }

    .RecessedMadison-ContentHeader {
        font-size: 75%;
    }

    .productListHeading .RecessedMadison_heading {
        font-size: 12px !important;
    }

    .chainMenu {
        font-size: 16px !important;
    }

    .RecessedMadison_heading {
        font-size: 12px;
    }

    .header-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .RecessedMadison-item {
        height: 275px;
    }

    .dropdown .nav-second-level {
        width: 150px !important;
    }

    .nav li li ul {
        left: 150px !important;
    }

    .nav .last-level {
        /*border:1px solid red;*/
        top: -200px !important;
    }

    .footer2Containers {
        font-size: 70%;
    }

        .footer2Containers ul li {
            margin-top: 10px;
        }

    .btn {
        font-size: 12px !important;
        padding: 6px 6px !important;
    }

    .typeMenuButton {
        padding: 0px 0px !important;
    }
    /*.headerContainer
    {
        padding-left: 15px;
    }*/
    .imgcontinerMobileNav {
        margin-left: 0px !important;
    }

    .downloadSectionTable td {
        font-size: 90%;
    }
}

@media (max-width: 1024px) {

    .RecessedMadison-item {
        height: 275px;
    }

    .carousel_item_text {
        font-size: 12px;
        line-height: 22px !important;
        letter-spacing: 1px !important;
    }

    .leftSide {
        width: 100% !important;
    }

    .rightSide {
        width: 100% !important;
    }

    .mainNavDesktop.rightSide {
        width: 3% !important;
    }

    .header-inner {
        height: 16vh;
    }

    .body {
        margin-top: 16vh;
    }

    .desktopMenu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .custom-checkbox-adjustWidth {
        width: 100%;
    }

    .custom-checkbox-3g.custom-checkbox-adjustWidth label {
        width: 80%;
        vertical-align: top;
    }

    span.fixtureInfo {
        display: block;
        float: initial !important;
        padding-top: 10px;
    }

    .familyPageSliderImg {
        position: initial !important;
        top: initial !important;
        left: initial !important;
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        /*height: 100% !important;
        display: block;*/
    }
}

@media (max-width: 992px) {
    table.downloadSectionProduct.downloadSectionProductCatalogue.downloadHeading {
        width: 100% !important;
    }

    .RecessedMadison-item {
        height: 325px;
    }

    .productImageContainer {
        height: 100%;
    }

    .productOptions-inner {
        padding-left: 0 !important;
    }

    .downloadSection {
        padding-left: 5px !important;
    }

    .ProductTitl2 {
        display: block;
        padding: 15px;
        padding-left: 5px;
    }

    .ProductTitl1 {
        display: none;
    }

    .switchPosition .switchPosition1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 5px;
        padding-right: 5px;
    }

    .options_container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .new_productDetails_inner h5 {
        font-size: 14px !important;
    }

    .new_productDetails_inner.ProductTitl2 h5 {
        font-size: 16px !important;
        margin-top: 0;
        margin-bottom: 7px !important;
    }

    .productPage_container .productHeaderContainer-image {
        min-height: initial !important;
    }

    .productHeaderContainer-content, .productHeaderContainer-image {
        min-height: initial !important;
    }

    .switchPosition {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .switchPosition .switchPosition2 {
            padding-left: 0;
            padding-right: 0;
        }

    .switchPosition2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: 1px solid transparent;
    }

        .switchPosition2 .switchPosition2 {
            padding-left: 0;
            padding-right: 0;
        }

        .switchPosition2 .switchPosition1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

    .sliderPosition {
        /*border: 1px solid red;*/
        margin: 0 !important;
    }

        .sliderPosition .sliderDiv2 {
            /*border: 1px solid red;*/
            /*order:3;*/
        }

    .productPage_container .switchPosition {
        padding-left: 0;
    }

    .productPage_container div.downloadSection {
        min-height: initial !important;
    }

    table.downloadSectionProduct {
        width: 98.5% !important;
    }

    .productPage.downloadSectionProduct {
        width: 100% !important;
    }

        .productPage.downloadSectionProduct .downloadFileName {
            width: 80% !important;
        }

        .productPage.downloadSectionProduct .downloadFileType {
            width: 20% !important;
        }

    .downloadSectionProduct .downloadFileType {
    }

    .downloadSectionProduct.downloadSectionProductCatalogue {
        width: 100% !important;
    }

    .downloadPage .downloadSectionProduct.downloadSectionProductCatalogue {
        width: 100% !important;
    }

    .downloadSectionProduct .downloadFileName {
        width: 60%;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .downloadSectionProduct .downloadFileSize {
        width: 30%;
        font-size: 12px;
        vertical-align: top;
    }

    .downloadSectionProduct .downloadFileType {
        width: 15%;
        font-size: 12px;
        vertical-align: top;
    }

    .downloadSectionProduct .downloadFileTypeHeading {
        width: 19%;
        font-size: 12px;
    }

    .downloadCatalogue .accordion2 .panel-heading a:before {
        /*margin-right: 1% !important;*/
    }

    table.downloadSectionProduct {
        margin-left: 1.5% !important;
    }

    .downloadSectionProduct.downloadSectionProductCatalogue {
        margin-left: 0px !important;
    }

    .new_productDetails_inner_options {
        width: 100% !important;
        margin-left: initial !important;
    }

    div.newStyleDownload {
        padding-left: 1.5% !important;
    }

    .nav > li > .mainNavText, div.rightSide a {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .footer2Containers {
        font-size: 60%;
    }

    .footerLogoContainer {
        height: 40px;
    }

    .footer2LogoContainer2 {
        height: 35px;
    }

    .footer2LogoContainer {
        height: 65px;
    }

    .logoDiv {
        height: 50px;
    }

    .footerRow {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navDiv {
        width: 65%;
    }

        .navDiv .nav > li > .mainNavText {
            font-size: 80%;
        }

    .rightNav * {
        font-size: 85%;
    }

    .configurationOptions-item {
        font-size: 70%;
    }

    .downloadCatalogue .accordion2-heading, .downloadCatalogue-header {
        width: 100% !important;
    }

    .downloadCatalogue table {
        width: 100% !important;
    }

    .downloadCatalogue a:before {
        margin-right: 5px !important;
    }

    .accordion2 .accordion2-heading .accordion2-heading-left, .accordion2 .accordion2-heading .PanelHeadingTop {
        font-size: 11px !important;
        padding-bottom: 3px;
    }

    .downloadCatalogue table * {
        font-size: 12px;
    }

    .accordion2 .panel-body table td {
    }

    .accordion2 .panel-body table.top-30 {
        margin-top: 0;
    }

    .ContactLabel.ContactCheckBox {
        min-height: initial !important;
        position: initial;
        text-align: right;
        padding-right: 0px !important;
        width: 100%;
    }

        .ContactLabel.ContactCheckBox .custom-checkbox {
            /*border:1px solid red;*/
            padding-top: 10px !important;
            float: left;
        }

        .ContactLabel.ContactCheckBox .btn {
            margin-top: 10px !important;
            /*float:none !important;*/
        }

    .contactLeft {
        padding-right: 0 !important;
    }

    .downloadSectionTable td {
        font-size: 100%;
    }
}

.HeaderProductImageCarousel .familymainCarousel .carousel-inner .item img {
    height: auto !important;
    /* width: 100%; */
    height: 100% !important;
}

.optionsSlick .slick-next {
    right: 0px;
    z-index: 999;
}

.optionsSlick .slick-prev {
    left: 0px;
    z-index: 999;
}

@media (max-width: 850px) {
    .filterRows {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .dropdown .nav-second-level {
        width: 130px !important;
    }

    .nav li li ul {
        left: 130px !important;
    }

    .navDiv {
        width: 69%;
    }

    .nav .nav-second-level li a {
        font-size: 11px !important;
        vertical-align: middle !important;
    }

        .nav .nav-second-level li a i {
            line-height: 15px;
        }

    .nav .last-level {
        top: -100px !important;
        /*border:1px solid green;*/
    }

    .homeParagraph {
        font-size: 90%;
    }

    .footer2Containers {
        font-size: 55%;
    }
}

.closeFeaturePopUp {
    display: none !important;
}

@media (max-width: 778px) {
    .navDiv * {
        font-size: 90% !important;
    }

    .rightNav * {
        font-size: 90% !important;
    }
}

@media (max-width:825px) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .3s ease-in-out !important;
        -o-transition: -o-transform .3s ease-in-out !important;
        transition: -webkit-transform .3s ease-in-out !important;
        -o-transition: transform .3s ease-in-out !important;
        transition: transform .3s ease-in-out !important;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out !important;
    }

    .jssor_defaultStyle {
        width: 100% !important;
        height: initial !important;
    }

    .jssor_slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100% !important;
        height: initial !important;
    }

        .jssor_slide div {
            width: 50%;
            height: 25vh;
            overflow: hidden;
        }

            .jssor_slide div:nth-of-type(odd) {
                border-right: 2px solid black;
                border-bottom: 4px solid black;
            }

            .jssor_slide div:nth-of-type(even) {
                border-left: 2px solid black;
                border-bottom: 4px solid black;
            }

    .jssor_defaultStyle .imgGalleryImage {
        left: initial !important;
        top: initial !important;
        -webkit-transform: translateX(-25%) !important;
        -ms-transform: translateX(-25%) !important;
        transform: translateX(-25%) !important;
        height: 100%;
    }

    ._thumbnavigator {
        display: none !important;
    }

    #mobileGalleryModal .modal-dialog {
        margin: 0;
        height: 100%;
    }

        #mobileGalleryModal .modal-dialog .modal-content {
            background-color: initial !important;
            background-clip: initial !important;
            border: initial !important;
            border-radius: initial !important;
            -webkit-box-shadow: initial !important;
            box-shadow: initial !important;
            height: 100%;
        }

            #mobileGalleryModal .modal-dialog .modal-content .modal-body {
                padding: 0;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            #mobileGalleryModal .modal-dialog .modal-content .modal-header {
                border-bottom: none;
                position: absolute;
                top: 0px;
                right: 0px;
                z-index: 9;
            }

                #mobileGalleryModal .modal-dialog .modal-content .modal-header .close {
                    color: gray;
                    opacity: 1;
                    font-weight: 100;
                    font-size: 50px;
                    font-family: initial;
                    text-shadow: initial;
                }

    .modal-backdrop.in {
        opacity: 0.8 !important;
    }

    .modal.fade-scale {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear;
    }

    .fade-scale.in {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (orientation: landscape) and (max-width:825px) {
    .modal-dialog {
        width: 100% !important;
    }

    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .3s ease-in-out !important;
        -o-transition: -o-transform .3s ease-in-out !important;
        transition: -webkit-transform .3s ease-in-out !important;
        -o-transition: transform .3s ease-in-out !important;
        transition: transform .3s ease-in-out !important;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out !important;
    }

    .jssor_defaultStyle {
        width: 100% !important;
        height: initial !important;
    }

    .jssor_slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100% !important;
        height: initial !important;
    }

        .jssor_slide div {
            width: 33.3333%;
            height: 25vh;
            overflow: hidden;
        }

        .jssor_slide div {
            border-right: 1px solid black !important;
            border-left: 1px solid black !important;
            border-bottom: 1px solid black !important;
            border-top: 1px solid black !important;
        }

    .jssor_defaultStyle img.imgGalleryImage {
        left: initial !important;
        top: initial !important;
        -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
        height: 100%;
        min-width: 100% !important;
    }

    ._thumbnavigator {
        display: none !important;
    }

    #mobileGalleryModal .modal-dialog {
        margin: 0;
        height: 100%;
    }

        #mobileGalleryModal .modal-dialog .modal-content {
            background-color: initial !important;
            background-clip: initial !important;
            border: initial !important;
            border-radius: initial !important;
            -webkit-box-shadow: initial !important;
            box-shadow: initial !important;
            height: 100%;
        }

            #mobileGalleryModal .modal-dialog .modal-content .modal-body {
                padding: 0;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            #mobileGalleryModal .modal-dialog .modal-content .modal-header {
                border-bottom: none;
                position: absolute;
                top: 0px;
                right: 0px;
                z-index: 9;
                padding: 5px;
            }

                #mobileGalleryModal .modal-dialog .modal-content .modal-header .close {
                    color: gray;
                    opacity: 1;
                    font-weight: 100;
                    font-size: 50px;
                    font-family: initial;
                    text-shadow: initial;
                }

    .modal-backdrop.in {
        opacity: 0.8 !important;
    }

    .modal.fade-scale {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear;
    }

    .fade-scale.in {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


.productPage_container .downloadSection {
    /*display: none;*/
    /*min-height: 340px !important;*/
}

.showHideMoreProducts {
    background: #fff;
    width: 100%;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-right: 1px solid #666;
    border-top: 2px solid #666;
    display: none;
}

.FamilySliderMobileLayout-text {
    height: 40vh;
    background: #1a1a1a;
    text-align: center;
    color: #666666;
    position: relative;
}

.FamilySliderMobileLayout-div {
    left: 40% !important;
    -webkit-transform: translate(-40%, 40%);
    -ms-transform: translate(-40%, 40%);
    transform: translate(-40%, 40%);
    bottom: 50% !important;
    position: absolute !important;
    background: #1a1a1a;
}

.footerRowSocialIcons {
    padding-left: 20px;
    padding-right: 20px;
}

    .footerRowSocialIcons .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.threeSection .FamilySliderMobileLayout-div {
    left: 5% !important;
    -webkit-transform: translate(-3%, 52%);
    -ms-transform: translate(-3%, 52%);
    transform: translate(-3%, 52%);
    bottom: 50% !important;
}

.twoSection, .threeSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .twoSection .twoThreeSection {
        width: 49%;
    }

    .threeSection .twoThreeSection {
        width: 32%;
    }

.twoThreeSection .item img {
    padding: 15px;
}

.twoThreeSection .FamilySliderMobileLayout-div {
    background: transparent;
}

.twoThreeSectionLeft, .twoThreeSectionRight .productSlideContainer {
    background: -o-linear-gradient(#888888, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#fff));
    background: linear-gradient(#888888, #fff);
}

#wrapper {
    position: relative;
}

.draggable_container {
    min-height: 45px !important;
}

.agentList {
    background: #000;
    color: #fff;
}

.agent_province {
}

.agent_address {
    color: #666666 !important;
    margin-top: 5px;
}

    .agent_address a {
        color: #fff !important;
    }

.draggable {
    z-index: 1;
    position: absolute !important;
    background: #fff;
    color: #000;
    padding: 8px;
    font-size: 12px;
    padding: 0;
    height: auto !important;
}

.collapseDragSection {
    display: block;
    text-align: right;
}

    .collapseDragSection img {
        height: 39px;
        padding: 12px;
        -webkit-transition: .5s ease all;
        -o-transition: .5s ease all;
        transition: .5s ease all;
    }

    .collapseDragSection.collapsed img {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.collapseSection {
    border: 0;
    border-radius: 0;
    background: #fff;
    overflow-y: auto;
    max-height: 500px;
}

    .collapseSection::-webkit-scrollbar-track {
        background: #ddd;
        -webkit-box-shadow: inset 1px 0px 5px rgba(0,0,0,.5);
    }

    .collapseSection::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
        height: 9px;
        border-radius: 0px !important;
    }

    .collapseSection::-webkit-scrollbar-thumb {
        border-radius: 0px !important;
        background-color: #666666;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

.singleSection {
    padding: 12px 0;
    /*border-top: 1px solid rgba(102, 102, 102, 0.25098039215);*/
}

@media (max-width: 1200px) {
    .FamilySliderMobileLayout-div {
        /*transform: translate(-50%, -50%);*/
    }
}

@media (max-width:992px) {
    .FamilySliderMobileLayout-div {
        left: 20% !important;
        -webkit-transform: translate(-15%, 50%);
        -ms-transform: translate(-15%, 50%);
        transform: translate(-15%, 50%);
    }

    .HeaderProductImage img {
        position: relative;
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        left: initial !important;
        max-height: 100%;
        top: initial !important;
    }

    .productHeaderContainer-image {
        height: initial;
    }

    .productPage_container .productHeaderContainer-image {
        padding-left: 0;
    }

    .nav li a {
        padding-bottom: 0px !important;
    }

    .nav li ul li {
        padding-bottom: 10px !important;
    }

    #nologinNav {
        vertical-align: -webkit-baseline-middle;
    }
}

@media (max-width:991px) {

    .aboutUs.gallery .carousel-inner .item-inner {
        height: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: initial;
    }

    .aboutUs .carousel-inner {
        max-height: initial;
    }

    .aboutUs_text .carouseltextAboutUs, .aboutUs img.aboutUsImage {
        position: relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        top: initial;
        left: initial !important;
    }

    .aboutUs img.aboutUsImage {
        height: 40vh;
    }

    .aboutUs_text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .aboutUs_img, .aboutUs_text, .aboutUs_container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .aboutUs img.aboutUsImage {
        width: initial !important;
    }

    .aboutUsThumbnailContainer .pnl_Thumbs {
        display: none;
    }

    .aboutUs .sliderNextPrev {
        top: 15vh;
    }
}

.downloadSection .downloadSectionOverlay {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.8);
    left: 0;
    height: 100%;
    display: none;
}

.downloadSection-full .downloadSectionOverlay {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.8);
    left: 0;
    height: 100%;
    display: none;
}

.downloadSection-full {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

    .downloadSection-full .downloadSectionOverlay, .downloadSection-full .downloadSectionOverlay p {
        display: block;
        text-align: center;
    }

        .downloadSection-full .downloadSectionOverlay .DownloadOrCancel {
            top: 48%;
            left: 50%;
            display: block !important;
        }

.downloadSectionOverlay p {
    margin-top: 10px;
    display: none;
}

.downloadSection-full {
    min-height: 150px !important;
}

.downloadSection {
    min-height: 150px !important;
    /*position: relative;*/
}

.downloadSectionProduct {
    /*margin-left: 13.5% !important;*/
    margin-left: 1.0% !important;
    /*position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;*/
}

    .downloadSectionProduct.downloadSectionProductCatalogue {
        margin-left: 0px !important;
    }

.productListHeading {
    height: initial;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 30px;
}

    .productListHeading .RecessedMadison_heading {
        font-size: 16px;
        line-height: initial;
        display: block;
    }

.newStyleDownload {
    padding-left: 12.5% !important;
}

.downloadSectionProduct * {
    text-decoration: none !important;
}

.downloadCatalogue .accordion2 .panel-heading.newStyleDownload a:before {
    margin-right: 27.5%;
}

.downloadSectionOverlay .DownloadOrCancel {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 65%;
    left: 50%;
}

.DownloadOrCancel .OptionCancel {
    width: 40%;
    font-weight: bold !important;
    font-size: 13px;
}

.DownloadOrCancel .OptionDownload {
    width: 40%;
    font-size: 13px;
    font-weight: bold !important;
}

.DownloadOrCancel .OptionImage {
    width: 20%;
}

.downloadSectionOverlay .DownloadOrCancel div {
    display: inline-block;
    vertical-align: middle;
}

.downloadSectionOverlay .DownloadOrCancel .OptionImage {
    text-align: center;
}

    .downloadSectionOverlay .DownloadOrCancel .OptionImage img {
    }

.closeFeaturePopUp {
    position: absolute;
    right: 15px;
    top: -5px;
    display: block !important;
    cursor: pointer;
}

.downloadTriger {
    cursor: pointer;
}

.downloadSectionTable.pr-15 tr td:first-of-type {
    /*padding-right: 15px;*/
}

.downloadSectionTable.pl-15 tr td:first-of-type {
    /*padding-left: 15px;*/
}

.productHeaderContainer-content-center {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
    top: 50%;
}

.productHeaderContainer-content, .productHeaderContainer-image {
    min-height: 55vh !important;
}

.familyNavigationHeading {
    color: #666;
    font-size: 16px;
}

.familyNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 22px;
}

.borderBlack {
    border-color: #000;
}

.contactUsTopSection_container, .findAgentSearchBar {
    background: #1a1a1a;
    padding: 20px 10px !important;
}

    .contactUsTopSection p, .findAgentSearchBar * {
        /*margin-bottom: .2em;*/
        line-height: 24px;
        font-size: 16px;
        color: #cbcbcb !important;
    }

    .findAgentSearchBar select, .findAgentSearchBar select option {
        color: #000 !important;
    }

    .findAgentSearchBar .fontWhite {
        color: #fff !important;
    }

    .findAgentSearchBar span {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

.contactUsTopSection p .contactLinks, .findAgentHeading {
    font-weight: bold;
    color: #fff;
    /*text-decoration: underline;*/
}

.contactUsTopSection_container .familymainCarousel_container {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    float: none;
    min-height: initial !important;
}

.contactUsTopSection .Headings:first-of-type {
    display: none;
}

.contactUsTopSection .Headings:nth-child(2) {
    margin-top: 0em;
}

.contactUsTopSection .Headings {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
}

.gallery.gallery2 {
    width: 80%;
    margin: 0 auto;
}

.jssor_defaultStyle {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 480px;
    overflow: hidden;
    visibility: visible;
}

    .jssor_defaultStyle .imgGalleryImage {
        width: auto !important;
        left: 50% !important;
        top: 50% !important;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

._thumbnavigator_img img {
    /*width: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);*/
}

.jssor_spinner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

.jssor_spinnerImg {
    margin-top: -19px;
    position: relative;
    top: 50%;
    width: 38px;
    height: 38px;
}

.jssor_slide {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 380px;
    overflow: hidden;
    /*background: url(../images/black-curtain2.0.jpg) no-repeat;*/
    background-position: center;
    background-size: contain;
}

.thumbnavigator {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 980px;
    height: 100px;
    background-color: #000;
}

.thumbnavigator_inner {
    width: 190px;
    height: 90px;
}

.jssor_arrow {
    width: 55px;
    height: 55px;
    top: 162px;
}

    .jssor_arrow.left {
        left: 30px;
    }

    .jssor_arrow svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .jssor_arrow.right {
        right: 30px;
    }

.jssor_arrow_thumb {
    width: 40px;
    height: 40px;
    top: 123px;
}

    .jssor_arrow_thumb.left {
        left: 8px;
    }

    .jssor_arrow_thumb svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .jssor_arrow_thumb.right {
        right: 8px;
    }

.chainMenu {
    font-size: 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
    outline: none;
    background: none !important;
}

.opacity-0 {
    opacity: 0;
}

.desktopMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.rightSide {
    /*width: 50%;*/
    width: 30%;
}

.leftSide {
    /*width: 50%;*/
    width: 80%;
}

.rightSide_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.AgentLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
}

    .AgentLink li {
        list-style: none;
        margin-right: 4%;
    }

.new_productDetails_inner h5 {
    font-weight: bold;
    font-size: 38px;
}

.certificateRow_inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 2445px) {
    /*.sliderMain .carousel-inner .item
    {
        height: 65vh;
    }*/
}

@media (max-width: 2120px) {
    /*.sliderMain .carousel-inner .item
    {
        height: 60vh;
    }*/
}

@media (max-width: 1980px) {
    /*.sliderMain .carousel-inner .item
    {
        height: 60vh;
    }*/
}

@media (max-width: 1920px) {
    /*.sliderMain .carousel-inner .item
    {
        height: 75vh;
    }*/
}

@media (max-width: 1920px) {
    /*.sliderMain .carousel-inner .item
    {
        height: 75vh;
    }*/
}

@media(max-width: 1440px) {
    .nav > li > .mainNavText {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .footerSocialMediaIconsContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footerSocialMediaLogoContainer {
        height: 25px;
        width: 50%;
        text-align: center;
        padding-left: 0 !important;
        margin-top: 5px;
    }

    .productHeaderContainer-content p, .familyPage .productHeaderContainer-content p {
        line-height: 25px;
        font-size: 14px;
    }

    .new_productDetails_inner h5 {
        font-size: 30px;
    }
    /*.sliderMain .carousel-inner .item
    {
        height: 60vh;
    }*/
    .aboutUs_text p {
        line-height: 28px;
        font-size: 14px;
    }

    .slick_img .img_text {
        /*background: rgba(0,0,0,.5);*/
    }

    .new_productDetails_inner h5 {
        font-size: 28px;
    }

    .new_productDetails_inner_options h5 {
        font-size: 16px;
        font-weight: normal;
    }

    /*.familyPage .productHeaderContainer-content p
    {
        line-height: 30px;
        font-size: 16px;
    }*/

    .familyPage .new_productDetails_inner h5 {
        line-height: 1em;
        font-size: 28px;
        margin-bottom: 5px;
    }

    .aboutUs_text h5 {
        line-height: 1em;
        font-size: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width: 1300px) {
    .productHeaderContainer-content p, .familyPage .productHeaderContainer-content p, .aboutUs_text p {
        line-height: 25px;
        font-size: 14px;
    }

    .new_productDetails_inner_options h5 {
        font-size: 18px;
        font-weight: normal;
    }

    /*.familyPage .productHeaderContainer-content p
    {
        line-height: 28px;
        font-size: 14px;
    }*/

    .familyPage .new_productDetails_inner h5, .aboutUs_text h5 {
        line-height: 1em;
        font-size: 18px;
        margin-bottom: 3px;
    }
}

@media(max-width: 1200px) {
    .MainBody section.contactUsTopSection_container div.familymainCarousel_container {
        min-height: 45vh !important;
        position: relative !important;
        right: 0;
        top: 0;
        bottom: 0;
        float: left !important;
    }
}

@media (max-width: 800px) {
    .certificateRow {
        display: initial !important;
    }

    .footerSocialMediaIconsContainer {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .carousel-control {
        width: 15px;
    }

    .footerSocialMediaLogoContainer {
        width: initial;
    }

    span.sliderNextPrev {
        top: 50%;
        font-size: 2em !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sliderMain .carousel-inner .item img {
        height: initial;
        max-height: 300px;
        max-width: initial;
    }

    .carousel_item_text {
        line-height: 18px !important;
        letter-spacing: 0px !important;
    }

    a.homeSliderLink {
        display: inline-block;
        overflow: hidden;
        text-align: center;
    }

        a.homeSliderLink img {
            display: inline-block;
            margin-left: -50%;
        }

    .productOptions {
        border-top: 0px solid black;
        margin-top: 0 !important;
    }

    .productHeaderContainer.ProductTitl2 {
        /*border-top: 5px solid black;*/
    }

        .productHeaderContainer.ProductTitl2 p {
            padding-right: 0;
            padding-left: 0;
            padding-top: 10px;
        }

    .MainBody section.contactUsTopSection_container div.familymainCarousel_container {
        min-height: initial !important;
    }

    div.optionsSlick .slick-track {
        margin-right: 0px !important;
        /*border-top: 1px solid black;*/
        margin-left: -1px !important;
    }

    .optionsSlick.optionsAndApplications.__Aplications {
        border-bottom: 1px solid #000;
    }

    .optionsSlick .slick-list .slick-track {
        margin-right: 0px !important;
        margin-left: auto !important;
    }

    .productOptions .new_productDetails_inner * {
        line-height: 14px !important;
        margin-bottom: 0;
    }

    .new_productDetails_inner h5 {
        /*margin-top: 0;
        font-size: 28px !important;*/
    }

    /*.familyPage .productHeaderContainer-content p
    {
        line-height: 28px;
        font-size: 14px;
    }*/

    .familyPage .new_productDetails_inner h5, .aboutUs_text h5 {
        line-height: 1em;
        font-size: 18px !important;
    }

    .chainMenu {
        font-size: 14px;
    }

    .productHeaderContainer-content p, .familyPage .productHeaderContainer-content p, .aboutUs_text p {
        font-size: 14px;
        line-height: 25px;
    }

    .newProductPage section.main-section, .categoryPage section.main-section {
        padding-left: 05px !important;
        padding-right: 05px !important;
    }

    .contactUsTopSection p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contactUsMessageSection {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .HeaderProductImage img {
        position: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        left: initial;
        max-height: initial;
        top: initial;
    }

    .gallery2 .galleryModal .modal-dialog {
        width: auto;
        position: absolute;
        left: inherit !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    .productHeaderContainer-content-center {
        position: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        left: initial;
        width: initial;
        top: initial;
        height: initial;
    }

    .RecessedMadison-img {
        /*width: 100% !important;*/
        padding-top: 0px;
        padding-bottom: 0px;
        /*height: 100% !important;*/
    }

    .featureImageMobile {
        margin-bottom: 1em !important;
    }

        .featureImageMobile img {
            max-height: 80px !important;
            height: initial;
        }

    .Headings {
        padding-left: 5px !important;
        font-size: 14px;
    }

    .filtersContainer {
        margin-top: -20px;
    }

    .filterHeading {
        margin-top: 10px;
    }

    .custom-checkbox-3g input[type=checkbox] + label:hover:before, .custom-checkbox-3g input[type=checkbox]:checked + label:before {
        visibility: hidden;
    }

    .filtersContainer {
        padding-left: 15px;
    }

    .twoSection .twoThreeSection {
        width: 100%;
        background: #1a1a1a;
    }

    .threeSection .twoThreeSection {
        width: 100%;
        background: #1a1a1a;
    }

    .twoSection .item img, .threeSection .item img {
        max-height: 100%;
    }

    .footerRowSocialIcons {
        padding-left: initial;
        padding-right: initial;
    }

        .footerRowSocialIcons .row {
            padding-left: 10px;
            padding-right: 10px;
        }

    .FamilySliderMobileLayout {
        position: relative;
    }

        .FamilySliderMobileLayout .carousel-inner2 .item img {
            height: auto !important;
        }

        .FamilySliderMobileLayout .FamilySliderMobileLayout-image .carousel-inner2 {
            height: auto !important;
        }

    .FamilySliderMobileLayout-text {
        /*height: initial;
        left: 25% !important;
        transform: translate(-50%, -10%);
        bottom: 0% !important;
        position: absolute !important;
        z-index: 99;
        padding: 10px;
        width: 50% !important;*/
    }

    .FamilySliderMobileLayout-div {
        /*left: initial !important;
        transform: initial !important;
        bottom: initial !important;
        position: initial !important;
        background: #1a1a1a;*/
    }


    .FamilySliderMobileLayout-text p {
        /*margin-bottom: 0;
        font-size: 80%;
        padding: 0 5px;*/
    }

    .FamilySliderMobileLayout-text h4 {
        /*font-size: 90%;*/
    }

    .FamilySliderMobileLayout-image {
    }

    .main-section {
        margin-top: 10px;
    }

        .main-section .Headings {
            padding-left: 10px;
        }

    .downloadPage .main-section {
        margin-top: 1px;
    }

    .aboutUs .carouseltextAboutUs {
        font-size: 10px !important;
    }

        .aboutUs .carouseltextAboutUs h5 {
            margin: 5px 0 !important;
        }

        .aboutUs .carouseltextAboutUs p {
            margin-bottom: 5px !important;
        }

    .aboutUs #carousel-bounding-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .aboutUs .aboutUsThumbnailContainer {
        text-align: center;
        width: 95%;
    }

        .aboutUs .aboutUsThumbnailContainer span {
            text-align: center;
        }

    .ProductTextSection .MadisonFamilyTextContainer, .ProductTextSection .MadisonFamilyImageContainer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .ProductTextSection .MadisonFamilyTextContainer .MadisonFamilyTextContainerInner {
            width: 50% !important;
            padding-left: 5px;
            padding-right: 5px;
        }

    .carousel-MadisonFamilyTextContainerInner p {
        margin-bottom: 0;
    }

    .MadisonFamilyImageContainerInner img {
        /*width:100% !important;*/
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-height: 140px !important;
    }

    .showHideMoreProducts {
        display: inline-block;
    }

    .HideMoreProducts {
        display: none;
    }

    .sectionRecessedMadison .RecessedMadisonContainer {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .RecessedMadison-item {
        /*height: 150px;*/
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 1px !important;
        border-width: 1px;
    }

        .RecessedMadison-item .RecessedMadison-ContentHeader {
            position: absolute;
            text-align: center;
            width: 100%;
            top: 0px;
            font-size: 11px;
        }

            .RecessedMadison-item .RecessedMadison-ContentHeader.RecessedMadison-HeaderDescription {
                top: 25px;
                padding-left: 5%;
                padding-right: 5%;
            }

    .MadisonFamilyTextContainer {
        padding-left: 15px !important;
    }

    .MadisonFamilyImageContainer-main {
        /*background: none;*/
    }

    .MadisonFamilyImageContainer {
        padding-right: 15px !important;
    }

    .MadisonFamilyTextContainer .MadisonFamilyTextContainerInner-main {
        background: none;
    }

    .ProductTextSection {
        position: relative;
    }

    .carousel-MadisonFamilyTextContainerInner, .MadisonFamilyTextContainerInner-main .MadisonFamilyTextContainerInner {
        background: #333333;
        padding: 5px 15px;
        font-size: 90%;
        color: #fff !important;
    }
    /*.carousel-MadisonFamilyTextContainerInner{
        width:60%;
    }*/
    .MadisonFamilyImageContainerInner {
        height: 100%;
    }

    .MadisonFamilyImageContainer, .ProductTextSection {
        height: auto !important;
        min-height: 140px;
    }

    .MadisonFamilyImageContainerInner img {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .downloadSection {
        position: relative;
        display: block;
        /*border:1px solid red;*/
    }

    .downloadSection-full {
        /*position: relative;
        display: block;*/
        /*border:1px solid red;*/
    }


    .configuratorNotesMobile p {
        padding-left: 15px;
    }

    .configuratorNotesMobile p {
        font-size: 11px;
    }

        .configuratorNotesMobile p .stars {
            display: inline-block;
            vertical-align: top;
            width: 14px;
        }

        .configuratorNotesMobile p .content {
            width: 94%;
            display: inline-block;
            white-space: normal;
            vertical-align: top;
            padding-left: 7px;
        }

    .RomanNumber, .Number {
        padding-left: 15px;
        counter-reset: item;
        font-size: 11px;
    }

        .RomanNumber li, .Number li {
            padding-left: 20px;
            display: block;
            counter-increment: item;
            position: relative;
        }

            .RomanNumber li:before, .Number li:before {
                position: absolute;
                left: 0px;
            }

            .RomanNumber li:before {
                content: counter(item,lower-roman)") ";
            }

            .Number li:before {
                content: counter(item)") ";
            }

    .logoDiv {
        margin-right: 0px;
        border-radius: 0;
    }

    header {
        padding: initial !important;
    }

    .body {
        -webkit-transition: .5s all linear;
        -o-transition: .5s all linear;
        transition: .5s all linear;
        padding: initial !important;
    }

    .footerRow {
        padding-top: 10px !important;
        padding-left: initial !important;
        padding-right: initial !important;
    }

    html, body {
        /*overflow: auto !important;
        overflow-x: hidden !important;*/
    }

    .productOptions .new_productDetails_inner * {
    }

    .imageGrid-mobile {
        padding: 0 10px;
        position: relative;
    }

    .imageGrid-mobile-inner {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }

    .imageGrid-mobile-container {
        background: rgba(255,255,255,.5);
        position: absolute;
        height: 100%;
        width: 100%;
        display: none;
        z-index: 6;
    }

    .imageGrid-mobile-inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100px;
        width: auto !important;
    }

    .productFeature-mobile {
        margin-top: 3em;
        font-size: 1.25em;
    }

    .imageGrid-mobile .productFeature .productFeature-hover {
        display: none;
        z-index: -9;
    }


    .home .carouseltext {
        bottom: 5px !important;
        left: 5px !important;
    }

    .sliderMobile .carousel-inner {
        /*white-space:nowrap;*/
    }

    .sliderMobile .item {
        white-space: nowrap;
    }

        .sliderMobile .item .silderTwoImage {
            /*border:1px solid red;*/
            width: 50%;
            display: inline-block !important;
            position: relative;
            border-left: 1px solid black;
        }

    .SlidertextMobile {
        position: absolute;
        bottom: 5%;
        width: 100%;
        z-index: 5;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        padding: 0 10px;
        color: #000;
        font-size: 9px;
    }

    .main-section {
        padding-top: 0px;
        padding-bottom: 10px;
        /*padding-left: 5px !important;*/
    }

    .home .carouseltext {
        left: 15px;
        position: absolute;
        bottom: 15px;
        color: #000;
    }

    .FooterAddress, .FooterCopyRight {
        text-align: left;
        width: 250px;
        white-space: normal;
        color: #666;
        font-weight: bold;
    }

    .footerMobileLogo {
        float: left;
        height: 70px;
        /*vertical-align:bottom;*/
    }

        .footerMobileLogo input {
            height: 70px;
        }

    .footerSocialMediaLogoContainer {
        vertical-align: top !important;
    }

    .MobileFooter {
        display: inline-block !important;
    }

    .aboutUs .carousel-inner .item-inner .carouseltextAboutUs {
        width: 100%;
    }

    .SectionCertification {
        text-align: center;
    }

        .SectionCertification .SectionCertification_inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .SectionCertification .certificate-item {
            text-align: center !important;
            height: 50px;
            float: none !important;
            display: inline-block;
            line-height: 50px;
            margin-top: 10px;
            width: 50%;
            padding-left: 5px;
            padding-right: 5px;
        }

    .footerSocialMediaLogoContainer {
        width:
    }

    .SectionCertification .certificate-item img {
        max-height: 45px !important;
    }

    .ImageGrid-inner {
        text-align: center;
    }

    .configurationOptions-output {
        padding-right: 15px !important;
    }

    .configurationOptions-summary .configurationOptions-btns {
        padding-left: 15px !important;
    }

    .productHeadingContainer {
        font-size: 1rem;
        padding-right: 00px !important;
    }

    .homeParagraph {
        font-size: 70% !important;
        padding: 10px !important;
    }

    .sliderNextPrev {
        /*font-size: 1em !important;*/
    }

        .sliderNextPrev:before {
        }

    .footerSocialMediaLogoContainer {
        padding-left: 10px !important;
    }

    .footer2Containers {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .FooterMenu {
        width: 20% !important;
        text-align: left;
    }

        .FooterMenu ul {
            white-space: initial;
        }

            .FooterMenu ul li {
                font-size: 90%;
                word-wrap: break-word !important;
                width: 100% !important;
            }

    .footer2Containers .footer2LogoContainer2 {
        height: 20px;
    }

    .footerRow {
        white-space: nowrap;
    }

    .footer2Containers {
        font-size: 100%;
    }

    .FooterMenuHide {
        display: none !important;
    }

    .mainNavDesktop {
        display: none !important;
    }

    .mainNavMobile {
        display: block;
    }

    header {
        background: initial !important;
    }

    .headerContainer .header {
        padding-top: 0 !important;
    }

    .header .header-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
        position: relative;
    }

    .carousel-indicators {
        display: none;
    }

    .header-inner {
        height: 9vh;
    }

    .header {
        min-height: 9vh;
    }

    .logoDiv {
        display: inline-block !important;
        left: 50%;
        position: absolute;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-align: center;
        height: 9vh !important;
        background: #000;
        padding: 10px;
        border-radius: 0;
    }

    .nav .dropdown .nav-second-level, .nav .dropdown .nav-second-level li {
        width: 100% !important;
        margin-left: 0 !important;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
    }

        .nav .dropdown .nav-second-level li a {
            /*padding-bottom: 10px !important;
            padding-top: 10px !important;*/
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

    .navDiv .nav > li {
        background: #262626;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

        .navDiv .nav > li > .mainNavText {
            padding-bottom: 9px !important;
            padding-top: 9px !important;
            /*padding-bottom: 5px !important;
            padding-top: 5px !important;*/
            padding-left: 5px !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-right: 15px !important;
            font-family: Gotham-Bold;
        }

    .navDiv *, .nav .nav-second-level li a {
        font-size: 14px !important;
        line-height: 14px;
    }

    .nav li ul li {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        /*margin-top: 2px;
        margin-bottom: 2px;*/
    }

    .navDiv * {
        color: #fff !important;
    }

    .navDiv .fa-angle-right:before {
        /*plus*/
        content: "\f067" !important;
    }

    .mainNavTextSelected .fa-plus:before {
        /*minus*/
        content: "\f068" !important;
    }

    .navDiv .nav.navHeader a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .navDiv .flipdown {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }

        .navDiv .flipdown.fa-angle-right:before {
            content: "\f068" !important;
        }

    .SearchBar_container {
        background: none !important;
    }

    .menuIconMobile {
        display: inline-block !important;
        position: absolute;
        z-index: 9;
        padding-left: 5px;
        height: 9vh;
        line-height: 75px;
    }

    .menuIcon {
        -webkit-text-stroke: 2px #000;
        font-size: 2.5em !important;
    }

    .familyPadding li a, .QuickshipPadding li a, .GalleryPadding li a {
        padding-left: 30px !important;
    }

    .Padding li a {
        padding-left: 45px !important;
    }

    .mobileFilterNav {
        /*display: inline-block !important;*/
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
        padding-right: 15px;
        height: 55px;
        line-height: 50px;
        -webkit-transition: .5s all linear;
        -o-transition: .5s all linear;
        transition: .5s all linear;
    }


    .header-inner {
        background: #000;
    }

    .showMoreText span {
        display: none;
    }

    .mobileFilterNav img {
        height: 100%;
        margin-top: 2px;
    }

    .header-inner .navDiv {
    }

    .lastMainNav {
        padding-bottom: 100px !important;
    }

    .navDiv {
        position: absolute;
        /*top: 9vh !important;*/
        display: block !important;
        /*height: 100vh;*/
        overflow-y: auto;
        width: 100vw !important;
        /*margin-left: -200px;*/
        margin-top: -200px;
        padding-left: 0px;
        background: #000 !important;
        -webkit-transition: .5s all linear;
        -o-transition: .5s all linear;
        transition: .5s all linear;
        z-index: -1;
        margin-top: -100vh;
        max-height: 90vh;
        padding-bottom: 1vh;
    }

    .show-sidebar {
        /*top: 9vh !important;*/
    }

    .bodySlideDown {
        margin-top: 200px !important;
    }

    .bodySlideLeft {
        margin-left: -300px !important;
        margin-right: 300px !important;
    }

    .dropdown .nav-second-level {
        top: 0 !important;
    }

    .navDiv .navHeader {
        /*border:1px solid red;*/
        /*padding-bottom: 60px !important;*/
    }

    .navHeader {
    }

    .mainNav {
        display: block !important;
        width: 100%;
    }

    .nav2 {
        display: none !important;
    }

    .mainNav a {
        text-align: left !important;
    }

    .nav .dropdown .nav-second-level {
        position: inherit !important;
        /*transition:*/
        -webkit-transition: 1s ease all;
        -o-transition: 1s ease all;
        transition: 1s ease all;
    }

    .nav .fa {
        padding: 10px;
        line-height: initial !important;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .slideDown {
        display: block !important;
    }

    .slideUp {
        display: none !important;
    }

    .navMobile {
        position: relative !important;
        top: initial !important;
    }

    .nav .dropdown li ul {
        left: 0px !important;
        /*border:1px solid red;*/
    }

    .nav .blankMenu {
        display: none !important;
    }

    .nav-second-level .dropdown .last-level {
        top: 0px !important;
    }

    .nav .nav-second-level li:first-of-type {
        padding-top: 0;
    }

    .nav .nav-second-level li a:hover {
        color: #a6a6a6 !important;
    }

    .nav li a:hover {
        color: #fff !important;
    }

    .mainNavTextSelected {
        color: #a6a6a6 !important;
    }

    .logiDivSidenav {
        width: 100px;
    }

    .SearchBarText {
        background: none !important;
        border: none !important;
        border-bottom: 1px solid #fff !important;
        padding-left: 5px !important;
        color: #fff !important;
        /*font-size:14px !important;*/
    }

    .configurationOptions-item {
        padding-top: 0;
        padding-bottom: 1.5em;
        font-size: 90%;
    }

    .productDownloadContainer {
        font-size: 90%;
    }

    .configurationSection {
        font-size: 90%;
    }

    ::-webkit-scrollbar-track, .collapseSection::-webkit-scrollbar-track {
        width: 0;
    }

    ::-webkit-scrollbar {
        width: 0px;
    }

    ::-webkit-scrollbar-thumb, .collapseSection::-webkit-scrollbar-thumb {
        width: 0px;
    }
}

@media (orientation: landscape) and (max-width:800px) {
    .header {
        min-height: 20vh;
    }

    .body {
        margin-top: 20vh !important;
        min-height: 80vh !important;
    }

    .header-inner, .logoDiv {
        /*height: 20vh !important;*/
    }

    .logoDiv {
    }
}

@media (max-width:800px) {
    .downloadSectionTable_div.pr-15 {
        padding-right: 0px !important;
        padding-left: 5px;
    }

    .downloadSectionTable_div.pl-15 {
        padding-left: 5px !important;
    }

    .twoDownload .downloadAllTable {
        width: calc(100% - 5px) !important;
        margin: 0 auto;
        margin-left: initial;
    }

    .downloadAllTable_container {
        padding-left: 5px !important;
    }

    .twoDownload .upDownloads {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .twoDownload .upDownloads .downloadSectionTable_div {
            width: 100%;
        }

    .homeThreeSections {
        margin-top: 0 !important;
    }

    .footerLogoMobileView {
        text-align: center;
    }

        .footerLogoMobileView img {
            display: inline-block;
        }

    .footerSocialMediaIconsContainer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .FooterMenu {
        width: 100% !important;
        text-align: center;
    }

    .productListHeading {
        height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /*test--->*/
    .RecessedMadison_heading {
        font-size: 16px;
    }

    .RecessedMadison-HeaderDescription span {
        font-size: 14px;
    }

    .MainBody .sectionRecessedMadison:first-of-type .categoryName {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    span.NocategoryName {
        margin-top: 25px !important;
    }

    .RecessedMadison-itemFirst {
        margin-bottom: 15px !important;
    }

    .RecessedMadison-item .RecessedMadison-ContentHeader {
        position: initial;
        text-align: left;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

        .RecessedMadison-item .RecessedMadison-ContentHeader.RecessedMadison-HeaderDescription {
            top: initial;
            position: absolute;
        }

    .sectionRecessedMadison .RecessedMadison-item {
        height: initial;
    }

    .RecessedMadison_img_container {
        height: 100%;
        position: initial;
        bottom: initial;
        left: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        width: initial;
        overflow: hidden;
    }

    .RecessedMadison-img {
        height: 100% !important;
        width: initial;
        width: initial;
        position: initial;
        bottom: initial;
        left: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        text-align: center;
        max-height: initial;
        width: auto;
        height: 100% !important;
    }
    /*<---test*/
    .productListHeading .RecessedMadison_heading {
        font-size: 16px !important;
    }

    .RecessedMadison-item {
        height: 515px;
    }

    .RecessedMadison_img_container .RecessedMadison-img {
        width: 100% !important;
        height: auto !important;
    }

    .RecessedMadison_img_container {
        height: 95%;
    }

    .downloadCatalogue .accordion2 .panel-heading a:before {
        display: none;
    }

    .RecessedMadison-ContentBody span a {
        display: initial;
    }

    .gallery2 .column {
        float: left;
        width: 50%;
        margin-top: 10px;
    }

    .RecessedMadison-itemFirst {
        border-right: none;
        height: 10px;
        background: #1A1A1A;
        position: relative;
        margin-bottom: .5em;
        margin-top: .5em !important;
    }

    .familyPage .RecessedMadison-itemFirst .RecessedMadison-ContentBody {
    }

    .RecessedMadison-itemFirst .RecessedMadison-ContentBody {
        width: 100%;
        text-align: left;
        padding-left: 0px;
        background: #000;
    }

    .familyPage .RecessedMadison-itemFirst .RecessedMadison-ContentBody {
        padding-left: 15px;
    }



    .header-text-btn {
        width: 40%;
    }

    .sliderMain2 .carousel-item-container {
        text-align: center;
    }

    .sliderMain2 {
        max-height: initial;
    }

    .hide-xs {
        display: none !important;
    }

    .carousel-inner2 .item {
        height: auto;
    }
}

@media (max-width:682px) {

    .carousel_item_text {
        top: 5px;
        bottom: initial;
    }

    .carousel_item_text_left, .carousel_item_text_right {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        text-align: center !important;
    }

    .productFeature a img {
        width: 80%;
    }

    .aboutUsThumbnail ul li {
        width: 50%;
        float: none;
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
    }

    .sliderNextPrev {
        top: 30%;
        font-size: 1.5em !important;
    }

    .header-text-btn .btn {
        font-size: 9px !important;
    }

    .header-text-btn .btn {
        font-size: 8px !important;
        padding: 1px 1px !important;
        word-break: break-all !important;
        word-wrap: break-word !important;
        width: 100% !important;
    }

    .btn-long {
        width: 30%;
    }

    .btn {
        font-size: 10px !important;
    }

    .header-text-btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .contactSubSections .ContactLabel {
        width: 100% !important;
        display: block !important;
        margin-left: 0 !important;
    }

    .ContactCheckBox .custom-checkbox input {
        vertical-align: top;
        margin-top: 0 !important;
    }

    .ContactCheckBox .custom-checkbox label {
        width: 90%;
        padding-top: 5px;
        vertical-align: bottom !important;
    }
}

@media (max-width: 615px) {
    .footerNavigation {
    }

    .galleryNavigation {
        display: initial;
    }

        .galleryNavigation a {
            font-size: 20px !important;
        }

        .galleryNavigation div, .galleryNavigation_submenu div {
            text-align: center;
        }

    .galleryNavigation_submenu div {
        width: 50%;
        margin: 0;
    }

    .Headings {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .SectionCertification {
        text-align: center;
        margin-top: 0;
        padding-bottom: 0 !important;
    }


        .SectionCertification .certificate-item {
            text-align: center !important;
            height: 50px;
            width: 100%;
            float: none !important;
            display: inline-block;
            line-height: 50px;
            margin-top: 0px;
            padding-left: 5px;
            padding-right: 5px;
        }

            .SectionCertification .certificate-item img {
                max-height: 50px !important;
            }

    .footer2Containers ul li {
        margin-top: 4px;
    }

    .footerRowSocialIcons .row {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .FooterMenu ul {
        margin-bottom: 4px;
        margin-top: 4px;
    }

    .footer2Containers {
        padding-top: 0;
    }

    .footerSocialIcon {
        padding-top: 0 !important;
    }

    .FooterMenu_heading {
        margin-bottom: 2px;
    }
}

@media (max-width:525px) {
    .logoDiv {
        padding: 0px;
    }

        .logoDiv input {
            padding: 10px;
        }

    .navDiv .nav > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .productHeaderContainer-image, .productHeaderContainer-content {
        height: initial !important;
    }

        .productHeaderContainer-image img {
            height: initial !important;
            width: 100%;
            /*background-color: #d9d9d9;*/
        }

    .productHeaderContainer-content {
    }

    .productHeaderContainer-image img {
        height: 100% !important;
    }

    /*.productHeaderContainer-content, .productHeaderContainer-image
    {
        height: 25vh !important;
    }*/

    div.productHeaderContainer-content, div.productHeaderContainer-image {
        /*max-height: 57vh !important;
        height: 45vh !important;*/
    }

    .HeaderProductImageCarousel .familymainCarousel .carousel-inner div.item img {
        /*height: 100% !important;*/
        /*width: auto;*/
        /*max-width: inherit;*/
        /*max-width: 100%;*/
    }


    .FamilySliderMobileLayout-text {
        /*height: initial;
        left: 25% !important;
        transform: translate(-50%, -5%);
        bottom: 0% !important;
        position: absolute !important;
        z-index: 99;
        padding: 10px;
        width: 50% !important;*/
    }

    .carousel-MadisonFamilyTextContainerInner, .MadisonFamilyTextContainerInner-main .MadisonFamilyTextContainerInner {
        width: 60% !important;
        left: 0% !important;
        bottom: 0 !important;
        top: initial !important;
        font-size: 70%;
        text-align: center !important;
    }

    .MadisonFamilyTextContainerInner p {
        margin-bottom: 0 !important;
    }

    .carousel-MadisonFamilyTextContainerInner p, .MadisonFamilyTextContainerInner-main .MadisonFamilyTextContainerInner p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .carousel-MadisonFamilyTextContainerInner h5, .MadisonFamilyTextContainerInner-main .MadisonFamilyTextContainerInner h5 {
        font-size: 100%;
    }

    .RecessedMadisonContainer {
        width: 80%;
        margin: 0 auto;
        margin-left: 10% !important;
    }

    .Downloadfiles {
        width: 80px;
        height: 70px;
    }

        .Downloadfiles img {
            height: 35px;
        }

        .Downloadfiles .Downloadfiles-type {
            font-size: 80%;
        }

        .Downloadfiles .Downloadfiles-extentionSize {
            font-size: 75%;
        }

    .ImageGrid .ImageGrid-inner .productFeature {
        padding-left: 0;
        padding-right: 0;
    }

    .productDownloadContainer {
        font-size: 80%;
    }

        .productDownloadContainer table tr td {
            width: 50%;
        }

    /*.productDownloadContainer table tr td:nth-of-type(2)
            {
                display: none;
            }*/

    .configurationSection {
        /*font-size: 75%;*/
    }

    .MadisonFamilyTextContainer {
        margin-bottom: 10px;
    }

    .MadisonFamilyTextContainerInner {
        top: 25%;
        padding-left: 10px;
        padding-right: 10px;
        width: 100% !important;
        left: 0% !important;
    }
}

@media (max-width:420px) {
    .sliderMain .carousel-inner .item img.cs_homeMobileImage {
        display: block;
        margin: 0;
        height: initial;
        max-width: 100%;
    }

    .sliderMain .carousel-inner .item img.cs_homeDesktopImage {
        display: none;
    }

    .ImageGrid .ImageGrid-inner .Downloadfiles-col {
        padding-left: 0;
        padding-right: 0;
    }

    .ShowMoreLessFeatures .ShowMoreLessFeatures-sideArrow {
        font-size: 120%;
    }

    .ShowMoreLessFeatures .ShowMoreLessFeatures-text {
        font-size: 80%;
    }

    .configurationSection {
    }

        .configurationSection .configurationSection-label {
            font-size: 75%;
        }

        .configurationSection .configurationSection-btn {
            font-size: 85% !important;
        }
}

@media (max-width:375px) {
    .fixturetypeText {
        width: 55%;
        margin-left: 0 !important;
    }

    .gallery2 .column {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .FamilySliderMobileLayout-text {
        /*left: 75% !important;
        transform: translate(-50%, -5%);
        bottom: 0% !important;
        padding: 5px;
        width: 50% !important;*/
    }

        .FamilySliderMobileLayout-text p {
            /*margin-bottom: 0;
            font-size: 70%;
            padding: 0 5px;*/
        }

        .FamilySliderMobileLayout-text h4 {
            /*font-size: 80%;*/
        }

    .Downloadfiles {
        width: 70px;
        height: 60px;
    }

        .Downloadfiles img {
            height: 30px;
        }

        .Downloadfiles .Downloadfiles-type {
            font-size: 65%;
        }

        .Downloadfiles .Downloadfiles-extentionSize {
            font-size: 60%;
        }
}


.col-xs-4ths,
.col-sm-4ths,
.col-md-4ths,
.col-lg-4ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-4ths {
    width: 25%;
    float: left;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.text-right-xs {
    text-align: right;
}

.text-left-xs {
    text-align: left;
}

.pl-xs-0 {
    padding-left: 0;
}

.new_productDetails_inner_options {
    /*width: 52.5%;
    margin: 0 auto;*/
    width: 100%;
    /*-webkit-transform: translateX(56%);
    -ms-transform: translateX(56%);
    transform: translateX(56%);*/
    /*width: 50%;
    -webkit-transform: translateX(56%);
    -ms-transform: translateX(56%);
    transform: translateX(56%);*/
}

div.new_productDetails_inner_options h5 {
    font-size: 22px;
    font-weight: normal;
}

.login_section {
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-25%,-50%);
    -ms-transform: translate(-25%,-50%);
    transform: translate(-25%,-50%);
    width: 70%;
}

.new_productDetails .new_productDetails_inner {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    width: 100%;
    padding-left: 15px;
    padding-bottom: 15px;
    /* -webkit-transform: translate(-50%,-50%); */
    /* -ms-transform: translate(-50%,-50%); */
    /* transform: translate(-50%,-50%); */
    padding-right: 12%;
    /*position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}

.new_productDetails .new_productDetails_innerFamily {
    position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding-right: 20%;
}

.new_productDetails_inner p {
    /*text-align: justify;*/
}

.productOptions {
    background: #fff;
    /*background: -webkit-linear-gradient(#ffffff, #eeeeee);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    background: linear-gradient(#ffffff, #eeeeee);*/
    /*margin-top: 1px !important;*/
    /*border-top: 1px solid black;*/
}

    .productOptions .new_productDetails_inner * {
        color: #363636;
        line-height: 28px;
    }

.productOptions_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .productOptions_images .img {
        width: 33%;
        max-height: 150px;
        padding: 5px;
        position: relative;
    }

        .productOptions_images .img img {
            max-height: 100%;
            width: 100%;
        }

        .productOptions_images .img .img_text {
            position: absolute;
            top: 10px;
            left: 10px;
            padding-right: 10px;
            word-wrap: break-word;
            word-break: break-all;
        }

.OptionsModal .modal-body img {
    width: 100%;
}

.OptionsModal_image {
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

.OptionsModal .modal-header {
    border-bottom: none !important;
    color: #666;
}

.OptionsModal .modal-dialog .modal-content {
    background: -o-linear-gradient(#c4c4c4, #fefefe);
    background: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#fefefe));
    background: linear-gradient(#c4c4c4, #fefefe);
}

.certificateRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.modal-open {
    padding-right: 0px !important;
}

.footerSocialIcon {
    padding-left: 0 !important
}

#pleaseWaitDialog .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #000;
    width: auto;
}

#pleaseWaitDialog .modal-content {
    border-radius: 0;
}

.optionsSlick .slick-track .slick-slide {
    /*border-left: 1px solid black;*/
}

.__Aplications.optionsSlick .slick-track .slick-slide {
    border-left: 1px solid black;
}

    .__Aplications.optionsSlick .slick-track .slick-slide:first-of-type {
        /*border-left: none;*/
    }

.optionsSlick {
}

    .optionsSlick .slick-track .slick-slide:last-of-type .slick_img {
        /*border-right: 1px solid black;*/
    }

    .optionsSlick .slick-track .slick_img {
        border-right: none;
    }

    .optionsSlick .slick-track .slick_img {
        display: table !important;
        cursor: pointer;
    }

    .optionsSlick .slick-track {
        margin-right: -3px !important;
        margin-left: auto !important;
    }

.slick_img {
    max-height: 150px !important;
    position: relative;
}

    .slick_img img {
        max-height: 100% !important;
        max-width: 100% !important;
        width: 100%;
    }

    .slick_img .img_text {
        position: absolute;
        top: 0;
        text-align: left;
        width: 100%;
        padding: 0 3%;
        color: #363636;
    }

.slick-prev:before, .slick-next:before {
    color: black !important;
}

.titleBreak {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.productPageImageNavigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

.slick-prev, .slick-next {
    display: inline-block;
    font-family: FontAwesome;
    font: normal normal normal 14px/1;
    font-size: 3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    height: 30px !important;
    width: 30px !important;
}

    .slick-prev:before, .slick-next:before {
        content: none !important;
    }

    .slick-prev:after, .slick-next:after {
        font-size: 30px;
        color: #363636;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        background-color: rgba(0,0,0,0);
        filter: alpha(opacity=50);
        opacity: 1;
    }

.OptionsModalImage {
    cursor: pointer;
}

.slick-disabled:after, .slick-disabled:before {
    opacity: .4;
    cursor: initial;
}

.slick-prev:after {
    content: "\f104" !important;
}

.slick-next:after {
    content: "\f105" !important;
}

.slick-initialized .slick-slide {
    outline: none;
}

.productPageImageNavigation_arrows {
    /*width: 15%;*/
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}

.goToPrev.productPageImageNavigation_arrows {
    width: auto;
    left: 15px;
    position: absolute;
}

.goToNext.productPageImageNavigation_arrows {
    width: auto;
    right: 15px;
    position: absolute;
}

.bottomNote_home {
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 1px;
}

.carousel_item_text {
    position: absolute;
    color: #000;
    bottom: 30px;
    text-align: left;
    line-height: 24px;
    letter-spacing: 1px;
    padding-bottom: 1%;
}

.carousel_item_text_left {
    left: 15px;
}

.carousel_item_text_right {
    right: 15px;
}

@media(max-width:800px) {
    .gallery.gallery2 {
        width: 100%;
        margin: 0 auto;
    }

    .galleryNavigation a {
        font-size: 22px;
    }

    .galleryNavigation_submenu {
        padding-top: 0 !important;
    }

        .galleryNavigation div:after, .galleryNavigation_submenu div:after {
            display: none;
        }

    .body {
        margin-top: 9vh;
        min-height: 91vh;
    }

    body {
        padding-top: 0;
    }

    .categoryPage .productTypeHeading {
        margin-top: 0;
    }

    .categoryPage .sectionRecessedMadison:first-of-type .productTypeHeading {
        padding-top: 0px !important;
    }

    .new_productDetails .new_productDetails_inner {
        position: initial !important;
        top: initial !important;
        left: initial !important;
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        padding-left: 0px !important;
        padding-right: initial;
    }

    .login_section {
        position: initial !important;
        top: initial !important;
        left: initial !important;
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        width: 100% !important;
    }

        .login_section p {
            margin-top: 1em !important;
            margin-bottom: 1em !important;
        }

    .new_productDetails_inner_options {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .downloadSectionProduct {
        margin-left: initial;
    }

    .productOptions_images .img {
        width: 50%;
        height: 100%;
        padding: 5px;
    }

    .HeaderProductImageCarousel .familymainCarousel .carousel-inner .item img {
        height: 100% !important;
        width: 100%;
    }

    .familyPageSliderImgContainer {
        height: 150px !important;
    }

    div.productHeaderContainer-content, div.productHeaderContainer-image {
        /*max-height: initial !important;
        height: initial !important;*/
    }

    .HeaderProductImageCarousel .familymainCarousel {
        position: initial !important;
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        left: initial !important;
        width: initial !important;
        top: initial !important;
        height: initial !important;
    }

    .new_productDetails .new_productDetails_innerFamily {
        width: 100%;
    }
}

@media (min-width: 800px) {
    .col-sm-4ths {
        width: 25%;
        float: left;
    }

    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-left-sm {
        text-align: left;
    }

    .pl-sm-0 {
        padding-left: 0;
    }

    .OptionsModal .modal-dialog {
        width: 63%;
    }
}

@media (min-width: 992px) {

    .col-md-4ths {
        width: 25% !important;
        float: left;
    }

    .col-relatedProducts.col-md-4ths {
        width: 20.83333% !important;
        float: left;
    }

    .col-md-5ths {
        width: 20% !important;
        float: left;
    }

    .text-right-md {
        text-align: right;
    }

    .text-left-md {
        text-align: left;
    }

    .pl-md-0 {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-4ths {
        width: 25% !important;
        float: left;
    }

    .col-lg-5ths {
        width: 20% !important;
        float: left;
    }

    .col-relatedProducts.col-lg-5ths {
        width: 16.66667% !important;
        float: left;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-left-lg {
        text-align: left;
    }

    .pl-lg-0 {
        padding-left: 0;
    }
}

.productOptions_images .col-centered {
    float: none;
    margin: 0 auto;
}

.productOptions_images .carousel-control {
    width: 8%;
    width: 0px;
}

    .productOptions_images .carousel-control.left,
    .productOptions_images .carousel-control.right {
        margin-right: 40px;
        margin-left: 32px;
        background-image: none;
        opacity: 1;
    }

    .productOptions_images .carousel-control > a > span {
        color: white;
        font-size: 29px !important;
    }

.productOptions_images .carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.productOptions_images .active > div {
    display: none;
}

    .productOptions_images .active > div:first-child {
        display: block;
    }

.newProductPage .main-section, .newProductPage .Headings, .categoryPage .main-section, .categoryPage .Headings {
    padding-left: 0 !important;
}

.familyPageSliderImgContainer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.familyPageSliderImg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100% !important;
    display: block;
}

.agentPhone a {
    color: #666666 !important;
}

.downloadBorderDesktop {
    border-left: 4px solid #000;
}

.downloadSectionSpecial .productOptions {
    border-top: 4px solid #000;
}
/*xs*/
@media (max-width: 800px) {
    .btnReset {
        width: 100%;
    }

    .agentList_container {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }

    .titleBreak {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .productOptions_images .carousel-inner .active.left {
        left: -50%;
    }

    .productOptions_images .carousel-inner .active.right {
        left: 50%;
    }

    .productOptions_images .carousel-inner .next {
        left: 50%;
    }

    .productOptions_images .carousel-inner .prev {
        left: -50%;
    }

    .productOptions_images .carousel-col {
        width: 50%;
    }

    .productOptions_images .active > div:first-child + div {
        display: block;
    }
}

/*sm*/
@media (min-width: 800px) and (max-width: 991px) {
    .productOptions_images .carousel-inner .active.left {
        left: -50%;
    }

    .productOptions_images .carousel-inner .active.right {
        left: 50%;
    }

    .productOptions_images .carousel-inner .next {
        left: 50%;
    }

    .productOptions_images .carousel-inner .prev {
        left: -50%;
    }

    .productOptions_images .carousel-col {
        width: 50%;
    }

    .productOptions_images .active > div:first-child + div {
        display: block;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .productOptions_images .carousel-inner .active.left {
        left: -33%;
    }

    .productOptions_images .carousel-inner .active.right {
        left: 33%;
    }

    .productOptions_images .carousel-inner .next {
        left: 33%;
    }

    .productOptions_images .carousel-inner .prev {
        left: -33%;
    }

    .productOptions_images .carousel-col {
        width: 33%;
    }

    .productOptions_images .active > div:first-child + div {
        display: block;
    }

        .productOptions_images .active > div:first-child + div + div {
            display: block;
        }
}

/*lg*/
@media (min-width: 1200px) {
    .productOptions_images .carousel-inner .active.left {
        left: -33%;
    }

    .productOptions_images .carousel-inner .active.right {
        left: 33%;
    }

    .productOptions_images .carousel-inner .next {
        left: 33%;
    }

    .productOptions_images .carousel-inner .prev {
        left: -33%;
    }

    .productOptions_images .carousel-col {
        width: 33%;
    }

    .productOptions_images .active > div:first-child + div {
        display: block;
    }

        .productOptions_images .active > div:first-child + div + div {
            display: block;
        }

            .productOptions_images .active > div:first-child + div + div + div {
                display: block;
            }
}

@media (min-width: 1600px) {
    table.downloadSectionProduct.downloadSectionProductCatalogue.downloadHeading {
        width: 35% !important;
    }

    .productPage.downloadSectionTable, .downloadAllPageTable, .downloadPage .downloadSectionProduct.downloadSectionProductCatalogue, .downloadAllTable {
        width: 21.4% !important;
    }

    .productPage.downloadSectionTable, .downloadAllTable {
        width: 42.8% !important;
    }

    .RecessedMadison-item {
        height: 350px;
    }

    .RecessedMadison_img_container {
        height: 100%;
        /*height: 84%;*/
    }

    .RecessedMadison-img {
        /*min-height: 100% !important;*/
        min-width: 100%;
    }
}

@media (min-width: 2200px) {
    .RecessedMadison-item {
        height: 500px;
    }

    .RecessedMadison_img_container {
        height: 100%;
    }

    .RecessedMadison-img {
        min-height: 100% !important;
        min-width: 100%;
    }
}

.productOptions_images .block {
    width: 195.59px;
    height: 114.75px;
}

.productOptions_images .red {
    background: red;
}

.productOptions_images .blue {
    background: blue;
}

.productOptions_images .green {
    background: green;
}

.productOptions_images .yellow {
    background: yellow;
}

.closeBtn {
    border: none;
    background: none;
}

.noResult {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.redDDL {
    -webkit-appearance: none;
    background: #e31d1a url(../images/downArrow.png) no-repeat !important;
    background-size: 10px !important;
    padding-right: 12px !important;
    background-position: 100% !important;
    cursor: pointer;
    padding: 3px 2px;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
}

.mt-cs_50 {
    margin-top: 50px;
}

.mt-cs_120 {
    margin-top: 120px;
}

.mt-24px {
    margin-top: 24px;
}

.MainBody .sectionRecessedMadison:first-of-type .categoryName {
    margin-bottom: 20px;
    margin-top: 20px !important;
    display: block !important;
}

.categoryName {
    margin-bottom: 20px;
    margin-top: 100px !important;
    display: block !important;
}

.NocategoryName {
    margin-top: 50px !important;
    display: block !important;
}

@media(max-height:880px) and (min-width:800px) {
    .header {
        min-height: 80px;
    }
}
/*3gi style*/
.iframeContainer {
    text-align: center;
    background: #000;
}

    .iframeContainer iframe {
        width: 100%;
        height: 70vh;
        vertical-align: bottom;
    }

.video3GQ {
    position: relative;
    padding-bottom: 56.25%;
    display: none;
}

    .video3GQ iframe {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

.video_wrapper {
    width: 100%;
}

.GIntegration {
    text-align: center;
    padding: 30px 0 0 0 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.GIHeadingImg {
    width: 255px;
}

.GIBody p {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.3em;
}

.GIBodyImg img {
    max-width: 100%;
}

.GISliderContainer {
}

    .GISliderContainer .ApplicationModal_image {
        margin: 0 auto;
    }

.GIProducts .main-section {
    padding-top: 10px;
    padding-bottom: 0;
}

.GIProducts a.RecessedMadison_heading {
    text-transform: initial !important;
}

@media (max-width:800px) {
    .GIBody p {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .iframeContainer iframe {
        width: 100%;
        height: 100%;
    }
}
/*3gi style end*/


/*3gq style */
.Main3GQ .switchPosition2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Main3GQ .productHeaderContainer .switchPosition1 h5, .Main3GQ .productHeaderContainer .switchPosition1 p {
    color: #1b1b1b;
}

.Main3GQ .main-section {
    padding-top: 20px;
}

.logo3GQ {
    position: absolute;
    z-index: 8;
}

    .logo3GQ.topLeft {
        top: 2px;
        left: 2px;
    }

    .logo3GQ.topRight {
        top: 2px;
        right: 2px;
    }

    .logo3GQ.bottomLeft {
        bottom: 2px;
        left: 2px;
    }

    .logo3GQ.bottomRight {
        bottom: 15px;
        right: 5px;
    }

.cs_3GQTermsLink {
    color: rgb(255, 255, 255) !important;
    text-align: center;
    padding: 15px 0 0 !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold !important;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
}

    .cs_3GQTermsLink a {
        color: #203658 !important;
        text-decoration: none;
    }

        .cs_3GQTermsLink a:active, .cs_3GQTermsLink a:focus {
            text-decoration: none;
        }

        .cs_3GQTermsLink a:hover {
            text-decoration: underline;
        }

.cs_quickShipBtn a {
    color: #fff;
    display: inline-block;
    background: #223A5E;
    padding: 5px 10px;
    border: 0;
    text-decoration: none !important;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

    .cs_quickShipBtn a:hover {
        color: #fff;
        background: #001e4c;
    }

    .cs_quickShipBtn a:active, .cs_quickShipBtn a:focus {
        color: #fff;
        background: #223A5E;
    }

@media (max-width:992px) {
    .Main3GQ .switchPosition2 {
        padding-top: 15px;
    }

    .RecessedMadison-item .RecessedMadison-ContentFooter {
        display: none !important;
    }

    .RecessedMadison-itemFirst .productImageContainer img {
        display: none;
    }
}
/*3gq style end*/
/*3g1 terms and conditions*/
.Terms3GQ {
    color: #1b1b1b;
    padding: 30px 30px 15px;
}

@media (max-width: 576px) {
    .Terms3GQ {
        padding: 15px 5px 15px;
    }
}

.Terms3GQ .cs_termsHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .Terms3GQ .cs_termsHead h5 {
        color: #1b1b1b;
        line-height: 1em;
        font-size: 28px;
        text-align: left;
        text-transform: uppercase !important;
        font-weight: bold !important;
        font-family: Gotham-Bold;
        margin-bottom: 0 !important;
        margin-top: 0;
    }

    .Terms3GQ .cs_termsHead img {
        max-height: 30px;
    }

.Terms3GQ .cs_questionSection .cs_question {
    margin: 20px 0 10px;
    font-weight: bold;
    font-family: Gotham-Bold;
}

    .Terms3GQ .cs_questionSection .cs_question.note {
        margin-bottom: 0px;
        text-decoration: underline;
    }

.Terms3GQ .cs_questionSection .cs_ulList {
    padding-left: 15px;
}

    .Terms3GQ .cs_questionSection .cs_ulList > li {
        margin-bottom: 3px;
    }

        .Terms3GQ .cs_questionSection .cs_ulList > li .cs_olList {
            margin-top: 15px;
            margin-bottom: 10px;
        }

            .Terms3GQ .cs_questionSection .cs_ulList > li .cs_olList > li {
                margin-bottom: 3px;
            }

.Terms3GQ .cs_questionSection .cs_fourSections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
}

@media (max-width: 800px) {
    .Terms3GQ .cs_questionSection .cs_fourSections .cs_section {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .Terms3GQ .cs_questionSection .cs_fourSections .cs_section {
        width: 100%;
        padding-left: 15px;
    }
}

.Terms3GQ .cs_questionSection .cs_fourSections .cs_section .cs_sectionHead {
    font-weight: bold;
}

.Terms3GQ .cs_questionSection .cs_fourSections .cs_section ul {
    padding-left: 0;
    list-style: none;
}

/**/
.productImageContainer .logo3GQ {
    position: absolute;
    z-index: 8;
    width: 100%;
    bottom: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5% 0 4%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .productImageContainer .logo3GQ .ProductLogoContainer {
        width: 25%;
        text-align: center;
    }

        .productImageContainer .logo3GQ .ProductLogoContainer img {
            max-width: 100%;
            padding: 0 2px;
            width: initial;
        }

    .productImageContainer .logo3GQ .cs_3GQText {
        color: #213a5e;
        font-weight: bold;
        font-size: .84vw;
        margin: auto 0 0 0;
    }

.logo3GQ input, .logo3GQ img {
    width: 3vw;
    /* max-height: 20px; */
    margin: 0 0 auto 0;
    /* max-width: 57px; */
}

.logo3GQlarge {
    width: 3.2vw !important;
}



.productHeaderContainer .logo3GQ {
    bottom: 25px;
    right: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .productHeaderContainer .logo3GQ .ProductLogoContainer {
        margin: 0 5px;
    }

        .productHeaderContainer .logo3GQ .ProductLogoContainer img {
            max-width: 100%;
            padding: 0 2px;
            width: initial;
        }

@media (max-width: 992px) {
    .productImageContainer .logo3GQ .cs_3GQText {
        font-size: 12px;
    }

    .logo3GQ input, .logo3GQ img {
        width: initial;
        max-height: 15px;
        max-width: 57px;
    }

    .productHeaderContainer .logo3GQ {
        width: 98%;
        margin: 0 auto;
        position: initial;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.productDownloadContainer .Headings, .productConfigHeading .Headings {
    font-size: 18px;
}
