.mci-banner-sharing{
	height: 30px;
}
.general_box .mci-share-placeholder{
	margin: 0;
}
.general_box .mci-share-placeholder + .content-normal-title{
	margin-top: 10px;
}
.mci-share-place{
	float: none;
	margin: 0;	
	z-index: 1;
}
/* .mci-share-place{ */
/* 	float: left; */
/* 	margin: 0 25px 15px 0;	 */
/* 	z-index: 1; */
/* } */
.blindness-text{
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	opacity: 0;
	left: 30px;
}
.ltr .blindness-text{
	left: 0;
	right: 30px;
}
.ltr .mci-share-place{
	float: right;
	margin: 0 0 15px 25px;	
	z-index: 1;
}
.dpco-dataTables-pagination .mci-share-wrapper{
	float: left;
	margin-top: 20px;
}
.mci-share-wrapper{
	text-align: left;
}
.ltr .mci-share-wrapper{
	text-align: right;
}
.general_box .mci-share-wrapper{
	left: 20px;
}
.ltr .general_box .mci-share-wrapper{
	left: auto;
	right: 20px;
}
.mci-share-button{	
    background-color: #54c5d0;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);    
    padding-left: 13px;
    padding-right: 9px;    
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.archive-main-wrapper .mci-share-button{
	border-radius: 0;
}
.mci-share-button:hover{
	background-color: #ff8c00;
}
.has-sharing-banner .mci-share-button,
.has-sharing-banner .mci-share-button:hover{
	background-color: transparent;
	width: auto;
	box-shadow: none;
}
.mci-share-button::before {    
    content: '\f35b';
    font-size: 18px;
    color: #fff;    
    font-family: MCI-Font;
}
.mci-share-list{
    padding: 10px;
    text-align: center;
    box-shadow: 0 7px 7px 0 rgba(0,0,0,0.05);
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #ededed;
	position: absolute;
	z-index: 4;
	left: 12px;
	display: none;
}
.ltr .mci-share-list{
	left: auto;
	right: 8px;
}
.has-sharing-banner .mci-share-list{
	left: -15px;
}
.ltr .has-sharing-banner .mci-share-list{
	right: -15px;
	left: auto;
}
.mci-share-list::before{
	content: "";	
	width: 0;
	height: 0;
	position: absolute;
	left: 13px;
	top: -9px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid #ededed;
	z-index: 2;
}
.mci-share-list::after{
	content: "";	
	width: 0;
	height: 0;
	position: absolute;
	left: 12px;
	top: -10px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid #e8e8e8;
	z-index: 1;
}
.ltr .mci-share-list::before{
	left: auto;
	right: 13px;
}
.ltr .mci-share-list::after{
	left: auto;
	right: 12px;
}
.mci-share-list ul li{
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
}
.mci-share-list ul li svg{
	fill: #fff;
	vertical-align: middle;
}
.mci-share-list ul li.telegram{
	background-color: #2ca5e0;
}
.mci-share-list ul li.cloob{
	background-color: #3BB54A;
}
.mci-share-list ul li.linkedin{
	background-color: #0e76a8;
}
.mci-share-list ul li.linkedin svg{
	width: 16px;
}
.mci-share-list ul li.rss-link{
	background-color: #F08421;
}
.mci-share-list ul li.twitter{
	background-color: #1da1f2;
}
.mci-share-list ul li.whatspp{
	background-image: linear-gradient(to bottom, #61fd7d 0%,#25cf43 70%);
}
.mci-share-list ul li.twitter svg{
	width: 17px;
}
.mci-share-list ul li a{
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767px){
	.mci-share-place,
	.mci-share-placeholder:not(.none-floating-sharing){
		float: none;
		margin-bottom: 25px;
		margin-right: 0;
		margin-left: 0;
	}
	.responsive-in-banner{
		position: absolute;
		left: 20px;
		right: 0;
		margin: 0;
		top: -52px;
		z-index: 10;
	}
	.responsive-in-banner .mci-share-button{
		width: auto;
		box-shadow: none;
	}
	.responsive-in-banner .mci-share-button,
	.responsive-in-banner .mci-share-button:hover{
		background-color: transparent;		
	}
	.responsive-in-banner .mci-share-list{
		left: -16px;
	}
}