@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-arrow-right:before {
	content: "\e00d";
}

.btn-check-rates {
	background: #693C34;
	cursor: pointer;
        font-size: 12px;
	padding: 15px;
	display: inline-block;
        text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
        width: 100%;
        letter-spacing: 2px;
}

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

.btn-check-rates:hover {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
}

.btn-check-rates:before {
	position: absolute;
	height: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
        
        left: 60%;
	opacity: 0;
	top: 0;
        
        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;
}

.btn-check-rates:hover:before {
	left: 70%;
	opacity: 1;
}

.btn-check-rates:active {
	border-color: #17954c;
	color: #FFFFFF;
}

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


