/* IN PROGRESS MESSAGE */
.in-progress{
    display:block;
}

.in-progress-message{
    display:none;
    text-align: center;
    text-transform: uppercase;
}

.desktop-only {
    /*display: block;*/
}

.mobile-only {
    display: none;
}

.desktop-hidden {
    display: none;
}

.nav_trigger {
    display: none;
}

/* Sub menu */
.submenu-btn {
    display: none;
}


.FAQPage .faq-group:first-of-type .faq:first-of-type .answer {
    display: block;
}



footer{
    position: relative;
}

footer #gototop {
    position: absolute;
    right: 10px;
    top: -30px;
    background: #5f6062;
    padding: 4px 10px;
    font-weight: bold;
    z-index: 200;
}


/* Nav */



@media (min-width: 992px) {
    #push_sidebar { width: 20%; }

    body.show_sidebar #push_sidebar { left: 80%; }

    body.show_sidebar #wrapper {
        margin-right: 20%;
        width: 80%;
    }
}


#my-button {
    color: #5f6062;
}



/* ----- 07/07/2016 Style for responsive layout ----- */

@media screen and (max-width: 767px) {

    /* --- Reset --- */
    select, textarea, input[type="text"],
    input[type="password"], input[type="datetime"],
    input[type="datetime-local"], input[type="date"],
    input[type="month"], input[type="time"],
    input[type="week"], input[type="number"],
    input[type="email"], input[type="url"],
    input[type="search"], input[type="tel"],
    input[type="color"] {
        font-size: 16px;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .disable-scroll {
        overflow: hidden;
    }

    .col-xs-12 {
        width: 100% !important;
    }

    body:not(.HomePage) .outer {
        padding: 20px 0;
    }

    .btn-sm.btn-primary {
        width: 100%;
        margin-bottom: 5px;
    }

    #Breadcrumbs {
        top: -12px;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.3em;
    }

    /* CTA*/
    section.cta .container {
        padding: 10px 15px;
    }

    .cta div[class^='col-md-3'].col-custom {
        width: 40%;
        margin: 5px 0;
        padding: 0;
    }

    .cta .btn-primary {
        font-family: 'corporatesbqbold', Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 0.8em;
        padding: 3px 0;
    }

    .title-section h1 {
        font-size: 1.7em;
    }



    /* --- Nav --- */

    .main-menu {
        display: none;
    }

    .mm-title {
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .mm-menu.mm-theme-dark .mm-listview a:hover {
        color: #C1A154;
    }

    .mm-menu.mm-theme-dark .mm-listview li:hover .mm-next:after,
    a.mm-btn.mm-prev:hover:before {
        border-color: #C1A154;
    }


    .main-nav li > ul {
        /*opacity: 1;
        visibility: visible;*/
    }

    .main-nav li:hover .submenu {
        opacity: 0;
        visibility: hidden;
    }



    .logo {
        max-height: 70px;
    }

    .main-nav >li:hover:after, .main-nav > li.current:after {
        display:none;
    }

    .main-nav li {
        width: 100%;
        border-top: 1px solid #666;
    }

    .main-nav >li:hover {
        color: #FFF;
        background: transparent;
    }

    .main-nav a {
        line-height: 2.5em;
    }

    .main-nav li > ul li {
        background: transparent;
    }

    .main-nav > li.current a {
        color: #C1A154!important;
    }

    .main-nav > li.current i {
        color: #C1A154;
    }

    .nav_trigger {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        float: left;
        text-align: right;
        margin-top: 42px;
        color: #5f6062;
    }

    #main-nav .current a {
        color: rgb(193, 161, 84)!important;
    }

    /*body.show_sidebar .nav_trigger { margin-right: 5px; }*/

    body.show_sidebar .nav_trigger {
        position: fixed;
        top: -42px;
        z-index: 999999999;
        color: #959190;
        right: 0;
        width: 79.8%;
        text-align: center;
        height: 55px;
        line-height: 55px;
        background-color: rgb(58, 57, 57);
        border-bottom: 1px solid #666;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
    }

    .nav_trigger #my-button:hover,
    .nav_trigger #my-button:active {
        color: #CCAD66;
    }

    .main-nav {
        margin-top: 55px;
    }


    .nav_trigger i:after {
        content: "MENU";
        padding-left: 10px;
        font-family: 'corporatesbqregular', Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: bold;
    }

    #push_sidebar {
        background: #3A3939;
        border-left: 1px solid #D6D6D6;
        bottom: 0;
        color: #95A7B7;
        left: 100%;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 25%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    body.show_sidebar #push_sidebar { left: 75%; }

    #wrapper {
        margin-right: 0;
        overflow: hidden;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    body.show_sidebar #wrapper {
        /*margin-right: 25%;
        width: 75%;*/
    }


    #push_sidebar { width: 80%; }

    body.show_sidebar #push_sidebar {
        left: 20%;
        z-index: 99;
    }

    body.show_sidebar #wrapper {
        /*margin-right: 80%;
        width: 20%;*/
    }

    #push_sidebar li a {
        width: 80%;
        padding: 20px 10px 20px 20px;
        display: block;
        font: 13px Tahoma, Arial, serif;
        color: #FFFFFF;
        text-align: left;
        text-decoration: none;
    }

    #push_sidebar .submenu-2 li a {
        width: 100%!important;
    }

    #push_sidebar li a:hover {
        background-color: #272c30;
        color: #95a7b7
    }

    #push_sidebar li a .fa {
        font-size: 19px;
        float: right;
        width: 30px;
        text-align: center;
        margin-left: 5px;
        width: 50px;
        height: 56px;
        margin-top: -20px;
        line-height: 58px;
        margin-right: -10px;
    }

    .main-nav > li.current {
        background: transparent;
    }


    /* Sub Menu */
    .submenu-btn, .submenu-2-btn  {
        display: block;
        width: 20%;
        height: 56px;
        line-height: 56px;
        right: 0!important;
        top: 0px!important;
        position: absolute;
        text-align: center;
    }

    .submenu, .submenu-2 {
        padding-top: 0!important;
        transform: scale(0);
        opacity: 0;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out;
        visibility: hidden;
    }

    .display-submenu, .parent.active .submenu,
    .parent.active .submenu-2-holder,
    .submenu-2-holder.parent.active .submenu-2 {
        position: relative!important;
        transform: scale(1);
        opacity: 1!important;
        animation: submenu-anime .3s ease-in-out;
        visibility: visible!important;
    }



    @keyframes submenu-anime {
        0% {
            display: none;
            opacity: 0;
        }
        1% {
            display: block!important;
            opacity: 0;
            transform: scale(0);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }


    .submenu-btn.mobile-only.rotate, .submenu-2-btn.mobile-only.rotate {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }



    /* Sub Menu 2 */
    .main-nav ul.submenu-2 {
        left: 0;

        transform: scale(0);
        opacity: 0;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    }

    .submenu-2.list-unstyled.display-submenu {
        position: relative!important;
        transform: scale(1);
        opacity: 1;
        animation: submenu-anime .3s ease-in-out;
        display: block!important;
    }

    .main-nav .submenu li:hover a {
        background: transparent;
    }


    .submenu-2 li a {
        padding: 13px 0 13px 20px!important;
    }

    .submenu-2 li {
        padding-left: 15px;
        border: 0;
    }

    .main-nav .link.parent.active i,
    .main-nav .link.parent.active a {
        color: #C1A154!important;
    }




    /* --- Index --- */
    /* Search Form */
    .search.show {
        max-height: 60px;
    }

    #SearchForm_SearchForm {
        width: 100%;
        margin: 0 auto;
    }

    .search input[type="text"] {
        width: 100%;
    }

    #Search {
        width: 70%;
        float: left;
    }

    .search .btn-sm.btn-primary {
        width: 30%;
    }

    /* Top Menu */
    .top-menu span {
        display: none;
    }

    .top-menu ul {
        width: 100%;
    }

    .top-menu li {
        width: calc(100%/7);
        line-height: 55px;
        height: 55px;
        text-align: center;
    }

    .top-menu li:nth-last-child(2) {
        width: calc(100%/7*2);
    }

    .top-menu li:nth-last-child(2) img {
        height: 15px!important;
        max-width: 100%;
        margin-top: -3px;
    }

    .top-menu .search-form-cta i {
        line-height: 55px;
    }

    /* SECTION Video/ Banner */
    .introduction {
        min-height: 510px!important;
    }

    .introduction .title-section {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .introduction h1 {
        font-size: 3.2em;
        color: #fff;
    }

    .row.button-section.Bottom {
        bottom: 0;
        top: 76px;
    }

    .introduction a {
        margin: 0 auto 12px;
       /* color: #666;
        background-color: #FFF;
        border: 3px solid #666;*/
    }

    .introduction a:hover {
        color: #CCAD66;
        border-color: #CCAD66;
    }

    .introduction a:hover i {
        color: #CCAD66;
		
    }
	
	.introduction .container {
		background-color: rgba(4, 4, 4, 0.4);
		top: 50%;
		padding-top:60px;
	}

    .introduction .button-section .col-custom {
        width: 100%;
    }

    .hero-image .container {
        position: relative;
        z-index: 2;
    }

    /* Slider Video */
    #bg-vid {
        width: 300%;
        height: 100%;
        left: -100%;
    }

    /* Secondary Items */
    .promo-item img {
        max-height: 200px;
    }

    /* About Us Video */
    .HomePage .outer {
        padding: 35px 0;
    }

    .outer .thumbnail {
        width: 90%;
        margin: 0 auto;
    }

    .thumbnail .caption {
        padding: 10px 0;
    }

    .thumbnail .caption .btn-sm.btn-primary {
        width: 100%;
    }

    .NavitasEnglishHomePage .title-section {
        margin: 0 20px 0 20px;
    }

    .NavitasEnglishHomePage .item {
        margin: 6px;
    }

    .NavitasEnglishHomePage .item img {
        width: 100%;
    }

    .listing-locations .col-md-4 {
        margin: 20px 20px 5px 20px;
    }

    .partners {
        margin: 15px 0 0 0;
    }

    .partners li {
        width: 45%;
        padding: 5px;
    }

    /* Footer */
    footer {
        margin-bottom: 10px;
    }


    footer nav {
        padding-right: 15px;
        padding-left: 15px;
    }

    section.footer-nav {
        text-align: center;
        padding: 10px 0;
    }

    section.footer-nav ul {
        margin-top: 0;
    }

    section.footer-nav li {
        margin-right: 0px;
        padding: 0 2px;
        font-size: 0.8em;
    }

    .footer-nav img {
        margin: auto;
        float: none!important;
    }



    /* --- Holder Page --- */
 

    .hero-image-mobile {
        text-align: center;
        display:block;
    }

    .hero-titles {
        max-width: 100%;
    }

    h1.hero-title.title-first {
        font-size: 2.2em;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.51);
    }

    .holder-children .thumbnail {
        height: auto;
    }

    .HolderPage .thumbnail img {
        width: 100%;
    }

    .HolderPage .thumbnail .btn-sm.btn-primary, .StaticHolderPage .galleryDes .btn-sm.btn-primary {
        position: initial;
    }

    .HolderPage .thumbnail .btn-sm.btn-primary, .StaticHolderPage .galleryDes .btn-sm.btn-primary {
        width: 100%;
    }
	
    .outer .thumbnail {
        width: 100%;
    }


    /* --- Course Page --- */
    .CoursePage .container-fluid {
        overflow: hidden;
    }

    .CoursePage .course-locations {
        display: none;
    }

    .CoursePage .course-testimonial {
        display: none;
    }

    .CoursePage .content-group {
        margin-bottom: 20px;
    }

    .CoursePage .course-info.mobile-only {
        display: table;
        width: 100%;
        position: relative;
        padding: 20px;
        margin-bottom: 20px;
    }

    .CoursePage .course-info.mobile-only .inner {
        display: table-row;
    }

    .CoursePage .course-info.mobile-only .inner i {
        padding: 10px 0;
        display: table-cell;
        vertical-align: top;
        line-height: 1.4;
        width: 26px;
    }
    .CoursePage .course-info.mobile-only .btn {
        width: calc(100% + 26px);
        margin: 16px 0 0;
    }

    .CoursePage .entry-level-info.mobile-only {
        display: table;
        width: 100%;
        position: relative;
        padding: 20px;
    }

    .CoursePage .entry-level-info.mobile-only .inner {
        display: table-row;
    }

    .CoursePage .entry-level-info.mobile-only i {
        display: table-cell;
        vertical-align: top;
        padding: 0;
        line-height: 1.4;
        width: 26px;
    }


    .key-points div[class^='col-md-'] {
        padding-left: 0;
        padding-right: 0;
        max-height: 100px;
    }

    .key-point {
        min-height: 100px;
    }

    .key-point p {
        padding: 15px 25px;
        font-size: 1em;
    }

    .outcome-info {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .lesson-plans .nav-tabs>li {
        text-align: center;
    }

    .lesson-plans .nav-tabs>li>a {
        font-size: 1em;
        padding: 5px;
    }

    .sidebar-holder {
        clear:both;
    }

    .lesson-plans .nav-tabs>li.active a {
        background-color: #5F6062;
        color: #E0E0E0;
    }

    .lesson-plans .tab-pane strong {
        display: block;
    }

    .CoursePage .sidebar-holder .course-related .btn {
        width: calc(100% + 26px);
    }


    /* --- Course Dates --- */
    .CoursePage .container-fluid .container,
    .CourseDatesPage .container-fluid .container,
    .container.video {
        width:100%;
    }

    form {
        padding: 0;
    }

    form input[type="submit"] {
        width: 100%;
        margin: 0!important;
    }

    #Calendar .pagination {
        padding: 8px 0;
        margin: 0;
    }

    #Calendar table {
        overflow-y: scroll;
    }

    .CourseDatesPage .cta .col-md-3:first-child {
        width: calc(80% + 5px);
    }

    #eventLocationFrm {
        margin-bottom: 20px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
        -webkit-overflow-scrolling: touch;
    }

    .CoursePage .container-fluid .container, .CourseDatesPage .container-fluid .container, .container.video {
        position: absolute;
        left: 0;
        z-index: 1;
        margin-left: 0;
        transform: translateX(0%);
    }

    section.cta,
    .fake-height-cta{
        width: 100%;
    }


    /* --- Location Page --- */
    figure.outcome-info {
        width: 48%;
        margin: 1%;
    }

    .centre-facts-icon {
        clear: both;
    }

    #graphWrapper {
        width: 100%;
    }

    #graphWrapper canvas#Graph {
        width: 100% !important;
        height: auto !important;
    }

    #js-legend ul {
        display: block;
    }

    #js-legend ul li {
        margin: 2%;
        /*width: 45%;*/
        display: inline-block;
    }

    .centre-facts-icon {
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
    }

    .SchoolFacts-info {
        margin: 5px 0;
        position: relative;
    }

    /*
    .SchoolFacts-info .img-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .SchoolFacts-info .col-xs-8 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }*/


    .hero-image #bg-vid {
        height: auto;
    }

    .NavitasEnglishLocationPage .event {
        margin-bottom: 5px;
    }

    .NavitasEnglishLocationPage .location-courses {
        padding: 20px;
        clear: both;
    }

    .NavitasEnglishLocationPage .location-courses p:first-of-type {
        display: none;
    }

    .NavitasEnglishLocationPage .course-testimonial {
        display: none;
    }

    .NavitasEnglishLocationPage .sidebar-holder {
        float: left;
        margin-top: 20px;
    }

    figure.outcome-info {
        font-size: 15px;
    }





    /* --- Video On Sidebar --- */
    .sb-vid-container {
        clear: both;
    }


    /* --- Test Date Listing Page --- */
    #examAvailabilityButton {
        margin-right: 0!important;
    }

    .TestDateListingPage #wrapper h3 {
        margin: 20px 0 10px;
    }

    .listing-courses {
        width: 85%;
        margin: 0 auto;
    }

    .select-fields {
        margin: 0;
    }

    .location-item img {
        max-width: 100%;
    }


    /* --- Contact Form --- */
    .ContactPage .mktoForm .mktoFormCol {
        width: 100%;
    }

    .mktoForm .mktoFormCol .mktoLabel {
        padding-bottom: 10px;
    }

    .mktoForm hr {
        margin-top: 0;
        margin-bottom: 0;
    }


    /* --- Student Stories --- */
    .StudentStoriesPage .story img {
        margin-bottom: 10px;
        width: 100%;
    }


    /* --- Fee Calculator --- */
    #Form_FeeCalculationForm {
        padding: 20px;
    }

    #Form_FeeCalculationForm select {
        font-size: 0.95em;
    }


    /* --- Contact --- */
    .mkt-form {
        border: 0;
        padding: 0;
    }

    .ContactPage form select {
        font-size: 0.95em;
    }


    /* --- Boomerang Events --- */
    .BoomerangEventsPage .event-date > span {
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 5px;
    }

    .BoomerangEventsPage #upcoming-events .flex-item {
        display: block;
    }

    .BoomerangEventsPage #upcoming-events .flex-item img {
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: relative;
        margin: 0!important;
    }

    .BoomerangEventsPage #upcoming-events .flex-item div {
        width: 100%;
        display: block;
        float: left;
    }

    .BoomerangEventsPage .boomerang-sidebar {
        min-height: 200px;
        min-width: 100%;
    }

    .BoomerangEventsPage .boomerang-sidebar p {
        padding: 10px;
        width: 100%;
    }

    .find-us-on-fb {
        text-align: center;
    }

    .find-us-on-fb img {
        max-width: 100%;
        width: auto;
    }


    /* --- FAQ --- */
    .FAQPage .answer p {
        clear: both;
    }

    .FAQPage .answer p img.leftAlone {
        float: left;
    }

    .FAQPage .faq-group:first-of-type .faq:first-of-type .answer {
        display: none;
    }


    /* --- NEEnrolment --- */
    .NEEnrolmentPage .bg.title h1 {
        margin-bottom: 0!important;
    }

    .NEEnrolmentPage .FormPageSidebar {
        margin-top: 20px;
    }

    .NEEnrolmentPage input[type=file] {
        display: block;
        width: 100%;
    }

    .NEEnrolmentPage .Actions input[type="submit"] {
        margin: 0 0 5px 0!important;
        width: 49%!important;
    }

    .bootstrap-datetimepicker-widget tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }

    .bootstrap-datetimepicker-widget tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    .bootstrap-datetimepicker-widget td {
        display: table-cell;
        vertical-align: inherit;
    }

}




