.ca-menu{
    padding:0;
    margin: auto;
    width: 1020px;
}
.ca-menu li{
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
    float:left;
    margin-left:2px;
    -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: left;
    width: 100%;
    height: 70%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #ddd;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
    line-height: 80px;
    position: absolute;
    width: 100%;
    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-icon-disabled{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #ddd;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
    line-height: 80px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
}
.ca-content{
    position: absolute;
    padding:0px 10px 0px 10px;
    width: 100%;
    height:50%;
    top: 56%;
}
.ca-main{
    font-size: 12px;
    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;
}
.ca-main-disabled{
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
}
.ca-sub{
    text-align:center;
    font-size: 10px;
    color: #000000;
    text-shadow: 1px 1px 1px #fff;
    line-height: 10px;
    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;
}
.ca-menu li:hover{
    background:#fff;
}
.ca-menu li:hover .ca-icon{
    /*color: #afa379;
    font-size: 90px;
    opacity: 0.1;
    */
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}

.ca-menu li:hover .color-awesome {
  font-size:45px;
}

.color-awesome-disabled {
  font-size: 45px;
}

.ca-menu li:hover .ca-main{
    color: #afa379;
    font-size: 13px;
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #000;
    font-size: 12px;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-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%);
    }
}

@media screen and (max-width:1199px) {
  
  .ca-menu {
    width: 1019px;
  }
  
  .ca-menu li {
    max-width: 180px;
    left:55px;    
  }
 
  .ca-icon {
    max-width:74%;
  }
  
  .ca-icon-disabled {
    max-width:74%;
  }
  
  .ca-content {
    max-width:70%;
  }

  .ca-menu li:hover .ca-sub {
    font-size: 11px;
  }

}

@media screen and (max-width:767px) {
  
  .ca-menu li {
    left:23px;
  }
  
  .ca-icon {
    max-width:99%;
  }
  
  .ca-icon-disabled {
    max-width:99%;
  }
  
  .ca-content {
    max-width:99%;
  }
  
}

@media screen and (max-width:600px) {
  
  .ca-menu li {
    left:0px;
  }
  
  .ca-menu {
    width:500px;
  }
  
  .ca-menu li:hover{
    background:transparent !important;
  }
  
}

@media screen and (max-width:360px) {
  
  .ca-menu {
    width:400px;
  }
}

@media screen and (max-width:320px) {
  
  .ca-menu {
    width:320px;
  }
  
  .ca-menu li {
    left:21%;
  }
}