/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none !important;
}

.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 !important;
    padding: 0!important;
    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-link,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    position: relative;
  min-width: 16rem;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
   color: #ffffff !important;
   background-color: #273b64;
  
  transition: background-color 0.3s ease;
}

.atc-style-blue .atcb-link:hover{
    background-color: #2e4676;
    text-decoration: none !important;
}
.atc-style-blue .atcb-list {
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
   
    background-color: #ffffff;
}
.atc-style-blue .atcb-item{
    border: 1px solid #e9e9e9;
}
.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,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #bcbec0 !important;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
    font-size: 1.3rem;
    line-height: 2rem;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #bcbec0;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background-color: #ececec;
}
.atc-style-blue a.atcb-link:before {
    content: '\e808';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}