/* --- [RESPONSIVE - TABLETS] --- */
@media only screen and (min-width: 768px) and (max-width: 1199px) {


    /* Reset */
    .mobile-only {
        display: none;
    }

    .col-sm-6 {
        width: 50%;
    }

    select, textarea, input[type="text"],
    input[type="password"], input[type="datetime"],
    input[type="datetime-local"], input[type="date"],
    input[type="month"], input[type="time"],
    input[type="week"], input[type="number"],
    input[type="email"], input[type="url"],
    input[type="search"], input[type="tel"],
    input[type="color"] {
        font-size: 16px;
    }


    /* --- Top Menu --- */
    .top-menu .container {
        width: 100%;
    }

    #SearchForm_SearchForm {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    #Search {
        width: 80%;
    }

    input#SearchForm_SearchForm_Search {
        width: 100%;
    }

    input#SearchForm_SearchForm_action_results {
        width: 20%;
    }


    /* --- Nav --- */
    .submenu-2-holder i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .main-nav ul.submenu-2 {
        left: 0;
        position: absolute;
        padding-top: 0;
        top: auto;
    }

    .submenu-2 a {
        font-size: 14px!important;
        padding: 7px 5px 7px 28px!important;
        background-color: rgba(173, 162, 144, 0.47)!important;
    }

    .main-nav li.last-item ul.submenu-2 {
        left: 0;
    }

    .main-nav li .submenu i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-nav li.last-item ul.submenu i {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .main-nav ul.submenu-2 {
        left: -100%!important;
        position: absolute;
        padding-top: 0;
        top: 0;
        right: 100%!important;
    }

    .main-nav li > ul.submenu-2 {
        white-space: normal;
    }

    .main-nav .submenu-2 a {
        padding: 7px!important;
    }

    .main-nav .submenu:first-child ul.submenu-2 {
        left: 100%!important;
        position: absolute;
        padding-top: 0;
        top: 0;
        right: 0!important;
    }

    .main-nav .parent:first-child .submenu i {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .main-nav .parent:first-child .submenu-2 {
        left: 100%!important;
        right: -100%!important;
    }

    /*
    .main-nav li.parent:first-child > .submenu-2 {
        left: 100%!important;
        right: 0!important;
    }*/

    /*
    .CoursePage .container-fluid .container,
    .CourseDatesPage .container-fluid .container,
    .container.video {
        width: 100%;
    }*/

    .cta div[class^='col-md-3'].col-custom {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.9em;
    }



    /* --- Footer --- */
    .partners-section {
        padding: 30px 20px!important;
    }

    section.footer-nav li {
        margin-right: 15px;
    }

    footer .clearfix .row, .cta .row {
        margin: 0;
    }

    footer li {
        font-size: 13px;
    }


    /* Slider */
    .introduction {
        min-height: 580px;
    }

    .row.button-section.Bottom {
        bottom: -39%;
    }

    .row.button-section.Bottom div[class^='col-md-3'].col-custom {
        padding-left: 5px;
        padding-right: 5px;
    }

    .introduction a {
        font-size: 1.15em;
    }

    /* Slider Video */
    #bg-vid {
        width: 300%;
        height: 100%;
        left: -100%;
    }

    /* Title and CTA
    .introduction .title-section {
        position: static;
    }

    .row.button-section {
        position: static;
    }

    .row.button-section.Bottom {
        bottom: 0;
        margin-top: 400px;
    }*/


    /* Secondary Items */
    .secondary-items .col-sm-6 {
        width: calc(50% - 1%)!important;
    }

    .secondary-items .col-custom {
        margin-bottom: 18px;
    }

    .promo-item img {
        max-height: 200px;
    }

    .NavitasEnglishHomePage .item h2 {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 10px;
    }

    /* About us */
    .thumbnail {
        margin: 0 20px;
    }



    /* --- Holder Page --- */
    .holder-children .row > div {
        /*---min-height: 440px;---*/
		min-height: 350px;
    }

    .HolderPage .visible-lg-block {
        display: none!important;
    }

    .HolderPage .thumbnail img {
        width: 100%;
    }

    .thumbnail {
        margin: 0;
    }

    .key-point p {
        padding: 20px 25px;
        text-align: left;
    }

    .outcome-info {
        margin: 1%;
        width: 48%;
        float: left;
        text-align: center;
    }

    .lesson-plans .nav-tabs>li>a {
        font-size: 1.3em;
    }

    .lesson-plans .nav-tabs>li>a:hover {
        background: #5f6062;
        color: #dedddd;
    }

    /* --- Course Page --- */
    .sidebar-holder .btn {
        width: 100%;
    }

    .sidebar-holder .grey-lighter {
        padding: 15px;
    }

    .downloads a {
        display: inline-block;
        font-size: 0.95em;
    }

    .downloads img {
        width: 25px;
        height: auto;
    }


    /* --- Test Date Listing Page --- */
    .addressMap img {
        max-width: 100%;
    }

    /* --- Course Dates Page --- */
    #Calendar .table {
        margin-bottom: 0;
    }

    #Calendar .pagination {
        margin: 0 0 20px 0;
        padding-top: 20px;
    }


    /* --- Navitas English Location Page --- */
    figure.outcome-info {
        width: 32%;
        margin: 10px 0.5% 0 0.5%;
    }

    .NavitasEnglishLocationPage .EventIcon {
        margin: 0;
    }

    .NavitasEnglishLocationPage .EventIcon img {
        margin-bottom: 0!important;
    }

    #js-legend ul {
        text-align: center;
        margin: auto;
        width: 100%;
        display: block;
    }

    #js-legend ul li {
        display: inline-block;
    }

    .SchoolFacts-info {
        position: relative;
        margin: 1% 0;
        width: 100%;
        float: left;
    }

    .SchoolFacts-info .img-container,
    .outcome-info .img-container {
        /*text-align: center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }

    .SchoolFacts-info .col-sm-8,
    .outcome-info .col-sm-8 {
        /*position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }

    .outcome-info {
        position: relative;
    }

    #bg-vid {
        width: 100%;
        height: auto;
        left: 0;
    }

    .NavitasEnglishLocationPage .event {
        padding: 10px;
        margin: 10px 0;
    }

    .NavitasEnglishLocationPage .EventIcon {
        width: 30%;
    }

    .NavitasEnglishLocationPage .event-date {
        width: 70%;
    }


    .boomerang-sidebar p {
        padding: 15px;
        text-align: left;
    }

    /* --- Contact Page --- */
    .mktoForm .mktoAsterix {
        float: left!important;
    }

    .ContactPage form label {
        width: 100%!important;
    }

    .ContactPage .mktoLabel.mktoHasWidth span {
        width: 75%;
        display: block;
        margin-left: 17px;
    }





}



