/*  features-wrapper Start  */

#features-wrapper {
	padding: 6em 0 6em 0;
}
#features-wrapper {
	position: relative;
	background: #fff;
	text-align: center;
}
section:last-child, article:last-child {
	margin-bottom: 0;
}
.container {
	max-width: 1600px;
	margin: 0 auto;
}

.row {
	margin-left: -50px;
}
.row:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.row>* {
	padding: 50px 10px 0 50px;
	padding-top: 0;
}
.\34 u {
	width: 33.3333333333%;
	float: left;
	box-sizing: border-box;
}

.image-full {
	display: block;
	width: 100%;
	margin: 0 0 1.5em 0;
	
	transition: opacity 0.25s ease-in-out;
}
.image-full img {
max-width: 100%;
border: solid 6px #ebebeb;

}
.row h3 {
	font-size: 1em;
	letter-spacing: 2px;
	margin: 0 0 1.25em 0;
	font-weight: 600;
	color: #888;
}
.row p {
	margin-bottom: 1.2em;
	color: #777;
	line-height:1.5em;
	font-size: 16px;
}
.button {
	font-size: 0.85em;
	letter-spacing: 2px;
	padding: 0.85em 2.75em 0.85em 2.75em;
}
.icon {
	text-decoration: none;
}
.button {
	position: relative;
	display: inline-block;
	background: #ed786a;
	background: #922a5e;
	background: #f29600;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0;
	font-size: 1em;
	box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
	font-weight: 600;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-align: center;
}
.button:hover {
	background: #fd887a;
	background: #993366;
	background: #FFCC99;
}
.button:active {
	background: #ed786a;
	background: #993366;
}
.button.icon:before {
	padding-right: 0.75em;
	opacity: 0.5;
}
@media (max-width:768px) {
#features-wrapper {
	padding: 2em 0 2em 0;
}

.row {
	margin-left: 0;
}
.row>* {
	padding: 0 10px;
	padding-top: 0;
}
.\34 u {
	width:100%;
	float: none;
	box-sizing: border-box;
}
.image-full {

border: none;
}
.image-full img {
border: solid 6px #ebebeb;

}
}