@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 {
  padding: 0;
  margin: 20px auto;
  width: 550px;
}
.ca-menu li {
  width: 550px;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: block;
  background: #f0f0f0;
  -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;
  -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;
}
.ca-menu li:last-child {
  margin-bottom: 0px;
}
.ca-menu li a {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  position: relative;
}
.ca-icon {
  font-family: "WebSymbolsRegular", cursive;
  font-size: 25px;
  color: #333; /* #333  */
  text-shadow: 0px 0px 1px #333;
  line-height: 90px;
  position: absolute;
  width: 60px;
  left: 20px;
  text-align: center;
  -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-content {
  position: absolute;
  left: 75px;
  /* width: 470px; */
  width: 100%;
  height: 60px;
  top: 10px;
}
.ca-main {
  font-size: 22px;
  -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-top: 7px;
  margin-bottom: 0px;
}
.ca-sub {
  font-size: 16px;
  color: #666;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ca-menu li:hover {
  background-color: #000;
}
.ca-menu li:hover .ca-icon {
  color: #f900b0;
  font-size: 120px;
  opacity: 0.2;
  left: -20px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.ca-menu li:hover .ca-main {
  color: #f900b0;
  opacity: 0.8;
}
.ca-menu li:hover .ca-sub {
  color: #fff;
  opacity: 0.8;
}
