.home-banner {
    position: relative
}

.home-banner .banners {
    width: 100%;
    height: 390px;
    position: relative;
    overflow: hidden
}

.home-banner .banners li {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    height: 390px;
}

.home-banner .banners li IMG{
    width: 100%;
}

.home-banner .banners li .button {
    position: absolute;
    bottom: 70px;
    left: 80px;
    z-index: 9999;
    font-size: 22px;
    color: #313131;
    font-family: 'Roboto', sans-serif;
    border: solid 3px #fff;
    border-radius: 50px;
    height: 54px;
    line-height: 46px;
    display: inline-block;
    padding: 0 34px;
    font-weight: 600;
    background-color: #69bf30;
}

.home-banner .banners li .button:hover {
    background: #FFF;
}

.home-banner .banners li .heading {
    position: absolute;
    top: 80px;
    left: 100px;
    max-width: 900px;
    z-index: 9999;
    font-size: 63px;
    line-height: 74px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .home-banner .banners {
        height: 265px
    }
    .home-banner .banners li {
        height: 265px;
    }

    .home-banner .banners li .heading {
        top: 60px;
        left: 80px;
        max-width: 750px;
        font-size: 33px;
        line-height: 44px;
    }
    .home-banner .banners li .button {
        bottom: 40px;
        left: 70px;
        font-size: 22px;
        height: 54px;
        line-height: 46px;
    }
}

@media (max-width: 990px) {
    .home-banner .banners {
        height: 240px
    }
    .home-banner .banners li {
        height: 240px;
    }
    .home-banner .banners li .heading {
        top: 60px;
        left: 50px;
        max-width: 85%;
        font-size: 25px;
        line-height: 35px;
    }
    .home-banner .banners li .button {
        bottom: 20px;
        left: 50px;
        font-size: 22px;
        height: 54px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .home-banner .banners {
        height: 206px;
    }
    .home-banner .banners li {
        height: 206px;
    }
}

@media (max-width: 528px) {
    .home-banner .banners {
        height: 135px;
    }
    .home-banner .banners li {
        height: 135px;
    }
    .home-banner .banners li .heading {
        top: 20px;
        left: 50px;
        max-width: 85%;
        font-size: 25px;
        line-height: 35px;
    }
    .home-banner .banners li .button {
        bottom: 20px;
        left: 60px;
        font-size: 18px;
        height: 44px;
        line-height: 40px;
    }
}

.home-banner .banners li:first-child {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.fluid_container .home-banner {
    width: 85%;
    float: left;
}

.fluid_container .home-banner .banners li .button {
    background: #e58b03;
}

/** styles for telescopehouse only */
@media (max-width: 990px) {
    .fluid_container .home-banner .banners li .button {
        bottom: 50px;
        left: 60px;
        font-size: 18px;
        height: 44px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .fluid_container .home-banner {
        width: 100%;
    }
}
@media (max-width: 528px) {
    .fluid_container .home-banner .banners li .button {
        bottom: 20px;
        left: 60px;
        font-size: 18px;
        height: 44px;
        line-height: 40px;
    }
}
