@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('HelveticaNeue-Bold.eot');
    src: url('HelveticaNeue-Bold.woff2') format('woff2'), url('HelveticaNeue-Bold.woff') format('woff'), url('HelveticaNeue-Bold.ttf') format('truetype'), url('HelveticaNeue-Bold.svg') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('HelveticaNeue-Medium.eot');
    src: url('HelveticaNeue-Medium.woff2') format('woff2'), url('HelveticaNeue-Medium.woff') format('woff'), url('HelveticaNeue-Medium.ttf') format('truetype'), url('HelveticaNeue-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Roman';
    src: url('HelveticaNeue-Roman.eot');
    src: url('HelveticaNeue-Roman.woff') format('woff'), url('HelveticaNeue-Roman.ttf') format('truetype'), url('HelveticaNeue-Roman.svg') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('HelveticaNeue-Thin.eot');
    src: url('Helvetica-Neue-Thin.woff') format('woff'), url('Helvetica-Neue-Thin.ttf') format('truetype'), url('HelveticaNeue-Thin.svg') format('svg');
    font-style: normal;
}

html {
    height: 100%;
    width: 100%;
}
/*b {font-family: 'HelveticaNeue-Bold'}*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    height: 100%;
    width: 100%;
    /* 	font-family: HelveticaNeue-Regular;
  	background: #2b242b url(/en-US/images/responsive/newBackgroundIMG.jpg) top center repeat-x; */
    color: #555;
    font-size: 14px;
    color: #555555;
    margin: 0px;
    padding: 0px;
}

* {
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
}

a {
    color: #c0571c;
    text-decoration: none;
}

    a:hover {
        color: #c0571c;
        text-decoration: underline;
    }

    a:link, a:active, a:focus {
        outline: none;
        color: #c0571c;
    }

    a:visited {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

.padL-0 {
    padding-left: 0px !important;
}

.padR-0 {
    padding-right: 0px !important;
}

.btn:hover, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    color: #fff;
}


