.bg-foot {
  background-color: #eacea6 !important;
}
#inquiry article.row {
	align-items: center;
}
#inquiry input, #inquiry textarea {
    padding: 5px;
    /*border: solid 1px #ff8484;*/
	border: 1px solid #fbd088;		
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    font-weight: 300;
}
article > div > input,  #inquiry textarea {
	background: #fff4e2;
	width:100%;
}
#inquiry label {
	margin-bottom: 0 !important;
	line-height: 34px;
}
.form-submit {
   	text-align: center;
	margin: 10px 0px;
}
.form-submit input {
    margin: 0px 20px;
    padding: 5px 20px !important;
}
.g-recaptcha > div {
		margin: 0 auto;
}

/*----- gototop -----*/
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	z-index:9999;
}		
#back-to-top {
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background: rgba(63, 138, 122, 0.8);
	color: #ffffff;
}
#back-to-top:hover {
	background: #025172;
}

@media (min-width: 576px) {
	.w-sm-100 {
		width: 100% !important;
	}
	
}

@media (min-width: 992px) {
	.w-lg-75 {
		width: 75% !important;
	}
}