@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;
}

@font-face {
	font-family:'MuseoSlab700';
	src:url('../font/museo_slab_700-webfont.eot');
	src:url('../font/museo_slab_700-webfont.eot?#iefix') format('embedded-opentype'),url('../font/museo_slab_700-webfont.woff') format('woff'),url('../fonts/museo_slab_700-webfont.ttf') format('truetype'),url('../font/museo_slab_700-webfont.svg#MuseoSlab700') format('svg');
	font-weight:normal;
	font-style:normal
}


@font-face {
    font-family: 'rubikregular';
    src: url('../font/rubikfont-webfont.eot');
    src: url('../font/rubikfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/rubikfont-webfont.woff2') format('woff2'),
         url('../font/rubikfont-webfont.woff') format('woff'),
         url('../font/rubikfont-webfont.ttf') format('truetype'),
         url('../font/rubikfont-webfont.svg#rubikregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.ca-menu{
    padding:0;
    margin:10px auto;
    width: 1020px;
	margin-bottom:40px;
	
}
.ca-menu li{
    width: 210px;
    height: 300px;
    overflow: hidden;
    position: relative;
	display: block;
	max-width: 100%;
    background: #0082ff;
    -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);
    -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:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
}



.ca-icon{
    font-family: 'rubikregular', cursive;
    font-size: 70px;
    color: #fff;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
	position:absolute;
    width: 70%;
    height: 50%;
	left:15px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 1.5em;
    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;
	font-style:normal;
}
.ca-sub{
    text-align:center;
    font-size: 0.65em;
    color: #FFF;
    line-height: 40px;
    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-style:normal;
}
.ca-menu li.hhh:hover{
    background-image:url(../img/1.png);
}

.ca-menu li.iii:hover{
    background-image:url(../img/2.png);
}

.ca-menu li.jjj:hover{
    background-image:url(../img/3.png);
}

.ca-menu li.kkk:hover{
    background-image:url(../img/4.png);
}
.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 90px;
}
.ca-menu li:hover .ca-main{
    color: #fff;
    -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;
}
@-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%);
    }
}