.locker {
	display: none;
}

.mct_shareit_button {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 29px;
	height: 56px;
	line-height: 61px;
	margin: 0 10px 13px 0;
	position: relative;
	text-align: center;
	width: 56px;
}

.mct_shareit_button_count_empty {
	display: none;
}

.mct_shareit_button_count {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	background: #3c3c3c;
	border-radius: 23px;
	font-size: 12px;
	height: 23px;
	line-height: 24px;
	min-width: 23px;
	padding: 0 5px;
	position: absolute;
	right: -7px;
	text-align: center;
	top: -7px;
}

.mct_shareit_blur {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.04);
	height: 100%;
	-webkit-filter: blur(82px);
	filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
}

.mct_shareit_button.fb {
	background: #3e5b98;
}

.mct_shareit_button.twitter {
	background: #4da7de;
}

.mct_twitter_tweet,
.mct_twitter_follow {
	display: none
}

.mct_shareit_button.google-plus {
	background: #db4a39;
}

.mct_margin_top {
	display: inline;
}

.mct_shareit_msg {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	padding: 5px;
	width: 100%;
	max-width: 601px;
	line-height: 30px;
}

.mct_shareit_msg a {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

.mct_shareit_msg.error {
	background: red;
	color: #fff;
}

.mct_shareit_msg.error a {
	color: yellow
}