* {box-sizing: border-box;}
ul {list-style-type: none;}
body {
    width: 100%;
	font-family: "Arial";
	overflow-x: hidden;
	margin:0 auto;

	}
 
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  width: 100%;
  height: 400px;
}

.item {
  display: inline-block;
}
  .featured-image {
    float: left;
    width: 40%;
  }
  .featured-image img {
    width: 100%;
	border-radius: 15px 15px 15px 15px;
  }
  .description {
    float: left;
    width: 60%;
  }


.bcontainer1 {
  width: 80%;
  margin: auto; 
}

.bcontainer2 {
  width: 80%;
  margin: auto; 
}

.container {
  width: 100%;
  margin: 0; 
  margin: 1rem auto;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 8vw);
  grid-gap: .2rem; 
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
  object-fit: fill;
	border-radius: 15px 0 0 15px;
	overflow: hidden;
  margin: inherit;
}

.gallery__item--2 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: inherit;
}

.gallery__item--3 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 3;
	border-radius: 0 15px 0 0;
	overflow: hidden;
  margin: inherit;
}

.gallery__item--4 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 5;
  margin: inherit;
}

.gallery__item--5 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 3;
  grid-row-end: 5;
	border-radius: 0 0 15px 0;
	overflow: hidden;
  margin: inherit;
}

.shortgallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 8vw);
  grid-gap: .2rem; 
}

.shortgallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}

.shortgallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
	border-radius: 15px 0 0 15px;
	overflow: hidden;
  margin: inherit;
}

.shortgallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: inherit;
}

.shortgallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: inherit;
}

.shortgallery__item--4 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 3;
	border-radius: 0 15px 15px 0;
	overflow: hidden;
  margin: inherit;
}

.singlegallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 8vw);
  grid-gap: .2rem; 
}

.singlegallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}

.singlegallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 3;
	border-radius: 15px 15px 15px 15px;
	overflow: hidden;
  margin: inherit;
}

 
.gallerytext {
    margin: auto;
    padding: 0px;
	line-height: 1.5;
    font-size: 1.4vw;
	text-align: center;
}
 
.top001 {
    margin: 0px;
    padding: 1px;
	line-height: 1.5;
	border-bottom: 1px solid #b0b0b0;
    font-size: 3vw;
    font-weight: bold;
}
    .divider10 { 
    width: 100%;
    margin: auto;
    padding: 0px;
      text-align: center; 
    } 
 
    .divider10 hr { 
    width: 50%;
    margin: 5px auto;
      border: none; 
      height: 1px; 
      background-color: #ffffff; 
    } 
    .divider10hide { 
    width: 100%;
    margin: auto;
    padding: 0px;
      text-align: center; 
    } 
 
    .divider10hide hr { 
    width: 50%;
    margin: 5px auto;
      border: none; 
      height: 1px; 
      background-color: #ffffff; 
    } 
    .divider20 { 
    width: 100%;
    margin: auto;
    padding: 0px;
      text-align: center; 
    } 
    .divider20 hr { 
    width: 50%;
    margin: 10px auto;
      border: none; 
      height: 1px; 
      background-color: #ffffff; 
    } 
    .divider20hide { 
    width: 100%;
    margin: auto;
    padding: 0px;
      text-align: center; 
    } 
    .divider20hide hr { 
    width: 50%;
    margin: 10px auto;
      border: none; 
      height: 1px; 
      background-color: #ffffff; 
    } 

