@font-face {
	font-family: 'icomoon';
	src:url('icomoon/icomoon.eot');
	src:url('icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('icomoon/icomoon.woff') format('woff'),
		url('icomoon/icomoon.ttf') format('truetype'),
		url('icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

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

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

/* Button 3 */
.btn-3 {
	border-radius: 0px;
	border: 1px solid #ffffff;
	color: #ffffff;
	overflow: hidden;
}

.btn-3:active {
	border-color: #17954c;
	color: #17954c;
}

.btn-3:hover {
	background: #ffffff;
	color:#000000;
	border:#ffffff 1px solid;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-3:active:before {
	color: #17954c;
}

/* Button 4 */
.btn-4 {
	border-radius: 0px;
	border: 3px solid #696969;
	color: #696969;
	overflow: hidden;
}

.btn-4:active {
	border-color: #17954c;
	color: #17954c;
}

.btn-4:hover {
	background: #d21217;
	color:#ffffff;
	border:#d21217 3px solid;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #17954c;
}

/* Button 4c */
.btn-4c:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.btn-4c:hover:before {
	left: 80%;
	opacity: 1;
}

.btn-3c:before {
	left: 70%;
	opacity: 0;
	top: 0;
	color:#000000;
}

.btn-3c:hover:before {
	left: 80%;
	opacity: 1;
}


