body {
	margin: 0;
	padding: 0;
}

.wrapim {
    width: 240px;
    height: 208px;
    padding-top: 33px;
    background: rebeccapurple;
}

.socialCircle-container {
    position: relative;
    width: 200px;
    height: 200px;
    background: #efefef;
    border-radius: 50%;
    border: 1px solid #000;
    margin: auto;
}

.socialCircle-item {
	width: 80px;
	height: 80px;
	position: absolute;
	margin: 50%;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	cursor: pointer;
}

.socialCircle-center {
	margin: 50%;
	position: absolute;
	height: 90px;
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	cursor: pointer;
	border-radius: 50px;
	padding: 1px;
	background: #fff;
}
.socialCircle-item > img{
	border-radius: 50px;
    width: 30px;
    height: 30px;
	margin-top: 12px;
	padding: 2px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.419608) 0px 1px 6px 0px, rgba(0, 0, 0, 0.117647) 0px 1px 6px 0px;
}
.socialCircle-center > img{
    border-radius: 100px;
    padding: 1px;
    background: #fff;
    margin-top: -6px;
    margin-left: -4px;
    width: 133px;
    height: 133px;
	box-shadow: rgba(0, 0, 0, 0.419608) 0px 1px 6px 0px, rgba(0, 0, 0, 0.117647) 0px 1px 6px 0px;
}
.social-modal {
	position: absolute;
    left: 192px;
    top: 576px;
    width: 180px;
    height: 180px;
    border-width: 10px;
    background-color: rgba(20, 20, 20, 0.701961);
    border-color: rgba(200, 200, 200, 0.0980392);
} 




















