#cmsinfo_block .item {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 42px;
	padding-left: 10px;
}

@media (max-width: 768px) {
	
	#cmsinfo_block .item {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	#cmsinfo_block .item:last-child {
		padding-bottom: 20px;
	}
}
 
#cmsinfo_block .item .item_box {
	text-align: center;
}

#cmsinfo_block .item .item_box p, #cmsinfo_block .item .item_box h4 {
	text-align: center;
	color: #FFF;
	padding-left: 0px;
}

#cmsinfo_block .item .item_box a {
	color: #fff;
	transition: all 0.3s ease 0s;		
}

#cmsinfo_block .item .item_box p a {
	color: #888888;
}


#cmsinfo_block .item .item_box:hover a {
	color: #888888;
	transition: all 0.3s ease 0s;
}

#cmsinfo_block .item .item_box h3 {
	font-size: 36px;
    background: #fff;
    padding: 20px;
	line-height:36px;
	width: 77px;
    vertical-align: middle;
    display: inline-block;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}

#cmsinfo_block .item .item_box:hover h3 {
	transition: all 0.3s ease 0s;
	background-attachment: scroll;
	background-color: #888888;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#cmsinfo_block .item .item_box h3.icon-plane:before {
	font-family: "fl-outicons";
	content: "\e05c";
	color: #000;
	font-weight: 700; }

#cmsinfo_block .item .item_box h3.icon-pay:before {
	font-family: "fl-outicons";
	content: "\e030";
	color: #000;
	font-weight: 700; }

#cmsinfo_block .item .item_box h3.icon-gift:before {
	font-family: "fl-outicons";
	content: "\e005";
	color: #000;
	font-weight: 700; }

#cmsinfo_block .item .item_box h3.icon-support:before {
	font-family: "fl-outicons";
	content: "\e057";
	color: #000;
	font-weight: 700; }

