/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: ASDE Commercial
/*
/**************************************************************************************/

/**************************************************************************************/
/**************************************************************************************/
/*   Elements
/**************************************************************************************/
/**************************************************************************************/







/**************************************************************************************/
/*   Headings and Titles															  */




/**************************************************************************************/
/*   Acymailing																		  */



/**************************************************************************************/
/*   Circle Menu																	  */

.circle_menu
{
	position: relative;
	overflow: hidden;
	border-top: 1px solid #e2e2e2;
}

.circle_menu ul
{
	position: relative;
	left:50%;
	float: left;
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
}

.circle_menu ul li
{
	background-color: #00457c;
	background-image: -moz-linear-gradient(top, #D6A010, #00457c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D6A010), to(#00457c));
	background-image: -webkit-linear-gradient(top, #10c5f6, #00457c);
	background-image: -o-linear-gradient(top, #D6A010, #00457c);
	background-image: linear-gradient(to bottom, #00457c, #00457c);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff10c5f6', endColorstr='#ff0bb9f5', GradientType=0);
	
	border-radius: 50%;
	position:relative;
	top: 0;
	left: -50%;
	float: left;
	list-style: none outside none;
	padding: 30px 0 23px;
	text-align: center;
	width: 209px;
	height: 154px;
	margin-top: 45px;	
	margin-left: 20px;
}

.circle_menu ul li.firstItem
{
	margin-left: 0px;	
}

.circle_menu ul li:hover
{
	background-color: #D6A010;
	background-image: none;
		
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.circle_menu ul li h3
{
	padding: 0px;	
	font-size: 20px;
	font-weight: normal;
}

.circle_menu ul li h3 a
{
	padding: 65px 0px 0px;
	margin: 0px 0px 10px;
}

.circle_menu ul li a
{
	color: #ffffff;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 50px;
}

.circle_menu ul li:hover a
{
	color:#fff;
	background-position: 50% -90px !important;
}

.circle_menu ul li p a
{
	color: #fff;
	font-size: 12px;
	padding: 0 30px;
	line-height: 20px;
}

.circle_menu ul li:hover p
{
	color:#fff;
}

.circle_menu ul li.service_1 h3 a
{
	background: url(../images/ico.services.1.png)no-repeat scroll 50% top rgba(0, 0, 0, 0);
}

.circle_menu ul li.service_2 h3 a
{
	background: url(../images/ico.services.2.png)no-repeat scroll 50% top rgba(0, 0, 0, 0);
}

.circle_menu ul li.service_3 h3 a
{
	background: url(../images/ico.services.3.png)no-repeat scroll 50% top rgba(0, 0, 0, 0);
}

.circle_menu ul li.service_4 h3 a
{
	background: url(../images/ico.services.4.png)no-repeat scroll 50% top rgba(0, 0, 0, 0);
}

.circle_menu ul li.service_5 h3 a
{
	background: url(../images/ico.services.5.png)no-repeat scroll 50% top rgba(0, 0, 0, 0);
}
