/*Home*/
.ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}
.ch-grid li {
  background: none repeat scroll 0 0 transparent !important;
  display: inline-block;
  height: 240px;
  margin: 0 20px;
  padding-left: 0 !important;
  width: 240px;
}

/*About*/
.ch-grid1 {
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
}

.ch-grid1:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid1:after {
	clear: both;
}
.ch-grid1 li {
  display: inline-block;
  height: 160px;
  margin: 0 13px;
  width: 160px;
}

/*Services*/
.ch-grid2 {
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
	width: 240px;
	height: 240px;
	margin: 20px;
}

.ch-grid2:after,
.ch-item2:before {
	content: '';
    display: table;
}

.ch-grid2:after {
	clear: both;
}

@media handheld, only screen and (max-width: 1024px) {
	.ch-grid li {
		width: 220px;
		height: 220px;
		margin: 5px;
	}
	.ch-grid1 li {
		margin: 5px;
	}
	.ch-grid2 {
		width: 220px;
		height: 210px;
		margin: 17px;
	}
  .ch-item {
    height: 210px !important;
    width: 220px !important;
  }
}
