@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: Miso;
    src: url("/Fonts/miso.otf") format("opentype");
	src: url("/Fonts/miso.woff2") format("woff2");
	src: url("/Fonts/miso.woff") format("woff");
}
@font-face {
    font-family: MisoLight;
    src: url("/Fonts/miso-light.otf") format("opentype");
	src: url("/Fonts/miso-light-webfont.woff2") format("woff2");
	src: url("/Fonts/miso-light-webfont.woff") format("woff");
}
@font-face {
    font-family: 'ff_justlefthandmedium';
	src: url('/Fonts/ff-justlefthand-medium-webfont.woff2') format('woff2'), /* Super Modern Browsers */
     url('/Fonts/ff-justlefthand-medium-webfont.woff') format('woff');
}
html, body {
	height: 100%;
	width: 100%
}
body{
	font-family: 'Miso', sans-serif;
	font-size: 16px;
	background: #fff;
	color: #fff;
	line-height: 2;
	margin: 0;
	letter-spacing: 2px;
	width: 100%
}
h1{
	font-size: 2.2em;
}
h2{
	font-size: 18px;
	color:#79ad78;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 1px;
}
h2+p{
	margin-top: 0;
	line-height: 1.4;
}
p+h2{
	margin-top: 25px;
}
h2 a{
	color:#79ad78 !important;
}
a{
	color: #fff;
	text-decoration: none;
	outline: none !important;
}
a:hover{
	color: #000;
}
p{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #645f56;
	line-height: 1.4;
	letter-spacing: 0px;
}
p a{
	color:#7eb07d;
}
p a:hover{
	color:#645f56;
}
#myPopup, #myPopup2{
  display: none;
}
/*Shop styles */
.sorting{
  margin-bottom: 120px;

}
.underline{
    text-decoration: underline;
}
img.full{
  width: 100%;
  display:block;
}
.cats{
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
}
.cats a{
  font-weight: normal;
  margin: 0 15px 0 15px;
  color: #645f56 !important;
  text-decoration: none;
  text-transform: uppercase;

}
.cats a.active,.cats a:hover{
  border-bottom: 2px solid #79ad79;
  color: #79ad79 !important;
}
.sort{
  font-size: 19px;
  letter-spacing: 2px;
  color: #79ad79;
  margin: 15px auto;
  text-align: center;
  width: 110px;
}
.sort .nice-select{
	margin-left: -23px;
}
.Staying strong{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 200px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  letter-spacing: 2px;
  background: #e0ded1;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #645f56;
  padding: 0;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
    background: #e0ded1;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.items{

}
a.item{
  width: 30.096308%;
  float: left;
  display: block;
  text-align: center;
  margin-bottom: 4%;
  transition: all 0.5s ease;


}
#orderList{
  width: 100%;
}
#orderList thead{
  text-align: left;
}
#orderList tbody tr td, table.table.table-bordered, dl dd, .orderItemss{
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  letter-spacing: 0px;
}
dl dt {
  text-transform: uppercase;
}
.ordersummary dd{
      margin-inline-start: 0;
}
.ordersummary dt{
      width: 200px;
}
.canimg{
  position: relative;
}
.item:nth-child(3n+2){
  margin-left: 4.81540930979%;
  margin-right: 4.81540930979%;

}
.item:nth-child(3n+1){
    clear:left;
}
.specs{
 color:#645f56;
 font-size: 14px;
}
.spec p{
  font-size: 12px;
}
.item span,.specs span{
  display: block;
}
.item span.title{
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 19px;
  line-height: 1;
  color: #676359;
}
.item span.sub{
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color:#645f56;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0;
}
.item:hover span.title{

}
.item span.price{
  font-size: 20px;
  margin-top: 5px;
  font-weight: normal;
  color: #72b57b;
  letter-spacing: 1px;
}
.specs span.title{
  font-size: 30px;
  letter-spacing: 0px;
    line-height: 1;
}
.specs span.sub{
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
}
.specs span.price{
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #68af72;
}
input.add, div.int input,a.add, a.button, input.updateA, input.paynow{
  font-size: 16px;
  color: #fff !important;
  background: #68af72;
  padding: 7px 10px 5px 7px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 40px;
  display: inline-block;
  font-family: 'Miso', sans-serif;
  border: 0;
}
div.int input:hover, input.add:hover, input.updateA:hover, input.paynow:hover {
  color: #676359 !important;
}

