

/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .tour_image {
        display: none;
    }
    .tour_image img {
        display: none;
    }

}


/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .tour_image {
        display: none;
    }
    .tour_image img {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .tour_image {
        display: none;
    }
    .tour_image img {
        display: none;
    }
    .homeport2 h2,.homeport2 h2 {
        font-size:22px;
    }
    .schedule {

         margin-left: 0px;
        margin-bottom: 20px;
    }
    .nbs-flexisel-nav-right .nbs-flexisel-nav-left {
        display: none;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        width: 10px;
        height: 17px;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        margin-top:0;
    }


    .inner_wrap h3, .inner_wrap2 h3 {
        color: #566375;
        line-height: 22px!important;
        font-size: 13px;
        font-weight: 100;
        line-height: 1.3em;
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tour_image {
        display: none;
    }
    .tour_image img {
        display: none;
    }
}

.strong1 {
    font-size:17px;
}
.strong2 {
    font-size:14px;
}