.uc_mega_icon_feature_boxs * {
	margin: 0px;
	padding: 0px;
}
.uc_mega_icon_feature_boxs {
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
}
.uc_mega_icon_feature_boxs .uc_features *, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_mega_icon_feature_boxs .uc_features {
	height: 100%;
	position: relative;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 300px;
	position: relative;
	overflow: hidden;
	z-index: 900;
	cursor: default;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item:hover {
	color: #fff;
	z-index: 999;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item {
	background: #ffc000;
}

.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_big_icon {
	font-size: 100px;
	color: #aaa;
	position: absolute;
	width: 100px;
	height: 100px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_big_icon {
	color: #fff;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item:hover .uc_big_icon {
	top: 200%;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_big_small {
	font-size: 30px;
	color: #fff;
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	top: -60px;
	left: 50%;
	margin-left: -30px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	line-height: 55px;
	transition: all 0.3s;
	border: 4px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item:hover .uc_big_small {
	top: 30px;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_description {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 200%;
	left: 0;
	padding: 0 20px 20px 20px;
	color: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item:hover .uc_description {
	top: 110px;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_description h5 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 24px;
}

@media (max-width: 1199px) {
.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_big_small {
	display: none;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item:hover .uc_description {
	top: 0px;
}
}

@media (min-width: 768px) {
.uc_mega_icon_feature_boxs .uc_features .uc_features_item {
	width: 100%;
}
}

@media (max-width: 768px) {
.uc_mega_icon_feature_boxs .uc_features {
	height: auto;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item {
	height: auto;
	overflow: auto;
	padding: 30px 20px;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_big_icon {
	display: none;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_big_small, .uc_mega_icon_feature_boxs .uc_features .uc_features_item:hover .uc_big_small {
	position: relative;
	top: auto;
	left: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-color: #fff;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_description {
	position: relative;
	top: auto;
	left: auto;
	padding: 20px;
	color: #fff;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item:hover .uc_description {
	top: auto;
}
.uc_mega_icon_feature_boxs .uc_features .uc_features_item .uc_description h5 {
	color: #fff;
}
}
