@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;//normal
    font-style: normal;
}
.ca-menu{
    padding: 20;//0
    margin: 15px auto;//20
    width: 100%;
}
.ca-menu li{
    width: 100%;
    height: 70px;  //100
    overflow: hidden;
    display: block;
    background: #fff;  //fff
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin-bottom: 5px;  
    border-left: 10px solid #000;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;  //100
    height: 50%;
    color: #333;
    position:relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size:10px;  //20
    text-shadow: 0px 0px 1px #333;  //1px
    line-height: 90px;//90
    position: absolute;
    width: 90px;  //90
    left: 20px;  //20
    text-align: center;
    -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-content{
	position: absolute;
	left: 49px;
//120
    width: 370px;  //370
    height: 20px;  //60
    top: 4px;//20
; 	width: 433px;
}
.ca-main{
    font-size: 18px;  //30
    -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-sub{
    font-size: 14px;   //14
    color: #666;
    -webkit-transition: all 300ms linear;  //300
    -moz-transition: all 300ms linear;  //300
    -o-transition: all 300ms linear; //300
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;  //300
}
.ca-menu li:hover{
    border-color: #F60;
    background: #000;
}
.ca-menu li:hover .ca-icon{
    color: #F60;
    text-shadow: 0px 0px 1px #fff004;
    font-size: 15px;  //50
}
.ca-menu li:hover .ca-main{
    color: #F60;   //fff004

    font-size: 18px;   //14
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 16px; //30
}