.subhead-section {
    background: #3c1302; /* Old browsers */
    background: -moz-linear-gradient(left, #3c1302 0%, #aa3805 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3c1302 0%,#aa3805 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3c1302 0%,#aa3805 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c1302', endColorstr='#aa3805',GradientType=1 ); /* IE6-9 */
    padding: 13px 20px 0 50px;
}

.btn-space-bottom {
    margin-bottom: 24px;
}

.subhead-menu h2 {
    padding: 0px;
    margin: 0 0 17px -8px;
    line-height: normal;
    font-family: 'Helvetica Neue Thin';
    color: #fff;
}

.subhead-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .subhead-menu ul li {
        list-style: none;
        padding: 0 0 6px 0;
        margin: 0 24px 0 0;
        float: left;
        font-size: 11px;
        font-weight: bold;
    }

        .subhead-menu ul li a {
            color: #FFF;
            text-decoration: none;
            padding-bottom: 8px;
        }

            .subhead-menu ul li a:hover {
                text-decoration: underline;
            }

        .subhead-menu ul li.active-submenu a {
            color: #fe9969;
            background: url(/en-US/images/arrows/arr_white_up.png) center 15px no-repeat;
            background-size: 5px auto;
            text-decoration: none;
            cursor: default;
        }

/* Colured Dark Grey */
.subhead-section.darkgray {
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(65,63,63,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(65,63,63,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(65,63,63,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(65,63,63,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(65,63,63,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(65,63,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#413f3f', GradientType=1 );
}

    .subhead-section.darkgray .subhead-menu ul li.active-submenu a {
        color: #fe9969;
    }
/* Colured Subhead Section End */

/* Colured brown */
.subhead-section.brown {
    background: #3f1300;
    background: -moz-linear-gradient(left, #3f1300 0%, #ab3901 100%);
    background: -webkit-linear-gradient(left, #3f1300 0%,#ab3901 100%);
    background: linear-gradient(to right, #3f1300 0%,#ab3901 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f1300', endColorstr='#ab3901',GradientType=1 );
}
/* Colured Subhead Section End */

/* Colured darkblue */
.subhead-section.darkblue {
    background: #0a385c;
    background: -moz-linear-gradient(left, #0a385c 0%, #3489a9 100%);
    background: -webkit-linear-gradient(left, #0a385c 0%,#3489a9 100%);
    background: linear-gradient(to right, #0a385c 0%,#3489a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a385c', endColorstr='#3489a9',GradientType=1 );
}
/* Colured Subhead Section End */


/* Colured liteblue */
.subhead-section.liteblue {
    background: #0f3a48;
    background: -moz-linear-gradient(left, #0f3a48 0%, #2d859e 100%);
    background: -webkit-linear-gradient(left, #0f3a48 0%,#2d859e 100%);
    background: linear-gradient(to right, #0f3a48 0%,#2d859e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3a48', endColorstr='#2d859e',GradientType=1 );
}
/* Colured Subhead Section End */

/* Colured purple */
.subhead-section.purple {
    background: #281d3a;
    background: -moz-linear-gradient(left, #281d3a 0%, #796e88 100%);
    background: -webkit-linear-gradient(left, #281d3a 0%,#796e88 100%);
    background: linear-gradient(to right, #281d3a 0%,#796e88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#281d3a', endColorstr='#796e88',GradientType=1 );
}
/* Colured Subhead Section End */

/* Colured litegreen Aqua */
.subhead-section.litegreen, .subhead-section.Aqua, .subhead-section.aqua {
    background: #152b2e;
    background: -moz-linear-gradient(left, #152b2e 0%, #4c8f97 100%);
    background: -webkit-linear-gradient(left, #152b2e 0%,#4c8f97 100%);
    background: linear-gradient(to right, #152b2e 0%,#4c8f97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152b2e', endColorstr='#4c8f97',GradientType=1 );
}
/* Colured Subhead Section End */

/* Colured mediumblue */
.subhead-section.mediumblue {
    background: #384e68;
    background: -moz-linear-gradient(left, #384e68 0%, #5881a3 100%);
    background: -webkit-linear-gradient(left, #384e68 0%,#5881a3 100%);
    background: linear-gradient(to right, #384e68 0%,#5881a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384e68', endColorstr='#5881a3',GradientType=1 );
}
/* Colured Subhead Section End */

/* Colured darkgreen */
.subhead-section.darkgreen {
    background: #456211;
    background: -moz-linear-gradient(left, #456211 0%, #8ab438 100%);
    background: -webkit-linear-gradient(left, #456211 0%,#8ab438 100%);
    background: linear-gradient(to right, #456211 0%,#8ab438 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456211', endColorstr='#8ab438',GradientType=1 );
}
/* Colured Subhead Section End */

/* Colured litegray */
.subhead-section.litegray {
    background: #343434;
    background: -moz-linear-gradient(left, #343434 0%, #7d7d7d 100%);
    background: -webkit-linear-gradient(left, #343434 0%,#7d7d7d 100%);
    background: linear-gradient(to right, #343434 0%,#7d7d7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#7d7d7d',GradientType=1 );
}
/* Colured Subhead Section End */

/* Colured darkred */
.subhead-section.darkred {
    background: #070f15;
    background: -moz-linear-gradient(left, #070f15 0%, #6a727a 100%);
    background: -webkit-linear-gradient(left, #070f15 0%,#6a727a 100%);
    background: linear-gradient(to right, #070f15 0%,#6a727a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070f15', endColorstr='#6a727a',GradientType=1 );
}
/* Colured Subhead Section End */

/* Colured ivalo */
.subhead-section.ivalo {
    background: #070f15;
    background: -moz-linear-gradient(left, #070f15 0%, #6a727a 100%);
    background: -webkit-linear-gradient(left, #070f15 0%,#6a727a 100%);
    background: linear-gradient(to right, #070f15 0%,#6a727a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070f15', endColorstr='#6a727a',GradientType=1 );
}
/* Colured Subhead Section End */
.btn-buy {
    background: #918886; /* Old browsers */
    background: -moz-linear-gradient(top, #918886 0%, #877d7a 50%, #736865 50%, #847a77 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #918886 0%,#877d7a 50%,#736865 50%,#847a77 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #918886 0%,#877d7a 50%,#736865 50%,#847a77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#918886', endColorstr='#847a77',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
    border-bottom: 1px solid #585858;
    border-right: 1px solid #585858;
    border-top: none;
    border-left: none;
    padding: 6px 10px;
    font-size: 12px;
    font-family: 'Helvetica Neue Bold';
    color: #fff;
}

.subhead-section.darkgreen .wtbbtn, .subhead-section.darkgreen .buyNowbtn {
    background: #918886;
    background: -moz-linear-gradient(top, #918886 0%, #877d7a 50%, #736865 50%, #847a77 100%);
    background: -webkit-linear-gradient(top, #918886 0%,#877d7a 50%,#736865 50%,#847a77 100%);
    background: linear-gradient(to bottom, #918886 0%,#877d7a 50%,#736865 50%,#847a77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#918886', endColorstr='#847a77',GradientType=0 );
    border-radius: 20px;
    border-bottom: 1px solid #585858;
    border-right: 1px solid #585858;
    border-top: none;
    border-left: none;
    padding: 6px 10px;
    font-size: 12px;
    font-family: 'Helvetica Neue Bold';
    color: #fff;
}

.btn-buy a:hover, .buyNowbtn a:hover, .wtbbtn a:hover {
    text-decoration: none !important
}

.btn-buy a {
    padding-left: 0 !important;
}

.subhead-section.liteblue .wtbbtn a, .subhead-section.liteblue .buyNowbtn a, .subhead-section.darkgreen .wtbbtn a, .subhead-section.darkgreen .buyNowbtn a {
    color: #fff;
    padding-left: 0 !important;
}

.subhead-section.liteblue .wtbbtn, .subhead-section.liteblue .buyNowbtn {
    background: #e27236;
    background: -moz-linear-gradient(top, #e27236 0%, #e27236 50%, #e27236 50%, #dc540b 51%, #dc540b 100%);
    background: -webkit-linear-gradient(top, #e27236 0%,#e27236 50%,#e27236 50%,#dc540b 51%,#dc540b 100%);
    background: linear-gradient(to bottom, #e27236 0%,#e27236 50%,#e27236 50%,#dc540b 51%,#dc540b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27236', endColorstr='#dc540b',GradientType=0 );
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 12px;
    font-family: 'Helvetica Neue Bold';
    color: #fff;
}

.subhead-section.brown .subhead-menu .dropdown-menu {
    background-color: #601e00
}

.subhead-section.darkblue .subhead-menu .dropdown-menu {
    background-color: #185376
}

.subhead-section.liteblue .subhead-menu .dropdown-menu {
    background-color: #185162
}

.subhead-section.purple .subhead-menu .dropdown-menu {
    background-color: #443955
}

.subhead-section.litegreen .subhead-menu .dropdown-menu, .subhead-section.Aqua .subhead-menu .dropdown-menu, .subhead-section.aqua .subhead-menu .dropdown-menu {
    background-color: #274c51
}

.subhead-section.mediumblue .subhead-menu .dropdown-menu {
    background-color: #405b78
}

.subhead-section.darkgreen .subhead-menu .dropdown-menu {
    background-color: #55761a
}

.subhead-section.litegray .subhead-menu .dropdown-menu {
    background-color: #4e4e4e
}

.subhead-section.darkred .subhead-menu .dropdown-menu {
    background-color: #252d34
}

.subhead-section.ivalo .subhead-menu .dropdown-menu {
    background-color: #2f373e
}

.darkgreen .subhead-menu ul li.active-submenu a {
    color: #c1e47b
}

.darkblue .subhead-menu ul li.active-submenu a {
    color: #77defc
}

.liteblue .subhead-menu ul li.active-submenu a {
    color: #56DFFF
}

.subhead-section .ms-WPBody {
    background: transparent !important;
}

.btn-buy a {
    color: #FFF;
}

.bx-controls {
    display: none;
}

.wtbbtn a {
    padding-right: 5px;
    text-decoration: none;
    color: #fff !important;
}

.main-content {
    padding: 40px 30px 0 30px;
    background: #FFF;
}

.left-panel h3 {
    font-size: 16px;
    color: #222;
    padding: 0px;
    margin: 0 0 10px 0;
}

.left-panel .faq-left {
    border: 1px solid #A9A9A9;
    padding: 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fffee7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#fffee7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#fffee7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffee7',GradientType=0 ); /* IE6-9 */
}

.faq-left p {
    font-size: 13px;
    color: #555;
}

    .faq-left p a {
        font-size: 13px;
        color: #555;
        text-decoration: none;
    }

        .faq-left p a:hover {
            text-decoration: underline;
        }

.faq-left .fa-caret-right {
    color: #c0571c;
    margin-left: 5px;
}

.faq-left ul {
    padding: 5px 0 0 15px;
    margin: 0px;
}

    .faq-left ul li:last-child {
        list-style: none;
        margin-bottom: 0px;
    }

    .faq-left ul li {
        margin-bottom: 10px;
    }

.faq-left .input-group {
    margin-top: 5px;
}

    .faq-left .input-group .form-control {
        border-left: none;
        padding-left: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .faq-left .input-group .form-control:focus {
            border-color: #CCC;
        }

::-webkit-input-placeholder {
    color: #c0571c;
}

.faq-left .input-group .input-group-addon {
    padding-left: 6px;
    padding-right: 6px;
    background-color: transparent;
}

.faq-left span {
    margin-bottom: 15px;
    display: inline-block;
}

.faq-left .fa-search {
    color: #8c8c8e;
}

.middle-panel {
    margin-bottom: 40px;
}

    .middle-panel h2 {
        font-size: 22px;
        color: #555;
        margin-bottom: 20px;
        margin-left: 10px;
        font-weight: normal;
    }

    .middle-panel p {
        color: #555;
        line-height: 22px;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .middle-panel .img-border img { /*border:1px solid #dadada;*/
        padding: 2px;
        width: 100%;
    }

    .middle-panel .title-space {
        margin-top: 5px;
        display: inline-block;
    }

    .middle-panel p + p {
        margin-bottom: 0px;
    }

    .middle-panel h3 {
        font-size: 18px;
        color: #555;
        margin-bottom: 20px;
        margin-left: 10px;
        font-weight: normal;
    }

.product-section {
    margin-bottom: 40px;
}

.design-option h2 {
    font-size: 22px;
    color: #555;
    padding: 0px;
    margin: 0 0 20px 0;
    font-weight: normal;
    line-height: 22px;
}

.design-option h3 {
    font-size: 18px;
    color: #555;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: normal;
}

.design-option p {
    padding: 0px;
    margin: 0 0 20px 0;
    font-size: 13px;
}

    .design-option p a {
        font-size: 13px;
    }

.design-option ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .design-option ul li {
        list-style: none;
        float: left;
        width: 20%;
        text-align: center;
        font-size: 11px;
        color: #555;
    }

.custom-tabs ul li a {
    font-weight: bold;
}

.design-option ul li p {
    padding: 0px;
    margin: 10px 0 0 0;
}

.outer-sapretor h2 {
    font-size: 22px;
    color: #555;
    padding: 0px;
    margin: 0 0 10px 0;
    font-weight: normal;
    line-height: 22px;
}

.model-number .outer-sapretor h3 {
    color: #222;
    margin: 0 0 8px 0;
}

.outer-sapretor p {
    font-size: 13px !important;
}

.tab-section .nav-tabs > li > a {
    border-radius: 10px 10px 0 0;
}

.tab-section ul li {
    width: auto;
}

.tab-section .nav-tabs > li.active > a {
    color: #2288dd;
    box-shadow: 0px -3px 5px #888;
}

.tab-section .nav > li > a {
    padding: 6px 15px;
    color: #555;
}

    .tab-section .nav > li > a:hover {
        background-color: #FFF;
    }

.tab-section .nav-tabs > li.active > a:hover {
    border-color: #eee #eee #FFF;
}

.tab-section .nav-tabs > li > a:hover {
    border-color: #FFF #FFF #ddd;
}

.img-outer {
    border: solid 1px #cfcecd;
    padding: 3px;
    margin-right: 5px;
}

.tab-data .color-box {
    padding: 30px 0 20px 0;
}

.tab-data ul li {
    float: left;
    margin-right: 10px;
}

.tab-data .color-box p {
    margin: 0px;
    text-align: left;
    font-size: 11px;
    width: 80px;
}

.color-code {
    font-family: 'Helvetica Neue Bold' !important;
}

.tab-section {
    margin-bottom: 30px;
}

.second-info {
    margin-top: 40px;
    margin-bottom: 30px;
}

    .second-info p {
        margin-bottom: 10px;
    }

.content-section {
    padding: 0px !important
}

.img_color img {
    border: solid 1px #cfcecd;
    padding: 3px;
    width: 28px;
    height: 28px;
    border-width: 1px !important;
}

.color_name {
    line-height: 12px;
    padding-left: 8px;
}

.nav-tabs > li {
    margin-bottom: -2px !important;
}

.subhead-menu h2 a {
    color: #FFF;
}

    .subhead-menu h2 a i {
        display: none;
    }

.model-number {
    font-size: 13px;
}

.col_title {
    font-size: 11px;
}

.model-number p {
    font-size: 13px;
}

.model-number h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: normal;
}

.model-link-area {
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    margin: 0px 0 10px 0;
    padding: 20px 0 10px 0;
    font-size: 11px;
}

    .model-link-area ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .model-link-area ul li {
            list-style: none;
            float: left;
            width: 33.33%;
            margin-bottom: 10px;
            padding: 0;
        }

.second-section {
    margin-bottom: 15px;
}

    .second-section p {
        color: #424242;
        font-size: 15px;
        font-family: Helvetica, Arial, sans-serif
    }

.anawrap p {
    font-size: 13px !important;
    font-family: Helvetica, Arial, sans-serif
}

.model-grid {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .model-grid table {
        border: 1px solid #ddd;
    }

        .model-grid table th {
            background: #f1f1f1; /* Old browsers */
            background: -moz-linear-gradient(top, #f1f1f1 0%, #f8f8f8 25%, #d5d5d5 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #f1f1f1 0%,#f8f8f8 25%,#d5d5d5 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #f1f1f1 0%,#f8f8f8 25%,#d5d5d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
            padding: 10px 0 10px 11px;
            font-weight: normal;
        }

        .model-grid table td {
            border-right: 1px solid #DDD;
        }

        .model-grid table tr:nth-child(odd) {
            background: #f2f2f2;
        }

.back-top {
    padding: 10px 0 20px 0;
    margin-bottom: 10px; /*border-bottom:1px solid #DDD;*/
}

    .back-top i {
        color: #c0571c;
        margin-left: 5px;
        vertical-align: middle;
    }

.content-section {
    padding-top: 0px;
}

.integration-head {
    background: #516876; /* Old browsers */
    background: -moz-linear-gradient(left, #516876 0%, #7998ac 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #516876 0%,#7998ac 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #516876 0%,#7998ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516876', endColorstr='#7998ac',GradientType=1 ); /* IE6-9 */
}

    .integration-head .active-submenu {
        color: #a8d4f1 !important;
    }

.integration-area h4 {
    font-size: 18px;
    color: #2d2d2d;
    margin-bottom: 25px;
    padding: 0px;
    line-height: normal;
    font-weight: normal;
}

.integration-area p {
    font-size: 14px;
}

ul.control-link {
    margin: 16px 0 0 0;
    list-style: none;
    padding: 0;
    font-size: 14px;
}

    ul.control-link li {
        list-style: none;
        margin: 0 10px 10px 0;
        padding: 0;
        float: left;
    }

        ul.control-link li a {
            border-right: 1px solid #313131;
            padding: 0 10px 0 0;
        }

        ul.control-link li:last-child a {
            border-right: none;
        }

            ul.control-link li:last-child a:visited {
                text-decoration: none;
            }

.image-section {
    margin-top: 30px;
}

#RA2MainRepeater h2 {
    font-size: 22px;
    color: #555;
    padding: 0px;
    margin: 0 0 20px 10px;
    font-weight: normal;
    line-height: 30px;
}

#ExpandYouSystem h2 {
    font-size: 22px;
    color: #555;
    padding: 0px;
    margin: 0 0 20px 0;
    font-weight: normal;
    line-height: 22px;
}

#RadioRA2MainRepeater h2 {
    font-size: 22px;
    color: #555;
    padding: 0px;
    margin: 0 0 20px 10px;
    font-weight: normal;
    line-height: 30px;
}

#RadioRA2ExpandYouSystem h2 {
    font-size: 22px;
    color: #555;
    padding: 0px;
    margin: 0 0 20px 0;
    font-weight: normal;
    line-height: 22px;
}

#HWQSMainRepeater h2 {
    font-size: 22px;
    color: #555;
    padding: 0px;
    margin: 0 0 20px 10px;
    font-weight: normal;
    line-height: 30px;
}

#HWQSExpandYouSystem h2 {
    font-size: 22px;
    color: #555;
    padding: 0px;
    margin: 0 0 20px 0;
    font-weight: normal;
    line-height: 22px;
}

#HWQSExpandYouSystem h-two {
    font-size: 22px;
    color: #555;
    padding: 0px;
    margin: 0 0 20px 0;
    font-weight: normal;
    line-height: 22px;
	display: block;
	font-family: HelveticaNeue-Regular, Arial, sans-serif !important;
}

.lutron-app-area h3 {
    font-size: 16px;
    margin: 15px 0;
}

.image-section h3 {
    font-size: 16px;
    color: #555;
    margin: 0 0 23px 0;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 0 10px 0;
}

.image-section h5 {
    font-size: 15px;
    color: #222;
    font-weight: normal;
}

.image-section p {
    color: #555;
    margin-top: 5px;
    font-size: 13px;
}

.image-section .col-lg-4 {
    margin-bottom: 30px;
}

.image-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .image-section ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        width: 20%;
        text-align: center;
        min-height: 142px;
    }

        .image-section ul li img {
            margin-bottom: 10px;
        }

.bottom-link {
    margin: 40px 0;
    font-size: 13px !important;
}

.header-desktop {
    display: block;
}

.header-mobile {
    display: none;
}

.quicklinks a {
    color: #000000 !important;
}

.outer-sapretor {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

    .outer-sapretor .row .col-lg-3 {
        margin: 15px 0;
    }

.model-number h3 { /*color:#222;*/
    font-size: 18px;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: normal;
}

.link-space p {
    margin-bottom: 14px;
}

.link-space ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .link-space ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 22px;
    }

.equal-height {
    min-height: 124px;
}

.no-border {
    border-bottom: none;
}

.row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.table-responsive th {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 11px;
    color: #42424 !important;
}

.table-responsive .col_data {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif !important;
}

.lnkBackToTop {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: normal;
}

.lutron-app-area h5 {
    font-size: 15px;
    color: #555;
    /*font-family: 'Helvetica Neue Bold'; */
    padding: 15px 0;
}

.lutron-app-area p {
    font-size: 13px;
}

.lutron-app-logos {
    margin: 15px 0;
}

.lutron-app-intigration-logos {
    margin: 15px 0;
}

    .lutron-app-intigration-logos img {
        width: 95%
    }

#ExpandYouSystem {
    margin: 50px 0 50px 7px;
}

#HWQSExpandYouSystem {
    margin: 50px 0 50px 7px;
}

#RadioRA2ExpandYouSystem {
    margin: 50px 0 50px 7px;
}

.radiora2-overview-content {
    background-repeat: no-repeat;
    padding-top: 10px;
}

.radiora2-overview h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: normal;
}

.radiora2-overview-releated-resource {
    font-size: 13px;
}

    .radiora2-overview-releated-resource span {
        font-weight: bold;
        display: block;
        background: url(/en-US/images/backgrounds/bg_list_border_bottom.jpg) bottom left no-repeat;
        margin: 0px;
        padding-bottom: 8px;
        margin-bottom: 5px;
        margin-top: 0px;
        line-height: 15px;
        color: #000;
    }

.radiora2-design-option h4 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
}

#dimmerMatteWall ul li,
#dimmerStainPico ul li,
#dimmerMatteWall ul li,
#dimmerSatinWall ul li,
#dimmerSatinPico ul li,
#dimmerArchitecturalMatteWall ul li {
    margin-bottom: 15px;
}

.metalwall-inner {
    margin: 0 !important;
    font-size: 11px;
    width: 100% !important;
    font-weight: bold !important;
    padding: 25px 0 6px !important;
    clear: both;
}

.tab-data .color-box .metalwall-inner:first-child {
    padding-top: 0px !important
}

.radiora2-design-option p {
    margin-top: 5px;
}
/*.metalwall-inner-specialmetal {padding-top:30px !important;}*/
.ra2-component-Control p {
    margin-bottom: 0px !important;
}

.ra2-components .equal-height-main {
    min-height: 212px
}

.ra2-components .equal-height-sensor {
    min-height: 162px
}

.ra2-components .equal-height-Remote {
    min-height: 255px
}

.ra2-components .equal-height-Power {
    min-height: 227px
}

.ra2-components h4 {
    font-size: 14px;
}

.model-number .wrapword-modelnumber {
    white-space: inherit !important;
}

.ra2-main-repeater1 {
    margin-top: 40px;
}

.integration-lutron-app {
    width: 65%;
    margin: 30px 0;
}

.mobile-integration-lutron-app {
    width: 65%; /* margin-top:30px; */
    margin-bottom: 20px;
}

.integration-lutron-device-app {
    width: 65%;
    margin-bottom: 30px;
}

.integration-icon-app-store {
    margin-left: 30px;
    margin-right: 30px;
}

.ra2-design-option-here {
    margin-bottom: 5px !important;
}

.ra2-design-option-hereThree {
    padding-bottom: 40px;
}

#RA2MainRepeater h2 {
    width: 50%;
}

#RadioRA2MainRepeater h2 {
    width: 50%;
}

#HWQSMainRepeater h2 {
    width: 50%;
}

li[role=presentation] a {
    font-weight: bold;
}

.banner-section .ms-PartSpacingVertical {
    display: none;
}

.homeworkqs-overview-content {
    background-repeat: no-repeat;
    padding-top: 10px;
}

.homeworkqs-overview h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: normal;
}

.homeworkqs-overview-releated-resource {
    font-size: 13px;
}

    .homeworkqs-overview-releated-resource span {
        font-weight: bold;
        display: block;
        background: url(/en-US/images/backgrounds/bg_list_border_bottom.jpg) bottom left no-repeat;
        margin: 0px;
        padding-bottom: 8px;
        margin-bottom: 5px;
        margin-top: 0px;
        line-height: 15px;
        color: #000;
    }

.homeworkqs-design-option h4 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
}

.homeworkqs-design-option p {
    margin-top: 5px;
    clear: both
}

.homeworkqs-design-option ul + p {
    padding-top: 20px;
}

.homeworkqs-overview-content .middle-panel h3,
.radiora2-overview .middle-panel h3 {
    color: #222;
}

.homeworkqs-overview-content .middle-panel .row h3,
.radiora2-overview .middle-panel .row h3 {
    margin-left: 0
}

.radiora2-overview-content,
.homeworkqs-overview-content {
    background-size: contain
}

.homeworkqs-overview-releated-resource,
.radiora2-overview-releated-resource {
    margin: 0 0 20px;
}

a.ms-rteCustom-PDFlink {
    display: block;
    background-image: url(/en-US/images/icon_search_pdf.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 13px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-bottom: 9px;
    line-height: normal;
}

.note-message-p {
    font-size: 12px !important;
}

.hwqs-equal-height-temperature {
    min-height: 289px;
}

.hwqs-equal-height-sensor {
    min-height: 316px;
}

.hwqs-equal-height-processor {
    min-height: 173px;
}

.img_color_P {
    color: #555 !important;
}

.col_data_description {
    word-wrap: break-word;
}

.left-panel .download_docs_left {
    font-size: 11px !important;
    font-family: Verdana,sans-serif;
    color: #000;
}

.left-panel .technical-docuemnt-Heading {
    color: #555;
    font-size: 11px;
    line-height: 13px;
}

.left-menu-support .left-panel .ms-WPBody {
    font-size: inherit
}

.right-accord-gray, .right-accord-blue, .right-accord-down {
    display: none !important;
}

.slide-show > div {
    height: 100%
}

    .slide-show > div img {
        height: 100%
    }


    .slide-show > div > .responsive-Img {
        height: 100%;
    }
/*--------------------------------------------------------------- MEDIA QUERY START -------------------------------------------------------------*/
@media (min-width: 1200px) {
    .container {
        width: 986px !important;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    body {
        background-size: auto !important;
    }
}

@media (min-width: 992px) {
    /*.container{ width: 970px;} */
    .container {
        width: 100% !important;
        padding: 0;
    }

    #menu_bar li.topnav {
        padding: 0 5px 0 5px !important;
    }

    .radiora2-overview-releated-resource {
        font-size: 13px;
        width: 120%;
    }

    body {
        background-size: auto !important;
    }
}


@media (min-width: 1003px) {
    .container {
        width: 986px !important;
    }
}

@media only screen and (min-width: 991px) and (max-width:992px) {
    .container {
        width: 100% !important;
    }

    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(76%,0,0) !important;
        transform: translate3d(76%,0,0) !important;
    }

    .mm-menu.mm-offcanvas.mm-opened {
        width: 76% !important;
        display: block !important;
    }

    .mm-menu.mm-offcanvas {
        z-index: 1;
    }

    .left-navbar {
        display: none;
    }

    .logo-mobile-view {
        clear: both;
    }

    .navbar.navbar-default {
        float: right;
    }

    .left-menu {
        float: left;
        display: block !important;
        padding-left: 16px;
        margin: 8px 0 0 0;
    }
}

@media only screen and (max-width: 1024px) {
    .logo-mobile-view {
        clear: both;
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        width: 100% !important;
    }

    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(76%,0,0) !important;
        transform: translate3d(76%,0,0) !important;
    }

    body {
        background-size: auto !important;
    }

    .left-navbar {
        display: none;
    }

    .logo-mobile-view {
        clear: both;
        margin-bottom: 13px;
    }

    .navbar.navbar-default {
        float: none;
    }

    .mm-menu.mm-offcanvas.mm-opened {
        width: 76% !important;
        display: block !important;
    }

    .mm-menu.mm-offcanvas {
        z-index: 1;
    }

        .mm-menu.mm-offcanvas.mm-current {
            display: block !important;
        }

    #menu_bar li.topnav {
        padding: 0 5px 0 5px !important;
    }

    .hwqs-equal-height-sensor {
        min-height: 298px;
    }

    .hwqs-equal-height-processor {
        min-height: 191px;
    }

    .hwqs-equal-height-main {
        min-height: 140px;
    }

    .integration-icon-app-store {
        margin: 0 20px 20px 0;
        vertical-align: top;
    }

    .mobile-integration-lutron-app {
        width: 100%;
        margin: 0 20px 20px 0;
    }

    .subhead-menu h2, .subhead-menu ul li {
        margin-left: 0px;
    }

    .container {
        width: 100%;
        padding: 0px;
    }

    .image-section-Thermostats {
        min-height: 300px;
    }

    .hwqs-image-section-Thermostats {
        min-height: 450px;
    }

    .radiora2-overview-content .middle-panel .col-sm-7,
    .homeworkqs-overview-content .middle-panel .col-sm-7 {
        padding-right: 35px;
    }

    .radiora2-overview-content .middle-panel:nth-child(even) .col-sm-7,
    .homeworkqs-overview-content .middle-panel:nth-child(even) .col-sm-7 {
        padding-left: 35px;
        padding-right: 0;
    }

    .design-option ul li img + p {
        padding-right: 20px;
        min-height: 38px;
    }

    .integration-lutron-device-app {
        width: 90%;
    }

    .mobile-integration-lutron-app {
        width: 90%;
    }

    .navbar-nav.navbar-right {
        width: auto;
    }

    .integration-icon-app-store {
        margin: 0 20px 20px 0;
    }

    #quickLinksModal .modal-dialog {
        position: absolute;
        width: 98%;
        margin: auto !important;
        left: 0;
        right: 0;
        top: 0px;
        bottom: 0;
        padding-top: 51px;
    }

    .slide-show {
        height: 260px !important;
    }
}

@media only screen and (max-width: 850px) {
    .slide-show {
        height: 220px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    .left-menu-support {
        display: none !important;
    }

    .left-menu {
        margin: 0;
    }

    .search-box-responsive-div {
        display: none !important;
    }

    .search-icon-mobile {
        display: block !important;
        padding-top: 15px;
        margin-right: 10px;
    }

    .search-panel-head {
        width: 100%;
        z-index: 999999;
        left: 0px;
        height: 50px;
        position: absolute;
        background: #fff;
    }

    .back-search {
        margin-left: 18px !important;
    }

    .main-head-menu-dd {
        padding: 0 15px !important
    }

    .mobile-overview-head {
        padding: 5px 15px 0 30px;
    }

    .subhead-section.darkgray {
        padding: 13px 20px 0 25px;
    }

    .logo-mobile-view {
        position: absolute;
        top: 14px;
        width: 60%;
        z-index: 10000;
        padding-left: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 13px;
    }

    .text-center-logo {
        text-align: center;
    }

    header {
        background-image: none;
        background-color: #000;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        position: relative;
    }

    .left-menu {
        position: absolute;
        top: 16px;
    }

    .header-mobile {
        display: block;
    }

    .subhead-menu h2 a i {
        display: inline-block;
        margin-left: 5px
    }

    .header-desktop {
        display: none;
    }

    .subhead-menu h2 a {
        color: #FFF;
        font-size: 18px;
    }

    .subhead-menu {
        width: 100%;
        margin-top: -5px;
    }

    .main-head-menu-dd {
        padding: 0 !important;
    }

    .mobile-overview-head {
        display: block !important;
        font-size: 18px;
        color: #872c00;
        border-bottom: 1px solid #872c00;
        padding: 5px 15px 0 15px;
        background: #FFF;
        margin: 0;
    }

        .mobile-overview-head h3 {
            font-size: 18px;
            color: #872c00;
            padding-bottom: 7px;
            margin-top: 5px;
            font-weight: 500;
        }

    .subhead-menu h2 {
        margin-bottom: 0px;
        padding-left: 15px;
        margin-left: 0px;
    }

    .subhead-menu .dropdown-menu > li {
        padding: 0 15px;
        width: 100%;
        margin: 0;
    }

    .subhead-section, .subhead-section.darkgray {
        padding: 12px 0;
        margin: 0
    }

    .subhead-menu h2 a:active, .subhead-menu h2 a:focus, .subhead-menu h2 a:hover {
        text-decoration: none !important
    }

    .subhead-menu .dropdown-menu > li > a {
        color: #efefef;
        padding: 10px 0px;
        border-bottom: #efefef solid 1px;
    }

    .subhead-section.darkgray .subhead-menu ul li.active-submenu a {
        background: none;
    }

    .btn-position {
        position: absolute;
        right: 0px;
        z-index: 99999;
        width: auto;
    }

    .right-accord-gray, .right-accord-blue, .right-accord-down {
        display: block !important;
    }

    .subhead-section .subhead-menu .dropdown-menu {
        float: none;
        width: 100% !important;
        min-width: 100%;
        left: 0px;
        margin: 13px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background: #000;
        border-radius: 0px;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    /*.container{ padding-left:0px; padding-right:0px;}*/
    .left-menu {
        margin: 0;
    }

    .main-content {
        padding: 20px 15px 0 15px;
        background: #FFF;
    }

    .mobile-subhead {
        background: #3c1302; /* Old browsers */
        background: -moz-linear-gradient(left, #3c1302 0%, #aa3805 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #3c1302 0%,#aa3805 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #3c1302 0%,#aa3805 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c1302', endColorstr='#aa3805',GradientType=1 ); /* IE6-9 */
        padding: 12px 0;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .darkgreen + .mobile-overview-head {
        color: #8bb737;
        border-bottom: 1px solid #8bb737;
    }

        .darkgreen + .mobile-overview-head h3 {
            color: #448700;
        }

    .liteblue + .mobile-overview-head {
        color: #2FCDF2;
        border-bottom: 1px solid #2FCDF2;
    }

        .liteblue + .mobile-overview-head h3 {
            color: #2FCDF2;
        }

    .logo-mobile-view {
        position: absolute;
        top: 14px;
        width: 60%;
        z-index: 10000;
        padding-left: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0;
    }

    header {
        background-image: none;
        background-color: #000;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        position: relative;
    }

    .btn-position {
        width: auto !important;
    }

    .mobile-subhead h2 {
        color: #FFF;
        font-size: 18px; /*font-family:'Helvetica Neue Thin'; */
    }

        .mobile-subhead h2 a {
            color: #FFF;
        }

            .mobile-subhead h2 a:hover, .mobile-subhead h2 a:focus, .mobile-subhead h2 a:active {
                text-decoration: none;
            }

        .mobile-subhead h2 i {
            margin-left: 10px;
            font-size: 22px;
            vertical-align: middle;
        }

    .mobile-subhead .dropdown {
        margin-top: 5px;
    }

    .btn-space-bottom {
        margin-bottom: 0px;
    }

    .btn-adjust {
        margin-top: -30px;
        padding-right: 15px;
    }

    .dropdown-space {
        padding-left: 15px;
    }

    .mobile-overview-head {
        font-size: 18px;
        color: #872c00;
        border-bottom: 1px solid #872c00;
        padding: 5px 15px 0 15px;
        background: #FFF;
        margin-left: -15px;
        margin-right: -15px;
    }

        .mobile-overview-head h3 {
            font-size: 18px;
            color: #872c00;
            padding-bottom: 7px;
        }

        .mobile-overview-head a {
            font-size: 13px;
        }

            .mobile-overview-head a i {
                font-size: 16px;
                vertical-align: middle;
            }

            .mobile-overview-head a:hover, .mobile-overview-head a:active, .mobile-overview-head a:focus {
                text-decoration: none;
            }

    .mobile-page-head {
        margin-top: 5px;
    }

    .mobile-support-head {
        margin-bottom: 7px;
    }

    .left-panel {
        margin-bottom: 20px;
    }

    .middle-panel p {
        margin-top: 15px;
    }

    .banner-section {
        background: #3c1302; /* Old browsers */
        background: -moz-linear-gradient(left, #3c1302 0%, #aa3805 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #3c1302 0%,#aa3805 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #3c1302 0%,#aa3805 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c1302', endColorstr='#aa3805',GradientType=1 ); /* IE6-9 */
        /*padding-bottom:4px; */ margin: 0;
    }

    .design-option ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .radiora2-product-section ul li {
        min-height: 200px;
    }

    .tab-data ul li {
        width: auto;
    }

    .tab-section ul li {
        width: auto;
        margin-bottom: -1px;
    }

    ul.color-box li {
        margin-bottom: 20px;
    }

    .main-head-menu-dd {
        z-index: 100;
    }

    .subhead-menu {
        width: 100%;
        margin-top: -5px;
    }

        .subhead-menu h2 a {
            color: #FFF;
            font-size: 18px;
        }

            .subhead-menu h2 a:active, .subhead-menu h2 a:focus, .subhead-menu h2 a:hover {
                text-decoration: none;
            }

            .subhead-menu h2 a i {
                display: inline-block;
                margin-left: 5px;
            }

        .subhead-menu .dropdown-menu > li > a {
            color: #efefef;
            padding: 10px 0px;
            border-bottom: #efefef solid 1px;
        }

        .subhead-menu .dropdown-menu > li:last-child a {
            border-bottom: none;
        }

        .subhead-menu .dropdown-menu > li {
            padding: 0 15px;
            width: 100%;
        }

            .subhead-menu .dropdown-menu > li > a:focus, .mobile-subhead .dropdown-menu > li > a:hover {
                background: none;
                background-color: transparent;
            }

        .subhead-menu ul li.active-submenu a {
            background: none;
        }

    .btn-position {
        position: absolute;
        right: 0px;
        z-index: 99999;
        width: auto;
    }

    .model-link-area ul li {
        width: 100%;
    }

    .middle-panel .img-border img {
        width: 60%;
    }
    /*.middle-panel p{ margin-bottom:0px;} */
    .middle-panel h2 {
        margin-bottom: 0px;
    }

    .middle-panel {
        margin-bottom: 20px;
    }

    .integration-head .subhead-menu .dropdown-menu {
        background: #7998AC !important;
    }

    .image-section ul li {
        width: 50%;
        min-height: 141px;
    }

        .image-section ul li a {
            text-decoration: none !important;
        }

    .mobile-border {
        border-bottom: 1px solid #DDD;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background: none !important;
        background-color: transparent !important;
        background-image: none !important
    }

    .lutron-app-logos img {
        width: 70%
    }

    .lutron-app-area img {
        margin: 30px 0;
        width: 90%
    }

    .integration-icon-app-store {
        width: 75% !important;
    }

    .integration-icon-google-app {
        width: 75% !important;
    }

    .integration-area h4 {
        margin-bottom: 0px;
    }

    .image-section {
        margin-top: 5px;
    }

    #VoiceControl img {
        margin-top: 25px;
    }

    #Monitoring img {
        margin-top: 25px;
    }

    #Thermostats img {
        margin-top: 25px;
    }

    #Audio img {
        margin-top: 25px;
    }

    #Fans img {
        margin-top: 25px;
    }

    #ExpandYouSystem h4 {
        margin-bottom: 15px;
    }

    #RadioRA2MainRepeater h4 {
        margin-bottom: 15px;
    }

    #HWQSMainRepeater h4 {
        margin-bottom: 15px;
    }

    .overview-mobile-img img {
        margin-top: 15px;
    }

    .ra2-components .equal-height-Remote {
        min-height: 150px;
    }

    .ra2-components .equal-height-sensor {
        min-height: 130px;
    }

    .ra2-components .equal-height-main {
        min-height: 170px;
    }

    .integration-icon-app-store {
        margin: 0px !important;
        padding-left: 30px;
    }

    .integration-icon-google-app {
        padding-left: 30px;
    }

    #RA2MainRepeater h2 {
        width: 100%;
    }

    #RadioRA2MainRepeater h2 {
        width: 100%;
    }

    #HWQSMainRepeater h2 {
        width: 100%;
    }

    .integration-lutron-device-app {
        text-align: center;
        width: 90%
    }

    .hwqs-equal-height-temperature {
        min-height: 0px;
    }

    .hwqs-equal-height-sensor {
        min-height: 0px;
    }

    .hwqs-equal-height-processor {
        min-height: 0px;
    }

    .hwqs-image-section-Thermostats {
        min-height: 358px;
    }

    .homeworkqs-overview-releated-resource,
    .radiora2-overview-releated-resource {
        margin: 0 0 40px;
    }

    .homeworkqs-overview-content .middle-panel h3,
    .radiora2-overview .middle-panel h3 {
        margin-bottom: 0;
    }
    /*.container{ padding-left:0px; padding-right:0px;}*/
    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background: none !important;
        background-color: transparent !important;
        background-image: none !important
    }

    .main-content {
        padding: 20px 5px 0 5px;
        background: #FFF;
        margin: 0
    }

    .mobile-subhead {
        background: #3c1302; /* Old browsers */
        background: -moz-linear-gradient(left, #3c1302 0%, #aa3805 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #3c1302 0%,#aa3805 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #3c1302 0%,#aa3805 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c1302', endColorstr='#aa3805',GradientType=1 ); /* IE6-9 */
        padding: 12px 0;
    }

        .mobile-subhead h2 {
            color: #FFF;
            font-size: 18px; /*font-family:'Helvetica Neue Thin'; */
        }

            .mobile-subhead h2 a {
                color: #FFF;
            }

                .mobile-subhead h2 a:hover, .mobile-subhead h2 a:focus, .mobile-subhead h2 a:active {
                    text-decoration: none;
                }

            .mobile-subhead h2 i {
                margin-left: 10px;
                font-size: 22px;
                vertical-align: middle;
            }

        .mobile-subhead .dropdown {
            margin-top: 5px;
        }

    .btn-space-bottom {
        margin-bottom: 0px;
    }

    .btn-adjust {
        margin-top: -30px;
        padding-right: 15px;
    }

    .dropdown-space {
        padding-left: 15px;
    }

    .mobile-overview-head {
        font-size: 18px;
        color: #872c00;
        border-bottom: 1px solid #872c00;
        padding: 5px 15px 0 15px;
        background: #FFF;
        margin: 0;
    }

        .mobile-overview-head h3 {
            font-size: 18px;
            color: #872c00;
            padding-bottom: 7px;
        }

        .mobile-overview-head a {
            font-size: 13px;
        }

            .mobile-overview-head a i {
                font-size: 16px;
                vertical-align: middle;
            }

            .mobile-overview-head a:hover, .mobile-overview-head a:active, .mobile-overview-head a:focus {
                text-decoration: none;
            }

    .mobile-page-head {
        margin-top: 5px;
    }

    .mobile-support-head {
        margin-bottom: 7px;
    }

    .left-panel {
        margin-bottom: 20px;
    }

    .middle-panel p {
        margin-top: 15px;
    }

    .banner-section {
        background: #3c1302; /* Old browsers */
        background: -moz-linear-gradient(left, #3c1302 0%, #aa3805 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #3c1302 0%,#aa3805 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #3c1302 0%,#aa3805 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c1302', endColorstr='#aa3805',GradientType=1 ); /* IE6-9 */
        /*padding-bottom:4px; */
    }

    .design-option ul li {
        width: 50%;
        margin-bottom: 25px;
    }

    .tab-data ul li {
        width: auto;
    }

    ul.color-box li {
        margin-bottom: 20px;
    }

    .subhead-section {
        padding: 12px 0;
        margin: 0;
    }

    .main-head-menu-dd {
        z-index: 100;
    }

    .subhead-menu {
        width: 100%;
    }

        .subhead-menu h2 {
            margin: 4.5px 0 0 0;
            padding-left: 15px;
            float: left;
        }

            .subhead-menu h2 a {
                color: #FFF;
                font-size: 18px;
                display: block;
                margin: 4px 0 2px 0;
                cursor: pointer;
            }

                .subhead-menu h2 a:active, .subhead-menu h2 a:focus, .subhead-menu h2 a:hover {
                    text-decoration: none !important;
                }

                .subhead-menu h2 a i {
                    display: inline-block;
                    margin-left: 5px;
                }

    .subhead-section .subhead-menu .dropdown-menu {
        float: none;
        width: 100% !important;
        min-width: 100%;
        left: 0px;
        margin: 13px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background: #000;
        border-radius: 0px;
        padding: 0;
    }

    .subhead-menu .dropdown-menu > li > a {
        color: #efefef;
        padding: 10px 0px;
        border-bottom: #efefef solid 1px;
    }

    .subhead-menu .dropdown-menu > li:last-child a {
        border-bottom: none;
    }

    .subhead-menu .dropdown-menu > li {
        padding: 0 15px;
        width: 100%;
    }

        .subhead-menu .dropdown-menu > li > a:focus, .mobile-subhead .dropdown-menu > li > a:hover {
            background: none;
            background-color: transparent;
        }

    .subhead-menu ul li.active-submenu a {
        background: none;
    }

    .btn-position {
        position: absolute;
        right: 0px;
        z-index: 99999;
        width: auto;
    }

    .model-link-area ul li {
        width: 100%;
    }

    .middle-panel .img-border img {
        width: 30%;
    }

    .content-section {
        padding-top: 0px;
    }
    /*.middle-panel p{ margin-bottom:0px;} */
    .middle-panel h2 {
        margin-bottom: 0px;
    }

    .middle-panel {
        margin-bottom: 20px;
    }

    .integration-head .subhead-menu .dropdown-menu {
        background: #7998AC !important;
    }

    .image-section ul li {
        width: 50%;
        min-height: 116px;
    }

        .image-section ul li a {
            text-decoration: none !important;
        }

    .mobile-border {
        border-bottom: 1px solid #DDD;
    }

    .lutron-app-logos img {
        width: 70%
    }

    .lutron-app-area img {
        margin: 10px 0;
        width: 45%
    }

    .integration-icon-app-store {
        width: 32% !important;
    }

    .integration-icon-google-app {
        width: 32% !important;
    }

    .integration-area h4 {
        margin-bottom: 0px;
    }

    .image-section {
        margin-top: 5px;
    }

    #VoiceControl img {
        margin-top: 25px;
    }

    #Monitoring img {
        margin-top: 25px;
    }

    #Thermostats img {
        margin-top: 25px;
    }

    #Audio img {
        margin-top: 25px;
    }

    #Fans img {
        margin-top: 25px;
    }

    #ExpandYouSystem h4 {
        margin-bottom: 15px;
    }

    #RadioRA2MainRepeater h4 {
        margin-bottom: 15px;
    }

    #HWQSMainRepeater h4 {
        margin-bottom: 15px;
    }

    .overview-mobile-img img {
        margin-top: 15px;
    }

    .ra2-components .equal-height-Remote {
        min-height: 150px;
    }

    .ra2-components .equal-height-sensor {
        min-height: 130px;
    }

    .ra2-components .equal-height-main {
        min-height: 170px;
    }

    .integration-icon-app-store {
        margin: 0px !important;
        padding-left: 30px;
    }

    .integration-icon-google-app {
        padding-left: 30px;
    }

    #RA2MainRepeater h2 {
        width: 100%;
    }

    #RadioRA2MainRepeater h2 {
        width: 100%;
    }

    #HWQSMainRepeater h2 {
        width: 100%;
    }

    .integration-lutron-device-app {
        text-align: center;
        width: 45%
    }

    .hwqs-equal-height-temperature {
        min-height: 0px;
    }

    .hwqs-equal-height-sensor {
        min-height: 0px;
    }

    .hwqs-equal-height-processor {
        min-height: 0px;
    }

    .integration-lutron-app {
        width: 45%
    }

    .homeworkqs-overview-releated-resource,
    .radiora2-overview-releated-resource {
        margin: 0 0 40px;
    }

    .slide-show {
        height: 213px !important;
    }

    #header {
        position: relative;
    }

    .left-menu-support {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .subhead-menu h2 a i {
        display: inline-block;
    }

    .header-desktop {
        display: none;
    }

    .main-head-menu-dd {
        padding: 0 !important;
    }

    .subhead-menu h2 a:active, .subhead-menu h2 a:focus, .subhead-menu h2 a:hover {
        text-decoration: none !important
    }

    .right-accord-gray, .right-accord-blue, .right-accord-down {
        display: block !important;
    }

    .slide-show {
        height: 190px !important;
    }

    .radiora2-overview-content .middle-panel:nth-child(even) .col-sm-7,
    .homeworkqs-overview-content .middle-panel:nth-child(even) .col-sm-7 {
        padding-left: 15px;
        padding-right: 0;
    }

    .modal {
        z-index: 999999 !important
    }

    .modal-backdrop {
        z-index: 99999 !important
    }

    #quickLinksModal .modal-header {
        overflow: hidden;
    }

    #quickLinksModal .modal-title {
        float: left;
        color: #555;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        padding: 0px;
    }

    .search-icon-mobile {
        display: none !important;
    }

    .search-box-responsive-div {
        display: block !important;
    }

    .subhead-section.darkgray {
        padding: 13px 20px 0 41px;
    }

    .subhead-menu h2 {
        margin-bottom: 15px;
    }

    .logo-mobile-view {
        position: relative !important;
        top: inherit;
        width: inherit;
        z-index: inherit;
        padding: inherit;
        position: absolute;
        left: inherit;
        right: inherit;
        padding: inherit;
    }

    .text-center-logo {
        text-align: inherit;
    }

    header {
        height: auto;
        margin-left: inherit;
        margin-right: inherit;
        padding-left: inherit;
        padding-right: inherit;
        width: inherit;
        box-shadow: inherit;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        position: inherit;
    }

    .left-menu {
        position: inherit;
        top: inherit;
    }

    .header-mobile {
        display: none;
    }

    .subhead-menu h2 a i {
        display: none;
    }

    .header-desktop {
        display: block;
    }

    .subhead-menu h2 a {
        color: inherit;
        font-size: inherit;
    }

    .subhead-section .subhead-menu .dropdown-menu {
        float: inherit;
        width: inherit !important;
        min-width: inherit;
        left: inherit;
        margin: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        border: inherit;
        background: inherit;
        border-radius: inherit;
        padding: inherit;
    }

    .subhead-menu {
        width: inherit;
        margin-top: inherit;
    }

    .main-head-menu-dd {
        padding: 0 !important;
    }

    .subhead-menu {
        padding: 0 0 0 40px;
    }

        .subhead-menu h2 {
            padding-left: 0;
            margin-left: inherit;
        }

        .subhead-menu .dropdown-menu > li {
            padding: inherit;
            width: inherit;
            margin: inherit;
        }

            .subhead-menu .dropdown-menu > li > a {
                color: inherit;
                padding: inherit;
                border-bottom: inherit;
            }

    .subhead-section.darkgray .subhead-menu ul li.active-submenu a {
        background: url(/en-US/images/arrows/arr_white_up.png) center 15px no-repeat;
        background-size: 5px auto;
    }

    .subhead-section, .subhead-section.darkgray {
        padding: 13px 20px 0 0;
        margin: inherit;
    }

    .subhead-menu h2 a:active, .subhead-menu h2 a:focus, .subhead-menu h2 a:hover {
        text-decoration: inherit !important
    }

    .btn-position {
        position: relative;
        right: inherit;
        z-index: inherit;
        width: 100%;
        min-height: 30px;
        margin-bottom: 24px;
    }

    .subhead-menu ul {
        display: block !important;
    }

    .mobile-overview-head {
        display: none !important;
    }

    .right-accord-gray, .right-accord-blue, .right-accord-down {
        display: none !important;
    }

    .left-menu-support {
        display: block !important;
    }
}

@media only screen and (max-width: 650px) {
    .slide-show {
        height: 170px !important;
    }
}

@media only screen and (max-width: 550px) {
    .slide-show {
        height: 140px !important;
    }
}

@media only screen and (max-width: 450px) {
    .slide-show {
        height: 120px !important;
    }

    .integration-icon-google-app {
        width: 65% !important;
    }

    .integration-icon-app-store {
        width: 65% !important;
    }

    .subhead-menu h2 {
        margin: 7px 0 0 0;
    }

        .subhead-menu h2 a {
            font-size: 15.5px;
        }
}

@media only screen and (max-width: 340px) {
    .slide-show {
        height: 90px !important;
    }
}

.royalblue .subhead-menu ul li.active-submenu a {
    color: #7febf3 !important;
}
/* .dropdown-menu */
/* { */
/* background-color: #6b2303 !important; */
/* } */
.royalblue .dropdown-menu {
    background-color: #156699 !important;
}

.subhead-section.royalblue {
    background: rgba(16,116,159,1);
    background: -moz-linear-gradient(left, rgba(16,116,159,1) 0%, rgba(16,116,159,1) 11%, rgba(34,60,136,1) 53%, rgba(34,60,136,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(16,116,159,1)), color-stop(11%, rgba(16,116,159,1)), color-stop(53%, rgba(34,60,136,1)), color-stop(100%, rgba(34,60,136,1)));
    background: -webkit-linear-gradient(left, rgba(16,116,159,1) 0%, rgba(16,116,159,1) 11%, rgba(34,60,136,1) 53%, rgba(34,60,136,1) 100%);
    background: -o-linear-gradient(left, rgba(16,116,159,1) 0%, rgba(16,116,159,1) 11%, rgba(34,60,136,1) 53%, rgba(34,60,136,1) 100%);
    background: -ms-linear-gradient(left, rgba(16,116,159,1) 0%, rgba(16,116,159,1) 11%, rgba(34,60,136,1) 53%, rgba(34,60,136,1) 100%);
    background: linear-gradient(to right, rgba(16,116,159,1) 0%, rgba(16,116,159,1) 11%, rgba(34,60,136,1) 53%, rgba(34,60,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10749f', endColorstr='#223c88', GradientType=1 );
}

.subhead-section.aquaGreenColor {
    background: rgb(21,43,46);
    background: linear-gradient(90deg, rgba(12,60,67,.8) 0%, rgba(76,143,151,.0) 100%);
}

    .subhead-section.aquaGreenColor .subhead-menu ul li.active-submenu a {
        color: #97D9D4
    }

.aquaGreenColor .page-sub-nav-container {
    background: rgb(21,43,46);
    background: linear-gradient(90deg, rgba(21,43,46,1) 0%, rgba(76,143,151,1) 100%);
}

/*---------------------------------------------------------------- MEDIA QUERY END --------------------------------------------------------------*/
