body {
padding:0; 
margin:0;
offset:0;
background-color:#1b1b1b;
color:#5e5e5e;
font-family: "Helvetica Neue", Helvetica, "pragmatica-web", Arial, sans-serif;
}
h1 {
	color:white;
}
a {
	text-decoration:none;
	color:#5e5e5e;
}
a:hover {
	color:#787878;
	
}
.topbar {
	position:fixed;
	top:0;
	width:100%;
	height:45px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background-color:#1b1b1b;
	z-index:100;
}

.topitemholder {
	display:inline-block;
	position:absolute;
	height:20px;
	right:0;
	padding-right:20px;
}
.topitem {
	
	position: relative;
	display:inline-block;
	height:20px;
	width:auto;
	padding-left:10px;
	padding-right:10px;

}
.mainbanner {
	padding-top:45px;
	text-align:center;
	text-shadow: 0 0 10px black;
	background: radial-gradient(at 50% 43%,rgba(0,0,0,0.9), rgba(0,0,0,0.6),rgba(0,0,0,0), rgba(0,0,0,0)), url('../img/header.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.navbar {
	border-top:1px solid rgba(255,255,255,0.3);
	width:100%;
	height:80px;
	text-shadow: 0 0 10px black;
	background: linear-gradient(to bottom, rgba(0,0,0,0.2),rgba(0,0,0,0.6), rgba(0,0,0,1));
}
.logo {
	font-size: 70px;
	line-height: 66px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.05em;
	margin-bottom:0;
	
}
.logoimg {
	height:150px;
	vertical-align: middle;
	margin-right:10px;
}
.sublogo {
	display:inline-block;
	position:relative;
	top:-70px;
	left:150px;
	font-size:20px;
	color:#4cbd99;
}
.navitemholder {
	display: inline-block;
	position: absolute;
	height: 80px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}
.navitem {
color:rgb(200,200,200);
font-size: 18px;
font-weight: 700;
	display:inline-block;
	height:70px;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	
}
.topbar .navitem {
	padding-top:10px!important;
}
.section {
	padding-left:9%;
	padding-right:9%;
	width:81.5%;
	padding-top:20px;
	padding-bottom:20px;
}
.colored {
	color:white;
	background-color: #4cbd99;
}
#section1 {
	
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size: 20px;
	line-height: 22px;
	font-family: "ff-meta-serif-web-pro", Georgia, Times, "Times New Roman", serif;
}
.roompic {
	display:inline-block;
	height:375px;
	width:375px;
	margin-right:5px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	
}
.expandpic {
	position:absolute;
	display:inline-block;
	height:375px;
	width:375px;
	background-color:rgba(255,255,255,0.96);
	cursor:pointer;
	transition: width 0.6s, height 0.6s, margin-left 0.6s, margin-right 0.6s, left 0.6s, right 0.6s, z-index 0.6s;
}
.expanded {
 	z-index:990;
	width:85%!important;
	height:80%!important;
	left:0!important;
	right:0!important;
	top:10%;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	cursor:default!important;
}
button {
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:rgba(255,0,0,1);
	border:none;
	color:white;
	cursor:pointer;
}
button:hover {
	background-color:rgba(255,0,0,0.6);
}
.bookbutton {
	margin:0;
	position:absolute;
	right:0;
	bottom:0;
	font-size:15px;
}
.checkbutton {
	margin:0;
	position:absolute;
	right:109px;
	bottom:0;
	font-size:15px;
	background-color:rgba(76, 189, 153,1);
}
#emailform input{
	background-color: rgba(0,0,0,0.1);
	height:25px;
	width:200px;
	color:white;
}
#emailform {
	height:470px;
	width:1000px;
	left:0;
	right:0;
	margin-right:auto;
	margin-left:auto;
}
#emailform textarea{
	background-color: rgba(0,0,0,0.1);
	color:white;
	height:330px;
	width:590px;
	margin-top:3px;
	border-style: solid;
	border-color: rgba(0,0,0,0.2);
	padding-left:10px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif
	
}
#emailform select{
	background-color: rgba(0,0,0,0.1);
	height:25px;
	width:206px;
	color:white;
}
.roomimg {
	width:100%;
	height:100%;
	margin:0;
	background-color: #4cbd99;
	transition: width 0.6s, height 0.6s, z-index 0.6s;
}
.half {
	width:50%;
}
#cottageimg {
	background:url(../img/pics/cottage/patio.jpg);
	background-size:auto 100%;
}
#suiteimg {
	background:url(../img/pics/suite/living_room.jpg);
	background-size:auto 100%;
}
#cabinimg {
	background:url(../img/pics/cabin/front.jpg);
	background-size:auto 100%;
}
#apartmentimg {
	background:url(../img/pics/apartment/bedroom.jpg);
	background-size:auto 100%;
}
.name {
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;	
	position:absolute;
	color:white;
	background-color:rgba(0,0,0,0.65);
	font-size:30px;
	text-shadow: 0px 0px 8px black;
	z-index:2;
}
.open {
	position:absolute;
	background-color:rgb(255,255,255);
	border-radius:3px;
	height:50px;
	width:50px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	color:white;
	opacity:0;
	background-image:url('../img/expand.png');
	background-size: 100% 100%;
	z-index:2;
}
.expandcontent {
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
	z-index:-1;
	overflow: hidden!important;
}
.expandpic:hover .name { 
background-color:rgba(0,0,0,1);
}
.expandpic:hover .open { 
opacity:1;
}
.expanded:hover .open { 
opacity:0;
}
.writeup {
	height:100%;
	width: calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
}
#coverall {
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:200;
	display:none;
}
.show {
	display:block!important;
}





