.ch-container{
	/*overflow: hidden;*/
	width: 100%;
	max-width: 800px;
	margin: 5px auto;
	position: relative;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	-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;
	background-size: cover;
    background-position: center;
}

.ch-info {
	position: absolute;
	background: #fff;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	border: 10px solid #231f20;
	opacity: 1;
	-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(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-backface-visibility: hidden;
}

.ch-info h3 {
	color: #ef710a;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	height: 115px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
	font-weight: 900;
}
.ch-info > span{
	display: block;
	width: 56px;
	height: 2px;
	background: #898d90;
	margin: 0 auto;
	padding: 0;
}
.ch-info p {
	color: #231f20;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	/*border-top: 4px solid #ef710a;*/
	opacity: 1;
	-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 {
	display: block;
	color: #231f20;
	font-style: normal;
	font-weight: 700;
	/*text-transform: uppercase;*/
	font-size: 20px;
        line-height: 1.1;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	text-decoration: none;
}

.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(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.ch-item:hover .ch-info p {
	opacity: 0;
}

.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    /*width: auto;*/
    height: 250px;    
    white-space: nowrap;
    padding-left: 100px;
}

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

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

.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
	white-space: normal;
}

@media screen and (max-width: 887px){
	#service-wapper{
		padding: 80px 0;
	}
	.ch-container .nbs-flexisel-nav-left,
	.ch-container .nbs-flexisel-nav-right {
		top: 250px;
	}
	.ch-container .nbs-flexisel-nav-left {
		left: 0;
	}
	.ch-container .nbs-flexisel-nav-right {
		right: 0;
	}
}

.home .ch-container .nbs-flexisel-inner{
    background: transparent;
    border: none;
}

#info-slider .nbs-flexisel-item{
    width: 220px !important;
    height: 220px !important;
}