/*---- Just a Custom Stylesheet -----*/
.leftnav {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 360px;
    overflow-x: hidden;
    padding-top: 20px;
}

.rightnav {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 400px;
    overflow-x: hidden;
    padding-top: 20px;
    margin-right: 200px;
}


.leftnav a {
    padding: 6px 8px 6px 6px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
}

.leftnav a:hover {
    color: #f1f1f1;
}

.adv{
    float: right;
    position: relative;
    padding: 10px;
    font-size: 16px;
    color: #818181;
    -moz-transform: rotate(270deg);  /* FF3.5+ */
    -o-transform: rotate(270deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

.adv a{
    text-decoration: none;
    font-size: 16px;
    color: #818181;
}

.listemp{
    color: #474747;
    text-decoration: none;
}

.listemp:hover{
    color: #474747;
    text-decoration: none;
}

.job-display-logo{
    max-height: 150px;
}

@media only screen and (max-width: 575px)
    #featured-recruites .front{
        height: 420px;
    }
}

@media only screen and (max-width: 767px)
    #featured-recruites .front{
        height: 420px;
    }
}

@media screen and (max-width: 1500px) {
    .rightnav {top: 320px; margin-right: 150px;}
}

@media screen and (max-width: 1370px) {
    .rightnav {margin-right: 100px;}
}

@media screen and (max-width: 1281px) {
    .rightnav {top: 320px; margin-right: 70px;}
}

@media screen and (max-width: 1024px) {
    .leftnav {top: 400px; margin-left: -34px;}
    .rightnav {top: 350px; margin-right: 0px;}
}

@media screen and (max-width: 450px) {
    .leftnav {top: 300px; margin-left: -18px;}
    .rightnav {top: 250px; margin-right: 0px;}
}

@media screen and (max-height: 450px) {
    .leftnav {padding-top: 15px;}
    .leftnav a {font-size: 18px;}

}

#hero-banner {
    background: url(../img/hero-banner.jpg) center top no-repeat;
}

#footer.v2 {
    background: url(../img/footer-bg-2.jpg) center center no-repeat;
}