.abs-circ {
/*	display: block;*/
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 auto;
	height: 700px;
	width: 700px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 25px 25px rgb(177, 205, 204, 0.5);
/*	padding: 100px;*/
	overflow: hidden;
}

.abs-circ::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	border-radius: 1000px 0 0 1000px;
}

.team-circ-content {
	-ms-flex-item-align: center;
	align-self: center;
	position: relative;
    z-index: 10;
    width: 400px;
}

.circ-empty-box {
    position: relative;
    width: 50px;
    height: 200px;
}

.team-circ-content .btn {
    width: 180px;
    font-size: 0.9em;
    padding: 10px;
	margin-top: 15px;
}

.circ-abs-text-right {
    position: absolute;
    top: 12px;
    right: 28px;
    transform: rotate(-90deg);
    transform-origin: right top;
    width: 300px;
    overflow: visible;
    pointer-events: all;
}

.circ-abs-text {
	transform: rotate(180deg);
}

.circ-abs-text .line {
	height: 1px;
	align-self: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #b2cdcc;
}

.circ-abs-text h6 {
	color: #b2cdcc;
	letter-spacing: 0.1em;
	margin-left: 10px;
	font-size: 0.6em;
}

.team-circ-l {
	padding-right: 10px;
}

.team-circ-r {
	padding-left: 10px;
}

.team-circ-ico {
    height: 75px;
    width: 100px;
    background-position: right bottom;
    margin: 0 25px 10px 0;
}





/*========== RESPONSIVENESS ==================*/

@media screen and (max-width: 768px) {
	
	.team-circ-wrap {
		position: relative;
		padding: 50%;
	}
	
	.team-circ {
		position: absolute;
		height: 100%;
		width: 100%;
/*		padding: 25px;*/
	}
	
	.team-circ-content .btn {
		width: 125px;
	}
	
	.circ-abs-text-right {
		width: 200px;
		right: 15px;
	}
    
    .team-circ-content {
        width: 300px;
    }
	
}




@media screen and (max-width: 480px) {
	
	.circ-abs-text-right {
		width: 150px;
	}
	
	.team-circ-ico {
		width: 50px;
	}
	
}