@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/Avenir Next/AvenirNext-Medium.eot');
    src: url('../fonts/Avenir Next/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir Next/AvenirNext-Medium.woff') format('woff'),
        url('../fonts/Avenir Next/AvenirNext-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('../fonts/Avenir Next Demi/AvenirNext-DemiBoldItalic.eot');
    src: url('../fonts/Avenir Next Demi/AvenirNext-DemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir Next Demi/AvenirNext-DemiBoldItalic.woff') format('woff'),
        url('../fonts/Avenir Next Demi/AvenirNext-DemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}


/* navigation bar */
.navbar, .navbar-brand {
    padding: 0 !important;    
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas {
    width: 320px !important;
    padding: 1.5rem 1rem;
}


/* breadcrumb */
.breadcrumb-chevron {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    gap: .5rem;
}
.breadcrumb-chevron .breadcrumb-item {
    display: flex;
    gap: inherit;
    align-items: center;
    padding-left: 0;
    line-height: 1;
}
.breadcrumb-chevron .breadcrumb-item::before {
    gap: inherit;
    float: none;
    width: 1rem;
    height: 1rem;
}


/* common */
.mb-6 {
    margin-bottom: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}

.panasonic-fan-content {
    margin: 60px 0;
}

.panasonic-fan-title {
    margin-bottom: 30px;
}

.panasonic-fan-blue-title {
    margin-bottom: 30px;
    color: #2b4698;
}


.button1 {
    padding: 10px 31px;
    line-height: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #1071B8;
    margin-left: 0;
    background: #1071B8;
    color: #fff;
    
}


body {
    position: relative;
    font-family: 'Avenir Next', sans-serif;
}

header {
    background-color: #474747;
    height: 68px;
}

header .menu-hamburger {
    padding: 4px;
}

header .menu-hamburger .hamburger-inner,
header .menu-hamburger .hamburger-inner:after,
header .menu-hamburger .hamburger-inner:before {
    background-color: #ebebeb;
}

#back_to_top {
    position: fixed;
    bottom: 100px;
    right: 80px;
    cursor: pointer;
    opacity: 0.75;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
#back_to_top:hover {
    opacity: 1;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 50px 30px 70px;
    text-align: center;
}

footer .copyright {
    margin-bottom: 50px;
}

footer .links .link {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    text-decoration: none;
    color: #fff;
}

a:focus, a:hover {
    color: #23527c !important;
    text-decoration: none !important;
}

#side-menu {
    position: absolute;
    right: 0;
    top: 68px;
    bottom: 0;
    background-color: #FFF;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: transform .6s;
    -moz-transition: transform .6s;
    -ms-transition: transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    display: none;
    visibility: hidden;
    z-index: 999;
    overflow: auto;
}

#side-menu.extended {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    visibility: visible;
}

#side-menu .menu-body {
    padding: 50px 20px 20px 50px;
    position: relative;
}

#side-menu .menu-body .menu-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    font-size: 40px;
}

#side-menu .menu-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#side-menu .menu-body ul li {
    padding-bottom: 20px;
}

#side-menu .menu-body ul li.second {
    padding-left: 30px;
}

#side-menu .menu-body ul li a {
    display: block;
    text-decoration: none;
}

#side-menu .menu-body ul li.active a {
    font-weight: bold;
    font-size: 22px;
    color: #23527c;
}

#breadcrumb {
    padding: 18px 0;
}

#breadcrumb a {
    display: inline-block;
    padding: 2px 5px;
}

#content .content-title {
    padding: 20px 60px;
    background-color: #DCDADB;
    margin-bottom: 70px;
}

#content .content-title-with-banner {
    position: relative;
}

#content .content-title-with-banner .banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

#content .content-title-with-banner-background {
    min-height: 200px;
    text-align: center;
    position: relative;
}

#content .content-title-with-banner-background .background {
    z-index: 1;
    -webkit-background-size: contain;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#content .content-title-with-banner-background .banner-title {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

#content .content-title-with-banner-background-with-title {
}

#content .content-title-with-banner-background-with-title .background {
    min-height: 170px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#content #manuals-and-certs .manual-item img {
    display: block;
    width: 100%;
}

#content #manuals-and-certs .manual-item .manual-info .manual-link {
    padding: 20px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    width: 190px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    max-width: 100%;
}

#content #manuals-and-certs .manual-item .manual-info .manual-link .fa {
    margin-left: 10px;
}

#content #technology .link-with-square-background {
    display: block;
    padding-bottom: 91.5%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

#content #technology .link-with-square-background .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    /* white-space: nowrap; */
}

#content #technology .link-with-square-background .inner a {
    border: 1px solid #959395;
    padding: 8px 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #2C2D2D;
    text-decoration: none;
}

#content #technology .grid-link {
    padding: 40px 40px 40px 220px;
    position: relative;
    display: block;
}

#content #technology .grid-link:hover {
    text-decoration: none;
}

#content #technology .grid-link .btn {
    border: 1px solid #FFF;
    padding: 10px 20px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 20px;
}

#content #technology .grid-link .link-text {
    font-size: 30px;
}

#content #technology .grid-link .image-wrapper {
    position: absolute;
    left: 80px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#content #technology .grid-link .image-wrapper img {
    margin: 0 auto;
    width: 70px;
}

#content #econavi .how-it-works {
    min-height: 510px;
    padding-right: 500px;
    position: relative;
}

#content #econavi .how-it-works .img-banner {
    position: absolute;
    right: 0;
    top: 0;
}

#content #econavi .small-container {
    position: relative;
    padding-right: 255px;
    min-height: 280px;
    max-width: 768px;
    margin: 0 auto;
}

#content #econavi .small-container img {
    position: absolute;
    right: 0;
    top: 0;
}

