.recommended_talents_container {
	display: none;
	overflow: hidden;
}
.recommended_talents_container.active {
	display: block;
}

.recommended_talents {
	position: relative;
	background-color: white;	
	margin-top: 10px;
	right: 0;
	color: #3e4855;
	display:  none;
	overflow: hidden;        
}

.group_view .recommended_talents {
	display: none!important;
}

.list_view .recommended_talents {
	margin-bottom: 10px;
}

.recommended_talents.active {
	display:  block;
}

.recommended_talents .scroll {
	overflow: hidden;
}

.recommended_talents .inner {
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 30px;	
	margin: 0 auto -30px auto;
}
.recommended_talents ::-webkit-scrollbar {
  	height: 4px;  
}
.recommended_talents .talent_block {
	display: inline-block!important;
	float: none;
	width: 195px;
	vertical-align: top;
	margin-right: 30px;
	white-space: normal;
	min-height: 308px;
	border: 0;
	margin-left: 0;
}
.recommended_talents .talent_block:first-child {
	margin-left:  0;
}
.recommended_talents .talent_block:hover {
	z-index:  1;
}
.recommended_talents .featured_talent .info h5 {
	font-size:  16px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.recommended_talents .talent_block br {
	display: none;
}

.recommended_talents .intro {
	margin-left: 20px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;

}
.recommended_talents .talent_block .photo {
	height: 120px;
}

.recommended_talents .talent_block .col.s3 {
	width: 50px;
	padding: 0 5px;
}
.recommended_talents .talent_block .details_col {
	width: calc( 100% - 58px )!important;
	padding: 0 0;
	height:  86px;
	margin-bottom: 10px;
}
.recommended_talents .talent_block .about_col {
	height: 63px;
	padding: 3px 10px 0 10px;
	display:  none;
}
.recommended_talents .talent_block .info {
	padding: 10px 0 15px;
	font-size: 14px;
}
.recommended_talents .fav_btn  {
	display:  none!important;
}
.recommended_talents .featured_talent .info p {
	line-height: 1.3em;
}
.recommended_talents .talent_block .languages {
	width: 100%!important;
}
.recommended_talents .talent_block .quote_col .add_to_quote {
	margin-top: 0px;
	padding:  7px 10px!important;
	font-size:  14px!important;
}


.recommended_talents .arrow {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	border:  0;
	color: #00b4ab;
	font-size:  30px;
	border-radius: 50%;
    height: 70px;
    width: 70px;
    top: 63px;
    margin-right: -35px;
}

.recommended_talents .arrow.hide {
	display: block!important;
	opacity: 0;
}

.recommended_talents .arrow_left {
	left: -28px;
	box-shadow: 8px 0 5px 0px rgb(0 0 0 / 20%);
}
.recommended_talents .arrow_right {
	right: 10px;
	box-shadow: -8px 0 5px 0px rgb(0 0 0 / 20%);
}

.recommended_talents .more {
	color: #00b4ab;
	text-align: center;
	margin-top: 10px;
}

.talent_bar .show_recommended_link {
	margin-top:  8px;
	display: none;
	clear:  both;
	float:  left;
	width:  100%;
	text-align:  center;
}
.talent_bar .button_link {
	position:  relative;
	float:  right;
}
.talent_bar .button_link:after {
	content:  '';
	display:  table;
	clear:  both;
	width:  100%;
}

.talent_bar .add_to_quote.active + .show_recommended_link  {
	display: block;
}

.recommended_talents .country {
	width: calc( 100% - 17px );
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: bottom;
}

.recommended_talents_container.active + .talent {
	margin-top: 20px;
}

@media( max-width: 600px ){
	.recommended_talents .intro {
		margin-left: 20px;
	}
}

@media( max-width: 768px ){
	.recommended_talents {
		margin-top: 20px;
	}
	.talent_bar .show_recommended_link {
		display:  none!important;
	}
}


