@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{
	width: 1200px;
	float: left;
	/* [disabled]margin-top: 20px; */
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	/* [disabled]padding-left: 30px; */
}
.ca-menu li{
	width: 230px;
	height: 350px;
	overflow: hidden;
	position: relative;
	float:left;
	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-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;
	margin-left: 4px;
}
.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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ca-icon{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 50px;
	position: absolute;
	width: 96%;
	height: 40px;
	left: 0px;
	top: 0px;
	text-align: left;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	font-weight: normal;
	padding-left: 10px;
	background-color: #036;
}
.ca-content{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 300px;
	top: 58px;
	line-height: 20px;
	font-family: "Calibri Light", Calibri, serif, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #036;
}
.ca-main{
	font-size: 14px;
	opacity: 1;
	text-align: left;
	-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-left: 15px;
}
.ca-sub{
	text-align:center;
	font-size: 14px;
	color: #FFF;
	line-height: 40px;
	opacity: 0.8;
	position: absolute;
	bottom: 6px;
	width: 100%;
	-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: "Calibri Light", Calibri, serif, sans-serif;
	left: 0px;
}
.ca-menu li:hover{
	background-color: #0064AE;
}
.ca-menu li:hover .ca-icon{
	color: #000;
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
	background-color: #FFF;
}
.ca-menu li:hover .ca-main{
	color: #FFF;
	-webkit-animation: smallToBig 300ms ease;
	-moz-animation: smallToBig 300ms ease;
	-ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub{
	color: #FFF;
	background-color: #000;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
	font-size: 16px;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EC008C;
}
@-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%);
    }
}