#content #econavi .econavi-with-icon {
    position: relative;
    padding-left: 163px;
    min-height: 132px;
}

#content #econavi .econavi-with-icon img {
    position: absolute;
    left: 0;
    top: 0;
}

#content #locate-filter-wrapper #locate-filter-state-label {
    display: inline-block;
}

#content #locate-filter-wrapper #locate-filter-state {
    display: inline-block;
    margin-left: 40px;
    color: #2C2C2D;
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 21px;
    padding: 20px;
    border: 1px solid #2C2C2D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
}

#content #ventilation-calculator label {
    display: block;
    text-align: right;
}

#content #ventilation-calculator .btn-1 {
    background-color: #AEDDDE;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 200px;
    max-width: 100%;
    font-size: 24px;
}

#content #ventilation-calculator select,
#content #ventilation-calculator input {
    display: block;
    margin-left: 40px;
    color: #2C2C2D;
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 21px;
    padding: 20px;
    border: 1px solid #2C2C2D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

#content #ventilation-calculator #result-wrapper {

}

#content #ventilation-calculator #result-wrapper .count {

}

#content #ventilation-calculator #result-wrapper table {
    width: 100%;
    background-color: #f6f6f6;
    border-left: 1px solid #9a9b9e;
}

#content #ventilation-calculator #result-wrapper table thead tr th {
    padding: 20px 10px;
    border-top: 1px solid #9a9b9e;
    border-right: 1px solid #9a9b9e;
    border-bottom: 1px solid #9a9b9e;
    color: #333;
    text-align: center;
}

#content #ventilation-calculator #result-wrapper table tbody tr td {
    padding: 20px 10px;
    border-right: 1px solid #9a9b9e;
    border-bottom: 1px solid #9a9b9e;
    color: #333;
    text-align: center;
}

#content #ventilation-calculator #result-wrapper table tbody tr:nth-child(odd) td {
    background: #ffffff;
}

#content #tips-and-guides .container {
    max-width: 1000px;
}

#content #tips-and-guides .collapse-box .collapse-header {
    padding-left: 70px;
    padding-right: 90px;
    position: relative;
    cursor: pointer;
}

#content #tips-and-guides .collapse-box .collapse-header::after {
    content: '+';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 70px;
    display: block;
    line-height: 1;
    font-size: 24px;
}

#content #tips-and-guides .collapse-box.extended .collapse-header::after {
    content: '-';
}

#content #tips-and-guides .collapse-box .collapse-body {
    padding-left: 70px;
    padding-right: 70px;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

#content #tips-and-guides .collapse-box.extended .collapse-body {
    opacity: 1;
    height: auto;
    visibility: visible;
}

#content #tips-and-guides .collapse-box .collapse-body ol,
#content #tips-and-guides .collapse-box .collapse-body ul {
    padding-left: 22px;
}

#content #tips-and-guides .collapse-box .collapse-body ol li,
#content #tips-and-guides .collapse-box .collapse-body ul li {
    padding-left: 10px;
    padding-bottom: 5px;
}

#content #tips-and-guides .slick-prev {
    background: url("../img/tips-and-guides/arrow-left.png");
    width: 15px;
    height: 28px;
    left: -5px;
}

#content #tips-and-guides .slick-prev::before {
    display: none;
}

#content #tips-and-guides .slick-next {
    background: url("../img/tips-and-guides/arrow-right.png");
    width: 15px;
    height: 28px;
    right: -5px;
}

#content #tips-and-guides .slick-next::before {
    display: none;
}

#content #tips-and-guides #good-installation-practice-images-col,
#content #tips-and-guides #ceiling-fan-installation-images-col,
#content #tips-and-guides #stream-of-wind-images-col {
    padding-left: 25px;
    padding-right: 25px;
}

#content #tips-and-guides #good-installation-practice-contents .item {
    padding: 0 0 0 25px;
}

#content #tips-and-guides #good-installation-practice-images {
    padding: 0 20px;
    margin-bottom: 60px;
}
#content #tips-and-guides #good-installation-practice-images .slick-dots {
    left: 20px;
    right: 20px;
    width: auto;
    top: 100%;
    padding: 0;
}

#content #tips-and-guides #good-installation-practice-images .item img {
    width: 100%;
}

#content #tips-and-guides #important-point-images .item img {
    margin: 0 auto;
    padding: 0 20px;
}

#content #tips-and-guides #important-point-contents .item {
    padding-left: 25px;
    position: relative;
}

#content #tips-and-guides #important-point-contents .item .count {
    position: absolute;
    top: 0;
    left: 0;
}

#content #tips-and-guides #ceiling-fan-installation-images {
    padding: 0 20px;
}

#content #tips-and-guides #ceiling-fan-installation-images .slick-dots {
    left: 20px;
    right: 20px;
    width: auto;
    top: 100%;
}

#content #tips-and-guides #ceiling-fan-installation-images .item img {
    margin: 0 auto;
}

#content #tips-and-guides #ceiling-fan-installation-contents .item {
    padding-left: 25px;
    position: relative;
}

#content #tips-and-guides #ceiling-fan-installation-contents .item .count {
    position: absolute;
    top: 0;
    left: 0;
}

#content #tips-and-guides #stream-of-wind-images .item img {
    margin: 0 auto;
    padding: 0 20px;
}

#content #tips-and-guides #stream-of-wind-contents .item {
    padding-left: 25px;
    position: relative;
}

#content #tips-and-guides #stream-of-wind-contents .item .count {
    position: absolute;
    top: 0;
    left: 0;
}

#content #tips-and-guides .table-trouble-shooting {
    width: 100%;
}

#content #tips-and-guides .table-trouble-shooting thead tr th {
    background-color: #F6F6F6;
    padding: 12px 15px;
    color: #333;
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 16px;
    border-top: 1px solid #9a9b9e;
    border-left: 1px solid #9a9b9e;
    border-bottom: 1px solid #9a9b9e;
}

