/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    #slides {
        height: auto;
    }

    #slides-wrapper {
        width: 100%;
    }

    .slide-title {
        bottom: 0;
    }

    .slide-title h1 {
        font-size: 14px;
        line-height: 1.5;
    }

    #qaPopup {
        display: none;
    }

    .fes4-cont {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .section-title {
        font-size: 18px;
        padding: 5px 25px 5px;
    }

    .fes4-box {
        margin-bottom: 20px;
    }

    .part {
        width: 33%;
        padding: 0 0.5%;
    }

    #myTab2 li {
        width: 50%;
    }

    .port-filter li {
        width: 50%;
    }

    .page-title-cont.page-title-large {
        padding-top: 77px;
    }

    #hd_pop {
        width: 240px;
    }

    .hd_pops_con {
        min-height: inherit !important;
    }

    .hd_pops_footer button {
        margin-right: 5px;
        margin-top: 10px;
        margin-left: 5px;
        padding: 2px 5px;
        font-size: 11px;
    }

    .nav-pills > li > a {
        font-size: 20px;
        margin: 0 10px 5px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    #slides {
        height: auto;
    }

    #slides-wrapper {
        width: 100%;
    }

    .part {
        width: 33%;
        padding: 0 0.5%;
    }
}