@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu{
    padding:0;
    margin:2px auto;
    width: 100%;
}
.ca-menu li#datebox{
    float:left; width:180px; text-align:center; font-size:11px
}
.ca-menu li{
    width: 100px;
    height: 90px;
    overflow: hidden;
    position: relative;
    float:right;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: right;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 25px;
    color: #12a4dc;
    text-shadow: 0px 0px 1px #333;
    line-height: 40px;
    position: absolute;
    width: 100%;
    height: 50%;
    right: 0px;
    top: 0px;
    text-align: center;
 
}
.ca-icon#heart{
    color: #f7002f;
    text-shadow: 0px 0px 1px #f7002f;
}
.ca-content{
    position: absolute;
    right: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 5px;
    opacity: 0.8;
    text-align: center;
  
}
.ca-sub {
    text-align: center;
    font-size: 12px;
    color: #666;
    position: absolute;
    bottom: 9px;
    line-height: 30px;
    width: 100%;
    left: 0px;
    opacity: 0.8;
}
.ca-menu li:hover{
    background-color: #425e81;
    z-index:999;

}
.ca-menu li:hover .ca-icon{
    color:#fff;
    -webkit-transition: color 700ms linear;
    -ms-transition: color 700ms linear;
    transition: color 700ms linear;
   
}

    .ca-menu li:hover h3 {
        color:white
    }

@media only screen and (max-width: 780px) {

    .ca-menu li#datebox{
width:160px; text-align:center; font-size:10px
}
    .ca-menu li {
        width: 90px;
        height: 90px;
    }
    #divdate{

         width:160px !important
    }

}
@media only screen and (max-width: 680px) {

    .ca-menu li#datebox{
 display:none
}
    .ca-menu li {
        width: 90px;
        height: 90px;
    }
    #divdate{

         width:160px !important
    }

}