#content #tips-and-guides .table-trouble-shooting thead tr th:last-child {
    border-right: 1px solid #9a9b9e;
}

#content #tips-and-guides .table-trouble-shooting tbody tr td {
    padding: 12px 15px;
    border-top: 1px solid #9a9b9e;
    border-left: 1px solid #9a9b9e;
    border-bottom: 1px solid #9a9b9e;
    vertical-align: top;
}

#content #tips-and-guides .table-trouble-shooting tbody tr td:last-child {
    border-right: 1px solid #222;
}

#content #tips-and-guides .fan-noisy-question .label,
#content #tips-and-guides .fan-wobbling-question .label {
    padding: 0 0 10px;
    display: block;
    text-align: left;
}

#content #tips-and-guides .fan-noisy-question select,
#content #tips-and-guides .fan-wobbling-question select {
    display: block;
    color: #2C2C2D;
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 20px;
    padding: 12px;
    border: 1px solid #2C2C2D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

#content #download-jkr .collapse-box .collapse-header {
    position: relative;
    padding-right: 70px;
    cursor: pointer;
}

#content #download-jkr .collapse-box .collapse-header::after {
    content: '+';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 50px;
    display: block;
    line-height: 1;
    font-size: 24px;
}

#content #download-jkr .collapse-box.extended .collapse-header::after {
    content: '-';
}

#content #download-jkr .collapse-box .collapse-body {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

#content #download-jkr .collapse-box.extended .collapse-body {
    opacity: 1;
    height: auto;
    visibility: visible;
}

#content .safety-grid {
    position: relative;
}

#content .safety-grid .col-left {
    position: absolute;
    width: 35%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#content .safety-grid .col-right {
    width: 100%;
    padding-left: 35%;
    text-align: right;
}

#content .safety-grid .col-right img {
    display: inline-block;
}

#content .safety-info-box {
    border: 1px solid #5E5E60;
    padding: 30px;
}

#content .safety-features-grey-background {
    background: #E7E8EA; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #fff, #E7E8EA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #fff, #E7E8EA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #fff, #E7E8EA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #fff, #E7E8EA); /* Standard syntax */
}

#home-banner .banner-item {
    padding: 640px 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#home-banner-mobile .banner-item {
    height: 250px;
    background-size: cover;
    background-position: center;
}

#content #home-banner .slick-dots {
    position: relative;
    bottom: initial;
    margin-top: 15px;
}

#content #home-banner .slick-dots li button::before {
    font-size: 14px;
    color: #7d7d7d;
}

#content #home-banner .slick-dots li.slick-active button:before {
    color: #525453;
}

#content #home-description p {
    margin-bottom: 80px;
}

#content #ceiling-fan-listing-banner {
    margin-bottom: 70px;
    position: relative;
}

#content #ceiling-fan-listing-banner img {
    max-width: 100%;
}

#content #ceiling-fan-listing-description .legend {
    margin-bottom: 40px;
}

#content #ceiling-fan-listing-description p {
    margin-bottom: 70px;
}

#content #product_detail .product_detail_description {
    padding-bottom: 60px;
}

#content #product_detail .product_detail_description_tab {
    padding-bottom: 60px;
}

#content #product_detail .product_detail_description_tab .legend {
    border-bottom: 1px solid #58595b;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

#content #product_detail .product_detail_description_tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#content #product_detail .product_detail_description_tab ul li {
    padding-left: 30px;
    margin: 0;
    position: relative;
    /* line-height: 1; */
}

#content #product_detail .product_detail_description_tab ul li + li {
    margin-top: 20px;
}

#content #product_detail .product_detail_description_tab ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #515352;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 10px;
    top: 10px;
}

#content #product_detail .product_detail_row {
    margin-left: -30px;
    margin-right: -30px;
}

#content #product_detail .product_detail_row::after {
    content: '';
    display: table;
    clear: both;
}

#content #product_detail .product_detail_row .col-left {
    float: left;
    width: 55%;
    padding-left: 30px;
    padding-right: 30px;
}

#content #product_detail .product_detail_row .col-right {
    float: right;
    width: 45%;
    padding-left: 30px;
    padding-right: 30px;
}

#content #product_detail .product_main_image {
    margin-bottom: 40px;
}

#content #product_detail .product_main_image img {
    margin: 0 auto;
}

#content #product_detail .collapse-tab {
    margin-bottom: 40px;
}

#content #product_detail .collapse-tab .tab-header {
    padding: 20px 100px;
    cursor: pointer;
    position: relative;
}

#content #product_detail .collapse-tab .tab-header::after {
    content: '+';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 100px;
    display: block;
    line-height: 1;
    font-size: 24px;
}

#content #product_detail .collapse-tab.extended .tab-header::after {
    content: '-';
}

#content #product_detail .collapse-tab .tab-body {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    background-color: #f6f6f6;
}

#content #product_detail .collapse-tab.extended .tab-body {
    opacity: 1;
    height: auto;
    visibility: visible;
}

#content #product_detail .collapse-tab.tab-1 .tab-header {
    background-color: #ADDDDD;
}

#content #product_detail .collapse-tab.tab-2 .tab-header {
    background-color: #1071B8;
}


#content #product_detail .collapse-tab.tab-1.extended .tab-body img {
    max-width: 100%;
    display: block;
}




#content #product_detail .collapse-tab.tab-2.extended .tab-body table {
    width: 100%;
    font-family: Avenir;
}

#content #product_detail .collapse-tab.tab-2.extended .tab-body table thead th {
    padding: 20px 10px;
    border-left: 1px solid #9a9b9e;
    border-bottom: 1px solid #9a9b9e;
    color: #333;
}

#content #product_detail .collapse-tab.tab-2.extended .tab-body table thead th:last-child {
    border-right: 1px solid #9a9b9e;
}

