@charset "UTF-8";
.prop_details_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 703px;
	padding-top: 66px;
}
.row.box_info {
	background-color: #F2EDE7;
}
.map_prop {
	padding-top: 35px;
}
.button_item {
	display: inline-block;
	background-color: #C8B5A3;
	color: #603813;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 5px;
	margin-right: 5px;
	width: 200px;
	margin-top: 15px;
}
.button_item.yellow {
	background-color: #F0D0A3;
}
.button_item:hover {
	background-color: #503E2F;
	color:#FFFFFF;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease
	
}
.buttons_prop {
	text-align: center;
	margin-top: 37px;
	margin-bottom: 40px;	
}
