

*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

html
{
	font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif !important;
	margin: 0;
	padding: 0;
font-size: 15px;
background-color: #4d5d53;
}


input[type='radio']
{
height: 20px;
width: 20px;
	vertical-align: middle;
}

#StarsID
{
	font-size: 1.4rem;
}

.wrapper
{
	float: left;
	margin-left: 50px;
	transform: translate(-50%, -50%) rotateY(180deg);
	display: flex;
}
.wrapper input
{
	display: none;
}
.wrapper label
{
	display: block;
	cursor: pointer;
	width: 50px;
}
.wrapper label:before
{
	content: '★';
	position: relative;
	display: block;
	font-size: 50px;
	color: black;
}
.wrapper label:after
{
	content: '★';
	position: absolute;
	display: block;
	font-size: 50px;
	color: #FF8200;
	top: 0;
	opacity: 0;
	transition: .6s;
}
.wrapper label:hover:after, .wrapper label:hover~label:after, .wrapper input:checked~label:after
{
	opacity: 1;
}

hr
{
	border: 1px solid white;
	border-radius: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.SpecialsContainer
{
	float: left;
	width: 80%;
	margin-left: 10%;
}

.SpecialsDiv
{
	float: left;
	width: 90%;
	margin-bottom: 2rem;
	padding: 3rem;
	border: 1px solid white;
	border-radius: 9px;
	color: white;
}

.SpecialsDiv h2
{
	font-size: 2rem;
}

.SpecialsMedium
{
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 3rem;
	font-weight: bold;
	color: red;
}

.ContentFull
{
	float: left;
	width: 100%;
}

.ProfileColumn
{
	float: left;
	width: 95%;
	padding-top: 4REM;
	padding-left: 5%;
}

.ProfileColumn H1
{
	color: black;
	text-align: left;
}

.MemberColumn
{
	float: left;
	width: 100%;
}

.MemberNavigationDiv
{
	float: left;
	width: 15%;
	height: 100vh;
	background-color: white;
	border-right: 1px solid #f8f8f8;
}

.MemberDisplayDiv
{
	float: left;
	width: 80%;
}

.MemberNameDiv
{
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	font-weight: bold;
	padding-bottom: 1REM;
}

.MemberNameDiv p
{
	padding-left: 1REM;
	text-align: center;
}

.MemberLinkDiv
{
	float: left;
	width: 100%;
	border-bottom: 1px solid #f8f8f8;
}

.MemberLinkDiv p
{
	padding-left: 1REM;
	text-align: left;
}

.MemberLinkDiv:hover
{
	background-color: #eeeeee;
}

.ReviewsDiv
{
	float: left;
	width: 90%;
	text-align: left;
	margin-bottom: 2rem;
	font-weight: 100;
	font-size: 1rem;
	border-bottom: 1px solid grey;
}

.ReviewResponseDiv
{
	float: left;
	width: 90%;
	margin-left: 4%;
	margin-right: 4%;
	padding: 1%;
	margin-bottom: 1rem;
	border: solid 1px #A6ACAF;
}

.GreyReviewText
{
	color: #787878;
}

.DarkGreyReviewText
{
	font-weight: bold;
	color: #696969;
}

.ReviewsSmallerText
{
	font-size: 0.9rem;
}

.ReviewsSmallestText
{
	font-size: 0.6rem;
}

.ReviewsLargerText
{
	font-size: 1.2rem;
}

table
{
	float: left;
	width: 100%;
	padding: 15px;
	text-align: left;
	border-collapse: collapse;
}

table, th, td
{
	padding: 5px;
}

.BlackText
{
	color: black;
}

.ReviewsHeader
{
font-size: 1.3rem;
	color: black;
	margin:0px 0px 10px 0px;
	text-align: left;
	padding-top: 1rem;
	padding-bottom: 1rem;
}


h1
{
font-size: 1.3rem;
	color: black;
	margin:0px 0px 10px 0px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 1rem;
}

h1 a
{
	color: black;
}

h2
{
	font-size: 1.4rem;
	margin:0px 0px 10px 0px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 1rem;
}

h3
{
	font-size: 1.2rem;
	margin:0px 0px 5px 0px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 1rem;
}

h4
{
	font-size: 1.1rem;
	color: #253529; /* Black leather jacket (name colors) */
	text-align: left;
	font-style: italic;
	margin:0px 0px 5px 0px;
	padding-top: 20px;
	padding-bottom: 1rem;
}

h4 a
{
	color: #253529 /* Black leather jacket (name colors) */
}

h5
{
	font-size: 1.2rem;
	color: black;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 20px;
}

h6
{
	font-size: 1.2rem;
	line-height: 100%;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 10px;
	color: #edd8ab;
	font-style: italic;
}

p
{
margin:5px 0px 1.2rem 0px;
}

a
{
	color: black;
}

li
{
	list-style: disc;
}

#SortOrder
{
	float: right;
font-size: 75%;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: right;
	color: white;
	width: 860px;
}

#SortOrder a
{
	font-weight: 200;
	color: white;
}

.RecentlyUpdate
{
	font-weight: bold;
	color: #cc3333;
}

.NormalList li
{
	list-style: disc;
	padding-top: 0.75rem;
}

#AmenitiesID
{
	float: left;
	width: 100%;
	color: black;
}

#AmenitiesID H2
{
	color: black !important;
}

.AmenitiesList
{
	float: left;
	width: 30%;
	padding-right: 2%;
	padding-top: 0.5rem;
}

.AmenitiesLine
{
	float: left;
	width: 100%;
	border-top: solid 1px grey;
	padding-bottom: 2rem;
}

.AmenitiesLine ul
{
	padding-top: 2rem;
}

.LeftImageHalf
{
	float: left;
	width: 50%;
width: 50%;
}

.LeftImageHalf img
{
	width: 100%;
}

.RightTextColumn
{
	float: left;
width: 40%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 6%;
	padding-bottom: 3%;
	font-size: 100%;
}


.OneHundred
{
	margin: 0 auto;
	width: 100%;
}

.OneHundred img
{
	width: 100%;
}

.SponsorsDiv
{
	float: left;
	width: 100%;
	padding-top: 2rem;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}

body
{
	text-align: left;
	margin: 0 auto;
	font-size: 1rem;
	background-color: white;
	color: black;
}

#ContainerHeader
{
	float: left;
	width: 100%;
	color: white;
	margin-top: -32px;
	background-color: white;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: cover;
}

#ContainerHeaderContent
{
	margin: 0 auto;
	width: 100%;
	max-width:  1400px;
}

#ContainerHeaderImageWrapperIndex
{
	position: relative;
	float: left;
	width: 100%;
	max-height: 700px;
	padding: 0;
	margin: 0;
	z-index: -1;
}

#ContainerHeaderImageWrapperIndex img
{
	float: left;
	width: 100%;
	object-fit: cover;
}

#ContainerHeaderImageWrapper
{
	position: relative;
	float: left;
	width: 100%;
	max-height: 280px;
	padding: 0;
	margin: 0;
	z-index: -1;
}

#ContainerHeaderImageWrapper img
{
	float: left;
	width: 100%;
	object-fit: cover;
}

#ContainerHeaderImage
{
	float: left;
	width: 100%;
	z-index: 0;
}

#ContainerHeaderImage img
{
	float: left;
	width: 100%;
}

.NarrowText
{
	float: left;
	width: 70%;
	padding-left: 15%;
	margin-top: 4rem;
	margin-bottom: 4rem;
	font-size: 1.5rem;
}

#CabinVideoID
{
	float: left;
	width: 100%;
	padding-top: 2rem;
}

#ShowMorePicsDiv
{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 0rem;
	padding-bottom: 1rem;
}

#CabinImageOrderID
{
	float: left;
	width: 200px;
}

#CabinImageOrderID img
{
	float: left;
	width: 200px;
	padding-left: 100px;
	margin-bottom: 2rem;
}

#CabinImageID
{
	float: left;
	width: 100%;
}

#CabinImageID img
{
	float: left;
	width: 48%;
	padding-right: 2%;
	margin-bottom: 2rem;
}

.CabinBasicsDiv
{
	float: left;
	width: 100%;
	color: white;
	margin-top: -1.5rem;
}

.CabinBasicsDiv h1
{
	color: white !important;
}

.SearchLeft
{
	float: left;
padding-left: 10%;
width: 40%;
	color: white;
}

.SearchLeft a
{
	color: white;
}

.SearchRight
{
float: right;
padding-left: 5%;
width: 30%;
padding-right: 10%;
	color: white;
}

.SearchRight select
{
	font-size: 1rem;
}

.FindACabin
{
	float: left;
	width: 100%;
}

.FindACabin select
{
	font-size: 1rem;
}

.MaxImageNoMargin
{
	float: left;
	width: 100%;
	padding-bottom: 0px;
}

.MaxImageNoMargin img
{
	width: 100%;
}

.MaxImage
{
	float: left;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-bottom: 0px;
}

.MaxImage img
{
	width: 100%;
}

.MaxCalendarDiv
{
	margin: 0 auto;
	max-width:  1400px;
width: 80%;
padding-left: 10%;
padding-right: 10%;
	font-size: 1.1rem;
	font-weight: bold;
}

.MaxDiv
{
	margin: 0 auto;
	max-width:  1400px;
width: 80%;
padding-left: 10%;
padding-right: 10%;
	font-size: 1.1rem;
	font-weight: bold;
}

.MaxSearchDiv
{
	margin: 0 auto;
	max-width:  1400px;
width: 80%;
padding-left: 10%;
padding-right: 10%;
	font-size: 1.1rem;
	font-weight: bold;
}

.MaxCabinPicDiv
{
	margin: 0 auto;
width: 94%;
padding-left: 3%;
padding-right: 3%;
	font-size: 1.1rem;
	font-weight: bold;
}


.PageSectionOne
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #95a097; /* Ash grey (name colors) B2BEB5 */
}