a.add:hover{
  background: rgba(55, 60, 83, 0.5);
}
.links{
  font-size: 20px;
  margin-top: 80px;
  letter-spacing: 0px;
}
.links a{
  color: #645f56;
}
div.status,div.quantity{
  font-size: 20px;
  letter-spacing: 0px;
}
div.status span,div.quantity span{
  letter-spacing: 0;
  display: inline;
}
div.status span{
  padding-left: 30px;
}
div.quantity span{
  padding-left: 58px;
}
.breadcrumbs{
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: 1px;
  color:#79ad79;
  float: left;
}
.breadcrumbs a{
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #645f56 !important;
}
.breadcrumbs a:hover{
  color:#79ad79 !important;
}
.breadcrumbs span{
  margin: 0 15px 0 15px;
  color: #645f56;
}

.canimg{
  position: relative;
}
a.item .canimg .shade{
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  position: absolute;
}
a.item {
  color:#645f56;

}
a.item:hover .title{
  color: #72b57b;
}
a.item:hover .canimg .shade{
display: block;
cursor: pointer;
}
.admin{
  float: right;
  margin-top: -50px;
}

.bag{

  float: right;
  width: 29px;
  height: 29px;
  background: url("/images/Bag.png") no-repeat;
  text-align: center;
  line-height: 29px;
  margin-left: 15px;
}
body.shop .account{
  float: right;
}
.twothirds{
      width: 100%;
      float: none;
      margin-bottom: 30px;
    }


.onethird{
  width: 30.0963081%
}

.half{
        width: 100%;
      float: none;
      margin-bottom: 30px;
    }

#form1_login label,#form2_register label,#form2_register select,#form1_login input,#form2_register input,#form1_address input,#form1_reset label,#form1_address label,#form1_address select{
  width: 220px;
  display: inline-block;
  color:#646057;
  font-size: 16px;
  letter-spacing: 1px;
}
#form1_confirm{
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
letter-spacing: 0;
font-size: 14px;
}
#form2_register label, #form1_login label, #form1_addressn label,input.paynow{
  text-transform: uppercase;
}
input#form2_copy{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.titles{

    text-transform: uppercase;
    	font-family: 'Miso', sans-serif;
      font-size: 18px;
    	color:#79ad78;
}
#form1_login input,#form2_register input,#form1_address input {
  color:#646057;
  letter-spacing: 0;
}
#form2_register span{
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
letter-spacing: 0px;
}
main.shop{

  margin: 80px 60px 0 60px;
  max-width: 1246px;
  width: calc(100% - 120px);
  color: #645f56;
  font-size: 14px;
}
main.shop a{
  color: #68af72;
}
main.shop a:hover{
  color: #646057;
}
main.shop h1{
  color:#646057;
  text-transform: uppercase;
}
.cycle-pager{
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 200;
  text-align: center;
}
.cycle-pager.external{
  position: relative;
  text-align: left;
  bottom: inherit;
}
.cycle-pager.external img{
  margin-right: 15px;
  margin-top: 30px;
  cursor: pointer;
}
.cycle-pager span{
  width: 15px;
  height: 15px;
  display: inline-block;
  background: rgba(154, 155, 130, 0.5);
  cursor: pointer;
  margin-right: 5px;

}
span.cycle-pager-active{
  background: #373c53;
}
#no-template-pager div{
  display: inline-block;
  position: relative;
}
.cycle-pager img.shade{
  display: none;
  width: 120px;
  height: 119px;
  position: absolute;
  z-index: 20;
}
.cycle-pager-active img.shade{
  display: block;
}
.primary-content{
  color: #645f56;

  letter-spacing:1px;
}
.cartt{
  font-size: 18px;
}
.removecartt{
  font-size: 14px;
}
.primary-content .fll{
  max-width: 400px;
}
.primary-content .flr a, .primary-content .fll a {
  color:#645f56;
}
.primary-content .flr a.button{
  color:#fff;
}

.paging{
  text-align: center;
  font-size: 20px;
}
.upp{
  text-transform: uppercase;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .bag{
    background:url('/images/Bag-lg.png') no-repeat top left;
          background-size: 29px 29px;

}
}
.bag a,body.shop .account a{
    color: #645f56;
    font-size: 14px;
    display: block;
    width: 31px;
    height: 29px;
}
.bag a{
  padding-top: 2px;

}
.account a:hover, .bag:hover{
  opacity: 0.5;

}
.cart input{
  width:
}
@media (max-width: 414px) {
	.social {
		display: none;
	}
}
.block p a, .bell-tents-block p a{
	color:#645f56;
}
.block p a:hover,.bell-tents-block p a:hover{
	color:#fff;
}
.clear{ clear:both; } .hidden{ display:none; }
.fll{ float:left; } .flr{ float:right !important; }