#content #product_detail .collapse-tab.tab-2.extended .tab-body table tbody tr:nth-child(odd) {
    background: #ffffff;
}

#content #product_detail .collapse-tab.tab-2.extended .tab-body table tbody td {
    padding: 15px 7px;
    border-left: 1px solid #9a9b9e;
    border-bottom: 1px solid #9a9b9e;
    color: #333;
}

#content #product_detail .collapse-tab.tab-2.extended .tab-body table tbody td:last-child {
    border-right: 1px solid #9a9b9e;
}

.categories .row {
    margin-left: -20px;
    margin-right: -20px;
}

.categories .row [class^=col] {
    padding-left: 20px;
    padding-right: 20px;
}

.categories .legend {
    margin-bottom: 30px;
}

.categories .category {
    margin-bottom: 20px;
}

.categories .category .category_image {
    max-width: 100%;
}

.categories .category .category_info {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.categories .category .category_info .category_name {
    margin-bottom: 20px;
}

.categories .category .category_info .category_description {
    margin-bottom: 20px;
}

.categories .category .category_info .category_link {
    padding: 20px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    width: 190px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    max-width: 100%;
}

.categories .category .category_info .category_link .fa {
    margin-left: 10px;
}

.products .product_filter {
    margin-bottom: 30px;
}

.products .product_filter .legend {
    border-bottom: 1px solid #58596b;
    padding-bottom: 20px;
}

.products .product_filter .legend span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 260px;
}

.products .product_filter .legend span i {
    position: absolute;
    font-style: normal;;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.products .product_filter .legend span i::after {
    display: inline-block;
    font-size: 24px;
    line-height: 25px;
}

.products .product_filter.collapsed .legend span i::after {
    content: '+';
}

.products .product_filter.extended .legend span i::after {
    content: '-';
}

.products .product_filter .filter_group {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.products .product_filter .filter_group + .filter_group {
    padding-top: 10px;
}

.products .product_filter.collapsed .filter_group {
    opacity: 0;
    visibility: hidden;
    height: 0;
    /*display: none;*/
}

.products .product_filter.extended .filter_group {
    /*margin-bottom: 40px;*/
    opacity: 1;
    visibility: visible;
    height: auto;
    /*display: block;*/
}

.products .product_filter .filter_group .filter_group_legend {
    padding-bottom: 0;
}

.products .product_filter .filter_group .filter_group_legend span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 260px;
}

.products .product_filter .filter_group .filter_group_legend span i {
    position: absolute;
    font-style: normal;;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.products .product_filter .filter_group .filter_group_legend span i::after {
    display: inline-block;
    font-size: 24px;
    line-height: 25px;
}

.products .product_filter .filter_group.collapsed .filter_group_legend span i::after {
    content: '+';
}

.products .product_filter .filter_group.extended .filter_group_legend span i::after {
    content: '-';
}

.products .product_filter .filter_group .filter_options {
    /* font-size: 0; */
    text-align: center;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.products .product_filter .filter_group .filter_options .filter_option {
    width: 25%;
    margin-bottom: 20px;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

.products .product_filter .filter_group .filter_options .filter_option .icheckbox_minimal {
    position: absolute;
    top: 6px;
    left: 0;
}

.products .product_filter .filter_group .filter_options .filter_option span {
    display: inline-block;
    vertical-align: middle;
}

.products .product_filter .filter_group.collapsed .filter_options {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.products .product_filter .filter_group.extended .filter_options {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 12px 0;
}

.products .product_filter_result_count {
    padding-bottom: 30px;
}

.products .row {
    /*margin-left: -20px;
    margin-right: -20px;*/
}

.products .row [class^=col] {
    padding-left: 20px;
    padding-right: 20px;
}

.products .legend {
    margin-bottom: 30px;
}

.products .product {
    margin-bottom: 20px;
    border: 1px solid #8d8d8d;
}

.products .product .product_image {
    padding: 15px 15px 0;
}

.products .product .product_image img {
    max-width: 100%;
}

.products .product .product_info {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.products .product .product_info.tag_count_2 .product_name,
.products .product .product_info.tag_count_3 .product_name {
    /*padding-right: 120px;*/
}

.products .product .product_info .product_name {
    margin-bottom: 20px;
}

.products .product .product_info .product_description {
    margin-bottom: 20px;
    position: relative;
    line-height: 34px;
}

.products .product .product_info .product_description .tags {
    position: absolute;
    line-height: 1;
    right: 0;
    top: 0;
}

.products .product .product_info .product_description .tags .tag {
    padding: 8px;
    background-color: #e8e6e7;
}

.products .product .product_info .product_description .tags .tag {
    margin-top: 5px;
}

.product_link {
    padding: 20px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    width: 190px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    max-width: 100%;
    color: #fff;
}

.product_link .fa {
    margin-left: 10px;
}

.grid-box {
}

.grid-box [class^=col] {
    position: relative;
}

.grid-box .col-1 {
    height: 225px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.inner-content {
    /* padding-left: 40px; */
    max-width: 680px;
    margin: auto;
}

.inner-content h5 {
    margin-bottom: 20px;
}

.inner-content a {
    border: 1px solid #535353;
    display: inline-block;
    color: #535353;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
}

.brochure a {
    display: block;
    text-decoration: none;
    position: relative;
}

.brochure a .text {
    position: absolute;
    top: 65px;
    left: 160px;
}

.brochure a .button {
    position: absolute;
    top: 105px;
    left: 160px;
    display: inline-block;
    padding: 10px 40px;
    line-height: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #2C2D2D;
}

.brochure a img {
    max-width: 100%;
}

/** Font */
.f01 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 13px;
}

.f02 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 16px;
}

.f03 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 18px;
}

.f04 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 21px;
}

.f05 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 16px;
}

.f06 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 21px;
}

.f07 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 24px;
}

