.stm-shares{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	color: #2E8DBB;
}
.stm-shares div{
	display: block;
}
.stm-shares .stm-share{
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 40px;
	cursor: pointer;
	border-radius: 6px;*/
}
.stm-shares .stm-share:hover{

}

.fb-but{
	color: #fff;
	background: #4267B2;
}

.fb-but:hover{
	color: #fff;
	background: #5880ce;
}

.od-but{
	color: #fff;
	background: #EE8208;
}

.od-but:hover{
	color: #fff;
	background: #ef9534;
}


.vk-but{
	color: #fff;
	background: #4A76A8;
}

.vk-but:hover{
	color: #fff;
	background: #5889bc;
}


.stm-shares .stm-share:hover .stm-count-shares{
	color: #2E8DBB;
}
.stm-shares .stm-share .fa{
	line-height: 30px;
}
.stm-shares .stm-share:hover .fa{
	line-height: 45px;
}
.stm-shares .stm-share .stm-count-shares{
	font-family: "Century Gothic",Arial !important;
	font-size: 10px;
	line-height: 15px;
}


.stm-shares.stm-shares-zoom1 {
	font-size: 25px;
}
.stm-shares.stm-shares-zoom1 .stm-share {
	width: 140px;
	height: 40px;
}
.stm-shares.stm-shares-zoom1 .stm-share:hover{
	width: 140px;
	border-radius: 6px;
}
.stm-shares.stm-shares-zoom1 .stm-share .fa{
	line-height: 42px;
}
.stm-shares.stm-shares-zoom1 .stm-share:hover .fa{

}
.stm-shares.stm-shares-zoom1 .stm-share .stm-count-shares{
	font-size: 15px;
	line-height: 22.5px;
	color: #1B1B1B;
	margin-bottom: 20px;
}


.stm-shares.stm-shares-colors .stm-share[data-social="facebook"] {
	color: #3b5998;
}
.stm-shares.stm-shares-colors .stm-share[data-social="facebook"]:hover {
	background: #3b5998;
}
.stm-shares.stm-shares-colors .stm-share[data-social="odnoklassniki"] {
	color: #F2720C;
}
.stm-shares.stm-shares-colors .stm-share[data-social="odnoklassniki"]:hover {
	background: #F2720C;
}
.stm-shares.stm-shares-colors .stm-share[data-social="vk"] {
	color: #45668e;
}
.stm-shares.stm-shares-colors .stm-share[data-social="vk"]:hover {
	background: #45668e;
}
.stm-shares.stm-shares-colors .stm-share:hover {
	color: #fff;
}


@media screen and (min-width:240px) and (max-width:600px) {

.stm-shares.stm-shares-zoom1 .stm-share {
	width: 80px;
	height: 40px;
}
.stm-shares.stm-shares-zoom1 .stm-share:hover{
	width: 80px;
	border-radius: 6px;
}

}