@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;
}
img {
	
}

.ca-menu{
	padding:0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ca-menu li{
	height: 190px;
	
	overflow: hidden;
	position: relative;
	margin-left:0px;
	-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-bottom: 0px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	behavior: url(css/pie.htc);
	
	
	text-align: center;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 8px 2px #565656;  
  -moz-box-shadow:    1px 1px 8px 2px #565656;  
  box-shadow:         1px 1px 8px 2px #565656;
  list-style:none;
  
}


.ca-menu li admissions {
	background-image: url(../images/Admissions.JPG);
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
	width: 95%;
	height: 95%;
	display: block;
	color: #000000;
	position: relative;
}
.ca-icon{
	font-family: 'WebSymbolsRegular', cursive;
	text-shadow: 0px 0px 1px #333;
	width: 100%;
	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;
	height: 50%;
}
.ca-icon img{
	height: 60%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.icons>div img{
	max-width:85%;
	height:72%
}
.ca-icon#heart{
    color: #ffffff;
    text-shadow: 0px 0px 1px #f7002f;
}
.ca-content{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 0%;
	top: 72%;
	text-shadow: 0px 0px 2px #fff;
}
.ca-main{
	font-size: 15px;
	opacity: 1;
	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-sub{
	text-align:center;
	font-size: 19px;
	position: absolute;
	bottom: -80px;
	width: 100%;
	left: 0px;
	opacity: 1;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.discoverclass{
    text-align:center;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    line-height: 20px;
	padding-left: 80px;
    width: 100%;
	margin:auto;
	text-align:center;
}
.ca-menu li:hover{
	background-color: #D8D8D8;
	z-index:999;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.ca-menu li:hover .ca-icon{
	color: #ffffff;
	font-size: 90px;
}
.ca-menu li:hover .ca-icon#heart{
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}
.ca-menu li:hover .ca-main{
	color: #333333;
	-webkit-animation: smallToBig 300ms ease;
	-moz-animation: smallToBig 300ms ease;
	-ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #ffffff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-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%);
    }
}
