/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}
.atcb-link{color: #fff;}
.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 900;
    width: 130px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.atcb-item {
    float: none;
    text-align: left;
    background: #fff;
    padding: 11px 0 11px 15px;
    box-sizing: border-box;
}

.atcb-item:hover {
    background: #f8f8f8;
}

.atcb-item:hover .atcb-item-link {
    color: #00deff !important;
}

.atcb-item-link
{
    font-family: 'klavika-regular';
    font-size: 14px;
    color: #0e0e0e;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.icon_view .atcb-list{left: -110px;}


