/* Reset */
.new_social_share_privacy_area, .new_social_share_privacy_area ul,
	.new_social_share_privacy_area li, .new_social_share_privacy_area a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* new_social_share_privacy_area */
.new_social_share_privacy_area {

height: 65px;

width: 50px;

background: #4b4b4b !important;

background: -webkit-linear-gradient(top, #4b4b4b 0%, #2c2d33 100%);

background: -moz-linear-gradient(top, #4b4b4b 0%, #2c2d33 100%);

background: -o-linear-gradient(top, #4b4b4b 0%, #2c2d33 100%);

background: -ms-linear-gradient(top, #4b4b4b 0%, #2c2d33 100%);

background: linear-gradient(top, #4b4b4b 0%, #2c2d33 100%);

-webkit-border-radius: 0 0 8px 8px;

-moz-border-radius: 0 0 8px 8px;

border-radius: 0 0 8px 8px;
}

.new_social_share_privacy_area li {
	position: relative;
	list-style: none;
	display: flex !important;
	padding:0 !important;
	background:#4b4b4b !important;
	height: 56px;
	width: 50px;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	align-items: center;
}
.new_social_share_privacy_area li:hover>ul>li:first-child {
	border-top: 1px solid #353539;
}
/* Links */
.new_social_share_privacy_area li a {
	
	width: 45px;
	display: block;
	padding: 0 3px;
	line-height: 28px;
	text-decoration: none;
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
	
	.new_social_share_privacy_area li ul li:last-child {

	/*border-top: 1px solid #353539;
	height:70px;*/
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
	
.new_social_share_privacy_area li:first-child a {
	border-left: none;
}

.new_social_share_privacy_area li:last-child a {
	border-right: none;
}

.new_social_share_privacy_area li:hover>a {
	
}
/* Sub new_social_share_privacy_area */
.new_social_share_privacy_area ul {
	position: absolute !important;
	top: 58px !important;
	left: 0 !important;
	background: #4b4b4b !important;
	-moz-border-radius: 0 0 5px 5px !important;
	border-radius: 0 0 5px 5px !important;
	-webkit-transition: max-height 200ms ease-in;
	-moz-transition: max-height 200ms ease-in;
	-o-transition: max-height 200ms ease-in;
	-ms-transition: max-height 200ms ease-in;
	transition: max-height 200ms ease-in;
}

.new_social_share_privacy_area li:hover>ul li {
	max-height:250px;

}

.new_social_share_privacy_area ul li {
	max-height:0;
	height: 55.45px;
	overflow: hidden;
	padding: 0;
	-webkit-transition: max-height 200ms ease-in;
	-moz-transition: max-height 200ms ease-in;
	-o-transition: max-height 200ms ease-in;
	-ms-transition: max-height 200ms ease-in;
	transition: max-height 200ms ease-in;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	display: flex !important;
	align-items: center;
	background: #4b4b4b !important;
    line-height: 1.3em;
    padding: 0 !important;

}

.new_social_share_privacy_area li:hover>ul li {
	max-height:70px;
	overflow: hidden;
	padding: 0;
}



.new_social_share_privacy_area ul li a {
	width: 45px;
	margin: 0;
	border: none;
	overflow: hidden;
}

.new_social_share_privacy_area ul li:last-child a {
	border: none;
}
/* Icons */
.twitter-icon.fa-icon:hover, .twitter-icon.highlighted {
	background-image: url("../img/icons/icon_twitter_20_high.svg")
		!important;
	cursor: pointer;
}

.linkedin-icon.fa-icon:hover, .linkedin-icon.highlighted {
	
	background-image: url("../img/icons/icon_linkedin_20_high.svg")
		!important;
	cursor: pointer;
}

.xing-icon.fa-icon:hover, .xing-icon.highlighted {
	background-image: url("../img/icons/icon_xing_20_high.svg") !important;
	cursor: pointer;
}
.email-icon.fa-icon:hover, .email-icon.highlighted {
	background-image: url("../img/icons/icon_mail_20_high.svg") !important;
	cursor: pointer;
}

/* mobile */
/* mobile */
.new_social_share_privacy_area_mobile, .new_social_share_privacy_area_mobile ul,
	.new_social_share_privacy_area_mobile li, .new_social_share_privacy_area_mobile a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* new_social_share_privacy_area_mobile */
.new_social_share_privacy_area_mobile {

height: 272px !important;

width: 100%;

padding: 0px !important;

color: #ffffff;

font-size: 20px;

display: inline-block !important;

background-color: transparent !important;

background: -webkit-transparent;

background: -moz-transparent;

background: -o-transparent;

background: -ms-transparent;

background: transparent;

-webkit-border-radius: 0 0 5px 5px;

-moz-border-radius: 0 0 5px 5px;

border-radius: 0 0 5px 5px;
}

.new_social_share_privacy_area_mobile li {
	position: relative;
	list-style: none;
	display: flex !important;
	padding:0 !important;
	background:transparent !important;
	height: 55.45px;
	width: 100%;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	align-items: center;
}
/* Links */
.new_social_share_privacy_area_mobile li a {
	
	width: 100%;
	display: inline-block;
	padding: 0 3px;
	line-height: 28px;
	text-decoration: none;
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
	
.new_social_share_privacy_area_mobile li:first-child a {
	border-left: none;
	color: #ffffff !important;
}

.new_social_share_privacy_area_mobile li:last-child a {
	border-right: none;
	color: #ffffff !important;
}

.new_social_share_privacy_area_mobile li[openned]>a {
	/*color:red !important;*/
}
/* Sub new_social_share_privacy_area_mobile */
.new_social_share_privacy_area_mobile ul {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width:100% !important;
	top: 50px !important;
	background-color: transparent !important;
	-moz-border-radius: 0 0 5px 5px !important;
	border-radius: 0 0 5px 5px !important;
	-webkit-transition: max-height 200ms ease-in;
	-moz-transition: max-height 200ms ease-in;
	-o-transition: max-height 200ms ease-in;
	-ms-transition: max-height 200ms ease-in;
	transition: max-height 200ms ease-in;
}

.new_social_share_privacy_area_mobile li[openned]>ul li {
	max-height:250px;

}

.new_social_share_privacy_area_mobile ul li {
	max-height:0;
	height: 55.45px;
	overflow: hidden;
	padding: 0;
	-webkit-transition: max-height 200ms ease-in;
	-moz-transition: max-height 200ms ease-in;
	-o-transition: max-height 200ms ease-in;
	-ms-transition: max-height 200ms ease-in;
	transition: max-height 200ms ease-in;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	display: flex !important;
	align-items: center;
	background: transparent !important;
    line-height: 1.3em;
    padding: 0 !important;

}

.new_social_share_privacy_area_mobile li[openned]>ul li {
	max-height:70px;
	overflow: visible;
	padding: 0;
}

.new_social_share_privacy_area_mobile ul li a {
	width: 100% !important;
	margin: 0;
	border: none;
	padding: 10px 0px 0px 36px !important;
}

.new_social_share_privacy_area_mobile ul li:last-child a {
	border: none;
}