@charset "UTF-8";.product-hero {
    position: relative;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%
}

@media (min-width: 768px) {
    .product-hero {
        display:block!important;
        height: 500px
    }
}

@media (min-width: 768px) {
    .product-hero__doghouse-image,.product-hero__house-slider,.product-hero__swatch-slider {
        position:absolute;
        height: 100%
    }

    .product-hero__doghouse-image .slick-list,.product-hero__doghouse-image .slick-slide,.product-hero__doghouse-image .slick-track,.product-hero__house-slider .slick-list,.product-hero__house-slider .slick-slide,.product-hero__house-slider .slick-track,.product-hero__swatch-slider .slick-list,.product-hero__swatch-slider .slick-slide,.product-hero__swatch-slider .slick-track {
        max-height: none;
        height: 100%
    }

    .product-hero__doghouse-image .slick-slide,.product-hero__house-slider .slick-slide,.product-hero__swatch-slider .slick-slide {
        max-height: none
    }
}

.product-hero__breadcrumb {
    background-image: linear-gradient(to top,transparent,rgba(0,0,0,.25));
    padding: 1rem;
    font-size: 12px;
    color: #fff;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0
}

.product-hero__breadcrumb>span {
    font-weight: 500
}

.product-hero__breadcrumb a {
    text-decoration: underline;
    margin-right: .25rem;
    color: #fff
}

.product-hero__breadcrumb h1 {
    color: #fff;
    display: inline;
    font-weight: 600;
    margin-left: .25rem
}

@media (min-width: 768px) {
    .product-hero__breadcrumb {
        right:auto
    }
}

.product-hero .natural-expressions-callout {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 100px;
    width: 100px;
    z-index: 100000;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)
}

.product-hero .natural-expressions-callout img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%
}

@media (min-width: 768px) {
    .product-hero .natural-expressions-callout {
        height:200px;
        width: 200px;
        margin-top: auto;
        margin-bottom: auto;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto
    }
}

.product-hero__actions-bar {
    display: block;
    position: absolute;
    top: 150px;
    right: 0;
    left: 0;
    z-index: 4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-hero__actions-bar--hidden {
    display: none
}

@media (min-width: 768px) {
    .product-hero__actions-bar {
        top:auto;
        bottom: 0;
        left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.25));
        padding: 1rem;
        min-width: 500px
    }

    .product-hero__actions-bar:not(.product-hero__actions-bar--hidden) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-hero__house-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem
}

.product-hero__house-nav .slick-next,.product-hero__house-nav .slick-prev {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none;
    transform: none
}

.product-hero__house-nav .slick-next:before,.product-hero__house-nav .slick-prev:before {
    font-family: FontAwesome;
    font-size: 75px;
    color: #fff
}

.product-hero__house-nav .slick-prev:before {
    content: '\f104'
}

.product-hero__house-nav .slick-next:before {
    content: '\f105'
}

.product-hero__house-nav p {
    display: none
}

@media (min-width: 768px) {
    .product-hero__house-nav {
        padding:0
    }

    .product-hero__house-nav .slick-next:before,.product-hero__house-nav .slick-prev:before {
        font-size: 40px
    }

    .product-hero__house-nav p {
        display: block;
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        margin-right: .5rem;
        margin-left: .5rem
    }
}

.product-hero__spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-hero__doghouse-toggles {
    display: none
}

.product-hero__doghouse-toggles--hidden {
    display: none
}

@media (min-width: 768px) {
    .product-hero__doghouse-toggles {
        display:block;
        visibility: visible
    }

    .product-hero__doghouse-toggles--hidden {
        visibility: hidden
    }
}

.product-hero__swatch-slide--skeleton {
    background-color: gray;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    height: 200px
}

@-webkit-keyframes pulse {
    0% {
        color: #fff
    }

    50% {
        color: rgba(255,255,255,.25)
    }

    100% {
        color: #fff
    }
}

@keyframes pulse {
    0% {
        color: #fff
    }

    50% {
        color: rgba(255,255,255,.25)
    }

    100% {
        color: #fff
    }
}

