/* Medium to Mobile - MD to XS */
/* ------------------------------------------------------ */

@media (max-width: 1199px) {

    .header-slider,
    .header-slider > .slides > li {
        height: 375px;
    }
}

/* Medium - MD */
/* ------------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199px) {

    #header .header-categories ul > li {
        width: 62px;
    }

        #header .header-categories ul > li:first-child,
        #header .header-categories ul > li:last-child {
            width: 67px;
        }

    .boxed-layout #main-wrapper {
        width: 970px;
    }

    .boxed-layout #header .header-categories ul > li {
        width: 64px;
    }

        .boxed-layout #header .header-categories ul > li:first-child,
        .boxed-layout #header .header-categories ul > li:last-child {
            width: 69px;
        }
}



/* Small to Mobile - SM to XS */
/* ------------------------------------------------------ */

@media (max-width: 991px) {

    #mobile_menu_toggle {
        display: block;
    }

    .pricing-tables .pricing-tables-column,
    .pricing-tables:hover .pricing-tables-column,
    .pricing-tables .pricing-tables-column:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .latest-jobs-section {
        padding-bottom: 40px;
    }

        .latest-jobs-section .flex-control-nav {
            top: auto;
            bottom: -30px;
            width: 100%;
        }
}

/* Small - SM */
/* ------------------------------------------------------ */

@media (max-width: 991px) and (min-width: 786px) {

    .boxed-layout #main-wrapper {
        width: 750px;
    }

    .boxed-layout #header .header-categories ul > li {
        width: 50px;
    }

    #header .header-categories ul > li {
        width: 48px;
    }

    .pricing-tables.tables-2 .pricing-tables-column,
    .pricing-tables.tables-4 .pricing-tables-column {
        width: 50%;
    }

    #header .header-search-bar .hsb-input-1 {
        width: 30%;
    }

    #header .header-search-bar .hsb-submit {
        width: 15%;
    }

    .our-partners-section ul > li {
        padding: 20px;
    }

    .candidates-single-widget table > tbody > tr > td {
        display: block;
    }

        .candidates-single-widget table > tbody > tr > td:first-child {
            padding-bottom: 0;
        }

        .candidates-single-widget table > tbody > tr > td:last-child {
            padding-top: 0;
        }

    .candidates-single-widget table .stars {
        float: none;
    }

    .header-banner-box.register {
        background-position: -65px bottom;
    }

    .header-banner-box.post-job {
        background-position: -5px bottom;
    }
}



/* Mobile - XS */
/* ------------------------------------------------------ */

