/* 


.ch-grid {
	margin: 0 auto;
	padding: 20px 0 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 710px;
	position:relative;
	height:500px;
	overflow: hidden;
}
 
.ch-grid:after,
.ch-item:before {
	content: '';
	display: table;
	overflow: hidden;
}
 
.ch-grid:after {
   clear: both;
}

.ch-grid h1.centre-title{
	width: 250px;
	height:105px;
	left:50%;
	top:51%;
	color: #003a63;
	margin-left:-125px;
	margin-top:-52.5px;
	line-height: normal;
	text-align: center;
	position:absolute;
	font-size: 25px;
}	
.ch-grid .ch-container {
	width: 130px;
	height: 130px;
	display: inline-block;
	position:absolute;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	behavior: url('border-radius.htc');
	position: relative;
	cursor: default;
	box-shadow: 
			inset 0 0 0 3px rgba(10,117,187,0.6),
			0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.ch-img-1 { 
  background-image: url('../img/Business Suite/IT-Help-Desk.jpg');
}
.ch-img-2{ 
  background-image: url('../img/Business Suite/Employee-Service-Center.jpg');
}
.ch-img-3 { 
  background-image: url('../img/Business Suite/Customer-Support.jpg');
}
.ch-img-4{ 
  background-image: url('../img/Business Suite/Human-Resources.jpg');
}
.ch-img-5{ 
  background-image: url('../img/Business Suite/Asset-Tracking.jpg');
}
.ch-img-6{ 
  background-image: url('../img/Business Suite/Equipment-Tracking.jpg');
}
.ch-img-7{ 
  background-image: url('../img/Business Suite/Finance-and-Administration.jpg');
}
.ch-img-8{ 
  background-image: url('../img/Business Suite/Facility-Maintenance.jpg');
}
.ch-info{
	position: absolute;
	background: #fa8100;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	top: -15px;
	left: -15px;
}

.ch-info p a {
	text-decoration: none;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.ch-info p a:hover {
	color: #fff;
}

.ch-title{
	position: absolute;
	background: rgba(10,117,187, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	cursor:pointer;
	display:table;
	opacity:1;	
}
.ch-title h3 {
	display:table-cell;
	vertical-align:middle;
	color: #fff !important;
	font-size: 17px !important;
	letter-spacing:1px;
	max-width:127px;
	margin: 0 auto 5px !important;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-img-7 h3{
	font-size:16px !important;	
}
.ch-info p {
	color: #fff;
	padding: 25px 5px;
	font-style: italic;
	margin: 0 10px;
	font-size: 13px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}
.ch-info p a {
	color: #fff !important;
	font-style: italic;
	font-size: 13px;
    font-family:'Open Sans' Arial, sans-serif;
}
 
.ch-info p a:hover {
	color: #fff;
}
.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.ch-item:hover .ch-info p {
	opacity: 1;
	display: table-cell;
	vertical-align: middle;
	padding: 27px 10px 17px 10px;
	height: 130px;
}

#ch1, #ch5{
	left: 50%;
	margin-left: -65px;	
}
#ch2, #ch8{
	top:65px;
	right:120px;	
}
#ch3, #ch7, #more-apps #ch4{
	right:0px;
	top:50%;
	margin-top:-65px;	
}
#ch4, #ch6{
	bottom:65px;
	right:120px;	
}
#ch5{
	bottom:0px;
}
#ch6{
	left:120px;
}
#ch7, #more-apps #ch4{
	left:0px;	
}
#ch8{
	left:120px;
	top:65px;	
}
#more-apps #ch2{
	top: 22%;
	right: 175px;	
	margin-top:-65px;
}
#more-apps #ch1{
	top: 22%;
	left: 240px;
	margin-top: -65px;
}
.connector{
	height: 50px;
	position: absolute;
	border-left: 2px solid #FA8100;
	width: 0px;
	text-indent: -9999px;
}
#con1{
	top: 155px;
	left: 50%;		
}
#con2{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 170px;
	right: 260px;
	height: 40px;
}
#more-apps #con2{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 180px;
	left: 285px;
}
#con3{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 43%;
	right: 175px;
	height: 66px;
}
#con4{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 170px;
	right: 260px;
	height: 40px;
}
#more-apps #con4{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 180px;
	right: 300px !important;
	
}
#con5{
	bottom: 155px;
	left: 50%;
}
#con6{
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	bottom: 170px;
	height: 40px;
	left: 260px;
}
#con7, #more-apps #con1{
		-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 43%;
	left: 175px;
	height: 66px;
}
#con8{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 170px;
	left: 260px;
	height:40px;	
}

.ch-img-5 .ch-info{
  top:-30px;
} */