/**
 * AddToCalendar Icon Style
 * 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-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.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;
}


/* Orange */

.atcb-list{
    margin: 10px 0px 0px 0px;
    padding: 0;
    color: #fff;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
    border-radius: 4px;
}

.atcb-link
{
position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgb(29, 66, 132);
    font-size: 1em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgb(29, 66, 132), 0px 9px 12px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(8, 37, 88), 0px 9px 12px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgb(8, 37, 88), 0px 9px 12px rgba(0,0,0,.7);
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.atcb-link:active {
    -webkit-box-shadow: 0px 3px 0px rgba(8, 37, 88), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(8, 37, 88), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(8, 37, 88), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}

.atcb-link,
.atcb-link:hover,
.atcb-link:active,
.atcb-link:focus
{
    color: #fff;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 7px 25px;
}

.atcb-list {
    width: 170px;
    border: 1px solid #fff;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atcb-list,
.atcb-item
{
    background: #fff;
    color: #000;

}

.atcb-item,
.atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atcb-item-link,
.atcb-item-link:hover,
.atcb-item-link:active,
.atcb-item-link:focus
{
    color: #000;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atcb-item-link:hover,
.atcb-item-link:active,
.atcb-item-link:focus
{
    color: #fff;
    background: rgb(237, 32, 36);
}

.atcb-item.hover,
.atcb-item:hover {
    background: rgba(250,203,175,1);
}
