@media (min-width: 992px) and (max-width: 1080px) {	
    .featured-item {
        height: 445px;
        overflow:visible;
    }
    .featured-button-wrapper {
        width: 85%;
        bottom: 10px;
        margin: 0 auto;	
    }
    
    .recommended-item {
        height: 455px;
        overflow:visible;
    }
    .recommended-button-wrapper {
        width: 95%;
        bottom: 10px;
        margin: 0 auto;	
    }
}

@media (min-width: 1081px) and (max-width: 1199px) {
    .featured-item {
        height: 445px;
    }

    .featured-button-wrapper {
        width: 87%;
        bottom: 10px;
        margin: 0 auto;	
    }

    .recommended-item {
        height: 460px;
    }

    .recommended-button-wrapper {
        width: 95%;
        bottom: 10px;
        margin: 0 auto;	
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    
    .get-started {
        padding-top: 1px;
    }

    .tp-caption .btn-special {
        padding: 10px 15px;
        font-size: 14px;
    }

    .view p {
        padding: 10px 20px 0;
        font-size: 14px;
    }

    .forerunner.two-column .view h3, .featured.two-column .view h3{
        
        margin-top:100px;
    }

    .forerunner.three-column .view h3, .featured.three-column .view h3{
        
        margin-top:50px;
    }

    #horizontal-tabs ul.tabs li {
        text-align: center;
        width: 90%;
    }

    .forerunner-item {
        background: url("https://a.cgg.org/bg_off.png") repeat;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        border: 1px solid #ddd;
        padding: 4px;
        overflow:hidden;
        display:block;
    }
}