.PageSectionOne a
{
	color: white;
}

.PageSectionWhiteNoPadding
{
	float: left;
	width: 100%;
	padding-bottom: 2rem;
	font-size: 1rem;
	color: black;
	background-color: #FFF; /* White */
}

.PageSectionWhiteNoPadding a, h1
{
	color: black;
}


.PageSectionWhite
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: black;
	background-color: #FFF; /* White */
}

.PageSectionWhite a, h1
{
	color: black;
}

.PageSectionTwo
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #8F9779; /* Artichoke (name colors) */
}

.PageSectionTwo a, H1, H5
{
	color: white;
}

.PageSectionHeaderOnly
{
	float: left;
	width: 100%;
	padding-top: 0.5vh;
	padding-bottom: 0.5vh;
	font-size: 1rem;
	color: white;
	background-color: black; /* Artichoke (name colors) */
}

.PageSectionHeaderOnly a, H1
{
	color: white;
}


.PageSectionWhiteSmoke
{
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	background-color: #F5F5F5; /* WhiteSmoke (web colors) */
}

.HomePageOlive
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #556B2F; /* DarkOliveGreen (web colors) */
}

.HomePageSlateGray
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #708090; /* SlateGray (web colors) */
}

.HomePageSlateGray a
{
	font-size: 1rem;
	color: white;
	background-color: #708090; /* SlateGray (web colors) */
}

