.home {
    font-family: 'Avenir LT Std 45 Book';
}
.home a {
    text-decoration: none;
}
.home .home-slider,
.home .home-slide {
    color: #fff;
    height: calc(100vh - 5em);
    min-height: 600px;
}
.home-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home-slide-upholstery {
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.3)),to(rgba(0, 0, 0, 0.3))), url('/cdn/sb2016/img/slider/sunbrella-homepage-indoor-hero.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('/cdn/sb2016/img/slider/sunbrella-homepage-indoor-hero.jpg');
}
.home-slide-shade {
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.3)),to(rgba(0, 0, 0, 0.3))), url('/cdn/sb2016/img/slider/sunbrella-homepage-shade-hero.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('/cdn/sb2016/img/slider/sunbrella-homepage-shade-hero.jpg');

}
.home-slide-marine {
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.3)),to(rgba(0, 0, 0, 0.3))), url('/cdn/sb2016/img/slider/sunbrella-homepage-marine-hero.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('/cdn/sb2016/img/slider/sunbrella-homepage-marine-hero.jpg');
}
.home-text {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    width: auto;
    background: none;
}
.home-h1 {
    font-size: 14px;
    letter-spacing: 2px;
}
.home-h2 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 35px;
    word-break: break-word;
}
.home-slide-logo {
    height: auto;
    max-width: 100%;
    padding-bottom: 32px;
    width: 350px;
}
.home-p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 28px;
    padding-right: 15px;
}
.btn-home {
    border-radius: 0;
    background-color: #db6015;
    color: #fff;
    display: inline-block;
    font-family: 'Avenir LT Std 85 Heavy';
    font-size: 14px;
    margin-bottom: 20px;
    min-width: 130px;
    position: relative;
    -webkit-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
}
.btn-home:hover,
.btn-home:focus {
    background-color: #c24700;
    color: #fff;
}
.btn-home-last {
    margin-left: 0;
}
/* remove chrome's/webkit's btn outline rules */
.btn.btn-home:focus,
.btn.btn-home:active,
.btn.btn-home:active:focus {
    outline: none;
}
.home-navbar {
    background: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
.home-logo-container {
    margin-top: 16px;
}
.home-logo {
    height: 29px;
    width: 114px;
}
.home-menu-container {
    margin-top: 16px;
}
.home-design-performance {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-left: 2px;
    margin-top: 10px;
}
.home .slick-dots {
    bottom: 25px;
}
.slick-dots li {
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    opacity: 0.5;
}
.slick-dots li:hover,
.slick-dots .slick-active {
    opacity: 1;
}
.home .slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* start of new base styles */
.home-blurb {
    font-family: 'Avenir LT Std 85 Heavy';
    font-size: 28px;
    color: #000;
    margin-bottom: 40px;
}
.home-blurb-white {
    color: #fff;
}
.homedisc,
.homeexplore {
    padding-bottom: 50px;
    padding-top: 50px;
}
.homedisc-thumb {
    color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.homedisc-img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.homedisc-overlay {
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
.homedisc-text {
    bottom: 64px;
    left: 20px;
    position: absolute;
    right: 20px;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    z-index: 1;
}
.homedisc-c2a {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #db6015;
    line-height: 1;
    padding: 12px 20px;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
.homedisc-h3 {
    font-size: 28px;
}
.homedisc-p {
    font-size: 18px;
}
.homedisc-c2a::after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 10px;
}
.homeexplore {
    background: url('/cdn/sb2016/img/home/mobile/sunbrella-homepage-fabrics-background-m.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}
.homeexplore-collection {
    background-color: #fff;
    color: #db6015;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    height: 100px;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    margin-bottom: 20px;
}
.homeexplore-icon {
    background-color: #db6015;
    height: 100%;
    min-width: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.homeexplore-category {
    background-color: #fff;
    color: #db6015;
    line-height: 0;
    padding-left: 20px;
    text-align: left;
}
.homeexplore-collection::after {
    content: "\f054";
    color: #db6015;
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 10px;
}

@media (min-width: 335px) {
    .home-design-performance {
        margin-top: 18px;
        margin-left: 4px;
    }
}

@media (min-width: 480px) {
    .btn-home-last {
        margin-left: 16px;
    }
}

@media (min-width: 584px) {
    .home-design-performance {
        margin-left: 18px;
    }
}

/* for responsive background image on .homeexplore */
@media
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
    .homeexplore {
        background: url('/cdn/sb2016/img/home/mobile/sunbrella-homepage-fabrics-background-m@2x.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .home .home-slider,
    .home .home-slide {
        color: #fff;
        height: calc(100vh - 10em);
    }
    .home-slide-upholstery {
        background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.1)),to(rgba(0, 0, 0, 0.1))), url('/cdn/sb2016/img/slider/sunbrella-homepage-indoor-hero.jpg');
        background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('/cdn/sb2016/img/slider/sunbrella-homepage-indoor-hero.jpg');
    }
    .home-slide-shade {
        background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.1)),to(rgba(0, 0, 0, 0.1))), url('/cdn/sb2016/img/slider/sunbrella-homepage-shade-hero.jpg');
        background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('/cdn/sb2016/img/slider/sunbrella-homepage-shade-hero.jpg');

    }
    .home-slide-marine {
        background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.1)),to(rgba(0, 0, 0, 0.1))), url('/cdn/sb2016/img/slider/sunbrella-homepage-marine-hero.jpg');
        background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('/cdn/sb2016/img/slider/sunbrella-homepage-marine-hero.jpg');

    }
    .home-text {
        padding-bottom: 106px;
        padding-left: 32px;
        padding-right: 32px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    }
    .home-h2 {
        font-size: 50px;
        line-height: normal;
    }
    .home-logo-container {
        margin: 51px 0 0 16px;
    }
    .home-navbar {
        padding-bottom: 100px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    }
    .home-menu-container {
        margin-top: 55px;
    }
    .home-design-performance {
        font-size: 14px;
        margin-left: 4px;
        margin-top: 14px ;
    }
    .home .slick-prev,
    .home .slick-next {
        z-index: 10;
    }
    .home .slick-prev:before,
    .home .slick-next:before {
        font-size: 50px;
        opacity: 0;
        -webkit-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out;
    }
    .home .slick-prev:hover,
    .home .slick-next:hover {
        opacity: 1;
    }
    .home .slick-next,
    .home .slick-prev {
        height: 100px;
        width: 100px;
    }
    .home .slick-prev {
        left: 25px;
    }
    .home [dir='rtl'] .slick-prev {
        right: 25px;
    }
    .home .slick-prev:before {
        content: url('/cdn/sb2016/img/arrows/white-long-left.svg');
    }
    .home [dir='rtl'] .slick-prev:before {
        content: url('/cdn/sb2016/img/arrows/white-long-right.svg');
    }
    .home .slick-next {
        right: 25px;
    }
    .home [dir='rtl'] .slick-next {
        left: 25px;
    }
    .home .slick-next:before {
        content: url('/cdn/sb2016/img/arrows/white-long-right.svg');
    }
    .home [dir='rtl'] .slick-next:before {
        content: url('/cdn/sb2016/img/arrows/white-long-left.svg');
    }
    /* start of new base styles */
    .homedisc,
    .homeexplore {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .homedisc-overlay {
        opacity: 0;
    }
    .homedisc-text {
        bottom: initial;
        top: calc(100% - 70px);
    }
    .homedisc-c2a {
        left: -40px;
    }
    .homedisc-thumb:hover .homedisc-overlay {
        opacity: 1;

    }
    .homedisc-p {
        opacity: 0;
        -webkit-transition: all 50ms ease-in 0ms;
        transition: all 50ms ease-in 0ms;
    }
    .homedisc-thumb:hover .homedisc-img {
        -webkit-transition-duration: 30s;
        transition-duration: 30s;
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }
    .homedisc-thumb:hover .homedisc-text {
        top: calc(100% - 180px);
    }
    .homedisc-thumb:hover .homedisc-p {
        opacity: 1;
        -webkit-transition: all 200ms ease-in 150ms;
        transition: all 200ms ease-in 150ms;
    }
    .homedisc-thumb:hover .homedisc-c2a {
        left: 0;
    }
    .homeexplore {
        background: url('/cdn/sb2016/img/home/desktop/sunbrella-homepage-fabrics-background.jpg') no-repeat center center;
        background-size: cover;
    }
    .homeexplore-collection::after {
        -webkit-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out;
    }
    .homeexplore-icon {
        background-color: #eee;
    }
    /* Change inline svg color */
    .homeexplore-icon svg path {
        fill: #6a6a6a;
        -webkit-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out;
    }
    .homeexplore-collection:hover .homeexplore-icon {
        background-color: #db6015;
    }
    /* Change inline svg color */
    .homeexplore-collection:hover .homeexplore-icon svg path {
        fill: #fff;
    }
    .homeexplore-collection:hover .homeexplore-category,
    .homeexplore-collection:hover::after {
        color: #db6015;
    }
    .homeexplore-collection:hover::after {
        margin-left: 10px;
        opacity: 1;
    }
    .homeexplore-category,
    .homeexplore-collection::after {
        color: #6a6a6a;
    }
    .homeexplore-collection::after {
        margin-left: 0;
        opacity: 0;
    }
}
/* for responsive background image on .homeexplore */
@media
    (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
    (min-resolution: 192dpi) and (min-width: 768px) {
    .homeexplore {
        background: url('/cdn/sb2016/img/home/desktop/sunbrella-homepage-fabrics-background@2x.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .home-text {
        padding-left: 106px;
    }
    .home-logo-container {
        margin: 106px 0 0 91px;
    }
    .home-menu-container {
        margin-top: 60px;
        margin-right: 108px;
    }
    /* start of new base styles */
    .homedisc-thumb:hover .homedisc-text {
        top: calc(100% - 230px);
    }
}

@media (min-width: 1200px) {
    .home-p {
        width: 75%;
    }
    /* start of new base styles */
    .homedisc-thumb:hover .homedisc-text {
        top: calc(100% - 180px);
    }
}

