/* МЕНЮ С ИНТЕРЕСИ */
#socialside ul li:hover .add_feed {
	transition-duration: 700ms;
}

#socialside ul li img {
	opacity:0.3;
}

#socialside ul li img:hover {
	opacity:1;
}

#socialside {
  position: fixed;
  top: 26%;
  left: 0;
  margin: 80px 0px;
  transition-duration: 700ms;
}
#socialside ul li {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: block;
  margin: 5px 0px;
  background-color: #fff;
  text-align: center;
}
#socialside ul li img {
  width: 48px;
  height: auto;
  display: inline-block;
}
#socialside ul li .badge {
  position: absolute;
  top: 38%;
  right: -9px;
  padding: 0px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 21px;
}
.hidden {
  display: none !important;
}
.hide {
  visibility: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.visibility {
  opacity: 1 !important;
  top: 45px !important;
  visibility: visible !important;
}
/*
#socialside {
	position: fixed;
	top: 26%;
	left: 0;
	margin: 70px 0px;

	ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
		
		li {
			position: relative;
			width: 360px;
			list-style: none;
			left: -280px;
			height: 80px;
			transition: all .7s;

			a {
				display: block;
				height: 100%;
				line-height: 24px;
				margin: 5px 0px;
				font-size: 18px;
				font-weight: 500;
				color: #a9a9a9;
				position: relative;
				padding: 15px 90px 15px 20px;

				img, i {
					position: absolute;
					top: 50%;
					transform: translateY(-50%);
					right: 15px;
					bottom: 0;
					width: 48px;
					height: 48px;
					max-width: 48px;
					max-height: 48px;
					vertical-align: middle;
					color: #c6c6c6;
					transition: all @effect-duration;
				}
			}

			.badge {
				position: absolute;
				top: 50%;
				left: 100%;
				padding: 0px;
				width: 20px;
				height: 20px;
				font-size: 14px;
				line-height: 21px;
				font-weight: bold;
				transform: translateY(-50%);
				margin-left: -10px;
			}
			.add-item {
				font-size: 20px;
				color: #fff;
				border-radius: 8.5px;
				background-color: #c6c6c6;
				display: inline-block;
				width: 20px;
				height: 20px;
				line-height: 20px;
				text-align: center;
				position: absolute;
			    left: 285px;
			    top: 5px;
			    transition: all .7s;
			    opacity: 0;
			}

			&:hover, &.active {
				cursor: pointer;
				transition: all .3s;

				img, i {
					color: #a8a8a8;
				}
			}

			&.active:hover {
				.add-item {
					opacity: 1;
				}
			}
		}
	}
}
*/