header{
	color:#635f57;
	background: #e0ded1;
	height: 30px;
	width: 100%
}
#top{
	font-size: 16px;
	margin: 0 20px 0 20px;
	line-height: 1;
}
#top #tel{
	background: url(/images/Phone-icon.jpg) no-repeat left 9px;
	padding:  8px 0 7px 26px;
	float: left;
	letter-spacing: 1px;
}
.social.email{
	margin-right: 5px;
	color:#635f57;
	padding-top: 0;
	background: url(/images/Emailn.png) no-repeat left;
	background-size: 19px 14px;
	padding:  0 0 0 26px;
}
.social.email img{
	margin-top: 2px;
}
.social,.book{
	float: right;
	margin-left: 10px;
}
.social{
	padding-top: 6px;
}
.book{
	display: block;
	height: 10px;
	line-height: 10px;
	background: #79ad78;
	padding: 10px;
	letter-spacing: 1px;
	font-size: 16px;
}
.logo {
	display: block;
	margin: 20px 0 0 20px;
}
nav{
	text-transform: uppercase;
	font-size: 18px;
	width: 218px;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 10;
	letter-spacing: 1px;
	font-weight: normal;
}

nav ul{
	list-style: none;
	background: #79ad78;
	padding: 0 20px 0 20px;
	margin-top: 61px;
	display: none;
}

nav:hover ul.main{
	display: block;
	cursor: pointer;
}
nav ul li{
	border-bottom: 1px #a1c6a1 solid;
}
nav a{
	color:#fff;
	display: block;
	padding: 6px 0px 6px 0px;

}
nav ul li:last-child{
	border-bottom: 0;
}
nav a:hover{
	color:#645f56;
}
li.sub>a {
	background: url(/images/white.png) right center no-repeat;
	background-position: -webkit-calc(100%) center;
	background-position: right 0 center;

}
nav:hover li.sub>a{
	background: url(/images/dark.png) right center no-repeat;
	background-position: -webkit-calc(100%) center;
	background-position: right 0 center;

}
.sub{
	position: relative;
}

.sub ul{
	display: none;
	background: #79ad79;

	z-index: 10;
	letter-spacing: 1px;
	margin-top: -10px;
	padding-left:10px;
}
.sub:hover ul{
		display: block;
	}
.sub ul li{
	border-bottom: 0;
}
.sub ul li a{
	color:#fff;
	padding: 0;
}
.sub ul li a:hover{
	color:#645f56;
}
.menu{
	float: right;
	margin: 0 20px 0 0;
}
#banner{
	position: relative;
	margin-top: 10px;
}
#banner .more{
	display: block;
	width: 130px;
	position: absolute;
	left: calc(50% - 65px);
	bottom: 20px;
	height: 32px;
	line-height: 32px;
	color: #645f56;
	text-align: center;
	background: rgba(178,186,171,0.7);
	font-size: 18px !important;
	letter-spacing: 1px;
}
#banner .more:hover{
	color: #000 !important;
}
#banner #escape{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 38px;
	top: 85px;
	line-height: 1;
	font-weight: 200;
	font-family: 'MisoLight', sans-serif;
	text-transform: uppercase;
}
body.home #banner #escape{
	top: 65px;
	width: 360px;
		left: calc(50% - 180px);
}
#banner #escape{
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.banners{

	color: #fff;
	height: 207px;
	-webkit-box-shadow:inset 0 0 40px 10px #121210;
	box-shadow:inset 0 0 40px 10px #121210;
}
main {
	width: 100%;
}
.content{
	max-width: 929px;
	margin: 0 auto;
}
body.reviews .content, body.tales .content{
	padding: 0 20px 0 20px;
}
body.prices .content{
	width: 100%;
}
.content>p, .content>h2{
	margin-left: 20px;
	margin-right: 20px;
}

