/* Add here all your css styles (customizations) */

html, body {
    height: 100%;
    min-height: 100%;
}

a {
    color: #d61e24;
}

.airsept-red {
    color: #d61e24 !important;
}

.airsept-blue {
    color: #002561 !important;
}

.u-btn-primary {
    background-color: #d61e24 !important;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
    color: #d61e24 !important;
}

.g-bg-airsept-red {
    background-color: #d61e24;
}

a:focus, a:hover {
    color: #b2181d;
    text-decoration: underline;
}

.g-bg-darkblue {
    background-color: #002561 !important;
}

.news-date {
    font-weight: bold;
    color: #d61e24 !important;
}

.g-color-blue-dark-v1 {
    color: #002561 !important;
}

    .g-color-blue-dark-v1:hover {
        color: #b2181d !important;
    }

.btn-primary {
    background-color: #d61e24;
    border-color: #d61e24;
}

    .btn-primary:hover {
        background-color: #b2181d;
        border-color: #b2181d;
    }

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
    color: #fff;
    background-color: #d61e24;
}

::selection {
    color: #fff;
    background-color: #d61e24;
}

.g-bg-primary ::-moz-selection {
    color: #d61e24;
    background-color: #fff;
}

.g-bg-primary ::selection {
    color: #d61e24;
    background-color: #fff;
}

.bg-primary--checked {
    background-color: #d61e24 !important;
    color: #d61e24 !important;
}

input[type="radio"]:checked + * .g-bg-primary--checked {
    background-color: #d61e24 !important;
}

.u-check input[type="radio"]:checked + .u-check-icon-radio-v4 {
    border-color: #d61e24 !important;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4 {
    color: #d61e24 !important;
    border-color: #d61e24 !important;
}

.u-btn-outline-primary {
    color: #d61e24;
    border-color: #d61e24;
}

    .u-btn-outline-primary:hover, .u-btn-outline-primary:focus {
        color: #fff;
        background-color: #d61e24 !important;
    }

.form-control:focus, .custom-select:focus {
    border-color: #d61e24 !important;
}

.nav-link.active {
    color: #d61e24 !important;
}

.g-brd-primary {
    border-color: #d61e24 !important;
}

.g-bg-primary {
    background-color: #002561 !important;
}

    .g-bg-primary:hover {
        background-color: #b2181d !important;
    }

.g-bg-dark-red {
    background-color: #033d59 !important;
}

    .g-bg-dark-red:hover {
        background-color: #b2181d !important;
    }

.nav-expanded, .sub-list-expanded {
    display: block;
}

.nav-colapsed, .sub-list-colapsed {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.input-validation-error {
    border-color: #d61e24;
}

.field-validation-error, .validation-summary-errors {
    color: #d61e24;
}

.product-payload-wrapper p {
    white-space: pre-line;
}

.product-payload-wrapper ul {
    overflow: hidden;
}

.site-banner {
    font-size: 2.5rem !important;
    line-height: normal !important;
}

.airsept-logo {
    max-height: 90px;
}

.airsept-tagline {
    max-width: 250px;
}

.product-image-slider {
    width: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ytv-container {
    position: relative;
    width: 100%;
}

.product-video-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    transition: .3s ease;
    background-color: transparent;
    display: inline-flex;
    top: 0;
    left: 0;
}


.product-video-icon {
    font-size: 4em;
    margin: auto;
}


.js-fancybox:hover .product-video-overlay {
    cursor: pointer;
    opacity: 0.9;
}

.slick-track {
    display: flex;
}

    .slick-track .slick-slide {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
    }

.home-banner {
    height: 400px;
    background-position: top right;
    background-size: cover;
}

.auto-banner-container {
    
}

.hvac-banner-container {
    background-color: black;
}

.auto-banner {
    background-image: url('/ContentLocal/image/2025_Summer-Campaign-BG.jpg');
    height: 660px;
    background-position: top right;
    background-size: cover;
}

.youtube-thumb-link {
    position: relative;
    display: inline-block;
}

.html5-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

    .html5-play-button::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 24px solid #fff;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        margin-left: 6px;
    }

.custom-thumb-static img {
    width: 100%;
    display: block;
}

.custom-static-play {
    position: absolute;
    left: 12px;
    top: 68%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .custom-static-play::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 12px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-left: 3px;
    }

.custom-static-progress-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    height: 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
    width: 90%;
    margin: 0 5%;
}

.custom-static-progress {
    height: 100%;
    background: #d61e24;
    width: 0%; /* static width for visual effect */
    border-radius: 3px;
}

.auto-banner-img {

}