.HomePageSeaGreen
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #8FBC8F; /* DarkSeaGreen (web colors) */
}

.HomePageBurlywood
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: black;
	background-color: #DEB887; /* Burlywood (name colors) */
}

.HomePageBuff
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: black;
	background-color: #F0DC82; /* Buff (name colors) */
}

.HomePageCharleston
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #232B2B; /* Charleston green (name colors) */
}

.HomePageCharleston a, H1
{
	color: white;
}

.HomePageCitron
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: black;
	background-color: #9FA91F; /* Citron (name colors) */
}

.HomePageKobicha
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: #CCC;
	background-color: #6B4423 /* Kobicha (name colors) */
}

.HomePageSkyBlue
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #80DAEB; /* Medium sky blue (name colors) */
}

.HomePageDarkLiver
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: black;
	background-color: #534B4F /* Dark liver (name colors) */
}

.HomePageSearch
{
	float: left;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1rem;
	color: white;
	background-color: #cc6633;
}
.HomePageSearch a, H1
{
	color: white;
}

.HomePageBone
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: black;
	background-color: #E3DAC9; /* Bone (name colors) */
}

.HomePageAshGrey
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: black;
	background-color: #B2BEB5; /* Ash grey (name colors) */
}

.HomePageCabinHeader
{
	float: left;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 0.3rem;
	font-size: 1rem;
	color: white;
	background-color: #B2BEB5; /* Ash grey (name colors) */
}

.HomePageCabinHeader a
{
	font-size: 1rem;
	color: white;
	background-color: #B2BEB5; /* Ash grey (name colors) */
}

.HomePageArtichoke
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #8F9779; /* Artichoke (name colors) */
}

.HomePageArtichoke a
{
	color: white;
}

.HomePageBrown
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #967117; /* Bistre brown (name colors) */
}

.HomePageMossGreen
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: black;
	background-color: #addfad;
}

.HomePageAsparagus
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #87a96b;
}

.HomePageAsparagus a
{
	color: #eeeeee;
}

.HomePageFernGreen
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1rem;
	color: white;
	background-color: #4f7942;
}

.HomePageFernGreen a
{
	color: #eeeeee;
}

.CabinHeaderContainer
{
	float: left;
	padding-right: 1rem;
	font-size: 1rem;
	font-weight: bold;
	color: white;
}

.CabinHeaderContainerPrice
{
	float: left;
	width: 100%;
	padding-right: 1rem;
	padding-bottom: 1.2rem;
	font-size: 1REM;
	font-weight: bold;
	color: white;
}

.CabinDetailsButton
{
	float: left;
	width: 18.9%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background-color: #534B4F;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
	display: inline-block;
	font-size: 16px;
font-size: 1rem
}

