/* mobile style*/
@media only screen and (max-width: 768px) {
    .mt-footer {
        margin-bottom: 20px !important;
    }

    .post-list .post-thumbnail {
        width: 100%;
        height: 220px;
    }

    .post-list .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .post-list .post-content h4 a {
        font-size: 16px;
        line-height: 26px;
    }

    div#top-bar {
        display: none;
    }

    .post-item, .post-big .post-item, .post-small .post-item {
        width: 100%;
        height: 220px;
    }

    .post-item .post-content h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .home-title3 h1, .home-title h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .page-title h1 {
        font-size: 25px;
        line-height: 35px;
    }

    i.icon-menu {
        color: #000 !important;
    }

    .widget-title {
        font-size: 25px;
        line-height: 35px;
    }

    .video-item .video-thumbnail {
        width: 100%;
        height: 220px;
    }

    .btfw-form-bh {
        width: 100%;
    }

    .formOjbect.contact{
        width: 100%;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {

}