.product-hero__swatch-slide--skeleton:before {
    content: "";
    font-family: FontAwesome;
    font-size: 150px;
    color: #fff;
    text-align: center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.product-hero__swatch-slide--skeleton:before {
    font-size: 50px
}

@media (min-width: 768px) {
    .product-hero__swatch-slide--skeleton {
        height:auto
    }

    .product-hero__swatch-slide--skeleton:before {
        font-size: 150px;
        margin-left: 350px
    }
}

.product-hero__swatch-slide.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-hero__swatch-slide.slick-slide img.slick-loading[data-lazy] {
    background-color: gray;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    height: 200px;
    width: 100%
}

@keyframes pulse {
    0% {
        color: #fff
    }

    50% {
        color: rgba(255,255,255,.25)
    }

    100% {
        color: #fff
    }
}

.product-hero__swatch-slide.slick-slide img.slick-loading[data-lazy]:before {
    content: "";
    font-family: FontAwesome;
    font-size: 150px;
    color: #fff;
    text-align: center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.product-hero__swatch-slide.slick-slide img.slick-loading[data-lazy]:before {
    font-size: 50px;
    line-height: 200px
}

@media (min-width: 768px) {
    .product-hero__swatch-slide.slick-slide img.slick-loading[data-lazy] {
        min-height:auto
    }

    .product-hero__swatch-slide.slick-slide img.slick-loading[data-lazy]:before {
        font-size: 150px;
        margin-left: 350px
    }
}

.product-hero__swatch-slide-name {
    z-index: 1000000;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.25))
}

@media (min-width: 768px) {
    .product-hero__swatch-slide.slick-slide img {
        min-height:500px
    }
}

.product-hero__swatch-slider {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    z-index: 3;
    height: 200px
}

@media (min-width: 768px) {
    .product-hero__swatch-slider {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        height: 100%;
        width: 40%
    }

    .product-hero__swatch-slider--hidden {
        display: none
    }

    .product-hero__swatch-slider--hidden+.product-hero__house-slider {
        width: 100%
    }

    .product-hero__swatch-slider .slick-list {
        background-color: gray;
        border-radius: 50%;
        border: 10px solid #fff;
        height: 1000px;
        width: 1000px;
        position: absolute;
        top: 0;
        right: -75px;
        bottom: 0;
        left: auto;
        margin: auto;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
    }
}

.product-hero__house-slider {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 1;
    width: 100%;
  
}

@media (min-width: 768px) {
    .product-hero__house-slider {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        top: 0;
        right: 0;
        width: 72%
    }

    .product-hero__house-slider .slick-list {
        background-color: gray
    }
}

.product-hero__house-slide {
    background-color: gray
}