@media (max-width: 767px) {


    .textcols {
        text-overflow: ellipsis;
        line-height: 13px;
        height: 54px;
        display: block;
    }

    .rgWrap.rgArrPart2 {
    }

    .rgDataDiv {
        height: inherit !important;
        max-height: 300px;
    }

    .textcolsw {
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    a#chkAlias, a#changeAlias {
        display: inline-block;
    }



    .boxed-layout #main-wrapper {
        width: 100%;
        margin: 0;
        background: none;
    }

    #footer .copyright p {
        float: none;
        padding: 5px 0 15px 0;
    }

    #footer .footer-social {
        float: none;
    }

        #footer .footer-social li {
            float: left;
            margin-right: 10px;
            margin-left: 0;
        }

    .our-partners-section ul > li {
        width: 50%;
        padding: 20px;
    }

    #header .header-categories ul > li,
    .boxed-layout #header .header-categories ul > li {
        width: 20%;
    }

        #header .header-categories ul > li > a {
            height: 60px;
            border-bottom: 1px solid #e7e7e7;
        }

    #header .header-categories .container {
        padding: 0;
    }

    #header .header-categories ul > li:first-child > a,
    .boxed-layout #header .header-categories ul > li:first-child > a {
        border-left: 0;
    }

    #header .header-categories ul > li:nth-child(5n) > a,
    .boxed-layout #header .header-categories ul > li:nth-child(5n) > a {
        border-right: 0;
    }

    #header .header-categories ul > li:nth-child(n+11) > a,
    .boxed-layout #header .header-categories ul > li:nth-child(n+11) > a {
        border-bottom: 0;
    }

    #header .header-search-bar .advanced-form {
        padding: 20px 0 0 0;
    }

    #header .header-search-bar .hsb-input-1 {
        width: 80%;
    }

    #header .header-search-bar .hsb-text-1,
    #header .header-search-bar .hsb-container {
        display: none;
    }

    #header .header-search-bar .hsb-submit {
        width: 20%;
    }

    #mobile-menu-container .login-register {
        display: block;
    }

    #header .header-login > .btn,
    #header .header-register > .btn {
        display: none;
    }

    #mobile-menu-container .btn.clone {
        display: inline-block;
        margin-bottom: 15px;
        padding-right: 0;
        padding-left: 0;
        width: 50%;
        /*-webkit-border-radius:  0 3px 3px 0;
		border-radius:  0 3px 3px 0;*/
        text-align: center;
    }

        #mobile-menu-container .btn.clone:first-child {
            border-right: 1px solid #1797c7;
            /*-webkit-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;*/
        }

    #header .header-login,
    #header .header-register {
        padding-bottom: 20px;
    }

        #header .header-login > div .form-control,
        #header .header-register > div .form-control {
            border: 1px solid #e6e6e6;
        }

    /* Responsive Tabs */
    .responsive-tabs > .nav-tabs {
        display: none;
    }

    .responsive-tabs > .tab-content > a.acc-link {
        display: block;
    }

    .responsive-tabs > .tab-content > .tab-pane,
    .responsive-tabs.vertical > .tab-content > .tab-pane {
        border: 0;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .responsive-tabs > .tab-content > .tab-pane.last,
        .responsive-tabs.vertical > .tab-content > .tab-pane.last {
            border-bottom: 1px solid #dddddd;
            -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
        }

    .responsive-tabs.vertical > .tab-content {
        margin-left: 0;
        border-left: 0;
    }

        .responsive-tabs > .tab-content.unstyled > .tab-pane,
        .responsive-tabs > .tab-content > .tab-pane.unstyled,
        .responsive-tabs.vertical > .tab-content.unstyled > .tab-pane,
        .responsive-tabs.vertical > .tab-content > .tab-pane.unstyled {
            padding: 30px;
            border-right: 1px solid #dddddd;
            border-left: 1px solid #dddddd;
        }

    /* Tables */
    .table-responsive {
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 30px 0 60px 0;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > table {
            margin: 0;
        }

            .table-responsive > table > thead > tr > th,
            .table-responsive > table > tbody > tr > th,
            .table-responsive > table > tfoot > tr > th,
            .table-responsive > table > thead > tr > td,
            .table-responsive > table > tbody > tr > td,
            .table-responsive > table > tfoot > tr > td {
                white-space: nowrap;
            }

    .pricing-tables.tables-2 .pricing-tables-column,
    .pricing-tables.tables-3 .pricing-tables-column,
    .pricing-tables.tables-4 .pricing-tables-column {
        width: 100%;
    }

    .candidates-search .form-control {
        margin-bottom: 10px;
    }

    .candidates-search .btn.btn-block {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .candidates-item .thumb,
    .about-candidate-item .thumb {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
        clear: both;
    }

    .jobs-single-item .thumb,
    .jobs-item.with-thumb .thumb {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
    }

    .jobs-item .social-icons.pull-right,
    .candidates-item .social-icons.pull-right {
        display: none;
    }

    .about-candidate-item .social-icons {
        margin: 0 0 10px 0;
        padding: 0;
        position: relative;
        top: auto;
        right: auto;
    }

        .about-candidate-item .social-icons > li {
            float: left;
            margin-left: 0;
            margin-right: 5px;
        }

    .about-candidate-item .btn-default {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
    }

    .page-content > .clearfix > .pull-left,
    .page-content > .clearfix > .pull-right {
        float: none !important;
        margin-bottom: 10px;
    }

    .page-content > .clearfix > .pagination {
        margin-bottom: 0;
    }

    #header .header-page-title {
        padding: 10px 0 15px;
    }

        #header .header-page-title h1 {
            float: none;
            line-height: 40px;
        }

        #header .header-page-title .breadcrumbs {
            float: none;
            margin: 0;
            padding: 0;
        }

    .jobs-view-toggle:before,
    .jobs-view-toggle:after {
        display: table;
        content: ' ';
    }

    .jobs-view-toggle:after {
        clear: both;
    }

    .pricing-tables .pricing-tables-column:last-child {
        margin-bottom: 0;
    }

    .jobs-search-widget .widget-title,
    .jobs-filter-widget .widget-title {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
    }

        .jobs-search-widget .widget-title:after,
        .jobs-filter-widget .widget-title:after {
            position: absolute;
            display: block;
            content: '\f054';
            top: 3px;
            right: 0;
            font-family: 'FontAwesome';
            font-size: 14px;
            color: inherit;
            line-height: inherit;
        }

    .jobs-search-widget .widget-content,
    .jobs-filter-widget .widget-content {
        display: none;
        border-top: 1px solid #E6E6E6;
        margin-top: 15px;
    }

    .jobs-search-widget .widget-content {
        padding-top: 20px;
    }

    #header .header-page-title h1 {
        margin-bottom: 15px;
        line-height: 30px;
    }

        #header .header-page-title h1 small {
            display: block;
        }

    .header-slider,
    .header-slider > .slides > li {
        height: 200px;
    }
}



