@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;
}
@media screen and (max-width: 1366px) and (min-width: 1281px) {
    .ca-menu li{
        margin-top: -15px !important;
    }
}
@media screen and (max-width: 1280px) {
    .ca-menu{
        padding-top: 5px;
        padding-left: 0px;
        height: 120px;
        width: 1000px;
    }
}
@media screen and (max-width: 1024px) {
    .ca-menu{
        padding-top: 5px;
        padding-left: 0px;
        height: 120px;
        width: 1000px;
    }
    .ca-menu li{
        width: 60px !important;
        height: 60px !important;
        margin-left: 10px !important;
    }
    .ca-main{
        font-size: 10px !important;
    }
}
@media screen and (min-width: 1281px) {
    .ca-menu{
        padding-top:30px;
    	padding-left: 0px;
        height: 120px;
        width: 1000px;
    }
}
.ca-menu li{
    width: 75px;
    height: 75px;
    border: 7px solid #f6f6f6;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin-top: 10px;
    margin-left: 20px;
    -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);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
	margin-top: -15px;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 30px;
    color: #f6f6f6;
    line-height: 60px;
    position: absolute;
    font-weight: normal;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-main{
    font-size: 14px;
    position: absolute;
    top: 35px;
    height: 80px;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    opacity: 0.8;
    text-align: center;
    color: #555;
    font-family:'Calibri', Arial, sans-serif;
}
.ca-sub{
    display: none;
}
.ca-menu li:hover{
    border-color: #333;
    z-index: 999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ca-menu li:hover .ca-icon{
    color: #000;
    font-size: 35px;
    text-shadow: 0px 0px 1px #000;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
.ca-menu li:hover .ca-main{
    color: #000;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}

@-moz-document url-prefix() {
    .ca-main{
        top: 35px;
    }
    .ca-icon {
        top: -5px;
    }
}

.ca-main[data-useragent*='rv:11.0']
{
    top: 5px !important;
}