.contain .content{
	margin: 0;

}
div.block{
	display: block;
	width: 289px;
	height: 574px;
	margin: 20px auto 40px auto;
	position: relative;
}
.shadow-wrap{
	-webkit-box-shadow:inset 0 0 30px 8px #121210 !important;
	box-shadow:inset 0 0 30px 8px #121210 !important;
}
div.shadow{
	-webkit-box-shadow:inset 0 0 30px 8px #121210;
	box-shadow:inset 0 0 30px 8px #121210;
	height: 289px;
}
.block div.text{
	background: url(../images/Home-box.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 20px 20px 0 20px;
	height: 285px;

}
.block p{
	line-height: 1.2;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0px;
}
div.small{
	line-height: 1.2;
	font-size: 16px;

}
.press .small{
	text-transform: uppercase;
}
.press .large{
	margin-top: 10px;
	font-size: 30px;
}

div.large{
	font-family: 'MisoLight', sans-serif;
	font-size: 40px;
	line-height: 1;
	margin: -3px 0 22px 0;
}
a.see{
	display: block;
	width: 121px;
	height: 32px;
	background: #fff;
	line-height: 32px;
	color:#79ad78;
	font-size: 18px;
	left: calc(50% - 60px);
	position: absolute;
	bottom: 30px;
}

body.home .block.middle p.titledate{
	display: inherit;

}
.bell-tents-block{
	background: url(../images/Bell-tents-box.jpg) repeat-x;;
	background-size: cover;
	padding: 0 20px 20px 20px;
	width: calc(100% - 40px);
	margin-bottom: 40px;
}
.bell-tents-block p{
	color: #fff;
}
.bell-tents-block h3{
	text-align: center;
	margin: 0 0 -13px 0;
	font-size: 30px;
	font-weight: normal;
}
aside{

}
.prices-block{
	background: url(../images/Prices-box.jpg) no-repeat;
	background-size: cover;
	text-align: center !important;
	height: 139px !important;
	letter-spacing: 1px;

}
.prices-block span{
	font-size: 12px;
	font-style: italic;
	color:#645f56;
	letter-spacing: 0px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.shep{
	display: block;
	 margin: 0 auto;
}
.hut {
	text-align: left;
	width: 251px;
	margin: 0 auto;
	position: relative;
	padding: 10px 19px 20px 19px !important;
}
.hut .see{
	bottom: 20px;
}
.hut p{
	text-align: left;
	margin-top: 10px;
}
.two-thirds{
	height: 196px !important;
}
.button{
	display: block;
	margin: 40px auto 40px auto;
	/*width: 121px;*/
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #79ad79;
	font-size: 18px;
	letter-spacing: 1px;
  color: #fff !important;
}
.button:hover{
	color:#645f56 !important;
}
.event a.button{
	margin: 10px 0 0 0;
}
.bell-tents a.button{
	width: 66px;
	display: block;
}
.event{
	border-bottom: 1px solid #e0ded1;
	padding: 0 0 30px 0;
	letter-spacing: 0px;
	margin: 0 20px 30px 20px;
}
.event h2{
	font-size: 30px;
}
.event span{
	display:block;
	color:#645f56;
	margin-top: -5px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.event .lefty{

}
.event.detail h2,.event.detail span{
	text-align: center;

}
.event .lefty img{
	display: block;
	margin: 0px auto 30px auto;
}
.event .righty a.button{
	margin: 20px auto 20px auto;
}
a.button.back{
	background: #645f56;
}
a.button.back:hover{
	color:#79ad78;
}
.gallery{
	margin: 0 auto;
	padding: 0 .6% 0 .6%;
	text-align: center;
}
.gallery img{
	display: inline-block;

	margin: 0 .3% -2px 0;
	width: 182px;
	height: 182px;
}
.second{
	margin-right: 0 !important;
}
.review{
	border-bottom: 1px #e0ded1 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.review p{
	font-size: 22px;
	font-family: 'ff_justlefthandmedium' !important;
}
.review span{
	color:#79ad79;
	font-family: Miso;
}
.hash{
	text-align: center;
	color:#79ad78;
	font-size: 30px;
	line-height: 1;
	margin: 35px 0 20px 0;
}
.press:first-child{
	margin-top: 50px;
}
.press{
	position:  relative;
	text-align: center;
	width: 229px;
	background: url(../images/Press-bubble.jpg) no-repeat;
	height:259px;
	padding: 30px;
	margin: 30px auto 0 auto;
}
.press p{
	color:#fff;
}
.press a.see{
	bottom: 60px;
}
a.see:hover{
	color:#645f56;
}
iframe{
	width: 100%;

}
/*Blog styles*/
.filter{
	background: #e0ded1;
	text-align: center;
	color:#645f56;
	font-size: 20px;
	margin: 38px 0 8px 0;
	letter-spacing: 1px;
}
.filter a{
	display: inline-block;
	color:#645f56;
	margin: 0 10px 0 10px;
}
.filter a:hover, .selected{
	color:#79ad79;
}
.post-list{
	padding-top: 30px;
	border-bottom: 1px solid #e0ded1;
}
.post-list.detail{
	border-bottom: 0;
}
.post-list h2{
	 font-size: 30px;
	margin: 0 0 25px 0;
}
.post-list a:hover h2{
	color: #645f56;
}
.post-list p{
	font-size: 14px;
}
.date{
	float: left;
	width: 110px;
	height: 69px;
	background: #79ad79;
	text-align: center;
	margin: 0 20px 50px 0;
	line-height: 1;
	padding-top: 10px;
	font-size: 22px;
	text-transform: uppercase;
}
.detail .date{
	margin: 0 20px 20px 0;

}
.date .day{
	font-size: 36px;

}
	.post-list .text{

	}

	.blog-detail .bimg span{
		display: block;
		font-size: 14px;
		color:#79ad79;
		font-style: italic;
		line-height: 1;
		letter-spacing: 1;
	}
	div.blog-detail .bimg.flr,div.blog-detail .bimg.fll{
			float: none !important;
			margin: 10px auto 0 auto;
			width: 289px;
		}
	.bimg span{
		margin-bottom: 15px;
	}
	.pagination{
		text-align: center;
		font-size: 18px;
		margin-top: 20px;
	}
	.pagination a{
		color: #645f56;
		margin: 0 10px 0 10px;
	}
	.pagination a:hover{
		color: #79ad79;
	}

	/* End of blog styles*/

body.contact .button{
	width: 156px;
	margin: 20px auto 20px auto;
}
.cleft{
	padding: 20px;
}
p.add,p.tel,p.email,p.insta,p.twitter,p.face{
	display: block;
	height: 25px;
	padding: 5px 0 0 40px;
	margin-bottom: 0;
	margin-top: 7px;
}
#tel img{
	height: 16px;
}
p.add{
	background: url(../images/add.png) no-repeat;
}
p.tel{
	background: url(../images/tel.png) no-repeat;
}
p.email{
	background: url(../images/email.png) no-repeat;
}
p.insta{
	background: url(../images/insta.png) no-repeat;
}
p.twitter{
	background: url(../images/twitt.png) no-repeat;
}
p.face{
	background: url(../images/fb.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

	.social.email{
		background: url(/images/Email_lgn.png) no-repeat left;
		background-size: 19px 14px;

	}
  p.add{
  	background: url(../images/add_lg.png) no-repeat;
    background-size: 30px 30px;
  }
  p.tel{
  	background: url(../images/tel_lg.png) no-repeat;
    background-size: 30px 30px;
  }
  p.email{
  	background: url(../images/email_lg.png) no-repeat;
      background-size: 30px 30px;
  }
  p.insta{
  	background: url(../images/insta_lg.png) no-repeat;
      background-size: 30px 30px;
  }
  p.twitter{
  	background: url(../images/twitt_lg.png) no-repeat;
      background-size: 30px 30px;
  }
  p.face{
  	background: url(../images/fb_lg.png) no-repeat;
      background-size: 30px 30px;
  }

}
footer{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #645f56;
	font-size: 11px;
	text-align: center;
	margin: 40px 10px 20px 10px;
	letter-spacing: 0px;
	opacity: .5;
	line-height: 1.6;
}
footer a{
	color: #645f56;
}
footer span{
	margin: 0 4px 0 4px;
	clear: both;
}
.cal{
	background: #e0ded1;
	width: calc(100% - 40px);
	margin: 0 20px 20px 20px;
	position: relative;
}
.cal h2{
	text-align: center;
	font-size: 24px;
	color:#645f56;
	letter-spacing: 1px;
	margin-top: 3px;
}
.cal-prev,.cal-next{
	position: absolute;
	width: 8px;
	height: 13px;
	top: 10px;
	display: block;
}
.cal-prev{
	left: 10px;
	background:url(/images/cal-prev.png) no-repeat;
}
.cal-next{
	right: 10px;
	background:url(/images/cal-right.png) no-repeat;
}
.cal table{
	width: 100%;
	margin-top: 8px;
}
.cal table td{
	background: #fff;
	color:#7eb07d;
	text-align: center;
	height: 26px;
}
thead tr th, dl dt, .tablesorderItems th{
	background: #7eb07d;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
}
.notinmonth{
	background: #e0ded1;
}
.has-event{
	padding: 0;

}
.eventwrap{
	position: relative;
	height: 34px;
}
.eventwrap span.day{
	position: absolute;
	width: 100%;
	left: 0;
	height: 33px;
}
.event.mackies,.event.upper-navy{
	width: 49%;
	height: 33px;
	margin:0;
	padding: 0;
}

.event.mackies{
	float: left;
	background: #645f56;

}
.event.upper-navy{
	float: right;
	background: #3e7347;

}
.event.mackies.upper-navy{
	width: 100%;
	background: url(../images/cal-bck.png) center;
}
.key {
	margin-bottom: 10px;
	color:#7eb07d;
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	margin-left: 20px;
	letter-spacing: 0px;
}
.key div{
	width: 24px;
	height: 25px;
	margin-right: 10px;
	float: left;
}
.key.avail div{
	border: 1px solid #e0ded1;
}

.key.mac div{
	background: #645f56;
}
.key.upp div{
	background: #3e7347;
}
.key.sheph div{
	margin-left: 0;
	background: #a09d94;
}
.key.tipi div{
	background: #679E70;
}
#form{
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.70);
	display: none;
	color:#645f56;
	font-size: 14px;
	z-index:20;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}
body.psted #form,body.psted #form form{
	display: block;
}
#form form{
	background: #fff;
	width: calc(100%-40);
		margin: 50px 20px 0 20px;
		padding: 30px;
	position: relative;
	letter-spacing: 0px !important;
	height: 463px;
}
#form a.close{
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
}
#form form div{
	width: calc(100% - 20px);
	margin-bottom: 3px;
	height: 29px;
}
#form form div label{
	float: left;
	width: 100px;

}
#form form div input,#form form div textarea{
	float: right;
	width: calc(100% - 116px);
	border:0;
	background: #e0ded1;
	height: 21px;
	padding: 3px;
}

