@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;
}

/*----------------------CAMENU NORMAL-------------------*/
.ca-menu{
    padding:0;
    margin:20px auto;
    width: 1020px;
	
}
.ca-menu li{
    width: 167px;
    height: 200px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #FFFF;
    -webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
    margin-right: 8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	border:thin solid white;
	
	background: -moz-radial-gradient(center, ellipse cover,#ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), 	color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* 	Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #900;
    position: relative;
}

.ca-menu li:hover{
    
	
	background: #ce0000; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ce0000 0%, #821a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ce0000), color-stop(100%,#821a1a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ce0000 0%,#821a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ce0000 0%,#821a1a 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ce0000 0%,#821a1a 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover,  #ce0000 0%,#821a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0000', endColorstr='#821a1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);

	border:thin solid #900;
}
.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 80px;
	-moz-text-shadow: 2px 2px 2px #333;
	-webkit-text-shadow: 2px 2px 2px #333;
	text-shadow: 2px 2px 2px #333; 
}
.ca-menu li:hover .ca-main{
    color: #CCC;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}



/*----------------------CAMENU CHICO-------------------*/
.ca-menu1{
    padding:0;
    margin:20px auto;
    width: 1020px;
	
}
.ca-menu1 li{
    width: 167px;
    height: 60px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #FFFF;
    -webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
    margin-right: 8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	border:thin solid white;
	
	background: -moz-radial-gradient(center, ellipse cover,#ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), 	color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* 	Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ca-menu1 li:last-child{
    margin-right: 0px;
}
.ca-menu1 li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #900;
    position: relative;
}

.ca-menu1 li:hover{
    
	
	background: #ce0000; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ce0000 0%, #821a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ce0000), color-stop(100%,#821a1a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ce0000 0%,#821a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ce0000 0%,#821a1a 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ce0000 0%,#821a1a 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover,  #ce0000 0%,#821a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0000', endColorstr='#821a1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);

	border:thin solid #900;
}
.ca-menu1 li:hover {
    color: #fff;
    font-size: 80px;
	-moz-text-shadow: 2px 2px 2px #333;
	-webkit-text-shadow: 2px 2px 2px #333;
	text-shadow: 2px 2px 2px #333; 
}

.ca-menu1 li a:hover {
    color: #fff;
   
}
.ca-menu1 li:hover .ca-main{
    color: #CCC;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu1 li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}




/*-------------CAICON-----------------*/

.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #900;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 171px;
    height: 50%;
    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;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 171px;
    height: 50%;
    top: 50%;
}

.ca-content1{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 20%;
}

.ca-main{
    font-size: 22px;
	font-family: 'Asap', sans-serif;
    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;
	padding-top:35px;
}


.ca-main1{
    font-size: 22px;
	font-family: 'Asap', sans-serif;
    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;
	padding-top:0px;
}

.ca-sub{
    text-align:center;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    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;
	font-family: 'Asap', sans-serif;
}

@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-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%);
    }
}