@import url('http://fonts.googleapis.com/css?family=Trebuchet MS:400,700,300');

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
   
    background: transparent!important;
	
}

.atcb-link {
   
    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: 600px;
    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;
  
}

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


/* Blue */

.atc-style-blue .atcb-link,

{
    margin: 0;
    
    color: #C30;
    font-family: 'Trebuchet MS', sans-serif;;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    

    zoom: 1;
}
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus

{ color:#FFF;
}


.atc-style-blue .atcb-list {
    width: 600px;

    border-radius: 2px;
   
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

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

.atc-style-blue .atcb-item-link,

{
    color: #C30;
    font-family:'Trebuchet MS', sans-serif;;
    font-size: 16px;
    text-decoration: none;
    outline: none;
   
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #FFF;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
     color: #FFF; 
}
