﻿/* AddThis Hover Menu */

/* Hide more button*/
.at16t_more {
			display:none;
}

.addthis_button_facebook {
    width: 30px !important;
}

.addthis_button_twitter {
    width: 30px !important;
}

.addthis_button_google_plusone_share {
    width: 30px !important;
}

.addthis_toolbox .custom_hover {
	position: relative; 
}

.addthis_toolbox .custom_hover .custom_button {
	font-weight: bold;
	padding: 6px 12px 6px 12px;
	color: #00bff3;
	cursor: pointer;
	-moz-border-radius: 5px 5px 0 0;    
	-webkit-border-radius: 5px 5px 0 0;
}

.active {
	background-color:white;
	opacity:0.4;
}			

.addthis_toolbox .custom_hover .custom_button.active {
	background-color: #eee;
}

.addthis_toolbox .hover_menu  {
	display: none;
	position: absolute;
	background: #fff;
	text-align:left;
}

.addthis_toolbox .custom_hover .tower {
	-webkit-border-radius: 0 5px 0 0;   
	-moz-border-radius-topleft: 0;

}
.addthis_toolbox .hover_menu  {
	width: 136px;
	padding-bottom: 5px;
	border: 3px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu a {    
	position: relative;
	display: block;
	width: 102px;
	padding-left:35px;
	text-decoration: none;
	color: #00B0E1;
	line-height:30px;
}

.addthis_toolbox .hover_menu a:hover {    
	background: #f5f5f5;
	color: #df8826;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.addthis_toolbox .hover_menu span {
	position: absolute;
	left: 12px;
	top: 6px;
}

.addthis_toolbox .hover_menu .more {
	border-top: solid 1px #eee;
	padding: 10px 0 0 0;
	margin: 10px 10px 0 10px;
	text-align: center;
}

.addthis_toolbox .hover_menu .more a {
	padding: 4px 0;
	margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
	background: none;
}
.addthis_toolbox .hover_menu .more span {
	display: none;
}

.hover_menu_title {
	margin: 4px 0 13px 10px;
}

.hover_menu_close {
	font-size: 85%;
	margin-left: 120px;
	margin-top: -33px;
	color: red;
}

.hover_menu_close:hover {
	font-size: 85%;
	text-decoration:underline;
	font-weight:bold;
}