.product-hero__house-slide--skeleton {
    background-color: gray;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@keyframes pulse {
    0% {
        color: #fff
    }

    50% {
        color: rgba(255,255,255,.25)
    }

    100% {
        color: #fff
    }
}

.product-hero__house-slide--skeleton:before {
    content: "";
    font-family: FontAwesome;
    font-size: 150px;
    color: #fff;
    text-align: center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.product-hero__house-slide.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 350px
}

.product-hero__house-slide.slick-slide img {
    height: 123%
}

.product-hero__house-slide.slick-slide img.slick-loading[data-lazy] {
    background-color: gray;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    height: 100%;
    width: 100%;
    line-height: 350px
}

@keyframes pulse {
    0% {
        color: #fff
    }

    50% {
        color: rgba(255,255,255,.25)
    }

    100% {
        color: #fff
    }
}

.product-hero__house-slide.slick-slide img.slick-loading[data-lazy]:before {
    content: "";
    font-family: FontAwesome;
    font-size: 150px;
    color: #fff;
    text-align: center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (min-width: 768px) {
    .product-hero__house-slide.slick-slide img.slick-loading[data-lazy] {
        height:650px;
        line-height: 650px
    }
}

@media (min-width: 576px) {
    .product-hero__house-slide.slick-slide img {
        height:165%
    }
}

@media (min-width: 768px) {
    .product-hero__house-slide.slick-slide {
        position:relative;
        height: 100%
    }

    .product-hero__house-slide.slick-slide img {
        left: 0;
        height: auto;
        max-width: 145%
    }
}

@media (min-width: 992px) {
    .product-hero__house-slide.slick-slide img {
        max-width:110%
    }
}

@media (min-width: 1200px) {
    .product-hero__house-slide.slick-slide img {
        max-width:100%;
        width: 100%;
        height: 100%;
    }
}

.product-hero__doghouse-image {
    display: none;
    background-color: #1f64b2;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 2
}

.product-hero__doghouse-image img {
    width: 100%
}

.product-hero__doghouse-image:not(.-menards) {
    background-image: url(../../../images/sky.png?v=1.0.5)
}

.product-hero__doghouse-image.-menards {
    background-image: url(http://menards.atlasroofing.com/assets/images/sky.png?v=1.0.5)
}

@media (min-width: 768px) {
    .product-hero__doghouse-image {
        position:absolute;
        top: 0;
        right: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 60%
    }

    .product-hero__doghouse-image--hidden {
        display: none
    }

    .product-hero__doghouse-image img {
        width: auto
    }

    .product-hero__doghouse-image.-menards img {
        max-width: none;
        width: 110%
    }
}

@media (min-width: 992px) {
    .product-hero__doghouse-image {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-hero__doghouse-image img {
        max-height: none;
        max-width: 100%
    }
}

.btn--toggle-doghouse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    outline: 0;
    font-weight: 700
}

.btn--toggle-doghouse .fa {
    font-size: 30px;
    margin-right: .5rem
}

.btn--toggle-doghouse--hidden {
    display: none
}

.btn--toggle-house {
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(0,0,0,.25);
    border-radius: 10px;
    border: none;
    color: #fff;
    z-index: 4;
    font-size: 25px;
    padding: .5rem
}

@media (min-width: 768px) {
    .btn--toggle-house {
        display:block
    }
}

.feature-banner {
    background-color: #dedddd;
    padding: 2rem 1rem
}

.feature-banner__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width: 768px) {
    .feature-banner__container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.feature-banner__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .feature-banner__info {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.feature-banner__copy {
    color: #000;
    font-size: 20px
}

@media (min-width: 768px) {
    .feature-banner__copy {
        width:60%
    }
}

.feature-banner__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    width: 100%
}

.feature-banner__links a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 .25rem
}

.feature-banner__links a img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%
}

@media (min-width: 768px) {
    .feature-banner__links {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1;
        margin-top: auto;
        max-width: none;
        width: auto
    }
}

.feature-banner__button {
    margin: 1rem auto 0 auto;
    width: 95%;
    background-color: #b31125;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-size: 22px;
    font-weight: 700
}

.feature-banner__button:hover {
    background-color: #e21032
}

@media (min-width: 768px) {
    .feature-banner__button {
        max-width:49%;
        margin: 1rem 0 0 0
    }
}

.disclaimer-banner {
    background-color: #f9f9f9;
    padding: 2rem 1rem
}

.disclaimer-banner__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.disclaimer-banner__icon {
    margin-right: 1rem
}

.disclaimer-banner__icon img {
    min-width: 60px;
    max-width: 100%
}

.disclaimer-banner__info-primary {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: .5rem
}

.disclaimer-banner__info-secondary {
    color: #000;
    font-size: 11px
}

.features-lifetime-select-wrapper--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f1f1f1
}

@media (min-width: 768px) {
    .features-lifetime-select-wrapper--flex {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.features-lifetime-select-wrapper--flex .features-lifetime {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    float: none;
    background-color: #f1f1f1;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto
}

.features-lifetime-select-wrapper--flex .features-divider {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin: 0;
    float: none;
    background-color: #fff;
    width: 30px
}

.features-lifetime-select-wrapper--flex .features-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none;
    margin: 0;
    background-color: #f1f1f1;
    padding: 1rem
}

.features-lifetime-select-wrapper--flex .features-select a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto
}

.natural-expressions-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.natural-expressions-feature .natural-expressions__image {
    display: none;
    overflow: hidden;
    position: relative;
    margin-right: 2rem
}

.natural-expressions-feature .natural-expressions__image img {
    position: absolute;
    right: 0;
    height: 100%
}

@media (min-width: 768px) {
    .natural-expressions-feature .natural-expressions__image {
        display:block;
        width: 40%
    }
}

.natural-expressions-feature .natural-expressions__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem
}

.natural-expressions-feature .natural-expressions__copy {
    margin: 1rem 0;
    color: #000;
    font-size: 17px
}

.natural-expressions-feature .natural-expressions__copy-primary {
    font-size: 20px;
    font-weight: 700
}

.natural-expressions-feature .natural-expressions__copy p {
    color: #000
}

.natural-expressions-feature .natural-expressions__swatches img {
    max-height: 180px;
    max-width: 100%
}

.product {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden
}

.product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1rem;
    width: 100%
}