#form form div textarea{
	height: 81px;
}
#form form .submit{
	margin:0 auto 0 auto;
	font-family: 'Miso', sans-serif;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 65px);
	border: none;
	color: #fff;
}
#form form .submit:hover{
	color:#645f56;
}
#form form div select{
	margin-left: 10px;
	width: 130px;
	border:0;
	background: #e0ded1;
	height: 27px;
}

select.btent{
	width: calc(100% - 111px) !important;
}
#form form div select.sm{
	width: 53px !important;
}
select.bmonth{
	width: calc(100% - 178px) !important;
}
span.fsm,span.flg{
	text-align: center;
	display: block;
	font-family: 'Miso', sans-serif;
	line-height: 1;
}
span.fsm{
	color:#645f56;
	font-size: 18px;
}
span.flg{
	font-size: 40px;
	color:#79ad79;
	margin-bottom: 34px;
}
#form1_info{
	display: none;
}
iframe.framecal{
		width: calc(100% - 40px);
		margin: 0 20px 0 20px;
	height: 300px;
	}

@media (min-width: 622px) {
	iframe.framecal{
		width: 100%;
		margin: 0 0 0 0;
	height: 365px;
	}
	#form{
		font-size: 12px;
	}
	#form form{
		width: 549px;
		height: 407px;
		margin: 200px auto 0 auto;
		padding: 30px;
	}
	#form form div{
		width: 427px;

	}
		#form form div input,#form form div textarea{
		float: right;
		width: 298px;
		border:0;
		background: #e0ded1;
		height: 21px;
		padding: 3px;
	}