@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	

.slider {
  position: relative;
  overflow: hidden;
  display:none;
  width: 100%!important;
  height: 100%!important;
}

.slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

.slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}
.slider ul li .img {
position: absolute;
top:0;
bottom:0;
right:0;
left:0;
margin:auto!important;
z-index:1;
}
.slider ul li .blur {
position: absolute;
top:5%;
bottom:0;
right:0;
left:0;
margin:auto!important;
width:100%;
height:100%;
filter: blur(10px);
-webkit-filter: blur(10px);
transform: scale(1.1);
}

a.control_prev_cottage, a.control_next_cottage {
  position: absolute;
  top: 40%;
  z-index: 2;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev_cottage:hover, a.control_next_cottage:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev_cottage {
  border-radius: 0 2px 2px 0;
}

a.control_next_cottage {
  right: 0;
  border-radius: 2px 0 0 2px;
}

a.control_prev_suite, a.control_next_suite {
  position: absolute;
  top: 40%;
  z-index: 2;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev_suite:hover, a.control_next_suite:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev_suite {
  border-radius: 0 2px 2px 0;
}

a.control_next_suite {
  right: 0;
  border-radius: 2px 0 0 2px;
}

a.control_prev_cabin, a.control_next_cabin {
  position: absolute;
  top: 40%;
  z-index: 2;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev_cabin:hover, a.control_next_cabin:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev_cabin {
  border-radius: 0 2px 2px 0;
}

a.control_next_cabin {
  right: 0;
  border-radius: 2px 0 0 2px;
}

a.control_prev_apartment, a.control_next_apartment {
  position: absolute;
  top: 40%;
  z-index: 2;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev_apartment:hover, a.control_next_apartment:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev_apartment {
  border-radius: 0 2px 2px 0;
}

a.control_next_apartment {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
.reviewbox{
	border:1px solid rgba(255,255,255,0.3);
	padding:20px;
	margin-bottom:20px;
}
.left_review {
	width:100px;
	vertical-align:top;
}
.right_review {
	vertical-align: top;
}
#reviews {
	color:rgba(255,255,255,0.7);
}
.left_contact {
	vertical-align: top;
	width:50%;
}
.right_contact {
	vertical-align: top;
	width:50%;
}
.rating {
	color: gold;
}
.features {
	position: absolute;
	margin-bottom: 20px;
	bottom:0;
}
.closepopup {
	z-index:999;
	position:absolute;
	right:0;
	top:0;
	margin-right:-15px;
	margin-top:-15px;
	width:30px;
	height:30px;
	background-image:url("../img/close.png");
	background-size: 100% 100%;
	display:none;
}
#contact a {
	color:rgb(255,255,250);
	text-decoration: underline;
}
ul#tabs {
	list-style-type: none;
	padding: 0;
	text-align: center;
}
ul#tabs li {
	display: inline-block;
	background-color: #32c896;
	border-bottom: solid 5px #238b68;
	padding: 5px 20px;
	margin-bottom: -10px;
	color: #fff;
	cursor: pointer;
}
ul#tabs li:hover {
	background-color: #238b68;
}
ul#tabs li.active {
	background-color: #238b68;
}
ul#tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#tab li {
	display: none;
}
ul#tab li.active {
	display: block;
}
.tabledivlight {
	display:inline-flex;
	background-color:rgba(255,255,255,0.2);
	height:auto;
	width:480px;
	margin-bottom:5px;
	padding-left:10px;
	padding-bottom:10px;
}
@media screen and (max-width: 1126px) {
	.attractioncentered {
		width:auto!important;
		height:auto;
		left:0;
		right:0;
		margin-left:0!important;
		margin-right:0!important;
	}
}
.attractioncentered {
	width:1024px;
	height:auto;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (min-width: 1440px) {
	.gridcentered {
		width:1175px;
		height:auto;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
	}
}