.f08 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 26px;
}

.f09 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 36px;
}

.f10 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 48px;
}

/** Color */
.fc01 {
    color: #ADDDDD;
}

.fc02 {
    color: #1171B8;
}

.fc03 {
    color: #000;
}

.fc04 {
    color: #fff;
}

.fc05 {
    color: #474747;
}

.fc06 {
    color: #E5E5EA;
}

.fc07 {
    color: #DAD0CA;
}

.fc08 {
    color: #2C2D2D;
}

.fc09 {
    color: #f0EFF5;
}

.fc10 {
    color: #515151;
}

/* Background */
.bg01 {
    background-color: #ADDDDD;
}

.bg02 {
    color: #1171B8;
}

.bg03 {
    background-color: #000;
}

.bg04 {
    background-color: #fff;
}

.bg05 {
    background-color: #474747;
}

.bg06 {
    background-color: #E5E5EA;
}

.bg07 {
    background-color: #DAD0CA;
}

.bg08 {
    background-color: #2C2D2D;
}

.bg09 {
    background-color: #f0EFF5;
}

.bg10 {
    background-color: #F2F1F6;
}

.bg11 {
    background-color: #E7E8EA;
}

/** Line Height */
.lh01 {
    line-height: 1.3;
}

.lh02 {
    line-height: 1.5;
}

.lh03 {
    line-height: 1.8;
}

/** Letter Spacing*/
.ls01 {
    letter-spacing: 2px;
}

/** Line */
.line-1 {
    height: 1px;
}

/** Line Break Spacing */
.space-10 {
    height: 10px;
}

.space-20 {
    height: 20px;
}

.space-30 {
    height: 30px;
}

.space-40 {
    height: 40px;
}

.space-50 {
    height: 50px;
}

.space-60 {
    height: 60px;
}

.space-70 {
    height: 70px;
}

.space-80 {
    height: 80px;
}

.space-90 {
    height: 90px;
}

/** custom row */
.row-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-gap-10 > [class^=col] {
    padding-left: 5px;
    padding-right: 5px;
}

.row-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-gap-20 > [class^=col] {
    padding-left: 10px;
    padding-right: 10px;
}

.row-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.row-gap-50 > [class^=col] {
    padding-left: 25px;
    padding-right: 25px;
}

.row-gap-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.row-gap-60 > [class^=col] {
    padding-left: 30px;
    padding-right: 30px;
}

.row-gap-90 {
    margin-left: -45px;
    margin-right: -45px;
}

.row-gap-90 > [class^=col] {
    padding-left: 45px;
    padding-right: 45px;
}

.content-vertical-middle {
    position: relative;
}

.content-vertical-middle > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/** Button */
.btn-1 {
    padding: 10px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    width: 120px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    max-width: 100%;
}

.btn-1 .fa {
    margin-left: 10px;
}

/** Helper */
.inline-block {
    display: inline-block;
}

