/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    /*opacity: 1.0;*/
}
.addthis_toolbox .custom_images a:hover img {
  /*  opacity: 0.75;*/
}


/* full new nenu */
.sidenav2_outer {
	border: 1px solid #f0f0f0;
	background-color: #fcfcfc;
	height: 52px;
	font-weight: bold;
	color: #222847;
	padding: 6px;
}
.sidenav2_outer_small {
	border: 1px solid #f0f0f0;
	background-color: #fcfcfc;
	height: 14px;
	font-weight: bold;
	color: #222847;
	padding: 6px;
}
.sidenav2_inner {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.sidenav2_inner h3 {
	font-weight: bold;
	font-size: 14px;
}
.sidenav2_inner p {
	margin-top: 0px;
	font-size: 15px;
}
.sidenav2_inner a:link { /* Sets the style for unvisited links. */
	color: #222847; /* #F71753; #D940DE; */
	text-decoration: none; 
	font-weight: bold;
}
.sidenav2_inner a:visited { /* Sets the style for visited links. */
	color: #222847; /* #F71753; #D940DE; */
}
.sidenav2_inner a:hover { /* Sets the style for links on mouseover. */
	color: #F71753; /*#ffffff; #D940DE; */
}
.sidenav2_inner a:focus { /* Sets the style for a link that has focus. */
	color: #F71753; /* #222847; #D940DE; */
}
.sidenav2_inner a:active { /* Sets the style for a link that is being activated/clicked. */
	color: #222847; /* #F71753; #ffffff; #D940DE; */
}