/* Fonts & icons */
@import url(http://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);

/* scrollbar */
::-webkit-scrollbar {
    width: .6em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/* Helpers & resets */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cf:before,
.cf:after {
    content: '';
    display: table;
}

.cf:after {
    clear: both;
}

/* header */
.index-logo {
    display: none;
}

/* General styles */

body {
    background: #fff;
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 1em;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .5px;
    font-weight: 500;
    overflow-x:hidden;
}

.short-desc {
    font-size: 12px;
    font-weight: 500;
}

.short-desc h3 {
    font-size: 14px;
}

.descript {
    width: 95%;
    font-size: 14px;
    padding-left: 5%;
    font-weight: 500;
}

descript h3 {
    font-size: 16px;
}

.b {
    font-size: 16px;
}

/* main content */
.recent-page {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 50px;
    background: #212121;
    height: 100vh;
    overflow: hidden;
}

.page-aside p {
    position: fixed;
    bottom: 160px;
    left: -110px;
    font-size: 30px;
    font-weight: 700;
    color: #666;
    white-space: nowrap;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.recent-jobs-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    background: #fff;
    color: #555;
    padding-left: 50px;
}

.top-bar {
    width: 100%;
    height: 100px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

/* media queries ************************************************************************/

@media screen and (max-width:820px) {
    .recent-jobs-container {
        margin-top: 0px;
    }

    .top-bar {
        position: relative;
        height: 80px;
    }
}

@media screen and (max-width:480px) {
    .page-aside {
        width: 40px;
    }

    .page-aside p {
        left: -118px;
        bottom: 20%;
    }

    .recent-jobs-container {
        padding-left: 40px;
    }
}

@media screen and (max-width:375px) {
    .page-aside {
        width: 30px;
    }

    .page-aside p {
        font-size: 22px;
        left: -85px;
    }

    .recent-jobs-container {
        padding-left: 30px;
    }
}

@media screen and (max-width:414px) {
    .recent-jobs-container {
        margin-top: 0px;
    }

    .top-bar {
        height: 70px;
    }
}

.recent-flex-container {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: flex-start;
}

/* Flex child left */
.recent-flex-container .flex-child-left {
    width: 30%;
    background: #fff;
    margin: 10px;
    border: 1px solid #f5f5f5;
    margin-top: 10px;
}

.div-shadow {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    -moz-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
}

.left-child-wrapper {
    width: 90%;
    margin: 0 auto;
}

.flex-child-left h2 {
    font-size: 18px;
}

.top-slide {
    width: 100%;
    padding: 0px 10px;
}

.top-slide h3 {
    font-size: 14px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.top-slide .part-full {
    font-size: 10px;
    margin-left: 15px;
    color: #fff;
    white-space: nowrap;
}

.partTime {
    font-size: 10px;
    padding: 3px 6px;
    background: #3399cc;
    color: #fff;
}

.fullTime {
    font-size: 10px;
    padding: 3px 6px;
    background: #78c34b;
    color: #fff;
}

.top-slide p {
    font-size: 12px;
    text-align: justify;
}

.bottom-slide {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.bottom-slide p {
    font-size: 12px;
}

/* Refine Result */
.refine-div {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    -moz-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
}

/* flex right child */
.recent-flex-container .flex-child-right {
    width: 70%;
    background: #fff;
    margin: 10px;
}

.page-heading h2 {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.page-heading p {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: -10px;
}

.under-page-heading {
    width: 80px;
    height: 1px;
    background: #f16f11;
    margin: 0 auto;
}

.flex-container-text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    /* padding: 0px 10px; */
    align-items: baseline;
}

.flex-container-text .recent-opening p {
    font-size: 12px;
    margin-top: 0px;
    margin-left: 0px;
}

.flex-container-text .sort-by p {
    font-size: 12px;
}

.jobs-listing-container {
    width: 100%;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    -moz-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    margin-bottom: 20px;
    padding: 0 15px;
}

.listing-top {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.position-desc {
    width: 70%;
}

.position-desc h3 {
    font-size: 14px;
}

.position-desc .part-full {
    font-size: 10px;
    margin-left: 10px;
    color: #fff;
}

.position-desc p {
    font-size: 12px;
    text-align: justify;
}

.apply-button button {
    border: none;
    color: #fff;
    padding: 8px 20px;
    background: #f16f11;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.apply-button button a {
    color: #fff;
    text-decoration: none;
}

.apply-button1 button {
    border: none;
    color: #fff;
    padding: 8px 20px;
    background: #f16f11;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.listing-line {
    width: 90%;
    height: 2px;
    background: #eee;
    margin: 0 auto;
    margin-top: 5px;
}

.listing-bottom {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.listing-bottom p {
    font-size: 12px;
}

.prev-next {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.prev-next .prev-btn a {
    text-decoration: none;
    color: #f16f11;
    font-weight: 600;
    font-size: 14px;
    background: #fff;
    margin-right: 1px;
    padding: 5px 15px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    -moz-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
}

.prev-next .next-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #f16f11;
    padding: 5px 15px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    -moz-box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
    box-shadow: 0px 0px 6px 2px rgba(85, 85, 85, 0.3);
}

/* back to top */
.back-to-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 20px 5px rgba(17, 17, 17, 0.2);
    -moz-box-shadow: inset 0px 0px 20px 5px rgba(17, 17, 17, 0.2);
    box-shadow: inset 0px 0px 20px 5px rgba(17, 17, 17, 0.2);
    display: none;
}

.back-to-top .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .2s all .1s;
}

.back-to-top i {
    color: #f16f11;
    font-size: 25px;
}

.back-to-top:hover .arrow {
    top: 45%;
}



/* Media Queries */
/* 1920px */
@media screen and (min-width:1920px) {

    /* back to top*/
    .back-to-top {
        width: 50px;
        height: 50px;
    }
}

/* 1366px */
@media screen and (max-width:1366px) {
    .top-slide .part-full {
        margin-left: 0px;
    }
}

/* 1280px */
@media screen and (max-width:1280px) {
    .top-slide .part-full {
        margin-top: 5px;
        display: block;
        width: 65px;
    }

    /* slider */
    .bottom-slide {
        flex-flow: row wrap;
    }
}

/* 1024px */
@media screen and (max-width:1024px) {
    .top-slide p {
        font-size: 10px;
    }
}

/* 812px */
@media screen and (max-width: 812px) {
    .recent-flex-container {
        display: block;
        width: 100%;
    }

    /* Flex left child */
    .recent-flex-container .flex-child-left {
        width: 90%;
        margin: 0 auto;
    }

    .top-slide .part-full {
        margin-top: 0px;
        display: inline;
        width: 65px;
        margin-left: 10px;
    }

    /* Refine Result */
    .refine-div {
        display: none;
    }

    /* flex right child */
    .recent-flex-container .flex-child-right {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    /* back to top */
    .back-to-top {
        right: 1%;
        bottom: 1%;
    }
}

/* 568px */
@media screen and (max-width: 568px) {
    .page-heading h2 {
        font-size: 18px;
    }

    p.h2-sub {
        font-size: 10px;
    }

    .flex-child-left h2 {
        font-size: 16px;
    }

    .top-slide h3,
    .position-desc h3 {
        font-size: 14px;
    }

    .top-slide p,
    .bottom-slide p,
    .position-desc p {
        font-size: 11px;
    }

    .flex-container-text .recent-opening p,
    .flex-container-text .sort-by p,
    .listing-bottom p {
        font-size: 11px;
    }

    .apply-button button {
        padding: 0;
        width: 60px;
        height: 25px;
        font-size: 12px;
        line-height: 12px;
    }
}

/* 480 */
@media screen and (max-width: 480px) {

    .listing-top {
        display: block;
    }

    .position-desc {
        width: 100%;
    }

    .apply-button button {
        width: 70px;
        margin-bottom: 5px;
    }

    .prev-next .prev-btn a,
    .prev-next .next-btn a {
        font-size: 12px;
    }
}

/* 414px */
@media screen and (max-width: 414px) {

    /* container */
    .recent-jobs-container {
        width: 100%;
    }

    .top-slide .part-full {
        display: block;
        margin-top: 5px;
    }

}

/* 375px */
@media screen and (max-width: 375px) {

    /* fonts */
    .page-heading h2 {
        font-size: 16px;
    }

    p.h2-sub {
        font-size: 9px;
    }

    .flex-child-left h2 {
        font-size: 14px;
    }

    .top-slide h3,
    .position-desc h3 {
        font-size: 12px;
    }

    .top-slide p,
    .bottom-slide p,
    .position-desc p {
        font-size: 10px;
    }

    .flex-container-text .recent-opening p,
    .flex-container-text .sort-by p,
    .listing-bottom p {
        font-size: 10px;
    }

    /* container */
    .recent-jobs-container {
        width: 100%;
    }

    .top-slide .part-full {
        display: block;
        margin-top: 5px;
    }

    .bottom-slide {
        flex-flow: row wrap;
    }

    .flex-container-text {
        flex-flow: row wrap;
    }
}

/* 320px */
@media screen and (max-width: 320px) {
    .listing-bottom {
        flex-flow: row wrap;
    }
}
