
/* INFO */

#info {
	padding:70px 0 90px 0;
}

#info i {
	color:#fac42b;
	margin-bottom:10px;
}

.feature {
	margin:50px 0 0 0;
}


/* FEATURES */

#features {
	padding:70px 0 70px 0;
}

#info i {
	color:#898780;
	margin-bottom:10px;
}

.feature {
	margin:50px 0 0 0;
}



/* BUTTONS */

.button {
	font-family:'montserratregular';
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-xsmall {
	padding:2px 7px;
	font-size:11px;
	letter-spacing:1px;
}

.button-small {
	padding:5px 30px;
	font-size:13px;
	letter-spacing:1px;
}

.button-big {
	padding:10px 18px;
	font-size:21px;
}

.button-line-light {
	color:#ffffff;
	background:transparent;
	border:2px solid #ffffff;
}

.button-line-light:hover,
.button-line-light:active {
	color: #bac2ba;
	background: #ffffff;
	text-decoration:none;
}

.button-line-dark {
	color:#2f3034;
	background:transparent;
	border:2px solid #2f3034;
}

.button-line-dark:hover,
.button-line-dark:active {
	color: #ffffff;
	background: #2f3034;
	text-decoration:none;
}

