input.button-add {
    background-image: url(/persona2.png); /* 16px x 16px */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
	  border-style: solid;
  border-color: grey;
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 36px;           /* make this the size of your image */
    width: 90%;
    text-align: left;
    margin-bottom: 7px;
    padding-left: 77px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
	font-size: 17px;
	line-height: 0px;
    color: grey;

}

@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;
	text-align: center;
}

.ca-menu2{
     padding:0px;
    width: 120px;
}
.ca-menu2 li{
	text-align: center;
    height: 140px;
    overflow: hidden;
    position: absoluta;
	
    display: block;
    background: #E9E8E4;
    -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: 5px;
    -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-menu2 li:last-child{
    margin-bottom: 17px;
}
.ca-menu2 li a{
    text-align: left;
    width: 77%;
    height: 77%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon2{
    text-align: left;
    font-family: 'WebSymbolsRegular';
    font-size: 0px;
    text-shadow: 0px 0px 1px #333;
    line-height: 30px;
    position: relative;
    width: 80px;
    left: 10px;
    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-content2{
    text-align: left;
    position: relative;
    top: 50%;
    left: 144px;
    width: 77%;
    height: 159px;
    top: 20px;
	}
.ca-content2{
    text-align: left;
    position: absolute;
    left: 14px;
    width: 77%;
    height: 59px;
    top: 20px;
	}	
.ca-main2{
    font-size: 27px;
	line-height: 0px;
    color: grey;
    -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-sub2{
    text-align: right;
    font-size: 11px;
	font-weight: normal;
    position: relative;
	left: 150;
	line-height: 1px;
    top: 0px;
	font-size: 17px;

    color: grey;
    -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-menu2 li:hover{
    background: green;
}
.ca-menu2 li:hover .ca-icon{
    font-size: 234px;
    color: #ffff;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}
.ca-menu2 li:hover .ca-main{
    opacity: 1;
    color:#ffff;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}
.ca-menu2 li:hover .ca-sub{
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
	    color:#ffff;

}

.ca-menu{
  margin-left: auto;
  margin-right: auto;
    padding:0px;
    width: 95%;
}
.ca-menu li{
	text-align: center;
 #   width: 790px;
    width: 100%;
 
 height: 140px;
    overflow: hidden;
    position: absoluta;
#		min-width: 100%;

    display: block;
    background: #E9E8E4;
    -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: 5px;
    -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-bottom: 17px;
}
.ca-menu li a{
    text-align: left;
   # width: 77%;
   # height: 77%;
   display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    text-align: left;
    font-family: 'WebSymbolsRegular';
    font-size: 0px;
    text-shadow: 0px 0px 1px #333;
    line-height: 30px;
    position: relative;
    width: 80px;
    left: 10px;
    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{
    text-align: left;
    position: relative;
    top: 50%;
    left: 144px;
    width: 77%;
    height: 159px;
    top: 20px;
	}

.ca-main{
    font-size: 27px;
	line-height: 0px;
    color: grey;
    -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{
    text-align: right;
    font-size: 30px;
	font-weight: normal;
    position: relative;
	#left: 30%;
	line-height: 1px;
    top: 10px;
	font-size: 17px;

    color: grey;
    -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{
    background: green;
}
.ca-menu li:hover .ca-icon{
    font-size: 234px;
    color: #ffff;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}
.ca-menu li:hover .ca-main{
    opacity: 1;
    color:#ffff;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}
.ca-menu li:hover .ca-sub{
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
	    color:#ffff;

}
@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}