.uk-table
{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.uk-table th,
.uk-table td
{
  padding: 3px 3px;
}

.uk-table th
{
  text-align: left;
}

.uk-table td
{
  vertical-align: top;
}

.uk-table thead th
{
  vertical-align: bottom;
}

.uk-table caption
{
  text-align: left;
  color: #336699;
}

.uk-table tbody tr.uk-active
{
  background: #f2f3f7;
}

.uk-table-condensed td
{
  padding: 2px 4px;
}

.uk-table-hover tbody tr:hover
{
  background: #f2f3f7;
}

.uk-table th
{
  font-size: 1rem;
  color: #336699;
}


.ProcessTable
{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 2rem;
}

.ProcessTable th,
.ProcessTable td
{
  padding: 8px 8px;
}

.ProcessTable th
{
  text-align: left;
}

.ProcessTable td
{
  vertical-align: top;
  border: 1px solid #dddddd;
}

.ProcessTable thead th
{
  vertical-align: bottom;
}

.ProcessTable caption
{
  text-align: left;
  color: #336699;
}

.ProcessTable tbody tr.uk-active
{
  background: #f2f3f7;
}

.ProcessTable-condensed td
{
  padding: 4px 8px;
}

.ProcessTable th
{
  font-size: 1rem;
  font-weight: 400;
  color: #336699;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.ProcessRequestButton
{
	float: left;
	width: 90%;
	max-width: 200px;
	height: 30px;
	margin: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #00b050;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1rem;
}

.ProcessRequestButton a
{
	text-decoration: none;
}

.ProcessRequestButton:hover
{
	background-color:#00cc66;
}

.ProcessRequestCancelButton
{
	float: left;
	width: 90%;
	max-width: 80px;
	height: 30px;
	margin-right: 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #333333;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1rem;
}

.ProcessRequestCancelButton a
{
	text-decoration: none;
}

.ProcessRequestCancelButton:hover
{
	background-color:#999999;
}

.ProcessReviewNotApprovedButton
{
	float: left;
	width: 90%;
	max-width: 100px;
	height: 30px;
	margin-right: 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #cc3333;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1rem;
}

.ProcessReviewNotApprovedButton a
{
	text-decoration: none;
}

.ProcessReviewNotApprovedButton:hover
{
	background-color:#ff3333;
}
.ProcessReviewApprovedButton
{
	float: left;
	width: 90%;
	max-width: 80px;
	height: 30px;
	margin-right: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #00b050;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1rem;
}

.ProcessReviewApprovedButton a
{
	text-decoration: none;
}

.ProcessReviewApprovedButton:hover
{
	background-color:#00cc66;
}


.SoftText
{
	font: 1.2rem;
	color: #999999;
	font-weight: bold;
}

.HardText
{
	font: 1.2rem;
	color: black;
	font-weight: 900;
}

.EditButton
{
	float: left;
	width: 45%;
	max-width: 200px;
	height: 30px;
	margin: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #00b050;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1rem;
}

.EditButton a
{
	text-decoration: none;
}

.EditButton:hover
{
	background-color:#00cc66;
}

.DeleteButton
{
	float: left;
	width: 45%;
	max-width: 200px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #cc3333;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1rem;
	margin-right: 5%;
}

.DeleteButton a
{
	text-decoration: none;
}

.DeleteButton:hover
{
	background-color:#ff3333;
}


.RespondButton
{
	float: left;
	width: 45%;
	max-width: 75px;
	min-width: 55px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #cc3339;
	font-size: 0.8rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1rem;
	margin-right: 3%;
}

.RespondButton a
{
	text-decoration: none;
}

.RespondButton:hover
{
	background-color:#ff3333;
}


.ProcessButton
{
	float: left;
	width: 45%;
	max-width: 75px;
	min-width: 55px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #006B3C;
	font-size: 0.8rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1rem;
	margin-right: 5%;
}

.ProcessButton a
{
	text-decoration: none;
}

.ProcessButton:hover
{
	background-color:#228B22; /* Forest green (web) (name colors) */
}



.CabinDetailsButton a
{
	color: white;
	text-decoration: none;
}

.CabinDetailsButton:hover
{
	color: black;
	background-color: #FFFDD0; /* Cream (name colors) */
}

.CabinDisplayRow
{
	float: left;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 3rem;
	background-color: #B0C4DE; /* LightSteelBlue (web colors) */
}

.CabinDisplayRow:hover
{
	border: 1px solid black;
}

.CabinDisplayImage
{
	float: left;
width: 40%;
	border-radius: 5px 0px 0px 5px;
}

.DisplayDetails
{
	float: left;
width: 40%;
	padding-left: 6%;
	padding-right: 2%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #333333;
	font-size: 1rem;
	border-radius: 0px 5px 0px 0px;
}

.DisplayDetailsAmenities
{
	float: left;
	width: 40%;
	padding-left: 6%;
	padding-right: 2%;
	padding-top: 1rem;
}

.DisplayIconsDiv
{
	float: left;
width: 10%;
}

.DisplayIcons
{
	float: right;
width: 90%;
margin-right: 2%;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.DisplayIcons img
{
	float: left;
	width: 100%;
	max-width: 225px;
}

.HomePageOneContainer
{
	float: left;
	width: 100%;
}

#Container
{
	float: left;
	width: 100%;
	background-color: white;
}

#ContainerMain
{
	width: 100%;
	margin: 0 auto;
	background-color: white;
}

#Header
{
	position: relative;
    width:100%;
    height: 100%;
	text-align: left;
	font-size: 1.5rem;
}

#HeaderText
{
	margin: 0 auto;
	max-width:  1400px;
	width: 100%;
}

#BreadCrumbs
{
	float: left;
	width: 100%;
	font-size: 0.8rem;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 35px;
	background: url('https://volunteercabinrentals.com/images/layout/background-content.png') repeat;
}

#Content
{
	float: left;
	width: 100%;
	font-size: 1rem;
	background-color: white;
}

.TheButtons
{
	width: 50%;
	padding-left: 2rem;
}

input[type=button], input[type=submit], input[type=reset]
{
    background-color: #f57f20;
    border: none;
    color: white;
    padding: 8px 16px;
	margin: 0 auto;
    text-decoration: none;
    font-size: 1.1rem;
    margin: 18px 0px;
    cursor: pointer;
    border: 2px solid #f57f20;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover
{
    background-color: #ff9738;
    border: 2px solid black;
    cursor: pointer;
}

.FooterContainer
{
	margin: 0 auto;
	width: 100%;
	text-align: left;
	background-color: #4d5d53;
	margin-bottom: 2rem;
}

#FooterHeader
{
	float: left;
	width: 100%;
}

#FooterHeader img
{
	float: left;
	width: 100%;
}

#FooterContent
{
	float: left;
	width: 100%;
	background-color: #4d5d53;
	color: white;
	padding: 0;
	margin: 0;
}

#FooterContent a
{
	color: white;
}

.FooterColumn
{
	float: left;
width: 28%;

	padding-left: 5%;
	padding-top: 4%;
	padding-top: 4%;
	padding-bottom: 5vh;
}

.FooterTextH1
{
	float: left;
	width: 100%;
	color: white;
font-size: 1.4rem;
}

.LargeBold
{
	font-size: 1.8rem;
	font-weight: bold;
}

.MoreInfoText
{
	text-align: center;
	color: #349700;
}

.GreenText
{
	color: #349700;
}

.GreenText a
{
	color: #349700;
}

.OrangeText
{
	color: #d4640a;
}

.CabinNameText
{
	float: left;
	width: 100%;
	font-size: 1.2rem;
	color: black;
	font-weight: bold;
}

.CabinNameText a
{
	padding-left: 5rem;
	color: white;
}

.BookOnlineBar
{
	float: left;
	width: 100%;
	text-align: center;
	color: white;
}

.BookOnlineBar a
{
	color: white;
}

.BoldRedText
{
	color: red;
	font-weight: bold;
}

.BoldSpecialRedText
{
	color: #cc3333;
	font-weight: bold;
	font-size: 1.2rem;
}

.BoldSpecialRedText a
{
	color: #cc3333;
	font-weight: bold;
	font-size: 1.2rem;
}

.BoldOrangeText
{
	color: #d4640a;
	font-weight: bold;
}

.LogoDiv
{
	float: left;
	width: 100%;
	color: Black;
}

#SiteSearchDiv
{
	float: right;
	width: 30%;
}

#SiteSearchDiv input
{
	float: left;
	width: 30%;
	font-size: 1rem;
	margin-right: 2%;
}

.PhoneNumber
{
	float: right;
	width: 50%;
	padding:left: 5%;
	color: black;
font-size: 1.5rem;
padding-top: 0.6rem;
}

.VCRLogo
{
	float: left;
	width: 30%;
	padding-left: 5%;
}

.VCRLogo img
{
	float: left;
	width: 100%;
	max-width: 200px;
}

.TextColumnHeader
{
	float: right;
width: 45%;
	font-size: 1.5rem;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1rem;
}

.TextColumn
{
	float: right;
width: 45%;
	font-size: 1.5rem;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 3rem;
}

.TextColumnFTF
{
	float: right;
width: 55%;
	font-size: 1.2rem;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 3rem;
}

.TextColumnWide
{
	float: left;
	width: 80%;
	font-size: 1.5rem;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 3rem;
}

.TextColumnImage
{
	margin: 0 auto;
	width: 80%;
	padding: 1rem;
}

.TextColumnImage img
{
	float: left;
	width: 100%;
}

.IntroDiv
{
	float: left;
	width: 80%;
	padding-left: 10%;
}

.StaffRectangle
{
	float: left;
	width: 97%;
	font-size: 1.8rem;
	color: white;
	padding-left: 3%;
	margin-top: 6rem;
	background-color: #349700;
}

.StaffSpacerDiv
{
	float: left;
	width: 100%;
	height: 8rem;
}

.StaffDiv
{
	float: left;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 1rem;
}

.StaffTextColumn
{
	float: left;
	width: 40%;
	padding-left: 10%;
	padding-top: 1rem;
	font-size: 1.3rem;
}

.StaffPictureRound
{
	float: left;
	width: 20%;
	padding-left: 2.45%;
	padding-right: 2.45%;
	text-align: center;
}

.StaffPictureRound img
{
	width: 100%;
	border-radius: 50%;
}

.StaffPictureColumn
{
	float: left;
	width: 30%;
	max-width: 400px;
	padding-left: 2%;
	padding-right: 2%;

}

.StaffPictureColumn img
{
	float: left;
	width: 100%;
}

.PictureColumn
{
	float: left;
width: 45%;
	padding-top: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 3rem;
}

.PictureColumn img
{
	float: left;
	width: 100%;
}

.PictureColumnFTF
{
	float: left;
width: 35%;
padding-top: 2rem;
padding-bottom: 3rem;

	padding-left: 1rem;
	padding-right: 1rem;
}

.PictureColumnFTF img
{
	float: left;
	width: 100%;
}

.PictureFTF
{
	float: left;
	width: 100%;
	padding-top: 5rem;
}

.PictureFTF img
{
	width: 100%;
}

.FTFLogos
{
	float: left;
	width: 50%;
	padding-left: 25%;
}

.FTFLogos img
{
	float: left;
	width: 100%;
	margin-top: 2rem;
}

#FeedTheForgeCountdown
{
	float: left;
	width: 100%;
	color: #f57f20;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 4rem;
}

.VideoColumn
{
	float: left;
	width: 76%;
	padding-top: 2rem;
	padding-left: 12%;
	padding-right: 12%;
	padding-bottom: 3rem;
}

.Copyright
{
 	float: left;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	color: white;
	text-align: center;
	font-weight: 100;
}

.Copyright a
{
	color: white;
}


.SpacerNavButton
{
	float: left;
width: 1%;	min-height: 1px;
}

.LargeNavButtonBar
{
	float: left;
	width: 100%;
}

.LargeNavButtons
{
	float: left;
width: 32%;max-width: 500px;	color: white;
	padding-top: 12px;
	margin: 5px;
}


.BaseNavButton
{
	float: left;
	width: 100%;
	opacity: 1;
	color: white;
}

.BaseNavButton img
{
	width: 100%;
}

.BaseNavButton:hover
{
	opacity: 0.75;
}





.OneBedroomButton
{
	background: url('https://volunteercabinrentals.com/images/layout/one-bedroom-button.jpg');
	background-size: cover;
}


.TwoBedroomButton
{
	background: url('https://volunteercabinrentals.com/images/layout/two-bedroom-button.jpg');
	background-size: cover;
}

.ThreeBedroomButton
{
	background: url('https://volunteercabinrentals.com/images/layout/three-bedroom-button.jpg');
	background-size: cover;
}

.FourBedroomButton
{
	background: url('https://volunteercabinrentals.com/images/layout/four-bedroom-button.jpg');
	background-size: cover;
}


.FiveBedroomButton
{
	background: url('https://volunteercabinrentals.com/images/layout/five-bedroom-button.jpg');
	background-size: cover;
}

.LargeBedroomButton
{
	background: url('https://volunteercabinrentals.com/images/layout/large-bedroom-button.jpg');
	background-size: cover;
}

.VaationHomesButton
{
	background: url('https://volunteercabinrentals.com/images/layout/vacation-homes-button.jpg');
	background-size: cover;
}

.EventsDivContainer
{
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}

.EventsDivContainer img
{
	float: left;
	width: 100%;
}

.EventsDivGraphic
{
	position: absolute;
	top: 35%;
	left: 8%;
	width: 50%;
	z-index: 5;
}

.EventsDivGraphic img
{
	width: 100%;
}

.AppleAppDownload
{
	position: absolute;
	top: 27%;
	right: 5%;
	width: 17.0714285%;
	z-index: 9;
}

.AppleAppDownload img
{
	width: 100%;
}

.AppleAppDownload:hover img
{
	opacity: 0.8;
}

.GoogleAppDownload
{
	position: absolute;
	top: 40%;
	right: 5%;
	width: 17.0714285%;
	z-index: 8;
}

.GoogleAppDownload img
{
	width: 100%;
}

.GoogleAppDownload:hover img
{
	opacity: 0.8;
}

.LargeImage
{
	float: left;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.LargeImage img
{
	width: 100%;
}

.EventsDivHeader
{
	float: left;
	width: 90%;
	background-color: #003366;
	color: white;
	padding: 1rem 5%;
}

.EventsDivContent
{
	float: left;
	width: 45%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color: yellow;
}

.EventsDivContent img
{
	float: left;
	width: 100%;
	max-width: 200px;
}

.EventsDivContentParent
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color: yellow;
}

.NormalColumn
{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 5%;
	padding-bottom: 3%;
	font-size: 100%;
	color: black;
}

.NormalColumn li
{
	list-style-type:decimal;
}

.NarrowColumn li
{
	list-style-type:decimal;
}

.NarrowColumn
{
	float: left;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 100%;
	color: black;
}

.NarrowReviewColumn
{
	float: left;
width: 70%;
max-width: 800px;
margin-left: 15%;
margin-right: 15%;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 200%;
	color: black;
}

.LeftColumn
{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 6%;
	padding-bottom: 3%;
	font-size: 100%;
	color: black;
}

.TextInputNormal
{
	float: left;
	width: 51%;
	margin-bottom: 1rem;
}

.TextInputReview
{
	float: left;
	width: 95%;
	margin-bottom: 1rem;
}

.ReviewTextInput
{
	position: absolute;
	top: -2000px;
	left: -2000px;
	text-align: left;
}

.StarTextInput
{
	float: left;
	width: 95%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.WhiteStar
{
	color: white;
}

.StarLabel
{
	font-size: 1.2rem;
	padding-left: 1rem;
}

.StarSpacer
{
	float: right;
	width: 55%;
	line-height: 2.1rem;
font-size: 1.1rem;
}


.NormalTextInput
{
	text-align: left;
	float: left;
	width: 95%;
	font-size: 1rem;
}

.NormalTextInput input, textarea
{
	max-width: 100%;
font-size: 1rem;}

.ReviewHeader
{
	float: left;
	width: 100%;
	font-size: 1.2rem;
	font-weight: bold;
}

.Contact
{
	float: left;
	width: 96%;
	padding-top: 3%;
	padding-left: 2%;
	padding-right: 2%;
	color: white;
	text-align: left;
	font-weight: 100;
	background-color: #CCC;
	z-index: 8;
}

li
{
	margin-left: 5%;
}


.TopDivContainer
{
	float: left;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url('https://volunteercabinrentals.com/images/layout/navigation-back.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 100% auto;
	text-align: left;
	padding-bottom: 5%;
}

.TopDiv
{
	max-width:  1400px;
	width: 100%;
	margin-bottom: 10px;
	z-index: 10;
}

.FullTextWidth
{
	float: left;
	width: 100%;
}

.FullWidthImage
{
	width: 100%;
	float: left;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 1400px)
{
.MaxCalendarDiv
{
width: 90%;
padding-left: 5%;
padding-right: 5%;
}


}


@media screen and (max-width: 1060px)
{

.SpecialsContainer
{
	width: 90%;
	margin-left: 5%;
	font-size: 0.8rem;
}

#CabinImageID img
{
	float: left;
	max-width: 1000px;
	width: 100%;
	padding-right: 0;
	margin-bottom: 2rem;
}

.MaxSearchDiv
{
	width: 96%;
padding-left: 2%;
padding-right: 2%;
}

.ProfileColumn
{
	float: left;
	width: 95%;
	padding-top: 4REM;
	padding-left: 5%;
	font-size: 0.9REM;
}

.ProfileColumn H1
{
	text-align: left;
	font-size: 1REM;
}

.MemberNavigationDiv
{
	float: left;
	width: 25%;
	height: 100vh;
	background-color: white;
	border-right: 1px solid #f8f8f8;
	margin-top: 1px;
	font-size: 0.8REM;
}

.MemberDisplayDiv
{
	float: left;
	width: 70%;
}



}


@media screen and (max-width: 1140px)
{

.MaxSearchDiv
{
	width: 96%;
padding-left: 2%;
padding-right: 2%;
}


}


@media screen and (max-width: 950px)
{

.NarrowColumn
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.MaxDiv
{
	width: 90%;
padding-left: 5%;
padding-right: 5%;
}


}

@media screen and (max-width: 820px)
{

.LeftImageHalf
{
	width: 100%;
}

.RightTextColumn
{
	float: left;
	width: 100%;
}

.TextColumn
{
	width: 90%;
}

.PictureColumn
{
	width: 90%;
}

.LargeNavButtons
{
	width: 45%;
}

.CabinDisplayImage
{
	float: left;
	width: 100%;
	border-radius: 5px 0px 0px 0px;
}

.DisplayDetails
{
	float: left;
	width: 92%;
	padding-left: 6%;
	padding-right: 2%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #333333;
	font-size: 1rem;
	border-radius: 0px 5px 0px 0px;
}

.DisplayDetailsAmenities
{
	float: left;
	width: 92%;
	padding-left: 6%;
	padding-right: 2%;
	padding-top: 1rem;
}

.DisplayIconsDiv
{
	width: 100%;
}

.DisplayIcons
{
	float: left;
	width: 28%;
	margin-right: 1%;
	margin-left: 3%;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.CabinDetailsButton
{
	width: 18%;
	margin-left: 0.5%;
	margin-right: 0.5%;

}

.FooterColumn
{
	width: 90%;
}

}


@media screen and (max-width: 700px)
{

.AmenitiesList
{
	float: left;
	width: 40%;
	padding-right: 2%;
	padding-top: 0.5rem;
}

}

.MainImage
{
	float: left;
	width: 100%;
}

.MainImage img
{
	width: 100%;
}

.SubmitButton
{
	float: left;
	width: 50%;
	max-width: 12rem;
	padding-left: 2rem;
}

.SubmitButton:hover
{

}

.SpecialTextInput
{
	position: absolute;
	top: -2000px;
	left: -2000px;
	text-align: left;
}

.NormalTextInput
{
	text-align: left;
	float: left;
	width: 90%;
	font-size: 1rem;
}

.NormalTextInput input, textarea
{
font-size: 1rem;}

.TextInput
{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 7px;
}

.ContactInputs
{
	width: 100%;
max-width: 500px;
}

.ContactButton
{
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5%;
	font-size: 2rem;
}

.ContactButton input
{
	font-size: 1rem;
}


.CommentsText
{
	float: left;
	width: 100%;
}

.ContactInfo
{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.ContactInfo img
{
	width: 100%;
	height: auto;
}

.MainImageDiv
{
	float: left;
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
	box-shadow: 0px 6px 5px #aaaaaa;
}

.MainImageDiv img
{
	float: left;
	width: 100%;
}

.OddRow
{
	background: #eeeeee;
}

.GoogleDiv
{
	float: left;
	width: 100%;
}

.GoogleContainer
{
    position: relative;
    padding-bottom: 80%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    border: 1px solid black;
}

.GoogleContainer iframe
{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.FullWidth
{
	float: left;
	width: 100%;
}



.VideoBoxWrapper
{
	width: 50%;
	padding-left: 2%;
	padding-top: 14%;
}

.VideoBoxWrapperLarge
{
	width: 90%;
	padding-left: 2%;
	padding-top: 14%;
}

.video-container
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 400;
}

.video-container iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.VideoBox
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.VideoBox iframe,
.VideoBox object,
.VideoBox embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.VideoContainer
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 400;
}

.VideoContainer iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.NavDiv
{
	width: 90%;
	margin: 0;
	padding: 0;
	padding-right: 5%;
	margin-top: 0px;
	float: left;
	text-align: left;
}


/* CSS Menu Code */

.toggle,
[id^=drop]
{
	display: none;
}

/* Giving a background-color to the nav container. */
nav
{
	position: relative;
	z-index: 600;
	margin: 0px;
	padding: 0px;
}

/* Since we'll have the "ul li" "float: left"
 * we need to add a clear after the container. */

nav:after
{
	content: "";
	display: table;
	clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position: relative" */
nav ul
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	padding: 1.2rem 0rem;
}

/* Positioning the navigation items inline */
nav ul li
{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
}

/* Styling the links */
nav a
{
	display: block;
	padding: 4px 10px;	//Horizontal padding on non collapsed menu
	color: black;
font-size: 1rem;padding: 0.2rem 0.75rem;	font-weight: 100;
	font-family: 'Dosis', sans-serif;
	list-style: none;
	text-decoration: none;
}


nav ul li ul li:hover
{
	background-color: white;
	list-style: none;
}

/* Background color change on Hover */
nav a:hover
{
	background-color: #eeeeee;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul
{
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 45px;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul
{
	display: inherit;
}

/* First Tier Dropdown */
nav ul ul li
{
	float: none;
	display: list-item;
	position: relative;
	list-style: none;
	background-color: white;
	width: 14rem;
	margin: 0;
	padding: 0;
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 760px){	.NavDiv
	{
		width: 80%; /*  Width of collapsed menu */
	}

	nav
	{
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu
	{
		display: none;
	}

	/* Styling the toggle label */
	.toggle
	{
		display: block;
		color: black;
font-size: 1rem;padding: 0.5rem 0.7rem;		font-weight: 100;
		font-family: 'Dosis', sans-serif;
		text-decoration: none;
		border: none;
	}

	.toggle:hover
	{
		background: url('https://volunteercabinrentals.com/images/layout/menu-background.png');
	}

	/* Display Dropdown when clicked on Parent Label */
	[id^=drop]:checked + ul
	{
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li
	{
		display: block;
		width: 100%;
	}

	nav ul ul .toggle,
	nav ul ul a
	{
		padding: 0 10px;
	}

	nav ul ul ul a
	{
		padding: 0 10px;
	}

	nav a:hover,
 	nav ul ul ul a
 	{
		background: url('https://volunteercabinrentals.com/images/layout/menu-background.png');
	}

	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a
	{
		color: black;
font-size: 1rem;padding: 0.2rem 1rem;	}


	nav ul li ul li .toggle,
	nav ul ul a
	{
		background-color: white;
	}

	/* Hide Dropdowns by Default */
	nav ul ul
	{
		float: none;
		position: static;
		color: #000;
		/* has to be the same number as the "line-height" of "nav a" */
	}

	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul
	{
		display: none;
	}

	/* First Tier Dropdown */
	nav ul ul li
	{
		display: block;
		width: 100%;
	}

	nav ul ul ul li
	{
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */

	}

}
@media all and (max-width : 330px)
{

	nav ul li
	{
		display: block;
		width: 94%;
	}

}
