@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-menuNewProducts {
    padding: 0 10px 0 0;
    margin: 0px auto 0px auto;
    width: 100%;
    font-family: 'Cuprum' , sans-serif;
}
.ca-menuNewProducts li {
    width: 100%; /*height: 100%;*/
    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: 3px 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;
    padding-right: 10px;
    border-left-color: #F0F0F0;
}
.ca-menuNewProducts li:last-child{
    margin-bottom: 0px;
}
.ca-menuNewProducts li a {
    text-align: left;
    display: block;
    width: 100%;
    height: 150px;
    color: #333;
    position: relative;
}
.ca-contentNewProducts{
    position: absolute;
    left: 20px;
    width: 100%;
    height: auto;
    top: 0px;
}
.ca-mainNewProducts{
    font-size: 30px;
    -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-subNewProducts{
    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-menuNewProducts li:hover {
    border-color: #D02022;
    /*background: #F0F0F0;*/
}
.ca-menuNewProducts li:hover{
    color: #D02022;
    text-shadow: 0px 0px 1px #D02022;
    font-size: 50px;
        
}
.ca-menuNewProducts li:hover .ca-mainNewProducts {
    color: #D02022;
    font-size: 18px;
}
.ca-menuNewProducts li:hover .ca-subNewProducts {
    color: #000000;
    font-size: 18px;
    padding-right: 30px;
    text-align: justify;
}