@media (min-width: 1200px) {



}

@media (min-width: 992px) {


}

@media (min-width: 768px) {

    .navbar-brand {
        display: none;
        
    }



}
@media (min-width: 992px) and (max-width: 1199px) {

    .banner {
        min-height: 400px;
    }
    .banner-content {
        left:  1%;
    }
    .banner-text {
        margin-top: 125px;
    }
    .banner-text h1 {
        font-size: 24px;
        line-height: 30px;
    }
    





}


@media (max-width: 768px) {
    .navigation {
        padding-top: 0;
    }
    .navbar-default {
        z-index: 99;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 8px 20px;
    }
    .banner {
        background: none;
        min-height: 100px;
    }
    .banner-content {
        position: initial;
    }
    .banner-text{
        margin-top: 50px;
    }
    .content .arrow {
        display: none;
    }
    .content-list .list {
        margin-bottom: 10px;
    }
    .content-list .form-back {
        height: 470px;
    }
    .footer {
        background: none;
        border-top: 1px solid #cccccc;
        margin-top: 10px;
        padding-top: 20px;
    }
    .footer-nav ul li a,
    .copyright p {
        color: #000000;
        text-align: center;
        text-align: center;
    }
    .copyright .web {
        float: none;
    }
    .coach-img {
        display: none;
    }

    legend{
        text-align: center;
        width: 100%;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    .navbar-default .navbar-nav > li > a {
        padding: 15px 30px;
    }
    .banner {
        min-height: 400px;
    }
    .banner-content {
        left:  10%;
    }
    .banner-text {
        margin-top: 125px;
    }
    .banner-text h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .copyright p {
        font-size: 12px;
    }
    legend{
        text-align: center;
        width: 100%;
    }
    .fleet-list{
    min-height: 350px;
    }
    
    .fleet-img2, .fleet-img1, .fleet-img3{
        height: 112px;
        background-size: contain;
    }
    
    .serv-img1, .serv-img2, .serv-img3, .serv-img4{
        height: 110px;
    }
}


@media (max-width: 480px) {
    legend{
        width: 100%;
    }
    
    .fleet-list{
        margin-bottom: 20px;
    }
    
    .fleet-img1, .fleet-img2, .fleet-img3{
        height: 112px;
        background-size: contain!important;
    }
    
    .fleet-details ul li{
        margin: 0 10px;
    }
    
    .image1, .image2, .image3{
        background-size: cover;
/*        height: 220px;*/
    }
    
    .serv-img1, .serv-img2, .serv-img3, .serv-img4{
        height: 125px;
    }
}

@media (min-width: 481px) and (max-width:767px){
    .image1, .image2, .image3{
        background-size: contain;
        height: 200px;
    }
    
    .fleet-img1, .fleet-img2, .fleet-img3, .serv-img1, .serv-img2, .serv-img3, .serv-img4, .serv-img5{
        height: 200px;
        background-size: contain!important;
    }
    
    
}