﻿@font-face {
	font-family: 'FontAwesome';
	src: url('FontAwesome/fonts/FontAwesome.otf') format('opentype');
}

/*Add to Calender Button Style*/
.atcb-link {
	/*btn*/
	border: none;
	text-shadow: none;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 4px;
	user-select: none;
	padding: 6px 12px;
	/*btn-primary*/
	color: #fff;
	background: #f6303e;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}

	.atcb-link:hover,
	.atcb-link:focus,
	.atcb-link:active {
		/*btn*/
		text-decoration: none;
		/*btn-primary*/
		color: #fff;
		background-color: #f20d1f;
		border-color: #c70b19;
		background-position: 0 -15px;
	}

	.atcb-link:before {
		content: "\f271  ";
		font-family: FontAwesome;
	}


/* List Style */
.atc-style-menu-wb .atcb-list {
    width: 100%;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-menu-wb .atcb-list,
.atc-style-menu-wb .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-menu-wb .atcb-item,
.atc-style-menu-wb .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-menu-wb .atcb-item-link,
.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-menu-wb .atcb-item.hover,
.atc-style-menu-wb .atcb-item:hover {
    background: #f20d1f;
}