body{
    background-color:#3c3c3c;
}

.main-wrapper{
}
.jobs-wrapper{
    width:1024px;
    max-width: 100%;
    margin:0 auto;
    position: relative;
}

.jobs-wrapper-left,
.jobs-wrapper-right{
    width:512px;
    max-width: 50%;
}

.jobs-wrapper-right{
    position:absolute;
    right:0px;
    top:-15px;
}

.job-item
{
    width:460px;
    max-width:calc( 100% - 52px);
    max-width:-moz-calc( 100% - 52px);
    max-width:-webkit-calc( 100% - 52px);
    padding-left:18px;
    padding-right:18px;
    padding-top:18px;
    padding-bottom:18px;
    margin-left:14px ;
    margin-top:14px ;
    maring-bottom:14px;
    background-color:#ffffff;
}

.jobs-wrapper p{
    font-size:16px;
    line-height:16px;
}

.title-wrap{
    background-image:url('../../images/ico_p3_blue.png');
    height:36px;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}

.title-wrap p{
    line-height:36px;
    color:#ffffff;
    padding-left: 6px;
}

.job-descrip p{
    margin-bottom: 6px;
}

.hr-contact-wrapper{
    background-color:#4e555b;
    padding:16px 150px;
}
.hr-inner-wrapper p{
    font-size: 16px;
}



.mar-t-6{margin-top: 6px}

.hr-contact-wrapper p{
    font-size:14px;
    color:#eaeaea;
    text-align: center;
}