.large001text {
    margin: auto;
    padding: 0px;
	line-height: 1.5;
    font-size: 2.2vw;
	text-align: left;
	font-weight: bold;
}
.medium001text {
    margin: auto;
    padding: 0px;
	line-height: 3.5;
    font-size: 1.8vw;
	text-align: left;
}
.lesslineheight {
	line-height: 1.5;
}
.muchlesslineheight {
	line-height: 1.0;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
  
.small001text {
    margin: auto;
    padding: 0px;
	line-height: 1.5;
    font-size: 1.2vw;
	text-align: left;
}

.link001 {
    margin: auto;
    padding: 0px;
	line-height: 3.5;
    font-size: 1.6vw;
	text-align: left;
}

/* star icons */

.star_div {
width: 9%;
}

.star_text {
    padding: 0px;
	line-height: 1.5;
    font-size: 1.2vw;
	text-align: left;
	font-weight: bold;
}

.star_img1 {
  width: 100%;
  object-fit: contain;
  display: block; 
}

.star_img2 {
  width: 25%;
  object-fit: contain;
  display: block; 
}

a.button {
	appearance: auto;	
  /* use inline-block because it respects padding */
  display: inline-block;
  /* padding creates clickable area around text (top/bottom, left/right) */
  padding: .3em 1em;
  /* round corners */
  border-radius: 3px;
  /* remove underline */
  text-decoration: none;
  /* set colors */
	line-height: 1.0;
    font-size: 13px;
  color: white;
  background-color: #4E9CAF;
  border: 1px solid black;
}
button.button {
  /* use inline-block because it respects padding */
  display: inline-block;
  /* padding creates clickable area around text (top/bottom, left/right) */
  padding: .3em 1em;
  /* round corners */
  border-radius: 3px;
  /* remove underline */
  text-decoration: none;
  /* set colors */
	line-height: 1.0;
    font-size: 13px;
  color: white;
  background-color: #4E9CAF;
  border: 1px solid black;
}

.t1container { padding: 10px 12px; }
#text{ width:100%; }
.t1frame {
    float:right;
    margin-left:10px;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -moz-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
}
.visiblet1 {
    display: block;
}

.hiddent1 {
    display: none;
}

.t2container { padding: 10px 12px; width:100%; }
#text{ width:100%; }
.t2frame {
    float:right;
    margin-left:10px;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -moz-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
}
.visiblet2 {
    display: block;
}

.hiddent2 {
    display: none;
}

.t3container { padding: 10px 12px; width:100%; }
#text{ width:100%; }
.t3frame {
    float:right;
    margin-left:10px;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -moz-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
}
.visiblet3 {
    display: block;
}

.hiddent3 {
    display: none;
}

.t4container { padding: 10px 12px; width:100%; }
#text{ width:100%; }
.t4frame {
    float:right;
    margin-left:10px;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -moz-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
}
.visiblet4 {
    display: block;
}

.hiddent4 {
    display: none;
}

.t5container { padding: 10px 12px; width:100%; }
#text{ width:100%; }
.t5frame {
    float:right;
    margin-left:10px;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -moz-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
}
.visiblet5 {
    display: block;
}

.hiddent5 {
    display: none;
}

.t6container { padding: 10px 12px; width:100%; }
#text{ width:100%; }
.t6frame {
    float:right;
    margin-left:10px;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -moz-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
}
.visiblet6 {
    display: block;
}

.hiddent6 {
    display: none;
}

.t7container { padding: 10px 12px; width:100%; }
#text{ width:100%; }
.t7frame {
    float:right;
    margin-left:10px;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -moz-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
}
.visiblet7 {
    display: block;
}

.hiddent7 {
    display: none;
}

.t8container { padding: 10px 12px; width:100%; }
#text{ width:100%; }
.t8frame {
    float:right;
    margin-left:10px;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -moz-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.8);
}
.visiblet8 {
    display: block;
}

.hiddent8 {
    display: none;
}
 
.formcontainer {
	
	  border-radius: 5px;
	  background-color: #f2f2f2;
	  padding: 20px;
	  width: 100%;
	  margin: 0; 
	  margin: 1rem auto;

	textarea {
	  padding: 12px 12px 12px 0;
	  display: inline-block;
	}
	
	
	input[type=text], select, textarea {
	  width: 100%;
	  padding: 12px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  resize: vertical;
	}

	label {
	  padding: 12px 12px 12px 0;
	  display: inline-block;
	}

	input[type=button] {
	  background-color: #04AA6D;
	  color: white;
	  padding: 7px 10px;
	  margin: 5px;
	  border: none;
	  border-radius: 4px;
	  cursor: pointer;
	}

	input[type=button]:hover {
	  background-color: #45a049;
	}

	input[type=submit] {
	  background-color: #04AA6D;
	  color: white;
	  padding: 7px 10px;
	  margin: 5px;
	  border: none;
	  border-radius: 4px;
	  cursor: pointer;
	}

	input[type=submit]:hover {
	  background-color: #45a049;
	}
/*
	.container {
	  border-radius: 5px;
	  background-color: #f2f2f2;
	  padding: 20px;
	  width: 100%;
	  margin: 0; 
	  margin: 1rem auto;
	}
	.col-25 {
	  float: left;
	  width: 25%;
	  margin-top: 6px;
	}

	.col-75 {
	  float: left;
	  width: 75%;
	  margin-top: 6px;
	}
*/
	/* Clear floats after the columns */
/*
	.row:after {
	  content: "";
	  display: table;
	  clear: both;
	}
//
	@media only screen and (max-width: 600px) {
	  .col-25, .col-75, input[type=submit] {
		width: 100%;
		margin-top: 0;
	  }
		body {
			width: 90%;
		}
	}
*/
//	
}
 