.padding-30 {
    padding: 30px;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/** XS */
@media (max-width: 767px) {

       #back_to_top {
        bottom: 20px;
        right: 20px;
    }

    #home-description {
        padding-top: 40px;
    }

    #content #home-description p {
        margin-bottom: 40px;
    }

    #content #ceiling-fan-listing-banner {
        margin-bottom: 40px;
    }

    #content #ceiling-fan-listing-banner .banner-title {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 36px;
    }

    #content #ceiling-fan-listing-description .legend {
        color: #535353;
        padding-left: 15px;
        padding-right: 15px;
    }

    #content #ceiling-fan-listing-description p {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
    }

    #content #product_detail {
        padding-bottom: 30px;
    }

    #content #product_detail .product_detail_row .col-right {
        float: none;
        width: 100%;
    }

    #content #product_detail .product_detail_row .col-right .product_detail_name {
        color: #4e4e4e;
        font-size: 22px;
    }

    #content #product_detail .product_detail_row .col-right .product_detail_description {
        padding-bottom: 40px;
    }

    #content #product_detail .product_detail_row .col-right .product_detail_description_tab {
        padding-bottom: 40px;
    }

    #content #product_detail .product_detail_row .col-left {
        float: none;
        width: 100%;
    }

    #content #product_detail .product_detail_row .col-left .collapse-tab .tab-header {
        padding: 10px 15px;
    }

    #content #product_detail .product_detail_row .col-left .collapse-tab .tab-header::after {
        right: 15px;
    }

    #content #product_detail .product_detail_row .col-left .collapse-tab {
        margin-bottom: 15px;
    }

    #content .safety-grid {
        position: relative;
    }

    #content .safety-grid .col-left {
        position: static;
        width: 100%;
        top: initial;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        text-align: center;
    }

    #content .safety-grid .col-right {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    #content #safety-features {
    }

    #content #safety-features .safety-features-grey-background {
        background: #E6E6E6; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(right, #fff, #E6E6E6); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #fff, #E6E6E6); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #fff, #E6E6E6); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #fff, #E6E6E6); /* Standard syntax */
    }

    #content #benefits-of-ventilation {
        /*text-align: center;*/
    }

    #content #benefits-of-ventilation .row-gap-50 > [class^=col] + [class^=col] {
        margin-top: 60px;
    }

    #content #yuragi {
        /*text-align: center;*/
    }

    #content #yuragi .content-vertical-middle > div {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #content #dc-motor ol {
        /*list-style: none;*/
        /*padding: 0;*/
        /*margin: 0;*/
    }

    #content #dc-motor ol li {
        margin-top: 20px;
    }

    #content #econavi .how-it-works {
        padding-right: initial;
        min-height: initial;
    }

    #content #econavi .how-it-works .img-banner {
        position: static;
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    #content #econavi .small-container {
        position: relative;
        padding-right: initial;
        min-height: initial;
        max-width: 100%;
        margin: 0 auto;
    }

    #content #econavi .small-container img {
        position: static;
    }

    #content #econavi .econavi-with-icon {
        position: relative;
        padding-left: initial;
        min-height: initial;
    }

    #content #econavi .econavi-with-icon img {
        position: static;
    }

    #content #ventilation-calculator label {
        display: block;
        text-align: left;
        padding-left: 20px;
        padding-bottom: 10px;
    }

    #content #ventilation-calculator select,
    #content #ventilation-calculator input {
        margin-left: 0;
    }

    #content #tips-and-guides .collapse-box .collapse-header {
        padding-left: 0;
        padding-right: 50px;
    }

    #content #tips-and-guides .collapse-box .collapse-header::after {
        right: 10px;
    }

    #content #tips-and-guides .collapse-box .collapse-body {
        padding-left: 0;
        padding-right: 0;
    }

    #content #technology .grid-link {
        padding: 25px;
        text-align: center;
    }

    #content #technology .grid-link:hover {
        text-decoration: none;
    }

    #content #technology .grid-link .btn {
        border: 1px solid #FFF;
        padding: 10px 20px;
        display: inline-block;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        font-size: 16px;
        white-space: normal;
    }

    #content #technology .grid-link .link-text {
        font-size: 21px;
        margin-top: 10px;
        display: block;
    }

    #content #technology .grid-link .image-wrapper {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #content #technology .grid-link .image-wrapper img {
        width: 60px;
    }

    #content #manuals-and-certs .manual-item {
        position: relative;
        background: transparent;
    }

    #content #manuals-and-certs .manual-item .manual-info {
        position: absolute;
        top: 10px;
        left: 30px;
    }

    #content #manuals-and-certs .manual-item .manual-info h5 {
        text-align: left;
        font-size: 23px;
    }

    #content #manuals-and-certs .manual-item .manual-info .manual-link {
        position: static;
        padding: 10px 20px;
        width: auto;
    }

    #content #manuals-and-certs .manual-item .manual-info .manual-link .fa {
        margin-left: 10px;
    }

    #content #locate-filter-wrapper #locate-filter-state-label {
        padding-left: 20px;
        padding-bottom: 10px;
    }

    #content #locate-filter-wrapper #locate-filter-state {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    #content #ventilation-calculator .btn-1 {
        width: 100%;
    }

    #locate-listing > div > div.listing-row.row > div:not(:first-child) > .locate {
        border-top: 1px solid #2C2D2D;
        padding-top: 30px;
    }

    .categories {
        margin-bottom: 40px;
    }

    .categories .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .categories .legend {
        margin-bottom: 10px;
    }

    .categories .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .categories .row > [class^=col] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .categories .category {
        position: relative;
    }

    .categories .category .category_info {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        padding: 0 20px;
        text-align: left;
    }

    .categories .category .category_info .category_name {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 300;
    }

    .categories .category .category_info .category_description {
        margin-bottom: 15px;
        font-size: 14px;
        width: 50%;
        color: #676767;
    }

    .categories .category .category_info .category_link {
        display: inline-block;
        width: auto;
        padding: 10px 20px;
    }

    .products .product_filter .filter_group .filter_group_legend {
        padding-bottom: 40px;
    }

    .products .product_filter .filter_group .filter_group_legend span {
        display: block;
        padding-left: 50px;
        text-align: left;
    }

    .products .product_filter .filter_group .filter_options .filter_option {
        width: 100%;
        float: none;
        padding-left: 30px;
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .products .product_filter.extended .filter_group + .filter_group {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #58585a;
    }

    .products .product {
        border: 1px solid #adabad;
    }

    .grid-box .col-1 {
        background-image: url(../img/mobile-tips-and-guide.jpg);
        background-size: cover;
        height: 250px;
    }

    .grid-box .col-1 .inner-content {
        right: initial;
        left: 15px;
        top: 15px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding-left: 0;
    }

    .grid-box .col-1 .inner-content h5 {
        color: #525453;
        width: 80%;
    }

    .grid-box .col-2 {
        background-image: url(../img/mobile-manuals-and-certificates.jpg);
        background-size: cover;
        height: 250px;
    }

    .grid-box .col-2 .inner-content {
        right: initial;
        left: 15px;
        top: 15px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .grid-box .col-2 .inner-content h5 {
        color: #525453;
        width: 80%;
    }

    /* .brochure .container {
        padding-left: 0;
        padding-right: 0;
    } */

    .brochure a .text {
        color: #535353;
        top: 25px;
        left: 30px;
    }

    .brochure a .button {
        top: 65px;
        bottom: initial;
        left: 30px;
    }

    footer {
        padding: 50px 30px 40px;
    }

    footer .copyright {
        font-size: 12px;
        margin-bottom: 30px;
    }

    footer .links::after {
        content: "";
        display: table;
        clear: both;
    }

    footer .links .link {
        float: left;
        width: 50%;
        text-align: left;
        display: block;
        margin: 0;
        padding: 0 10px 10px;
        font-size: 16px;
    }

    .xs-text-center {
        text-align: center;
    }

    .xs-text-left {
        text-align: left;
    }

    .row-gap-10 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row-gap-10 > [class^=col] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-gap-20 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row-gap-20 > [class^=col] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-gap-50 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row-gap-50 > [class^=col] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-gap-60 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row-gap-60 > [class^=col] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-gap-90 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row-gap-90 > [class^=col] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .xs-f03 {
        font-weight: normal;
        font-family: 'Avenir Next', sans-serif;
        font-size: 18px;
    }

    .xs-f05-small {
        font-weight: normal;
        font-family: 'Avenir Next Demi', sans-serif;
        font-size: 12px;
    }

    .xs-f05 {
        font-weight: normal;
        font-family: 'Avenir Next Demi', sans-serif;
        font-size: 16px;
    }

    .xs-f06 {
        font-weight: normal;
        font-family: 'Avenir Next Demi', sans-serif;
        font-size: 21px;
    }

    .xs-width-100 {
        width: 100px;
    }

    .xs-no-padding {
        padding: 0 !important;
    }
}

/** SM */


@media (max-width: 991px) and (min-width: 768px) {

    #home-banner .banner-item {
        padding: 400px 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #content #product_detail .collapse-tab .tab-header {
        padding: 20px 30px;
    }

    #content #product_detail .collapse-tab .tab-header::after {
        right: 30px;
    }

    #content #tips-and-guides .slick-prev {
        left: -25px;
    }

    #content #tips-and-guides .slick-next {
        right: -25px;
    }

    #content #manuals-and-certs .manual-item .manual-info .manual-link {
        padding: 15px 20px;
        width: 140px;
    }

    .categories .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .categories .row [class^=col] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .categories .category .category_info .category_link {
        padding: 10px 20px;

    }

    .products .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .products .row [class^=col] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .products .product_filter .filter_group .filter_options {
        text-align: left;
    }

    .products .product_filter .filter_group .filter_options .filter_option {
        width: 33.33%;
    }

    .products .product .product_info .product_link {
        padding: 10px 20px;
    }

    .products .product .product_info .product_description {
        padding-bottom: 15px;
    }

    .brochure a .text {
        top: 25px;
        left: 50px;
    }

    .brochure a .button {
        left: 50px;
        top: 65px;
    }

    .grid-box .col-1 .inner-content {
        left: 15px;
        right: initial;
    }

    .grid-box .col-2 .inner-content {
        left: 30px;
        max-width: 160px;
    }


}