.auto-banner-videos {
    margin-top: 50px;
}

.hvac-banner {

}

.hvac-banner-img {

}

.auto-banner-links a {
    color: #fff;
}
.hvac-banner-links a :hover :active :visited {
    color: #fff;
}

.hvac-banner-links a {
    color: #fff;
}

    .auto-banner-links a :hover :active :visited {
        color: #fff;
    }

.performance-banner {
    background-color: #000;
    background-image: url('/ContentLocal/image/performance_banner.jpg');
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.performance-text {
    margin-left: auto;
    margin-right: auto;
    width: 37%;
}

.performance-button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    width: 150px;
}

@media screen and (max-width: 1000px) {
    .performance-banner {
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
}


@media screen and (max-width: 991px) {

    .auto-banner-container {
        height: 740px;
        background-color: #596f8C;
    }

    .auto-banner {
        background-size: contain;
        background-repeat: no-repeat
    }

    .auto-banner-videos {
        margin-top: 295px;
    }

    .hvac-banner-container {
    }

    .hvac-banner-videos {
    }
}

/*@media screen and (max-width: 976px) {
    
    .auto-banner-container {
        height: 770px;
        background-color: #596f8C;
    }

    .auto-banner{
        background-size: contain;
        background-repeat: no-repeat
    }

    .auto-banner-videos {
        margin-top: 330px;
    }

    .hvac-banner-container {
        
    }

    .hvac-banner-videos {

    }
}*/

@media screen and (max-width: 768px) {

    .auto-banner-container {
        height: 640px;
    }

    .auto-banner-videos {
        margin-top: 240px;
    }

    .hvac-banner-container {
      
    }

    .hvac-banner-videos {

    }
}

@media screen and (max-width: 720px) {
    .performance-text {
        margin-left: unset;
        margin-right: unset;
        width: 100%;
    }

    .performance-button {
        margin-left: unset;
        margin-right: unset;
        display: inline-block;
    }
}

@media all and (max-device-width: 640px) {
}

@media (max-width: 770px) {

    .position-bottom-sm {
        position: absolute !important;
        bottom: 0;
        margin-bottom: 40px;
        padding-bottom: 0 !important;
    }
    
}

@media (max-width: 640px) {

    .site-banner {
        font-size: 1.5rem !important;
        line-height: normal !important;
    }

    .banner-image {
        background-size: cover !important;
    }

    .products-nav-lg {
        display: none !important;
    }

    .products-nav-md {
        display: block !important;
    }

    .product-image-slider {
        width: 100%;
        clear: both;
    }

    .home-banner {
        height: 200px;
    }

    .performance-banner {
        height: 200px;
    }

    .airsept-logo {
        max-height: 50px;
    }

    .airsept-tagline {
        max-width: 125px;
    }

    .position-bottom-sm {
        padding-top: 0 !important;
    }
}
@media (max-width: 575px) {
    .auto-banner-container {
        height: 1160px;

    }

    .auto-banner-videos {
        margin-top: 360px;
    }

    .auto-banner-img {
        width: 200px;
    }

    .auto-banner {
        background-position: right top 110px;

    }

    .custom-static-progress-bar {
        
        width: 170px;
        
    }

    .hvac-banner-container {

    }

    .hvac-banner-videos {

    }

    .hvac-banner-img {

    }
}
@media (max-width: 440px) {
    .auto-banner-container {
        height: 1500px;
    }

    .auto-banner-videos {
        margin-top: 310px;
    }

    .auto-banner-img {
        width: unset;
    }
    .custom-static-progress-bar {
        width: 90%;
    }
}

@media (max-width: 380px) {
    .auto-banner-container {
        height: 1320px;
    }

    .auto-banner-videos {
        margin-top: 250px;
    }

}

@media (max-width: 338px) {
    .auto-banner-container {
        height: 1200px;
    }

    .auto-banner-videos {
        margin-top: 250px;
    }

    .hvac-banner-container {
        
    }

    .hvac-banner-videos {

    }
}

@media (max-width: 320px) {
    .site-banner {
        font-size: 1.5rem !important;
        line-height: normal !important;
    }

    .banner-image {
        background-size: cover !important;
    }

    
}

@media (max-width: 282px) {
    .auto-banner-container {
/*        height: 1000px;
        background-color: #596f8C;*/
    }

    .auto-banner-videos {
        /*margin-top: 350px;*/
    }

    .hvac-banner-container {
        
    }

    .hvac-banner-videos {

    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: text-bottom;
    border: 1px solid #d61e24;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    border: 1px solid white;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.product-list-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
