/* mobile style*/
@media only screen and (max-width: 768px) {
	.off-canvas .nav-vertical > li > a {
    	font-size: 12px !important;
	}
	
    .post-list.flex-course {
        display: block;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .course .course-file {
        justify-content: start;
        margin: 15px 0 0 0;
        font-size: 15px;
        width: 100%;
    }

    .course .document-left {
        width: 100%;
    }

    .banner-top h3 {
        line-height: 38px !important;
        font-size: 28px !important;
    }

    .banner__top .text-box {
        width: 95% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        top: 50% !important;
    }

    .banner-top p {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .banner__top {
        padding-top: 400px !important;
    }

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

    .home-title p {
        font-size: 17px;
        line-height: 23px;
    }

    .structure .specialized-staff {
        padding: inherit;
    }

    .structure .nav-pills li.tab a {
        width: 100%;
    }

    #footer .footer-copyright {
        display: block;
        font-size: 14px;
    }
}

/* 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: 1170px) {
    .header-bottom .container {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 1920px) {
    .header-bottom .container {
        max-width: 1600px !important;
    }

    div#mega-menu-wrap-primary ul li a {
        font-size: 14px !important;
    }
}