.inquiryformcontainer {
	
	  border-radius: 5px;
	  background-color: #ffffff;
	  padding: none;
	  width: 100%;
	  margin: 0; 
	  margin: 1rem auto;
	
	
	input[type=text], select, textarea {
	  width: 100%;
	  padding: 6px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  resize: vertical;
	}

	input[type=button] {
	  background-color: #04AA6D;
	  color: white;
	  padding: 7px 10px;
	  margin: 5px;
	  border: none;
	  border-radius: 4px;
	  cursor: pointer;
		font-size: 1.2vw;
	}

	input[type=button]:hover {
	  background-color: #45a049;
	}
	
}

.bblccdiv {
	margin: 0 0 2% 0;
}

        .bottomspacerdiv {
			width: 100%;
			height: 1000px;
            background-image: url("files/Sunset.jpg");
            background-repeat: repeat-y;
            background-size: contain;
			opacity: 0.3;
        }

 
div#calendar {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
	max-width: 800px;
}
 
div#calendar div.box {
	border-radius: 5px 5px 0 0;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: #3FA7D6;
}
 
div#calendar div.header {
  width: 100%;
    text-align: center;
}
 
div#calendar div.header a.prev, div#calendar div.header a.next {
    position: absolute;
    top: 10px;
    height: 17px;
    display: block;
    cursor: pointer;
    font-size: 2.0vw;
    text-decoration: bold;
    color: #FFF;
}
 
div#calendar div.header span.title {
    color: #FFF;
    font-size: 2.0vw;
}
 
div#calendar div.header a.prev {
    left: 5px;
}
 
div#calendar div.header a.next {
    right: 5px;
}
 
div#calendar div.header a.curmonth {
    color: #FFF;
}
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content {
    border: 1px solid #3FA7D6;
	border-radius: 0 0 25px 25px;
    border-top: none;
    padding: 0 0 5px 0;
}
 
div#calendar ul.label {
    float: left;
    margin: 0% 1%;
    padding: 0px;
    margin-top: 5px;
  width: 100%;
}
 
div#calendar ul.label li {
  display: inline-block;
  width: 14%;
  color: #666;
  text-align: center;
    font-size: 1.8vw;
    background-color: transparent;
    height: 25px;
}
 
div#calendar ul.dates {
    margin: 1%;
    padding: 0px;
  width: 100%;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li {
    margin: 0px;
    padding: 0px;
    line-height: 40px;
	width: 14%;
    color: #000;
    text-align: center;
    vertical-align: middle;
    float: left;
    list-style-type: none;
    font-size: 1.8vw;
    background-color: #FFF;
    height: 50px;
    position: relative;
}
 
:focus {
    outline: none;
}
 
div.clear {
    clear: both;
}
 
li div {
    display: flex;
}
 
li div form {
	border-radius: 5px;
    display: inline;
    align-self: center;
    margin: 0;
    position: absolute;
    bottom: 2px;
}
 
