@charset "UTF-8";
#villa_intro {
	background-color: #FFFFFF;
	margin-top: -80px;
	z-index: 456;
	border-top: 15px solid #FFFFFF;
	background-image: url(../img/the_villa/division_up.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 34px;
	padding-bottom: 60px;
}
#services_box {
	background-image: url(../img/the_villa/division_down.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f6f3db;
	padding-bottom: 53px;
	padding-top: 46px;
}
#list_amenities  {
	margin-top: 27px;
	list-style-position: outside;
	margin-left: -23px;
}
#list_amenities li {
	margin-bottom: 5px;
}
.subtittle {
	font-size: 23px;
	color: #716558;
}
#suites_content {
	padding-bottom: 40px;
}
.list_amenities {
	margin-bottom: 0px;
}
.list_amenities li {
	margin-bottom: 5px;
}
#suites_box {
	background-color: #e3ded1;
	background-image: url(../img/the_villa/division_down.png), url(../img/layout/brown-back.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: center top, center bottom;
	padding-top: 67px;
}
#suite_info_box {
	background-color: #f6f3db;
}
#rotator_box {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -10px;
}
#suites_amenities {
	margin-top: 20px;
	margin-bottom: 25px;
}
#suite_info {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
#reserve_button {
	display: inline-block;
	background-color: #716558;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 34px;
	color: #FFFFFF;
	font-family: 'TrajanPro-Regular';
	font-size: 16px;
	line-height: 22px;
	-webkit-transition: all 5s ease-in-out;
  	-moz-transition: all 5s ease-in-out;
  	-o-transition: all 5s ease-in-out;
 	 transition: all .5s ease-in-out;
}
#reserve_button:hover{
	background-color:#402c1b;
	text-decoration:none;
}	
#total_suites_content {
	padding-top: 0px;
}


#border_pic {
	border: 2px solid #FFFFFF;
	width: 100%;
	height: 100%;
}
#box_item {
	position:relative
}
#border_pic {
	border: 2px solid #FFFFFF;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 5%;
}
#suite_info_box {
	margin-bottom: 59px;
}
#villa_picture {
	width: 100%;
	height: auto;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:991px){
#villa_intro {
	margin-top: 1px;
}
#villa_picture {
	margin-top: 39px;
}
}
