.services-wrapper{
	width: 100%;
	background: #fff;
}

.services{
	padding-top: 5px;
	padding-bottom: 5px;
}

.services .h1{
	padding-bottom: 32px;
	text-align: center;
}

.services .col-xs-12.col-md-3{
	float: none;
	display: inline-block;
	vertical-align: top;
}

.services .services-item{	
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
	text-decoration: none;
}

.services-item__pic{
	width: 40%;
	height: 40%;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.services-item__pic > img{
	width: 100%;
	height: 100%;
	align-content: center;
	justify-content: center;
	background-size: auto;
	background-position:  center;
	background-repeat: no-repeat;
}

}

.services-item__icon{
	width: 180px;
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 90px;
	background: #F4FBFF;	

}

.bx-no-touch .services .services-item:hover .services-item__icon,
.bx-touch .services .services-item:active .services-item__icon,
.bx-no-touch .sections .section-item:hover .section-item__icon,
.bx-touch .sections .section-item:active .section-item__icon{	
	background: transparent;
}

.services-item__icon > i,
.section-item__icon > i{
	font-size: 70px;
	color: #455a64;
}

.bx-no-touch .services .services-item:hover .services-item__icon > i,
.bx-touch .services .services-item:active .services-item__icon > i,
.bx-no-touch .sections .section-item:hover .section-item__icon > i,
.bx-touch .sections .section-item:active .section-item__icon > i{	
	color: #00BFFF;
}

.services-item__caption{
	width: 100%;
	text-align: center;
}

.services-item__title{	
	margin-top: 18px;
	font-family: "Gotham Pro", sans-serif; font-weight: normal;
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bx-no-touch .services .services-item:hover .services-item__title,
.bx-touch .services .services-item:active .services-item__title{
	color: #00BFFF;
}

.services-item__text{
	margin-top: 12px;
	color: #455a64;
}

/***PHONES***/
@media(max-width: 1042px){
	.services{
		padding-top: 8px;
		padding-bottom: 20px;
	}

	.services .h1{		
		padding-bottom: 24px;
	}	

	.services .col-xs-12.col-md-3{
		float: left;
		display: block;
	}

	.services .services-item{
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 12px;
	}
	
	.services-item__pic{
		width: 86px;
		min-width: 86px;
		margin-right: 12px;
	}

	.services-item__pic > img{
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.services-item__pic > img[data-lazyload-src]{
		-webkit-transition: opacity 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s;
		transition: opacity 0.3s ease 0s;
	}

	.bx-no-touch .services .services-item:hover .services-item__pic > img,
	.bx-touch .services .services-item:active .services-item__pic > img{	
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);	
	}

	.services-item__icon{
		width: 80px;
		min-width: 80px;
		height: 80px;
		margin-right: 12px;
		-webkit-transition: all 0.45s ease 0s;
		-moz-transition: all 0.45s ease 0s;
		-o-transition: all 0.45s ease 0s;
		transition: all 0.45s ease 0s;
	}

	.bx-no-touch .services .services-item:hover .services-item__icon,
	.bx-touch .services .services-item:active .services-item__icon{
		background: #FFF;
	}

	.services-item__icon > i{
		font-size: 32px;
	}

	.bx-no-touch .services .services-item:hover .services-item__icon > i,
	.bx-touch .services .services-item:active .services-item__icon > i{
		-moz-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	.services-item__caption{
		text-align: left;
	}

	.services-item__title{
		margin-top: 3px;
		-webkit-transition: all 0.45s ease 0s;
		-moz-transition: all 0.45s ease 0s;
		-o-transition: all 0.45s ease 0s;
		transition: all 0.45s ease 0s;
	}

	.services-item__text{
		margin-top: 6px;
	}
}