.ca-menu{
    padding:0;
    margin:20px auto;
    width: 870px;
}
.ca-menu li {
    width: 100px;
    height: 55px;
    overflow: hidden;
    position: relative;
    float: left;
    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: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon {
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0px;
    top: 0px;
    text-align: center;
	/*
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	*/
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
}
.ca-icon#heart{
    color: #f7002f;
    text-shadow: 0px 0px 1px #f7002f;
}
.ca-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 30%;
    top: 70%;
}
.ca-main {
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
	/*
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	*/
    margin: 0px;
    color: #000;
	font-family: gruppo, sans-serif;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #666;
    position: absolute;
    bottom: 0px;
    line-height: 40px;
    width: 100%;
    left: 0px;
    opacity: 0.8;/*
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;*/
}
.ca-menu li:hover{
    z-index:999;
	/*
    -webkit-transform: scale(1.1);  
    -moz-transform: scale(1.1);  
    -ms-transform: scale(1.1);   
    -o-transform: scale(1.1);   
    transform: scale(1.1);  */
}
.ca-menu li:hover .ca-icon{
    color: #008FD5;
    /*font-size: 50px;
    opacity:0.3;
	background-size: 35px 35px;*/
}
.ca-menu li:hover .ca-icon#heart{/*
    -webkit-animation: smallToBig 200ms alternate infinite ease;
    -moz-animation: smallToBig 200ms alternate infinite ease;
    -ms-animation: smallToBig 200ms alternate infinite ease;*/
}
.ca-menu li:hover .ca-main{
    color: #008FD5;
	/*font-size: 13px;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;*/
	text-shadow: 0px 0px #fff;
}

.two_line:hover .ca-main{
	margin-top: -15px;
}

.ca-menu li:hover .ca-sub{
    color: #008FD5;/*
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;*/
}
/*
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}*/