/** MD */
@media (max-width: 1199px) and (min-width: 992px) {
    .grid-box .col-1 .inner-content {
        right: 260px;
    }

    .grid-box .col-2 .inner-content {
        left: 30px;
    }

    .brochure a .text {
        top: 50px;
    }

    .brochure a .button {
        top: 90px;
        bottom: initial;
    }

    .products .product .product_info .product_description {
        padding-bottom: 45px;
    }

    #home-banner .banner-item {
        padding: 500px 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/*
inspired from https://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Product List */
.product_description p {
    padding: 4px 0;
}
.tags .tag {
    padding: 4px 8px;
    background-color: #e8e6e7;
}


/* Mondo */
.f-Avenir {
    font-weight: normal;
    font-family: 'Avenir Next', san-serif;
}

.fc-grey {
    color: #878483;
}

.fc-white {
    color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.f-Hanging-Structure {
    font-weight: bold;
    font-family: 'Avenir Next', san-serif;
    font-size: 22px;
}

.grey-gradient{
    background-image: linear-gradient(to bottom, #94ACB0 10%, #FFFFFF 35%);
}


ul.pad-l-list {
    padding: 0 0 0 23px;
}

img.pad-btm-pic {padding-bottom: 30px; }

.pad-btm-text { padding-bottom: 10px; }

.pad-btm-section { padding-bottom: 30px; }

.pad-top-section { padding-top: 30px; }

.pad-l-sensor-coverage { padding-left: 60px; }

.pad-sensor-black-bg-text{ padding: 10px 10px 10px 10px; }

.pad-top-fan-text { padding-top: 90px; }

/* Addon */

.recommend-title{
    font-family: 'Avenir Next', san-serif;
    font-weight: bold;
}

.recommended-sub{
    font-weight: bold;
    font-family: 'Avenir Next', san-serif;
    padding-left: 5px;
}

.recommended-col{
    padding-bottom: 3rem;
}
.recommended-col li{
    font-size: 15px;
    line-height: 1.1;
}

@media only screen and (max-width: 767px) { 
    .img_md{
        width: 100%;
    } 
    .img-padding{
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .pad-top-fan-text { 
        padding-top: 0px; 
    }

    .img-center-resp{
        margin: auto;
    }

    .recommended-col {
        padding-bottom: 20px;
    }

    .recommended-col ul{
        padding-left: 5%;
    }

    .recommended-col li{
        font-size: 14px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 480px) {
    .canvas-scroll{
        width: 100%;
        overflow-x: scroll;
    }

    .canvas-container{
        width: 480px;
        display: block;
    }
}

@media only screen and (max-width: 375px) {
    .recommend-title{
        font-size: 18px;
    }

    .recommended-sub{
        font-size: 16px;
    }

    .recommended-col li{
        font-size: 14px;
        line-height: 1.5;
    }

    .title-celling{
        font-size: 26px;
        padding-bottom: 0px;
    }

    .sub-title{
        font-size: 20px;
    }
}


/* wifan */
.f-Avenir {
    font-weight: normal;
    font-family: 'Avenir Next', san-serif;
}

.fc-black {
    color: #333333;
}

.fc-grey {
    color: #878483;
}

.fc-grey-dark {
    color: #515151;
}

.fc-white {
    color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.f-Hanging-Structure {
    font-weight: bold;
    font-family: 'Avenir Next', san-serif;
    font-size: 22px;
}

.grey-gradient{
    background-image: linear-gradient(to bottom, #94ACB0 10%, #FFFFFF 35%);
}


ul.pad-l-list {
    padding: 0 0 0 23px;
}

img.pad-btm-pic {padding-bottom: 30px; }

.pad-btm-text { padding-bottom: 10px; }

.pad-btm-section { padding-bottom: 30px; }

.pad-top-section { padding-top: 30px; }

.pad-l-sensor-coverage { padding-left: 60px; }

.pad-sensor-black-bg-text{ padding: 10px 10px 10px 10px; }

.pad-top-fan-text { padding-top: 90px; }

/* Addon */

.recommend-title{
	font-family: 'Avenir Next', san-serif;
	font-weight: bold;

}

.recommended-sub{
	font-weight: bold;
	font-family: 'Avenir Next', san-serif;
	padding-left: 5px;
}

.recommended-col{
	padding-bottom: 100px;
}
.recommended-col li{
	font-size: 15px;
	line-height: 1.1;
}


/* WIFAN Carousel */
.wifan-carousel .carousel-indicators .active {
    background-color: #f26522;
    /* border: 1px solid #f26522; */
}

.wifan-carousel .carousel-indicators li {
    border: 1px solid #f26522;
    margin: 0 8px;
}

.leading-innovation-comfort {
	margin-bottom: 100px;
}

.wifan-title h3.led-lighting-title {
    font-weight: 700;
    font-family: 'Avenir Next', sans-serif;
    font-size: 30px;
}

.wifi-ceiling-fan-connection {
	background-image: linear-gradient(to bottom, #0c3846 30%, #132631 60%);
	padding: 50px 0;
	color: #ffffff;
	font-weight: normal;
	font-family: 'Avenir Next', sans-serif;
}

.wifi-connection-mobile-application-control {
	padding: 50px 0 150px;
}

.connection-mobile-application-content h5 {
	margin-bottom: 20px
}

.wifan-app-get-it-on img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
}

.advantages-of-mobile-app-control {
	margin-top: 50px;
}

#carousel-mobile-app-control h2 {
    font-size: 24px;
}

#carousel-mobile-app-control h3 {
    font-size: 20px;
}

#carousel-mobile-app-control {
	font-weight: normal;
	font-family: 'Avenir Next', sans-serif;
	color: #333;
}

#carousel-mobile-app-control ol.carousel-indicators {
    bottom: auto;
    margin-top: 30px;
}

.led-adjust-color-temperature {
	background-color: #a1c5d7;
	padding: 50px 0;
}

.wifan-features {
    margin-top: 10px;
	margin-bottom: 50px;
}

.wifan-content2 { margin-top: 20px; }

.wifan-content2 h5 {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    font-size: 16px;
    line-height: normal;
}

#carousel-app-function h2 {
    font-size: 24px;
}

#carousel-app-function h3 {
    font-size: 20px;
}

.natural-reverse-function {
	padding: 50px 0;
}

.dc-motor {
	background-image: linear-gradient(to bottom, #0c3846 30%, #132631 60%);
	padding: 50px 0;
	color: #ffffff;
	font-weight: normal;
	font-family: 'Avenir Next', sans-serif;
}

#carousel-app-function {
    font-weight: normal;
    font-family: 'Avenir Next', sans-serif;
    color: #333;
}

#carousel-app-function ol.carousel-indicators {
    bottom: auto;
    margin-top: 30px;
}

