 
.ca-menu{
   width: 100%; margin: auto;
	background: #aaa;
	display: flex;
	   flex-wrap:wrap; 
	   justify-content: space-between;
}


.ca-menu li{
    width: 200px;
    height: 200px;
    border: 10px solid #f6f6f6;
	margin: 10px;
    overflow: hidden;
    position: relative;
    display: inline-table;
    background: #fff;
    margin-right: 4px;
    -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-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -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-menu li{
   
    background-color: #cccccc;
}


.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
}
.ca-menu li a:hover{border: 10px solid transparent;height: 160px;}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #999;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 30px;
    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-main{
    font-size: 20px;
    position: absolute;
    top: 130px;
    height: 30px;
    width: 190px;
    left: 50%;
    margin-left: -95px;
    opacity: 1;
	 
	 color: gold;
	 text-shadow:  1px  1px 1px rgba(0,0,0,0.6), -1px  -1px 1px rgba(255,255,255,0.2);
	 color:darkgoldenrod;
	 text-shadow:  1px  1px 1px rgba(0,0,0,0.8), -1px  -1px 1px rgba(255,255,255,0.2);
	background: rgba(99,110,120,0.8);
	background: rgba(255,255,255,.9);
	
	height: 60px;
	line-height: 60px;
	top: 120px;
	 background: linear-gradient(transparent, rgba(255,255,255,.9), rgba(255,255,255,.9), transparent); /* Standard syntax */
	  background: linear-gradient(transparent, rgba(225,225,225,.9),rgba(225,225,225,.9), transparent); /* Standard syntax */
    text-align: center;
}


.ca-sub{
    text-align:center;
    color: #000;
    font-size: 18px;
    position: absolute;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 110px;
    opacity: 0;
    -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-menu li:hover{
    
    border-color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.ca-menu li:hover .ca-icon{
    color: #555;
    font-size: 60px;
}
.ca-menu li:hover .ca-main{
    display: none;
}
.ca-menu li:hover .ca-sub{
    opacity: 0.8;
}

.svg {background: none; width: 100%; border: 0px solid red;}


.svg {    width: 100%;
	background:#aaa; }
	
@media only screen and (min-width: 62em) {

	  
}
@media only screen and (min-width: 62em) {
  .ca-menu {width:90%;}
	  
}
@media only screen and (min-width: 86em) {
 .ca-menu {width:70%;}
	  
}
@media only screen and (min-width: 1900px) {

	  
}