#form form div label{
	float: left;
	width: 117px;

}
	#form form div textarea{
	height: 81px;
}
	#form form div select{
	margin-left: 5px;
	width: 120px !important;
}
	#form form div select.sm{
	width: 53px;
}

	.key {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 44px;
		height: 44px;
		margin-left: 0;
		float:left;
	}
	.key div{
		width: 42px;
		height: 44px;
		margin-right: 10px;
		float: left;
	}
	.key.avail div{
		border: 1px solid #e0ded1;
	}
	.key.mac{
		margin-left: 10px;
	}
	.key.sheph div{
	margin-left: 10px;
	}
	.key.mac div{
		background: #645f56;
	}
	.key.upp,.key.tipi{
		float: right;
	}
	.key.upp div{
		background: #3e7347;

	}



	.cal{
		background: #e0ded1;
		width: 100%;
		margin: 0 0 20px 0;
		padding-top: 5px;
	}
	.cal h2{
		font-size: 30px;
		margin-top: 5px;
		text-transform: uppercase;
	}
	.cal-prev,.cal-next{
		width: 11px;
		height: 19px;
		top: 15px;
		display: block;
	}
	.cal-prev{
		left: 15px;
		background:url(/images/cal-prev-lg.png) no-repeat;
	}
	.cal-next{
		right: 15px;
		background:url(/images/cal-right-lg.png) no-repeat;
	}
	.cal table td{
		height: 44px;
		font-size: 18px;
	}
	.eventwrap{
		position: relative;
		height: 46px;
	}
	.eventwrap span.day{
		height: 45px;
		top: 5px;
		left: 1px;
	}
	.event.mackies,.event.upper-navy{
		width: 49.4%;
		height: 45px;
		margin:0;
		padding: 0;
	}
	p.add,p.tel,p.email,p.insta,p.twitter,p.face{
	height: 20px;
	padding: 10px 0 0 40px;
}
	body{
		font-size: 12px;
	}
	#top{
		font-size: 16px;
	}

	#banner #escape{
		top: 230px;
		font-size: 74px;
	}
	body.home #banner #escape{
		top: 184px;
		width: 570px;
		left: calc(50% - 285px);
	}
	.banners{
		-webkit-box-shadow:inset 0 0 70px 10px #121210;
		box-shadow:inset 0 0 70px 10px #121210;
		max-width: 1280px;
		height: 538px;
		margin: 0 auto;

	}
	#banner .more{
		bottom: 60px;
	}

	nav ul li{

	}
	div.block{
		display: inline-block;
		width: 31.1%;
		overflow: hidden;
		margin: 60px auto 20px auto;
		height: 650px
	}
	.block div.text{
	height: 355px;
}
	.press{
		margin-bottom: 20px;
	}
	div.block.first, .press.first{
		float: left;
	}
	div.block.last, .press.last{
		float: right
	}
	div.block.middle{
		margin: 60px 0 0 3.2258064516129% !important;
	}
	.content {
		margin-top: 60px;
		padding: 0 50px 0 50px;
	}
	.content>p{
		margin-left: 0px;
		margin-right: 0px;
	}
	.content>h2{
	margin-left: 0px;
}
	.contain .content{
		padding: 0;
		float:left;
	}
	.content p:first-child {
	 	margin-top: 0;
	}
	.row {
		margin-top: 30px;
	}
	.bell-tents-block{
		width: 249px;
		height: 281px !important;
		margin-bottom: 0;
		padding: 0 19px 15px 16px;
	}
	.bell-tents-block p{
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: 0px;
	}
	.bell-tents-block h3{

	}
	.prices-block{
		height: 139px !important;
		margin-bottom: 32px;
		position: relative;
		width: 251px;
		padding: 0 19px 0px 19px;
	}
	.prices-block span{
		display: block;
		margin-top: -20px;
		line-height: 1.5;

	}
	.two-thirds{
		width: calc(100% - 315px);
		height: 296px !important;
	}
	.bflr{
		float: right;
	}
	.bfll{
		float: left;
	}
	body.home .content{
		margin-top: 0;
	}
	a.button{
		margin: 20px auto 40px auto;
	}
	body.tales .content{
		width: calc(100% - 330px);
	}
	body.tales .content{
		width: 100%;
	}
	.contain{
		max-width: 929px;
		margin: 60px auto 0 auto;
		padding: 0 50px 0 50px;
	}
	aside{
		float: right;
		width: 289px;

	}
	.shep{
		width: 100%;
	}
	.hut {
		text-align: center;
		height: 109px !important;
	}
	.hut .see{

	}
	.hut p{

	}
	.event .lefty{
		width: 290px;
		float: left;
	}
	.event .lefty h2,.event .lefty span{
		text-align: center;

	}
	.event .lefty img{
		display: block;
		margin: 0px auto 30px auto;
	}
	.event .righty{

		float: right;
		width: calc(100% - 320px)
	}
	.event.detail h2,.event.detail span{
		text-align: left;

	}
	body.galpage .content, body.reviews .content{
		padding: 0 20px 0 20px;
	}
	.gallery{

		padding: 0 0 0 0 !important;
	}
	.gallery img{

		width: 24.11194833153929%;
		margin: 0 .3% 0 0;
		height: auto;
	}
	.second,.forth{
		margin-right: .3% !important;
	}
	.forth{
		margin-right: 0 !important;
	}
	.press:first-child{
		margin-top: 0;
	}
	.press{
		display: inline-block;
		width: calc(30.0752688172043% - 50px);
		margin-top: 0;
	}

	.press.middle {
	margin: 0 0 0 3.2258064516129% !important;
}

	.cleft{
		float: left;
		padding: 0;
	}
	body.contact .button{
		float: left;
		margin: 20px 30px 20px 0;

	}


	/*Blog styles*/
	.filter{
		text-align: left;
		font-size: 19px;
		margin: 0 0 8px 0;
		padding-left: 14px;
	}
	.post-list h2{
		margin: 0 0 15px 0;
	}
	.post-list p{
		font-size: 12px;
	}
	.detail .date{
		margin: 0 20px 20px 0;
	}

	.bimg img{
		width: 100%;
		height: auto;
	}
	div.blog-detail .bimg.fll{
		float: left !important;
		width: 47%;
	}
	div.blog-detail .bimg.flr{
		float: right !important;
		width: 47%;
	}

	.blogbck{
		margin: 10px 0 20px 0 !important;
	}
	/* End of blog styles*/
	footer{
		margin: 57px 20px 28px 20px;
	}
	footer span.hidden{
		display: inline;
	}
	footer br,body.tales .content br{
		display: none;
	}


}
@media (max-width: 700px){
  .item:nth-child(2n+1){
margin-right: 0;
clear:left;
}
.item:nth-child(3n+1){
 clear:none;
}
a.item{
width: 100% !important;
}
}
@media (min-width: 955px) {
	.cright{
		float: right;
	}
	div.block{
	height: 574px;
	}
	.block div.text{
		height: 285px;
	}
  .half{
    width: 47.67255%;
    margin-bottom: 0;
    float: left;
  }
  .cats a{
	
	margin: 0 -61px 0 15px;

  
  }

}
@media (max-width: 955px){
  a.item{
        width: 47%;
      }
      .item:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
      }
      .item:nth-child(2n+1){
        margin-right: 5%;
      }
      .item:nth-child(3n+1){
          clear:none;
      }
      main.shop{
      margin: 80px 30px 0 30px;

      width: calc(100% - 60px);
    }
    .editadd{
      float: left !important;
      width: auto;
    }
	.sort .nice-select{
		margin-left: -22px;
	}
}

