.job-banner{
	background: url('../img/job/job-banner.jpg') no-repeat 50% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
	padding:150px 0px;
}
.overlay{
	background: rgba(255, 255, 255, 0.75);
	color: #524e4e;
	padding: 25px;
}
.job-banner .overlay h2{font-size: 50px;}
.job-banner .overlay p{font-size: 18px; font-weight: 600;}
.job-top-content p{font-size: 18px;}
.job-top-content{padding-top: 60px;}
.oe_website_jobs h3{
	font-size: 24px;
}
.oe_website_jobs h3 small{
	font-size: 15px;
	font-weight: 600;
	margin-left: 5px;
	color: #777777;
}
.oe_website_jobs .list-unstyled{padding-bottom: 60px;}
.oe_website_jobs a{color:#524e4e;}


/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
	.job-banner{
		padding: 100px 0px;
	}
	.job-banner .overlay h2 {
	    font-size: 30px;
	}
	.job-top-content {
	    padding-top: 30px;
	}
	.oe_website_jobs .list-unstyled{padding-bottom: 0;}
}
