
.ca-menu{
    padding: 0;
    margin: 40px auto;
    width: 1280px;
}
.ca-menu li{
    width: 560px;
    height: 120px;
    overflow: hidden;
    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);
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    border-left: 20px solid  #67AAB0;
    -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;
    display: block;
    width: 100%;
    height: 100%;
    color: #67AAB0;
    position:relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #67AAB0;
    line-height: 90px;
    position: absolute;
    width: 90px;
    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: 120px;
    width: 370px;
    height: 60px;
    top: 20px;
}
.ca-main{
    font-size: 26px;
     color: #67AAB0;
    -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-sub{
    font-size: 14px;
    color: #67AAB0;
    -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:hover{
    border-color: #14adff;
    background: #14adff;
}
.ca-menu li:hover .ca-icon{
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
    font-size: 50px;
}
.ca-menu li:hover .ca-main{
    color: #fff;
    font-size: 14px;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 30px;
}

@media only screen and (max-width: 600px) {
	.ca-menu {
        width: 86% !important;
        margin: 20px 20px !important;
	}
	.ca-menu li{
        width: 100%;
		margin-bottom: 20px !important;
	}
	.more{
		width: 100% !important;
    }
    
    .ca-content {
        left: 90px;
    }

    .ca-main{
        font-size: 22px;
    }

    .ca-menu li:hover .ca-sub{
        font-size: 19px;
    }
    .ca-menu li:hover .ca-icon{
        font-size: 38px;
        left: 3px;
    }

    .ca-icon{
        left: 3px;

    }
}

@media only screen and (max-width: 400px) {
    .more ul{
        margin-left: 12px !important;
    }
}

@media only screen and (max-width: 500px) {
    .more{
        width: 95% !important;
    }
}