/* Small Mobile - XXS */
/* ------------------------------------------------------ */

@media (max-width: 480px) {

    #header .header-search-bar .hsb-input-1 {
        width: 70%;
    }

    #header .header-search-bar .hsb-submit {
        width: 30%;
    }

    .our-partners-section ul > li {
        width: 100%;
        padding: 15px;
    }

    .header-banner-box.register {
        background-position: -65px bottom;
    }

    .header-banner-box.post-job {
        background-position: -25px bottom;
    }
}


@media (max-width: 3000px) {



    #BodyPlaceHolder_tbHomeStreet, #BodyPlaceHolder_tbHomeStreet, #BodyPlaceHolder_tbPostalStreet, #BodyPlaceHolder_tbPostalSuburb, #BodyPlaceHolder_tbHomeSuburb {
        width: 17%;
    }

    #BodyPlaceHolder_tbLandline, #BodyPlaceHolder_tbMobile, #BodyPlaceHolder_tbEmail {
        width: 30%;
    }

    #BodyPlaceHolder_tbHomeHouse, #BodyPlaceHolder_tbHomePostcode, #BodyPlaceHolder_tbHomeState, #BodyPlaceHolder_tbPostalHouse, #BodyPlaceHolder_tbPostalPostcode, #BodyPlaceHolder_tbPostalState {
        width: 7%;
    }
}



@media (max-width: 1700px) {
    .blog-post {
        width: 24.98%;
    }



    #BodyPlaceHolder_tbHomeStreet, #BodyPlaceHolder_tbHomeStreet, #BodyPlaceHolder_tbPostalStreet, #BodyPlaceHolder_tbPostalSuburb, #BodyPlaceHolder_tbLandline, #BodyPlaceHolder_tbMobile, #BodyPlaceHolder_tbEmail, #BodyPlaceHolder_tbHomeSuburb {
        width: 20%;
    }

    #BodyPlaceHolder_tbHomeHouse, #BodyPlaceHolder_tbHomePostcode, #BodyPlaceHolder_tbHomeState, #BodyPlaceHolder_tbPostalHouse, #BodyPlaceHolder_tbPostalPostcode, #BodyPlaceHolder_tbPostalState {
        width: 5%;
    }
}


@media (max-width: 1300px) {
    .image_clone {
        width: 33.3%;
    }

    #divContactDetails .twogether h4 {
        display: block !important;
    }

    #BodyPlaceHolder_tbHomeStreet, #BodyPlaceHolder_tbHomeStreet, #BodyPlaceHolder_tbPostalStreet, #BodyPlaceHolder_tbPostalSuburb, #BodyPlaceHolder_tbLandline, #BodyPlaceHolder_tbMobile, #BodyPlaceHolder_tbEmail, #BodyPlaceHolder_tbHomeSuburb {
        width: 30%;
    }

    #BodyPlaceHolder_tbHomeHouse, #BodyPlaceHolder_tbHomePostcode, #BodyPlaceHolder_tbHomeState, #BodyPlaceHolder_tbPostalHouse, #BodyPlaceHolder_tbPostalPostcode, #BodyPlaceHolder_tbPostalState {
        width: 10%;
    }
}

@media (max-width: 991px) {



    .image_clone {
        width: 49.99%;
    }

    #divContactDetails .twogether h4 {
        display: block !important;
    }

    #BodyPlaceHolder_tbHomeStreet, #BodyPlaceHolder_tbHomeStreet, #BodyPlaceHolder_tbPostalStreet, #BodyPlaceHolder_tbPostalSuburb, #BodyPlaceHolder_tbLandline, #BodyPlaceHolder_tbMobile, #BodyPlaceHolder_tbEmail, #BodyPlaceHolder_tbHomeSuburb {
        width: 33%;
    }

    #BodyPlaceHolder_tbHomeHouse, #BodyPlaceHolder_tbHomePostcode, #BodyPlaceHolder_tbHomeState, #BodyPlaceHolder_tbPostalHouse, #BodyPlaceHolder_tbPostalPostcode, #BodyPlaceHolder_tbPostalState {
        width: 10%;
    }
}

