.talent-before-wraper {
	float: left;
	width: 100%;
	height: calc(100vh - 60px);;
	background: url(../img/talents/before-login.jpg) no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 60px;
}

.talent-before-inr {
	position: absolute;
	top: 50%;
	left: 30%;
	webkit-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	transition: all 0.5s ease 0s;
}

.talent-before-inr h1 {
	float: left;
	width: 100%;
	font-size: 50px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 60px;
	margin: 0;
	padding: 0;
}

.talent-before-inr h2 {
	float: left;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.talent-before-inr ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 50px;
}

.talent-before-inr ul li {
	display: inline-block;
	width: 165px;
	height: 55px;
	border-radius: 5px;
	border: 2px solid #FFF;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-right: 10px;
	margin-left: 10px;
}

.talent-before-inr ul li a {
	color: #FFF;
}

.talent-before-inr-red {
	background: #c00000;
}

.talent-before-inr-blue {
	background: #0070c0;
}

.new-pro-connect a{
	float: left;
	margin: 95px 0 0 0;
	width: 90px;
	height: 25px;
	line-height: 25px;
	padding:0;
	background: #0070e5;
	border-radius: 5px;
	font-size: 12px;
	color: #FFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.2);
	text-align: center;
}

.new-talents-invite-job {
    background: #f7f7f7;
    border: 1px solid #34a853;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
    color: #34a853;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 22px;
    margin: 95px 0 10px;
    padding: 0;
    text-align: center;
    width: 90px;
}

.talent-portfolio-grid {
	float: left;
	width: 100%;
	height: auto;
}

.talent-portfolio-grid-item {
	float: left;
	width: 33.33%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.talent-portfolio-grid-item img {
	width: 100%;
}

.talent-portfolio-grid-item a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #a6a6a6;
	text-align: center;
	line-height: 34px;
	background: #f0f0f0;
}