/*
==============================
Page: 404
==============================
*/

.error-404 .btn {
	width:100%;
	font-family:'Roboto', sans-serif;
}
.error-404 .btn.fw-400 {
	font-weight:400;
}
.error-404 .btn.border-grey:hover {
	border-color:#1AAB88;
	background-color:#1AAB88 !important;
	color:#fff;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.error-404 .btn.bg-green:hover {
	border-color:#195041;
	background-color:#195041 !important;
	color:#fff;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.error-404 .bg-image-regular {
	height:45vh;
}
@media (min-width:768px) {
	.error-404 .bg-image-regular {
		height:55vh;
	}
}