/* --- [RESPONSIVE - 768px - 992px] --- */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* --- Footer --- */

    footer .col-sm-6 {
        width: calc(50% - 1%);
        min-height: 180px;
    }

    footer li.top-item > span {
        font-size: 14px;
    }

    footer a:not(#gototop) {
        font-size: 13px;
    }

    /* --- Test Date Listing Page --- */
    .location-item {
        margin-bottom: 50px;
        display: block;
        clear:both;
    }
    .addressMap {
      /*  width: 50%; */
        float: left;
        clear: both;
    }

    .location-item {
        border-top: none;
    }

}


/* --- [RESPONSIVE - 993px - 1199px] --- */
@media only screen and (min-width: 993px) and (max-width: 1199px) {


    footer .col-sm-6 {
        width: 25%;
    }

    footer li.top-item > span {
        font-size: 14px;
    }

    footer a {
        font-size: 13px;
    }

}

@media only screen and (max-width: 500px) {
    .introduction {
        /*min-height: 450px !important;
        background: none!important;*/
    }
    .introduction h1 {
        font-size: 2.2em;
    }
}


@media only screen and (min-width: 501px) and (max-width: 767px) {
    .introduction {
        /*min-height: 370px !important;
        background: none!important;*/
    }
}


/* ----- 19/02/2016 Style for responsive layout ----- */

@media screen and (max-width: 767px) {

   .mob-hide{
       display:none !important;
   }

    .hero-titles {
        text-align: left;
        font-size: 12px;
        padding: 15px;
    }

    footer #gototop{
        top:0;
    }

    .test-partner-logo-mobile {
        max-width: 80%;
        height: auto!important;
        max-height: 85px;
        display: block;!important
    }

    section.hero-image:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        top: 0;
        z-index: 0;
    }
}

.test-partner-logo-desktop {
    min-height: 85px;
}

@media only screen and (min-width: 768px) {
    .test-partner-logo-mobile {
        display: none;
    }
}

.desktop-tablet-only {
    display:none!important;
}


/* --- [RESPONSIVE - DESKTOP & TABLETS] --- */
@media only screen and (min-width: 768px) {
    .desktop-tablet-only {
        display:block!important;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {

    .HolderPage .hero-titles{
        margin: 50px 0;
    }
}


@media (max-width: 991px){
    .hero-image{
        min-height: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .hero-image{
        min-height: 300px;
    }
}
