
a.btn {
	border-radius: 0px;
	box-shadow: none;
	effect: none;
	background: none;
	border: none;
	text-shadow: none;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	clear: both;
	width: auto;
	padding: 6px 8px 6px 20px;
	background: url(../img/main/icon_arrow_black.svg) 3px 9px no-repeat #fff;
	border: none;
	text-align: left;
	margin: 20px 0px 0px 0px;
	box-shadow: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

	a.btn.green {
		background: url(../img/main/icon_arrow_white.svg) 3px 9px no-repeat #009e43;
		color: #fff;
	}

	a.btn.black {
		background: url(../img/main/icon_arrow_white.svg) 3px 9px no-repeat #000;
		color: #fff;
	}

		a.btn.black.selected {
			background: url(../img/main/icon_arrow_black.svg) 3px 9px no-repeat #fff;
			color: #000;
		}

	a.btn:hover {
		background: url(../img/main/icon_arrow_white.svg) 3px 9px no-repeat #000;
		text-decoration: none;
		color: #fff;
	}

	a.btn.black:hover {
		background: url(../img/main/icon_arrow_black.svg) 3px 9px no-repeat #fff;
		color: #000;
	}

	a.btn.dark-green {
		background: url(../img/main/icon_arrow_white.svg) 3px 9px no-repeat #002327;
		color: #fff;
	}
