
.object-fit_contain { object-fit: contain; }

video {
    width: 100%;
    height: calc((9 / 16) * 100vw);
	max-height: calc(100vh - 250px);
	margin-bottom: 1.5rem;
	position: relative;
}

html { 
	color: #222; 
	font-family: Monaco; sans-serif;
	background-color:#ccf2ff;
	/**#c6ecc6;/**#99e6ff;/**#ccf2ff;/**#b3ffe0;/**#b3e6ff;/** #fff2e6; **/
}

.header { 
	background-color:#734d26;
	color:#ecd9c6;
	text-transform: uppercase;
	display: block;
	overflow: auto;
	padding: 0 2rem 0 2rem;
	padding-top: 0.5rem;
}

.header a { text-decoration:none; color:#ecd9c6; vertical-align:middle;}

nav {
	background-color:#734d26;
	padding-left:2rem;
	z-index:1000;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
  }
  
  nav  li {
	float: left;
  }
  
  nav li a {
	display: block;
	color: #ffd699;
	text-align: center;
	padding: 0.5rem 0.75rem 0.5rem 0.75rem;
	text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  nav  li a:hover {
	background-color: #4d3319;
	color:#ffd633;
  }

p { font-weight: 200; font-size: 13px; margin-bottom: 0px; margin-top: 0;}

img { width:1200px; }

img[class] { 
	width: 100%;
}

.original-image {
	margin-bottom: 50px;
}

.hdrPic {
	max-width:2400px;
	margin: 0 0 20px 0;
	text-align:center;
}

.legend { max-width:50%; margin:0 auto; position:relative; text-align:center; }

* { box-sizing: border-box; }
body { font-family: "Oswald", sans-serif; margin:0; padding-bottom:5rem; }
.mySlides { display: none; color:#222222; }
img { vertical-align: middle; }

.container {
	max-width: 2400px;
	position: relative;
	margin: auto;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color:#cccccc;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

.pic_caption {
	color: #222222;
	font-size: 15px;
	padding: 8px 12px;
	float:left;
}
.pic_number {
	color: #222222;
	font-size: 12px;
	padding: 8px 12px;
	float:right;
}

.room > .room-inner {
	position: relative; 
}
.room > .xxroom-inner:after {
	position: absolute;
	content: "";
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-color: #ecd9c6;
	width: 100%;
	z-index: -1;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden; 
}

.room .room-details {
	top: -1rem;
	position: relative;
	bottom:-1rem;
	padding-right:1rem;
	text-align: center;
}

.room h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 0; 
}

.room p {
	margin-bottom: 0; 
	color:#222222;
}

.room strong {
	font-weight: normal; 
}

.room:hover > .room-inner:after, .room:focus > .room-inner:after {
	opacity: 1;
	visibility: visible; 
}

.room:hover .room-details, .room:focus .room-details {
	position: relative;
	bottom:-1rem;
}
.room-details > h3 { font-family: "Oswald", sans-serif; font-weight: 300 !important; text-transform: uppercase; }

.room:hover h3, .room:focus h3, .room:hover p, .room:focus p {
	xxcolor: #fff; 
}

.room:hover p, .room:hover strong, .room:focus p, .room:focus strong {
	xxcolor: #939393; 
}
  
.room { margin-right:1rem; }  

.room-set {
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin:0 auto;
}
.room-set { 
	justify-content: center;
	display: flex;
}
.room-set div {
	margin: 5px;
}

.room-inner a { 
	display:inline-block; 
	text-align:center;
}
.room-link img {
	max-height:15rem;
	width: auto;
	object-fit: contain;
}

.room-link img {
	border:solid 2px;
	border-bottom-color:#ffe;
	border-left-color:#eed;
	border-right-color:#eed;
	border-top-color:#ccb;
	max-width:100%;
  }
  
  .picFrame {
	background-color:#eafaea;
	border:solid 1vmin #eee;
	border-bottom-color:#d9b38c;
	border-left-color:#cc9966;
	border-radius:2px;
	border-right-color:#cc9966;
	border-top-color:#bf8040;
	box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
	box-sizing:border-box;
	display:inline-block;
	padding:0.5vmin;
	position:relative;
	text-align:center;

	&:before {
	  border-radius:2px;
	  bottom:-2vmin;
	  box-shadow:0 2px 5px 0 rgba(0,0,0,.25) inset;
	  content:"";
	  left:-2vmin;
	  position:absolute;
	  right:-2vmin;
	  top:-2vmin;
	}

	&:after {
	  border-radius:2px;
	  bottom:-2.5vmin;
	  box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
	  content:"";
	  left:-2.5vmin;
	  position:absolute;
	  right:-2.5vmin;
	  top:-2.5vmin;
	}
  }


	
.villaDesc { color:#222222;  }
.vDesc, .vPrice, ul { 
	font-size:120%;
	line-height:140%;
	margin-bottom:0.75rem; 
}
#about li { margin-bottom:0.5rem; }
.vPrice { font-size:130%; }
.vLang { float:left; padding-right:2rem; font-size:90%; }

.hdrDesc { 
	text-align:center;
	font-size: 175%;
	margin-top:0.5rem;
	white-space: nowrap;
}


.row label { display:inline-block; width:6rem; vertical-align:top;}
.row { vertical-align:top; }
.row input, .row textarea { outline:none; padding:0.3rem 0.5rem 0.3rem 0.5rem; margin-bottom:0.25rem;}
.xxrow input:hover { border:solid 1px #ff0000; }

.row input::-webkit-search-decoration,
.row input::-webkit-search-cancel-button,
.row input::-webkit-search-results-button,
.row input::-webkit-search-results-decoration { display: none; }

.contactInfo, .getInTouch { 
	border-radius:1rem;
	display:inline-block;
	background-color:#ffffe6;
	padding:1.5rem;
	vertical-align:top;
	text-align: left;
}
.contactInfo {
	margin-left:0;
	margin-top:1rem;
	}
.getInTouch {     padding: 0 1.5rem 0 1.5rem; }
.contactSection { 
	vertical-align:top;
	color:#333333;
	background-color:#ffe6cc;
	padding:1rem 2rem 1rem 2rem;
	overflow:auto; 
	border-top:solid 1px #734d26;
	border-bottom:solid 1px #734d26;
	margin:0;
} 
.contactUs {
	text-align: center;
}	

.aLeft  { float: left; } 
.aLeft a { color:#d2a679; }
.aRight { float: right; padding-top: 1rem;}

@media screen and (min-width:1000px) {
	.contactInfo { margin-left:3rem; margin-top:0;}
}
@media screen and (min-width: 780px) {
	.villaDesc {  padding-left:8rem; padding-right:8rem; }
}	
@media screen and (min-width: 1024px) {
	.villaDesc {  padding-left:11rem; padding-right:11rem; }
}
@media screen and (min-width: 1280px) {
	.villaDesc {  padding-left:15rem; padding-right:15rem; }
}
@media screen and (max-width: 768px) {
	.villaDesc { color:#222222; padding-left:5rem; padding-right:5rem; }
}