@media (min-width: 995px) {
  .twothirds{
    width: 65.1685393%
  }
  .admin{

    margin-top: 20px;
  }
	#top{
		max-width: 929px;
		margin: 0 auto;
	}
	.logo {
		margin: 18px auto 0 auto;
	}
	nav{
		margin: 10px 0 -4px 0;
		border-top: 1px #e0ded1 solid;

		height: 52px;
		width: auto;
		position: inherit;
		font-size: 18px;
		text-align: center;
	}
  body.shop nav{
    border-bottom: 1px #e0ded1 solid;
  }
	body.galpage nav{
		border-bottom: 1px #e0ded1 solid;
	}
	nav ul{
		max-width: 990px;
		background: none;
		display: block;
		margin: 0 auto;
    	padding: 0;
	}

	nav ul li{
		display: inline-block;
		border-bottom: 0;
	}

	nav a{
		color:#646057;
		display: block;
		padding: 6px 22px 6px 22px;
	}
	nav a:hover,body.shop nav a.shop,body.home nav a.home,body.swim nav a.explore,body.adv nav a.explore,body.days nav a.explore,body.food nav a.explore,body.prices nav a.prices,body.bell-tents nav a.glamping,body.galpage nav a.galnav,body.events nav a.pop,body.contact nav a.contact,body.tales nav a.tales,body.reviews nav a.reviews,body.presspage nav a.reviews{
		color:#79ad78;
	}
	.menu{
		display: none;
	}
	li.sub>a {
		background: url(/images/dark.png) right center no-repeat;
		background-position: -webkit-calc(100%) center;
		background-position: right 0 center;

	}

  .sub.gl:hover > a{
    background: url(/images/green.png) right center no-repeat;
    background-position: -webkit-calc(100%) center;
    background-position: right 0 center;
  }
  .sub.ex:hover > a{
    background: url(/images/green.png) right center no-repeat;
    background-position: -webkit-calc(100%) center;
    background-position: right 0 center;
  }
  .sub.re:hover > a{
    background: url(/images/green.png) right center no-repeat;
    background-position: -webkit-calc(100%) center;
    background-position: right 0 center;
  }
	.sub ul{
		display: none;
		position: absolute;
		left: calc(50% - 100px);
		background: #79ad79;
		width: 170px;
		z-index: 10;
		padding: 0 15px 0 15px;
		text-align: center;
		margin-top: 0;
	}
	.sub:hover ul{
		display: block;
	}
	.sub ul li{
		float: none;
		border-bottom: 1px #a1c6a1 solid;
		display: block;
	}
	.sub ul li a{
		color:#fff;
		padding: 0;
	}
	.sub ul li a:hover{
		color:#645f56;
	}
	/*.gallery img{

		width: 224px;
		height: 224px;
	}*/
	#banner{
		margin-top:0;
	}
}


@media (min-width: 1168px) {
	nav ul{

		max-width: 1122px;
	}

	li.sub>a {
		background-position: -webkit-calc(100% - 10px) center;
		background-position: right 10px center;
	}
	nav:hover li.sub>a{
		background-position: -webkit-calc(100% - 10px) center;
		background-position: right 10px center;
	}
  .sub.gl:hover > a, .sub.ex:hover > a, .sub.re:hover > a{
    background-position: -webkit-calc(100% - 10px) center;
		background-position: right 10px center;
  }
  main.shop{
  margin: 80px auto 0 auto;
  max-width: 1246px;
}
}