@media (min-width: 768px) {
    .product-info {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.product-info__details {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

@media (min-width: 768px) {
    .product-info__details {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 3rem;
        width: 380px
    }
}

.product-info__logo img {
    max-width: 300px;
    width: 100%
}

.product-info__logo img.prolam-logo {
    max-width: 200px
}

.product-info__copy {
    color: #707070
}

.product-info__copy h3 {
    color: #c3112e;
    font-size: 22px
}

.product-info__copy p {
    font-size: 17px
}

.product-info__swatches {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

@media (min-width: 768px) {
    .product-info__swatches {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 380px)
    }
}

.product-info__swatch-slider {
    position: relative;
    margin: 1rem auto;
    width: 95%
}


.product-info__swatch-slider:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 10%;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to left,transparent,rgba(255,255,255,.25));
    z-index: 1
}

.product-info__swatch-slider:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 10%;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.25));
    z-index: 1
}

.product-info__swatch-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent
}

.product-info__swatch-slide--skeleton {
    background-color: gray;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    height: 70px;
    margin-right: .5rem
}

@keyframes pulse {
    0% {
        color: #fff
    }

    50% {
        color: rgba(255,255,255,.25)
    }

    100% {
        color: #fff
    }
}

.product-info__swatch-slide--skeleton:before {
    content: "";
    font-family: FontAwesome;
    font-size: 150px;
    color: #fff;
    text-align: center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.product-info__swatch-slide--skeleton:before {
    font-size: 50px
}

.product-info__swatch-slide>p {
    text-align: center;
    padding: .25rem 0;
    font-size: 14px;
	color: #000;
}

.product-info__swatch-slide>img {
    margin: 0 auto;
    width: 95%;
    border: 3px solid transparent;
    box-shadow: none;
    padding: 0
}

.product-info__swatch-slide>img.slick-loading[data-lazy] {
    background-color: gray;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    height: 70px;
    margin-right: .5rem;
    border: none;
    line-height: 70px;
    margin: 0 auto
}

@keyframes pulse {
    0% {
        color: #fff
    }

    50% {
        color: rgba(255,255,255,.25)
    }

    100% {
        color: #fff
    }
}

.product-info__swatch-slide>img.slick-loading[data-lazy]:before {
    content: "";
    font-family: FontAwesome;
    font-size: 150px;
    color: #fff;
    text-align: center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.product-info__swatch-slide>img.slick-loading[data-lazy]:before {
    font-size: 50px
}

.product-info__swatch-slide.slick-current>img {
    border: 3px solid #c3112e;
    padding: 0;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}

.product-info__swatch-slider .slick-next,.product-info__swatch-slider .slick-prev {
    -webkit-transform: translate(0,-75%);
    transform: translate(0,-75%);
    height: 70px;
    z-index: 2
}

.product-info__swatch-slider .slick-next:before,.product-info__swatch-slider .slick-prev:before {
    font-family: FontAwesome;
    font-size: 70px;
    color: #333
}

.product-info__swatch-slider .slick-next:before {
    content: '\f105'
}

.product-info__swatch-slider .slick-prev:before {
    content: '\f104'
}

.product-info__swatch-slider .slick-next{
    right: -97px;
    margin-top: -40px;
}
.product-info__swatch-slider .slick-prev{
    left: -100px;
    margin-top: -40px;
}

.product-info__product-line-selectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto 1rem auto
}

.product-info__product-line-selectors li {
    margin-left: 31px;
}

.product-info__product-line-selectors .product-line-selector:not(:first-child) {
    margin-left: 1rem
}

.product-line-selector {
    border: none;
    border-bottom: 3px solid transparent;
    background: 0 0;
    color: #707070;
    font-size: 20px;
    font-weight: 700
}

.product-line-selector--active {
    border-bottom: 3px solid #c3112e;
    color: #c3112e
}

.product-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 0
}

.product-logo:after,.product-logo:before {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 5px;
    background-color: #f7f7f7
}

.product-logo:before {
    margin-right: 1rem
}

.product-logo:after {
    margin-left: 1rem
}

.product-logo img {
    max-height: 90px;
    max-width: 450px;
    margin: 0 auto
}

.is-active {
    background: #292929
}
@media(max-width:480px){
	.product-hero__house-slider {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 1;
    width: 100%;
    height: 269px;
}
#product-features > div > div.product-features > div.product-features__content > div:nth-child(4) > a > img:nth-child(3){
	display: none;
	}
	div#product-features {
    overflow: hidden;
}
	.hr7-cont {

    padding: 40px 0 500px;
}
}