@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{
	overflow: hidden;
    padding: 0;
    margin: 20px auto;
    width: 100%;
}
.ca-menu li{
    overflow: hidden;
    width: 500px;
    height: 70px;
/*    height: 100px*/;
    overflow: hidden;
    display: block;
    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-bottom: 4px;
    border-left: 10px solid #FAB62A;
    -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 .lidestaque{
    overflow: hidden;
    width: 500px;
    height: 70px;
    overflow: hidden;
    display: block;
    background: #fcd78d;
    -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-bottom: 4px;
    border-left: 10px solid #FAB62A;
    -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{
	overflow: hidden;
    margin-bottom: 0px;
}
.ca-menu li a{
	overflow: hidden;
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position:relative;
}
.ca-icon{
	overflow: hidden;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 30px;
    text-shadow: 0px 0px 1px #333;
    line-height: 70px;
    position: absolute;
    width: 90px;
    left: 10px;
    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{
	font-family: 'Dosis', sans-serif;
	overflow: hidden;
    position: absolute;
    left: 95px;
    width: 370px;
    height: 60px;
    top: 10px;
}
.ca-main{
	font-family: 'Dosis', sans-serif;
	overflow: hidden;
    font-size: 20px;
	line-height: 34px;
    -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-family: 'Dosis', sans-serif;
	overflow: hidden;
    font-size: 14px;
    color: #666;
    -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:hover{
    border-color: #7F2420;
    background: #EEE193;
}
.ca-menu li:hover .ca-icon{
    color: #7F2420;
    text-shadow: 0px 0px 1px #7F2420;
    font-size: 55px;
}
.ca-menu li:hover .ca-main{
    color: #7F2420;
    font-size: 14px;
	margin-top: 0px;
}
.ca-menu li:hover .ca-sub{
    color: #333;
    font-size: 26px;
	line-height: 32px;
	margin-top: -20px;
}