/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
	display: none;
}

.addtocalendar {
	position: relative;
	display: inline-block;
	background: transparent!important;
	margin: 0;
}
.tx-eventmanagementdirectory-pi9 .result_list .addtocalendar {
	margin-top:.8em;
}

.atcb-link {
	display: block;
	outline: none!important;
}

.atcb-link::after {
	font-family:'Icons';
	content:'\e953';
	font-size: 1.65em;
	font-size: 32px;
	cursor:pointer;
	color:#f29100;
	padding: 3px 2px 2px 3px;
	line-height:0;
	vertical-align: sub;
}

.atcb-link:hover::after {
	color:#4a4b4d;
}

.atcb-link:focus::after {
	color:#4a4b4d;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
	visibility:visible;
}

.atcb-list {
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: 40px;
	width: 150px;
	z-index: 900;
	padding:5px 5px 0 5px;
}

.atcb-list,
.atcb-item
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

.atcb-item {
	float: none;
	text-align: left;
}

.atcb-item-link
{
	text-decoration: none;
	outline: none;
	display: block;
}

.atcb-item.hover,
.atcb-item:hover {
	position: relative;
	z-index: 900;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}


/* Blue */

.atc-style-blue .atcb-list {
	border: 1px solid rgb(186,186,186);
	border-radius: 2px;
	box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
	background: #fff;
	color: #000;
	padding: 0 0 0 5px;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
	line-height: 1;
	margin:0;
	vertical-align: middle;
	zoom: 1;
}

#content .text .atc-style-blue li.atcb-item {
	background: #fff;
	padding:0;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
	color: #f29000;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	padding: 5px 0;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
	color: #f29000;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
	background:#fff;
}