#carousel-app-function .carousel-indicators .active {
    background-color: #132530;
    border: 1px solid #132530;
}

#carousel-app-function .carousel-indicators li {
    border: 1px solid #132530;
    margin: 0 8px;
}

.learn-more-button a {
    background: #1071B8;
    border: 1px solid #1071B8;
    display: inline-block;
    color: #ffffff;
    padding: 8px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.learn-more-button a:hover {
    background: transparent;
    border: 1px solid #1071B8;
    color: #1071B8;
    text-decoration: none;
}

.romote-control-background {
	background-color: #e7e7e8;
}

ul.remote-control-fan {
	margin-top: 60px;
}

ul.remote-control-fan li {
	font-weight: normal;
	font-family: 'Avenir Next', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: normal;
}

ul.remote-control-fan li span.num-orange {
    background-color: #f26522;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-right: 6px;
}

ul.remote-control-fan li span.num-darkorange {
    background-color: #972a0a;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-right: 6px;
}

.wifan-table-model img {
	margin: auto auto; 
}

.wifan-table-model .wifan-model {
    font-weight: 600;
    font-family: 'Avenir Next', sans-serif;
    font-size: 24px;
    line-height: normal;
    vertical-align: middle;
}

.wifan-table-model .wifan-model-fan {
	font-weight: 600;
	font-family: 'Avenir Next', sans-serif;
	font-size: 16px;
}

.wifan-dot {
	background-color: #12202b;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	display: inline-block;
	text-align: center;
}

.wifan-table-model .table-bordered,
.wifan-table-model .table-bordered>tbody>tr>td, 
.wifan-table-model .table-bordered>tbody>tr>th, 
.wifan-table-model .table-bordered>tfoot>tr>td, 
.wifan-table-model .table-bordered>tfoot>tr>th, 
.wifan-table-model .table-bordered>thead>tr>td, 
.wifan-table-model .table-bordered>thead>tr>th {
    border: 1px solid #eaeaea!important;
    text-align: center;
}

.wifan-table-model .table-blue {
    color: #333333;
    border-color: #ffffff;
    background-color: #ffffff;
}

.wifan-table-model .table-darkblue {
	font-weight: 600;
	font-family: 'Avenir Next', sans-serif;
	font-size: 20px;
    color: #ffffff;
    border-color: #ffffff;
    background-color: #8d9698;
}

.wifan-table-model .table-lightgrey {
    color: #333333;
    border-color: #ffffff;
    background-color: #eeeeee;
}

.wifan-table-model .table-greenblue {
    color: #333333;
    border-color: #ffffff;
    background-color: #eaeeef;
}

.wifan-table-model .table-darkgrey {
    color: #333333;
    border-color: #ffffff;
    background-color: #eaeeef;
}


@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {
	ul.remote-control-fan li span.num-orange,
	ul.remote-control-fan li span.num-darkorange {
	    width: 23px;
	    height: 23px;
	    line-height: 23px;
	    font-size: 14px;
	}

	.wifi-connection-mobile-application-control { padding: 50px 0 100px; }

	.wifan-dot {
	    width: 8px;
	    height: 8px;
	}
}
