/*CIRCLES***********************************************/

@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 0 0 150px;
	margin: 20px auto;
}

.ca-menu li {
	width: 170px;
	height: 170px;
	border: 10px solid #f1f1f1;
	overflow: hidden;
	position: relative;
	float: left;
	background: #fff;
	margin-left: -50px;
	-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:last-child {
	margin-right: 0px;
}

.ca-menu li a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
	text-decoration: none;
}

.ca-content h2.ca-main {
	font-family: 'Helvetica Neue';
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
}

/*ICON SYMBOLS***********************************************/

.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-icon2 {
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 50px;
	color: #f6f6f6;
	line-height: 50px;
	position: absolute;
	width: 100%;
	background: url(../images/burst.png)no-repeat -11px -6px;
	height: 100%;
	left: 2px;
	top: 2px;
	padding-top: 42px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

.circle-wrap-1 {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: relative;
	background: #98cc54;
	-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;
	margin-bottom: 20px;
}

.circle-wrap-2 {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: relative;
	background: #ff8e7b;
	-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;
	margin-bottom: 20px;
}

.circle-wrap-3 {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: relative;
	background: #649ebf;
	-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;
	margin-bottom: 20px;
}

.circle-wrap-4 {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: relative;
	background: #4b5056;
	-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;
	margin-bottom: 20px;
}

.circle-wrap-4:hover .ca-icon2,.circle-wrap-3:hover .ca-icon2,.circle-wrap-2:hover .ca-icon2,.circle-wrap-1:hover .ca-icon2 {
	font-size: 70px;
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
}

.ca-main {
	font-size: 24px;
	position: absolute;
	top: 100px;
	height: 80px;
	width: 130px;
	left: 50%;
	margin-left: -65px;
	opacity: 0.8;
	text-align: center;
	color: #555;
}

.ca-sub {
	display: none;
}

.ca-menu li:hover {
	border-color: #de5e2d;
	z-index: 999;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ca-menu li:hover .ca-icon {
	color: #de5e2d;
	font-size: 50px;
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
}

.ca-menu li:hover .ca-main {
	color: #222;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}

.ca-menu li:hover h2.ca-main {
	color: #444;
	opacity: 1;
	text-shadow: none !important;
}

@-webkit-keyframes moveFromBottom {
	from {
        -webkit-transform: translateY(200%) scale(0.5);
	opacity: 0;
}

to {
	-webkit-transform: translateY(0%) scale(1);
	opacity: 1;
}

}
@-moz-keyframes moveFromBottom {
	from {
        -moz-transform: translateY(200%) scale(0.5);
	opacity: 0;
}

to {
	-moz-transform: translateY(0%) scale(1);
	opacity: 1;
}

}
@-ms-keyframes moveFromBottom {
	from {
        -ms-transform: translateY(200%) scale(0.5);
	opacity: 0;
}

to {
	-ms-transform: translateY(0%) scale(1);
	opacity: 1;
}
}