@charset "UTF-8";
.form_field {
	background-color: #f0e9d2;
	border-style: none;
	width: 100%;
	height: 41px;
	line-height: 41px;
	outline:none;
	padding-left:15px;
}
.form_field2 {
	background-color: #dbd3ba;
	border-style: none;
	width: 100%;
	height: 41px;
	line-height: 41px;
	outline:none;
	padding-left:15px;
}
::-webkit-input-placeholder {
   color: #9E9E9E;
   padding-left:15px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #9E9E9E;
  padding-left:15px;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #9E9E9E;
  padding-left:15px;
}

:-ms-input-placeholder {  
  color: #9E9E9E;
  padding-left:15px;
}
.asterix {
	font-size: 28px;
	float: left;
	margin-left: -18px;
	color: #e1d3a6;
}
.asterix2 {
	font-size: 28px;
	float: right;
	margin-right: -18px;
	color: #e1d3a6;
}

.field_reservation {
	padding-bottom: 19px;
}
.form_button {
	border-style: none;
	background-color: #716558;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
	border-radius: 24px;
	font-family: 'TrajanPro-Regular';
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 50
}
.required_text {
	float: right;
}
.form_button:hover {
	background-color:#BD8D46;
}
#book_box {
	background-color: #f6f3db;
	background-image: url(../img/the_villa/division_down.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.validation_field {
	text-align: left;
	padding-left: 17px;
	padding-top: 6px;
	color: #D01415;
}
.rates_tittle {
	background-color: #F0E9D2;
	margin-left: -15px;
	margin-right: -15px;
	font-size: 16px;
	color: #4E3521;
	font-family: 'TrajanPro-Regular';
	font-weight: 500;
	line-height: 19.1px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 20px;
}
.rate_row {
	padding-top: 11px;
	padding-bottom: 20px;
}
#rates_box {
	margin-top: 21px;
}


@media screen and (max-width:768px){
	.asterix2 {
	font-size: 28px;
	float: left;
	margin-left: -18px;
	color: #e1d3a6;
}
}

@media screen and (max-width:560px){
.rate_sub {
	display: block;
}
.rates_tittle {
	height: 53px;
}
}