div.open {
    margin: 0px;
    padding: 0px;
    width: 100%;
/*    height: 30%; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	overflow:hidden;
}
 
div.booked {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: inherit;
	overflow:hidden;
}
  
.submitbooked {
    background-color:#ffffff;
    border:none;
    display:inline-block;
    cursor:pointer;
    color:#888888;
    font-size:1.0vw;
    font-weight:bold;
    padding:0px 0px;
    text-decoration:line-through;
    text-shadow:0px 1px 0px #ffffff;
}
 
.submitbooked:hover {
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
}
.submitbooked:active {
    position:relative;
    top:1px;
}
 
.submitopen {
    background-color:#ffffff;
    border:none;
    display:inline-block;
    cursor:pointer;
    color:#000000;
    font-size:1.0vw;
    font-weight:bold;
    padding:0px 0px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
 
.submitopen:hover {
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
}
.submitopen:active {
    position:relative;
    top:1px;
}
  
.custsubmitbooked {
    background-color:transparent;
    border:none;
    color:#888888;
    text-decoration:line-through;
    font-size:1.8vw;
/*
    display:inline-block;
    cursor:pointer;
    font-weight:bold;
    padding:0px 0px;
    text-shadow:0px 1px 0px #ffffff;
*/
}
 
.custsubmitbooked:hover {
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#becfbe;
}
.custsubmitbooked:active {
    position:relative;
    top:1px;
}
 
.custsubmitopen {
    background-color:transparent;
    border:none;
    color:#000000;
    text-decoration:none;
    font-size:1.8vw;
/*
    display:inline-block;
    cursor:pointer;
    font-weight:bold;
    padding:0px 0px;
    text-shadow:0px 1px 0px #ffffff;
*/
}
 
.custsubmitopen:hover {
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#becfbe;
}
.custsubmitopen:active {
    position:relative;
    top:1px;
}
 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 
div#calendar div.header span.title {
    font-size: 2.0vw;
}
 
div#calendar div.header a.prev {
    font-size: 2.0vw;
}
 
div#calendar div.header a.next {
    font-size: 2.0vw;
}
 
div#calendar div.header a.curmonth {
    font-size: 2.0vw;
}
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 
div#calendar div.header span.title {
    font-size: 1.5vw;
}
 
div#calendar div.header a.prev {
    font-size: 1.5vw;
}
 
div#calendar div.header a.next {
    font-size: 1.5vw;
}
 
div#calendar div.header a.curmonth {
    font-size: 1.5vw;
}
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 
div#calendar div.header span.title {
    font-size: 1.0vw;
}
 
div#calendar div.header a.prev {
    font-size: 1.0vw;
}
 
div#calendar div.header a.next {
    font-size: 1.0vw;
}
 
div#calendar div.header a.curmonth {
    font-size: 1.0vw;
}
	
} 
 
  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body {
		width: 100%;
    font-size: 3.2vw;
	}
.bcontainer1 {
  width: 100%;
}

.bcontainer2 {
  width: 90%;
}
	 .responsive {
	  width: 100%;
	  height: auto;
	}
	.featured-image {
	width: 100%;
	}
	.featured-image img {
	width: 100%;
	border-radius: 0px;
	}
	.description {
	width: 100%;
	}
	.top001 {
		font-size: 5vw;
		border: 0px;
	}
    .divider10hide { 
		display: none; 
    } 
    .divider20hide { 
		display: none; 
    } 
	.large001text {
		font-size: 3.2vw;
	}
	.medium001text {
		font-size: 3.8vw;
	}
	.midmedium001text {
		font-size: 3.5vw;
	}
	.small001text {
		font-size: 2.5vw;
	}
	.link001 {
		font-size: 3.0vw;
	}
	.gallerytext {
		font-size: 2.9vw;
	}
	.star_text {
		font-size: 3.1vw;
	}
	.star_div {
		width: 25%;
	}
	.link001 {
		font-size: 2.5vw;
	}
.inquiryformcontainer {
	
	input[type=button] {
		font-size: 2.2vw;
	}
}

.formcontainer {
	
	textarea {
	  font-size: 2.5vw;
	}
}	



div#calendar div.header a.prev, div#calendar div.header a.next {
    font-size: 4.0vw;
}
 
div#calendar div.header span.title {
    font-size: 4.0vw;
}
div#calendar ul.label li {
    font-size: 4.0vw;
}
 
div#calendar ul.dates li {
    height: 30px;
    line-height: 20px;
    font-size: 4.0vw;
}
  
.submitbooked {
    font-size:4.0vw;
}
 
.submitopen {
    font-size:4.0vw;
}
  
.custsubmitbooked {
    font-size:4.0vw;
}
 
.custsubmitopen {
    font-size:4.0vw;
}

}


