
#slider-thumbs ul {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
.thumb-inner a.thumbnail {
    padding: 0 0 70px;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0;
}
.carousel.slide {
    -webkit-transition: height 0.08s ease-in-out;
    -moz-transition: height 0.08s ease-in-out;
    -o-transition: height 0.08s ease-in-out;
    transition: height 0.08s ease-in-out;
}
.thumb-container {
    padding: 3px 3px 5px;
}
.thumb-inner {
    padding: 14px;
}
#slider-thumbs li {
    border: solid 1px #e4e9f0;
    border-bottom-width: 2px;
}

#slider-thumbs li:hover {
    border-bottom-color: #006633;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    max-height:280px;
    margin: 0 auto;
}
.carousel-inner .item span {
    font-size: 10px;
    display: block;
    text-align: center;
}
.carousel-inner .item a {
    font-size: 16px;
    border-bottom: solid 2px;
    margin-top: 5px;
    margin-left: 10px;
}
.carousel-inner .item a:hover {
    text-decoration: none;
}


@media (max-width: 767px) {

    .get-started .page-nav {
        margin-top: 20px;
    }
    .get-started .page-nav li {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .carousel-inner .item span {
        margin: 15px 0 20px;
    }
}
