*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#social-share {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1000;
	/*transitions with relative delay*/
}

#social-share ul.social-items .btn-share,
#social-share div.social-open-menu .btn-share {
	position: relative;
	cursor: pointer;
	/*border-radius: 50%;*/
	color: white;
	line-height: 1;
	outline: 0;
	border: 0;
	margin-top: 0px;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.30);
	background-color: transparent;
}

#social-share ul.social-items {
	list-style: none;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
	/* display: none; */
}

#social-share ul.social-items .btn-share {
	width: 50px;
	height: 50px;
	/* transform: none; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}

#social-share ul.social-items .btn-share.social-item-1 {
	background-image: url('../image/OvalX/Contact-us.png');
}

#social-share ul.social-items .btn-share.social-item-1:hover {
	background-image: url('../image/OvalX/Contact-us.png');
	box-shadow: none;
}

#social-share ul.social-items .btn-share.social-item-2 {
	background-image: url('../image/OvalX/Phone-Message.png');
}

#social-share ul.social-items .btn-share.social-item-2:hover {
	background-image: url('../image/OvalX/Phone-Message.png');
	box-shadow: none;
}

#social-share ul.social-items .btn-share.social-item-3 {
	background-image: url('../image/OvalX/Email-Subscribe.png');
}

#social-share ul.social-items .btn-share.social-item-3:hover {
	background-image: url('../image/OvalX/Email-Subscribe.png');
	box-shadow: none;
}

#social-share ul.social-items .btn-share.social-item-4 {
	background-image: url('../image/OvalX/whatsapp.png');
}

#social-share ul.social-items .btn-share.social-item-4:hover {
	background-image: url('../image/OvalX/whatsapp.png');
	box-shadow: none;
}

#social-share ul.social-items .btn-share.social-item-5 {
	background-image: url('../image/OvalX/messenger.png');
}

#social-share ul.social-items .btn-share.social-item-5:hover {
	background-image: url('../image/OvalX/messenger.png');
	box-shadow: none;
}

#social-share ul.social-items.open .btn-share {
	transform: scale(1);
	opacity: 1;
	/* transform: translate(0px, -15px); */
}

#social-share ul.social-items li {
	position: relative;
}

#social-share ul.social-items li .btn-share {
	transform: scale(0);
	opacity: 0;
}

#social-share ul.social-items li .btn-share-text {
	position: absolute;
	bottom: 7.5px;
	right: 100%;
	margin-right: 10px;
	border-radius: 2px;
	padding: 3px 6px;
	text-align: center;
	background-color: transparent;
	color: #fff;
	display: block;
	opacity: 0;
	font-style: italic;
	font-size: 9pt;
	width: auto;
	white-space: nowrap;
}

#social-share ul.social-items li:hover .btn-share-text {
	opacity: 1;
}

#social-share .social-items.open .social-item-1 .btn-share-text,
#social-share .social-items.open .social-item-2 .btn-share-text,
#social-share .social-items.open .social-item-3 .btn-share-text {
	background-color: #375ca4;
}

#social-share .social-items.open .social-item-4 .btn-share-text {
	background-color: #20b038;
}

#social-share .social-items.open .social-item-5 .btn-share-text {
	background-color: #007fff;
}

#social-share div.social-open-menu .btn-share {
	width: 50px;
	height: 50px;
	background-image: url('../image/OvalX/Contact-us.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}

#social-share div.social-open-menu.open .btn-share {
	width: 40px;
	height: 40px;
	background-image: url('../image/OvalX/close-icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}