@media (max-width: 786px) {



    li.post.col1-alternative > div > div > a {
        display: inline-block;
    }

    .header-nav-bar .container {
        padding-right: 5px !important;
    }

    .counter_header {
        width: 37%;
    }

    .main_header3 {
        width: 10%;
    }


    .imagy {
        width: 43% !important;
    }

    .main_header2 {
        width: 10%;
    }


    h2#modal_title, h2.title_ref {
        font-size: 18px;
        text-align: justify;
    }

    section > p > a {
        font-size: 13px !important;
    }

    section span, section p, section h3, section li a {
        font-size: 12px !important;
    }

    .separ {
        left: 7.6em;
    }

    .top-header .large-8 {
        width: 80%;
    }


    /* Header Nav Bar */
    #header .header-nav-bar .primary-nav {
        float: none;
        overflow: hidden;
        margin-bottom: 30px;
        /*-webkit-border-radius: 3px;
		border-radius: 3px;*/
    }

        #header .header-nav-bar .primary-nav > li {
            float: none;
            margin-left: 0;
        }

        #header .header-nav-bar .primary-nav li > a,
        #header .header-nav-bar .primary-nav ul > li > a {
            padding: 5px 15px;
            width: 100%;
            height: auto;
            border-bottom: 1px solid #aaa;
            background: #343434;
            color: #ffffff;
            text-transform: none;
            font-weight: normal;
            line-height: 24px;
        }

        #header .header-nav-bar .primary-nav > li:last-child > a {
            border-bottom: 0;
        }


        #header .header-nav-bar .primary-nav > li.active > a,
        #header .header-nav-bar .primary-nav > li:hover > a,
        #header .header-nav-bar .primary-nav > li.hover > a {
            border-bottom-color: #1a1a1a;
            color: #ffffff;
        }

        #header .header-nav-bar .primary-nav:hover > li:hover > a,
        #header .header-nav-bar .primary-nav:hover > li.active > a,
        #header .header-nav-bar .primary-nav:hover > li.active:hover > a {
            border-bottom-color: #1a1a1a;
        }

        #header .header-nav-bar .primary-nav > li.active > a {
            cursor: default;
        }

        #header .header-nav-bar .primary-nav ul,
        #header .header-nav-bar .primary-nav li:hover > ul,
        #header .header-nav-bar .primary-nav > li > ul ul {
            position: relative;
            top: auto;
            left: auto;
            display: none;
            visibility: visible;
            padding: 0;
            border-top: 0;
            opacity: 1;
            margin-top: 0;
        }

        #header .header-nav-bar .primary-nav li.hover > ul {
            display: block;
        }

        #header .header-nav-bar .primary-nav ul > li {
            position: relative;
        }

            #header .header-nav-bar .primary-nav ul > li.has-submenu > a {
                padding: 5px 30px 5px 15px;
            }

            #header .header-nav-bar .primary-nav > li > ul ul > li:first-child > a,
            #header .header-nav-bar .primary-nav ul > li:last-child > a {
                -webkit-border-radius: 0;
                border-radius: 0;
            }

            #header .header-nav-bar .primary-nav ul > li:last-child > a {
                border-bottom: 1px solid #1a1a1a;
            }

        #header .header-nav-bar .primary-nav > li.has-submenu {
            padding-right: 0;
        }

        #header .header-nav-bar .primary-nav > li > .submenu-arrow,
        #header .header-nav-bar .primary-nav ul > li > .submenu-arrow {
            width: 30px;
            height: 34px;
            text-align: center;
            line-height: 34px;
        }

        #header .header-nav-bar .primary-nav > li.has-submenu > ul > li > a {
            padding-left: 30px;
            background: #3c3c3c;
        }

        #header .header-nav-bar .primary-nav > li.has-submenu > ul > li > ul > li > a {
            padding-left: 45px;
            background: #454545;
        }

        #header .header-nav-bar .primary-nav > li.has-submenu > ul > li > ul > li > ul > li > a {
            padding-left: 60px;
            background: #4d4d4d;
        }

        #header .header-nav-bar .primary-nav > li.has-submenu > ul li:hover > a,
        #header .header-nav-bar .primary-nav > li.has-submenu > ul li.hover > a {
            background: #2aadde;
        }

        #header .header-nav-bar .primary-nav > li .submenu-arrow:before {
            content: '\f054';
            color: #ffffff;
        }

    #mobile-search-toggle {
        display: block;
    }

    a#mobile_menu_toggle {
        display: block;
        background: #333;
    }



    .top-header .logout {
        width: 100%;
        z-index: 9;
    }


    .close-icon2 {
        top: -0px;
        font-size: 25px;
    }

    a#BodyPlaceHolder_bSearch {
        font-size: 1.4em;
    }

    a.button.login.header-info-login {
        width: 100%;
        z-index: 9;
    }

    #header .header-nav-bar {
        margin-top: 5.5em;
    }

    span.header-info-logout {
        display: none;
    }

    div#login_area {
        width: 100%;
    }
}


