.fixed-widget-list {
	position: fixed;
	right: 0.3rem;
	bottom: 0rem;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	pointer-events: none;
}

.fixed-widget-list li {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	white-space: nowrap;
	background-color: #2c5cda;
	margin-bottom: 1.4286rem;
	position: relative;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
	pointer-events: initial;
}

.fixed-widget-list li span {
	left: 4.7143rem;
	top: 50%;
	height: 3rem;
	line-height: 3rem;
	position: absolute;
	border-radius: 1.5rem;
	background-color: inherit;
	margin-top: -1.5rem;
	color: #fff;
	padding: 0rem 2.1429rem;
	font-size: 1.1429rem;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

.fixed-widget-list li a {
	display: block;
	width: 0;
	height: 0;
	background-color: inherit;
	background-clip: padding-box;
	border-radius: 100%;
	border: 2rem solid transparent;
}



/* .fixed-widget-list li:hover span {
	opacity: 1;
	visibility: visible;
	left: 5.4286rem;
} */

.fixed-widget-list li:hover {
	box-shadow: 0 0 0.7143rem rgba(0, 0, 0, 0.2);
   cursor: pointer;
} 

.fixed-widget-list li.active {
	opacity: 1;
	visibility: visible;
}

.fixed-widget-list li {
	/* background-image: url("../images/fixed-widget-icon.png"); */
	/* background-repeat: no-repeat; */
	/* background-position: 0 7.1429rem; */
}

.fixed-widget-list li.twitter {
	background-color: #00abee;
	background-position: 0 0;
}

.fixed-widget-list li.youtube {
	background-color: #cd1616;
	background-position: 0 -4rem;
}

.fixed-widget-list li.instagram {
	background-color: #8d20c6;
	background-position: 0 -8rem;
}

.fixed-widget-list li.vimeo {
	background-color: #00a7e7;
	background-position: 0 -12rem;
}

.fixed-widget-list li.pinterest {
	background-color: #c8232c;
	background-position: 0 -16rem;
}

.fixed-widget-list li.linkedin {
	background-color: #1b88bc;
	background-position: 0 -20rem;
}

.fixed-widget-list li.rss {
	background-color: #ee942a;
	background-position: 0 -24rem;
}

.fixed-widget-list li.facebook {
	background-color: #3b5998;
	background-position: 0 -28rem;
}

.fixed-widget-list li.phone {
	background-color: #20a3fd;
	background-position: 0 -32rem;
}

.fixed-widget-list li.envelope {
	background-color: #1ec3c9;
	background-position: 0 -36rem;
}

.fixed-widget-list li.behance {
	background-color: #1879fd;
	background-position: 0 -48rem;
}

.fixed-widget-list li.dribbble {
	background-color: #ea4c89;
	background-position: 0 -52rem;
}

.fixed-widget-list li.WhatsApp {
	background-color: #1ebea5;
	background-position: 0 -56rem;
}

.fixed-widget-list li.Flickr {
	background-color: #0060d9;
	background-position: 0 -59.4286rem;
}

.fixed-widget-list li.share {
	background-color: #ff6e2f;
	opacity: 1;
	visibility: visible;
	background-position: 0 -40rem;
	transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
}



.fixed-widget-list li.share.active {
	background-position: 0 -44rem;
}


.fixed-widget-list li.backtop {
	cursor: pointer;
	
	background-repeat:no-repeat;
 
	
   background-image:url('/Portals/0/images/arrowback.svg');
 background-position:center center;
}



@media only screen and (max-width: 767px) {
	.fixed-widget-list {
		left: 0.5rem;
		-webkit-transform: scale(0.714285714);
		transform: scale(0.714285714);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}


	.fixed-widget-list li span,
	.fixed-widget-list li:hover span {
		display: none;
	}

}