@media (max-width: 581px) {

    .image_clone {
        width: 100%;
    }

    div#login_area {
        width: 100%;
    }

    span.header-info-logout {
        display: none;
    }

    #header .header-nav-bar {
        margin-top: 5.5em;
    }

    .top-header ul li > a, .top-header span {
        font-size: 9px;
    }

    .top-header .logout {
        width: 100%;
        z-index: 9;
    }

    .close-icon2 {
        top: 3px;
        font-size: 30px;
    }

    a#BodyPlaceHolder_bSearch {
        font-size: 1.4em;
    }

    a.button.login.header-info-login {
        width: 100%;
        z-index: 9;
    }
}

@media (max-width: 2560px) {

    .comment-form.social-post2 div span {
        width: 25% !important;
    }

    .formatno {
        width: 25% !important;
    }

    .callno {
        width: 25% !important;
    }

    .formatno {
        width: 25% !important;
    }

    .ebooks .image_clone {
        width: 20%;
    }

    .ebooks .col1-alternative .post_text {
        width: 90%;
        text-align: justify;
    }
}


@media (max-width: 1300px) {

        .comment-form.social-post2 div span {
        width: 25% !important;
    }



    .formatno {
        width: 25% !important;
    }

    .callno {
        width: 25% !important;
    }

    .formatno {
        width: 25% !important;
    }

    .ebooks .image_clone {
        width: 23.3%;
    }

    .ebooks .col1-alternative .post_text {
        width: 90%;
        text-align: justify;
    }
}


@media (max-width: 1170px) {

        .comment-form.social-post2 div span {
        width: 25% !important;
    }



    .formatno {
        width: 25% !important;
    }

    .callno {
        width: 25% !important;
    }

    .formatno {
        width: 25% !important;
    }

    .ebooks .image_clone {
        width: 30.99%;
    }

    .ebooks .col1-alternative .post_text {
        width: 90%;
        text-align: justify;
    }
}

@media (max-width: 950px) {


    .comment-form.social-post2 div span {
        width: 25% !important;
    }



    .formatno {
        width: 25% !important;
    }

    .callno {
        width: 25% !important;
    }

    .formatno {
        width: 25% !important;
    }

    .ebooks .image_clone {
        width: 48%;
    }

    .ebooks .col1-alternative .post_text {
        width: 90%;
        text-align: justify;
    }
}

@media (max-width: 581px) {


    .section-container .section .title a {
        font-size: 14px !important;
    }

    .tooltest, .toclink, .section_toc {
        display: none !important;
    }

    .ebooks .image_clone {
        width: 90%;
    }

    h3.mob-header {
        font-size: 14px !important;
    }

    .ebooks .col1-alternative .post_text {
        width: 100%;
        text-align: justify;
    }

    .over-menu {
        top: 60px;
    }

    p.dscr_ref {
        padding: 1em;
    }


    .modal_clone_books .project_post_right.effects > .img {
        width: 100%;
        padding-LEFT: 0em;
        margin-top: 0em;
    }

    nav.nav-side {
        display: block;
    }

        nav.nav-side .widget-clone {
            display: block;
        }

        nav.nav-side .wid_content {
            display: block !important;
        }

        nav.nav-side .widgetslide {
            width: 100%;
            float: none;
        }

        nav.nav-side .widgets .flip {
            display: none !important;
        }
}


@media (max-width: 1600px) and (min-width: 240px) {

    .scroll-btns {
        display: none;
    }

    #carousel {
        width: 100%;
        height: 470px;
        position: relative;
        overflow: hidden;
    }
}
