@charset "UTF-8";
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #4E4A47;
	font-weight: 300;
	letter-spacing: -1px;
	background-color: #F2EFEB;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	   -moz-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-large {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 300;
	letter-spacing: -1px;
}
h1 { font-size: 5rem; line-height: 1.2; color: #8F973B; }
h2 { font-size: 4rem; line-height: 1.2; color: #8F973B; }
h3 { font-size: 2.8rem; line-height: 1.3; color: #8F973B; }
h4 { font-size: 2.4rem; line-height: 1.6; color: #8F973B; font-weight: bold; }
p { margin-top: 0; letter-spacing: 0; }
strong { font-weight: 800 !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2.4rem;
}
.text-sm {
	font-size: 1.4rem;
}
.text-xsm {
	font-size: 1.2rem;
}
.text-highlight {
	color: #8F973B;
}

@media only screen and (max-width: 768px) {
	h1 { font-size: 3rem; line-height: 1.2; color: #8F973B; }
	h2 { font-size: 2.4rem; line-height: 1.2; }
	h3 { font-size: 2rem; line-height: 1.3; }
	h4 { font-size: 1.6rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.7rem;
	}
}
@media only screen and (max-width: 480px) {
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #8F973B;
}
a:hover {
	color: #4E4A47;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

@media only screen and (max-width: 768px)  {
	.column {
		width: 100% !important;
	}
}

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	background: #FFF;
	margin: 15px 1% 15px 1%;
	padding: 40px;
	border-radius: 10px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	   -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	        box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }


@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 30px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}


/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	background-color: #4E4A47;
}
.slider ul {
	height: 400px;
	list-style: none;
	padding: 0 0 20px 0;
	overflow: hidden;
}
.slider ul li {
	height: 100%;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
section {
	overflow: hidden;
	clear: both;
}
section.texture {
	background-color: #D2CBBC;
	background-image: url(../images/texture.svg);
	background-size: 1000px auto;
	background-position: right -300px bottom -500px;
	background-repeat: no-repeat;
}
section.subtle {
	background-color: #E8E4DD;
}
section.bold {
}
main {
	overflow: hidden;
	clear: both;
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}
.caption {
	width: 50%;
	float: left;
	margin: 30px 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.caption h3 {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.3;
}
.caption-internal {
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
	background: #D2CBBC;
	margin: -20px 0 0 0;
	z-index: 100;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.specials {
	width: 100%;
	max-width: 768px;
	margin: 0 auto 30px auto;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background-color: #8F973B;
	padding: 20px;
	font-size: 1.4rem;
	color: #F2EFEB;
	background-image: url(../images/texture-reversed.svg);
	background-repeat: no-repeat;
	background-size: 500px auto;
	background-position: left -200px top -100px;
	border: solid 2px #D2CBBC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.specials h3 {
	color: #F2EFEB;
	font-size: 3rem;
}
.feature {
	background: #E8E4DD;
	margin-top: 40px;
	padding: 30px 20px;
	overflow: hidden;
	border-radius: 10px;
}
footer.main {
	background: #4E4A47;
	clear: both;
	padding: 60px 0 30px 0;
}

@media only screen and (max-width: 1024px) {
	.slider ul {
		height: 350px;
		width: 90%;
		margin: 0 5% !important;
	}
	.caption {
		padding: 0 30px;
	}
	.caption h3 {
		font-size: 3rem;
	}
	.caption-internal {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 768px) {
	.slider ul {
		height: 300px;
	}
	.caption {
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
	}
	main {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 480px) {
	.slider ul {
		height: 200px;
	}
	footer.main {
		background: #4E4A47;
		clear: both;
		padding: 30px 0 20px 0;
	}
	.specials {
		padding: 0px;
		font-size: 1.4rem;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}

/* Primary Navigation
–––––––––––––––––––––––––– */
ul.primary {
	overflow: hidden;
	position: absolute;
	top: 45px;
	right: 10%;
	height: 80px;
}
ul.primary li {
	float: left;
	font-weight: 300;
	font-size: 2rem;
	letter-spacing: -1px;
}
ul.primary li a {
	color: #D2CBBC;
	padding: 8px 20px 15px 20px;
	display: block;
}
ul.primary li a:hover {
	color: #8F973B;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}
ul.primary li a.btn-feature {
	background-color: #8F973B;
	border-radius: 5px;
	font-size: 1.7rem;
	padding: 10px 20px 12px 20px;
	margin-left: 20px;
}
ul.primary li a.btn-feature:hover {
	background-color: #D2CBBC;
}

@media only screen and (max-width: 1024px) {
	ul.primary {
		right: 30px;
	}
	ul.primary li {
		font-size: 1.5rem;
	}
	ul.primary li a {
		padding: 10px 15px 15px 15px;
	}
	ul.primary li a.btn-feature {
		font-size: 1.5rem;
		margin-left: 15px;
	}
}

/* Secondary Navigation
–––––––––––––––––––––––––– */
.nav-wrap {
	background: #8F973B;
}
ul.secondary {
	overflow: hidden;
	position: relative;
	background: #8F973B;
	display: table;
	margin: 0 auto;
	text-align: center;
}
ul.secondary li {
	float: left;
	font-size: 1.9rem;
	letter-spacing: -1px;
	text-align: center;
	margin: 0 auto;
	font-weight: 600;
}
ul.secondary li em {
	font-weight: 300 !important;
}
ul.secondary li a {
	color: #D0D3D5;
	padding: 15px 25px;
	display: block;
}
ul.secondary li a:hover {
	color: #4E4A47;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}
ul.secondary li a.btn-feature {
	background-color: #8F973B;
	border-radius: 5px;
	font-size: 1.7rem;
}

@media only screen and (max-width:1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #8F973B;
		-webkit-transition: transform 0.3s;
		   -moz-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 480px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	
/* Primary Navigation
–––––––––––––––––––––––––– */
	ul.primary {
		overflow: hidden;
		position: relative;
		top: 0;
		right: auto;
		height: auto;
		width: 80%;
		margin: 0 auto;
	}
	ul.primary li {
		float: left;
		width: 100%;
		font-size: 1.7rem;
	}
	ul.primary li a {
		padding: 10px 0;
		background-image: url(../images/icons/i-arrow-right_white.svg);
		background-size: 10px 10px;
		background-position: right center;
		background-repeat: no-repeat;
		color: #D2CBBC;
	}
	ul.primary li a:hover {
		color: #4E4A47;
	}
	ul.primary li a.btn-feature {
		display: none;
	}
	
/* Secondary Navigation
–––––––––––––––––––––––––– */
	ul.secondary {
		width: 80%;
		overflow: hidden;
		position: relative;
		background: #8F973B;
		display: table;
		margin: 20px auto;
		padding: 20px 0;
		text-align: center;
		border-top: solid 1px #D2CBBC;
		border-bottom: solid 1px #D2CBBC;
	}
	ul.secondary li {
		width: 100%;
		text-align: left;
		font-size: 1.7rem;
	}
	ul.secondary li a {
		padding: 10px 0;
		color: #D2CBBC;
		background-image: url(../images/icons/i-arrow-right_white.svg);
		background-size: 10px 10px;
		background-position: right center;
		background-repeat: no-repeat;
	}
	ul.secondary li a:hover {
		color: #4E4A47;
	}
	
/* Trigger
–––––––––––––––––––––––––– */
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 28px;
		left: 15px;
		border-radius: 5px;
		background: #8F973B url(../images/icons/i-menu.svg) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: url(../images/icons/i-close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		box-shadow: none;
		border-radius: 5px;
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	list-style: disc;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
ul.bullets li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	letter-spacing: 0;
}

ul.bullets-half {
	list-style: disc;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
ul.bullets-half li {
	width: 50%;
	float: left;
	margin-bottom: 5px;
	letter-spacing: 0;
}

@media only screen and (max-width: 480px) {
	ul.bullets-half li {
		width: 100%;
	}
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
	width: 50%;
	float: left;
	margin: 50px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.featitems li {
	width: 31.333%;
	border-radius: 5px;
	margin: 0 1%;
	float: left;
	font-size: 2rem;
	line-height: 1.2;
	background: #DBD5C8;
	background-size: 40px 40px;
	background-position: top 30px left 15px;
	background-repeat: no-repeat;
	font-weight: 600;
}
ul.featitems li:hover {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.featitems li em {
	font-weight: 300;
}
ul.featitems li a {
	display: block;
	color: #4E4A47;
	padding: 80px 15px 30px 15px;
}
ul.featitems li.item1 {
	background-image: url(../images/icons/i-featitems-accomm.svg);
}
ul.featitems li.item2 {
	background: #8F973B;
	background-image: url(../images/icons/i-featitems-group.svg);
	background-size: 40px 40px;
	background-position: top 30px left 15px;
	background-repeat: no-repeat;
}
ul.featitems li.item3 {
	background-image: url(../images/icons/i-featitems-reservation.svg);
}

@media only screen and (max-width: 1024px) {
	ul.featitems {
		padding: 0 30px 0 0;
	}
	ul.featitems li {
		margin: 0 1%;
		font-size: 1.7rem;
		background: #DBD5C8;
		background-size: 30px 30px;
		background-position: top 20px left 15px;
		background-repeat: no-repeat;
	}
	ul.featitems li a {
		padding: 65px 15px 30px 15px;
	}
}

@media only screen and (max-width: 768px) {
	ul.featitems {
		width: 100%;
		padding: 0 30px;
		margin: 0;
	}
	ul.featitems li a {
		padding: 55px 15px 30px 15px;
	}
	
}

@media only screen and (max-width: 480px) {
	ul.featitems {
		width: 100%;
		padding: 0 30px;
		margin: 0;
	}
	ul.featitems li {
		font-size: 1.2rem;
	}
	ul.featitems li a {
		padding: 55px 15px 20px 15px;
	}
}

/* Grid - Accommodation
–––––––––––––––––––––––––– */
ul.grid-accomm {
	width: 100%;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
ul.grid-accomm li {
	width: 29.333%;
	margin: 0 2% 50px 2%;
	float: left;
	background: #D2CBBC;
	text-align: center;
	position: relative;
	padding: 0 0 30px 0;
	border-radius: 5px;
}
ul.grid-accomm li:nth-child(4), ul.grid-accomm li:nth-child(5) {
	width: 46%;
}
ul.grid-accomm li img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	border-radius: 5px 5px 0 0;
}
ul.grid-accomm li h3 {
	margin: 0 0 5px 0;
	font-size: 2.5rem;
	color: #4E4A47;
}
ul.grid-accomm li h4 {
	margin: 0 0 5px 0;
	font-size: 2rem;
	color: #4E4A47;
	font-weight: 300;
}
ul.grid-accomm a.btn {
	position: absolute;
	bottom: -10px;
	padding: 8px 0;
	width: 40%;
	margin: 0 30%;
	background-color: #8F973B;
	display: block;
	border-radius: 5px;
	color: #F2EFEB;
	font-size: 1.4rem;
}
ul.grid-accomm a.btn:hover {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
	ul.grid-accomm {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		display: block;
	}
	ul.grid-accomm li {
		width: 100%;
		margin: 0 0 40px 0;
	}
    ul.grid-accomm li:nth-child(4), ul.grid-accomm li:nth-child(5) {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
	ul.grid-accomm {
		max-width: 320px;
	}
}

/* Accommodation Listing
–––––––––––––––––––––––––– */
ul.accomm-listing {
	overflow: hidden;
	background: #E8E4DD;
	margin-top: 80px;
	margin-bottom: 80px;
	border-radius: 5px;
	border: solid 1px #FFF;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
ul.accomm-listing > li {
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.accomm-listing > li:nth-child(1) {
	width: 40%;
}
ul.accomm-listing > li:nth-child(2) {
	width: 60%;
	min-height: 300px;
}
ul.accomm-listing > li:nth-child(3) {
	width: 40%;
	padding: 40px 20px;
	text-align: right;
	border-top: solid 1px #FFF;
}
ul.accomm-listing > li:nth-child(4) {
	width: 60%;
	padding: 25px 20px;
	border-top: solid 1px #FFF;
}

.slider-listing ul {
	height: 300px;
	list-style: none;
	padding: 0;
}
.slider-listing ul li {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

@media only screen and (max-width: 768px) {
	ul.accomm-listing > li:nth-child(1) {
		width: 100%;
	}
	ul.accomm-listing > li:nth-child(2) {
		width: 100%;
		min-height: auto;
	}
	ul.accomm-listing > li:nth-child(3) {
		width: 100%;
		padding: 20px 20px 0 20px;
		text-align:left;
		border-top: solid 1px #FFF;
	}
	ul.accomm-listing > li:nth-child(4) {
		width: 100%;
		padding: 0 20px 20px 20px;
		border-top: none;
	}
}
@media only screen and (max-width: 480px) {
	.slider-listing ul {
		height: 170px;
		list-style: none;
		padding: 0;
	}
}

/* Region
–––––––––––––––––––––––––– */
ul.region {
	overflow: hidden;
}
ul.region li {
	font-size: 1.4rem;
	width: 100%;
	float: left;
	padding: 40px 20px;
	border-bottom: solid 1px #D2CBBC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.region li a {
	font-size: 1.7rem;
	text-decoration: underline;
}

/* Contact
–––––––––––––––––––––––––– */
ul.contact {
	overflow: hidden;
	margin: 0 0 10px 0;
}
ul.contact li {
	padding: 10px 0 10px 60px;
	background-size: 40px 40px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.5rem;
	line-height: 1.4;
}
ul.contact li a {
	font-size: 2rem;
}

/* Contact - Footer
–––––––––––––––––––––––––– */
ul.contact-footer {
	overflow: hidden;
	margin: 0 0 20px 0;
}
ul.contact-footer li {
	padding: 10px 0 10px 0;
	background-size: 40px 40px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.2rem;
	line-height: 1.4;
    color: #FFF;
}
ul.contact-footer li a {
	font-size: 1.4rem;
}

/* Social
–––––––––––––––––––––––––– */
ul.social {
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 210px;
}
ul.social li {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 5px;
}
ul.social li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.social li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.center {
	margin: 0 auto !important;
	display: block;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto;
	padding: 0 0 10px 0;
    width: 50%;
    float: left;
}
ul.sitemap li {
	float: left;
    width: 100%;
	margin: 0 15px 0 15px;
}
ul.sitemap li a {
	color: #D2CBBC;
	display: block;
	padding: 5px 0;
    font-size: 1.4rem;
}
ul.sitemap li a:hover {
	color: #8F973B;
}

@media only screen and (max-width: 768px) {
	ul.sitemap {
        max-width: 200px;
    }
}
@media only screen and (max-width: 480px) {
	ul.sitemap-primary li {
		text-align: left;
	}
	ul.sitemap-primary {
		width: 100%;
	}
	ul.sitemap-secondary {
		width: 100%;
	}
}

/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
.tabs {
	display: table;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.tabs li {
	float: left;
	line-height: 38px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 50%;
	text-align: center;
	font-size: 1.4rem;
}
.tabs a {
	background-color: #F2EFEB;
	border-bottom: 1px solid #fff;
	font-weight: 600;
	font-size: 1.6rem;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 10px 0;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs a:hover {
	background-color: #D2CBBC;
}
.tabs_item {
	display: none;
	padding: 40px 40px;
	font-size: 1.4rem;
}
.tabs_item h4 {
	font-weight: bold;
	color: #8F973B;
	font-size: 2.5rem;
}
.tabs_item:first-child {
	display: block;
}
.current a {
	color: #fff;
	background: #8F973B;
}

@media only screen and (max-width: 480px) {
	.tabs_item {
		display: none;
		padding: 20px 20px;
		font-size: 1.3rem;
	}
}


/* Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
    border: solid 1px #4e4a47;
	z-index: 1;
	text-align: left;
    box-sizing: border-box;
    padding: 30px 70px 0 70px;
    border-radius: 5px;
}
.testimonial-content {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 40px auto;
    box-sizing: border-box;
}
.testimonials {
	list-style: none;
	padding: 0;
	margin: 0;
}
.testimonials > li {
	position: absolute;
	opacity: 0;
}
.testimonials > li:first-child {
	position: relative;
	opacity: 1;
}
.testimonial-content p {
	padding: 0;
	font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {
    .testimonials-wrapper {
        padding: 30px 30px 0 30px;
    }
    .testimonial-content p {
        font-size: 1.4rem;
    }
}

/* ------ Navigation ------ */

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	position: absolute;
	z-index: 9999;
	top: 40%;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
    border-radius: 50px;
	color: rgb(255,255,255,0);
    background-color: #4e4a47;
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-size: 4rem;
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flex-direction-nav a.flex-next:before {
	padding: 0;
}
.flex-direction-nav .flex-prev {
	left: -25px;
    background-image: url(../images/icons/icon-arrow-left.png);
}
.flex-direction-nav .flex-next {
    background-image: url(../images/icons/icon-arrow-right.png);
	right: -25px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
ol.flex-control-paging {
    list-style: none !important;
    display: none;
    width: 88%;
    margin: 0 auto;
    box-sizing: border-box;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #666;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(255,255,255,0.7);
}
.flex-control-paging li a.flex-active {
	background: #FFF;
	background: rgba(255,255,255,1);
	cursor: default;
}
.flex-control-nav {
	bottom: 30px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
.flex-control-nav li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

@media only screen and (max-width: 480px) {
    .flex-direction-nav a {
        width: 40px;
        height: 40px;
        background-size: 15px 15px;
    }
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 15px 30px 15px 10%;
}
img.logo-footer {
	width: 100%;
    max-width: 150px;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
}
img.logo-menu {
	width: 140px;
	height: auto;
	margin: 0 auto;
	padding: 15px 30px 15px 10%;
	display: none;
}
img.img-full {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
	border-radius: 5px;
}
img.divide-lrg {
	max-width: 350px;
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto;
}
img.divide-sm {
	max-width: 250px;
	width: 100%;
	height: auto;
	display: block;
	margin: 30px 0;
}
img.app-icon {
	width: 100px;
	height: auto;
	border-radius: 20px;
}

@media only screen and (max-width: 1024px) {
	img.logo {
		height: auto;
		display: inline-block;
		width: 140px;
		padding: 15px 30px 15px 15px;
        margin-left: 80px;
	}
    img.logo-menu {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	img.logo-footer {
		width: 150px;
	}
}
@media only screen and (max-width: 480px) {
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {
	width: 100%;
	max-width: 768px;
	margin: 30px auto;
}
ul.form {
	position: relative;
}
ul.form li {
	padding: 0 10px;
	float: left;
	width: 100%;
}
ul.form li.half {
	width: 50%;
}
ul.form li.third {
	width: 33.3333%;
}
input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #F2EFEB;
	border: solid 1px #E2E2E2;
	border-radius: 5px;
	box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
		-webkit-appearance: none;
           -moz-appearance: none;
	            appearance: none;
}
textarea {
	min-height: 130px;
}
select {
	background-image: url(../images/icons/icon-select.png);
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #8F973B;
	outline: 0;
	background-color: #F2EFEB;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-webkit-transition: ease-in-out 0.5s;
       -moz-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	color: #FFF;
	display: block;
	padding: 12px 30px;
	font-size: 1.5rem;
	border-radius: 3px;
	letter-spacing: 0;
	margin: 25px auto 0 auto;
	background: #8F973B;
	border: solid 1px #4E4A47;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
input[type="checkbox"] {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
}
ul.checkbox {
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
	background-color: #F2EFEB;
	-webkit-transition: ease-in-out 0.5s;
       -moz-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
	border-radius: 3px;
}
ul.checkbox li {
	width: 50%;
	position: relative;
	float: left;
	text-align: left;
	font-size: 1.3rem;
	line-height: 30px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
label {
	font-size: 1.3rem;
	margin-bottom: 5px;
	text-align: left;
	display: block;
	letter-spacing: 0;
}
.required {
	color: #8F973B;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
::-webkit-input-placeholder { color: red; }
     :-ms-input-placeholder { color: red; }
         ::-moz-placeholder { color: red; }
          :-moz-placeholder { color: red; }

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 12px 30px;
	font-size: 1.5rem;
	border-radius: 3px;
	letter-spacing: 0;
	margin-top: 15px;
	margin-right: 10px;
	float: left;
	background: #8F973B;
	border: solid 1px #8F973B;
}
a.btn-primary:hover {
	background-color: rgba(143,151,59,0.5);
}
a.btn-secondary {
	color: #FFF;
	display: inline-block;
	padding: 12px 30px;
	font-size: 1.5rem;
	border-radius: 3px;
	border: solid 1px #8F973B;
	letter-spacing: 0;
	margin-top: 15px;
	float: left;
	background: #4E4A47;
}
a.btn-secondary:hover {
	background-color: rgba(78,74,71,0.5);
}
a.btn-double {
	color: #FFF;
	display: inline-block;
	padding: 12px 30px;
	font-size: 1.5rem;
	border-radius: 3px;
	letter-spacing: 0;
	margin-top: 15px;
}
a.btn-double:hover {
	padding: 12px 35px;
}
a.btn-double.left {
	float: left;
	background: #8F973B;
	border: solid 1px #8F973B;
	margin-right: 15px;
}
a.btn-double.right {
	float: left;
	background: #B7B1A6;
	border: solid 1px #8F973B;
}
a.btn-menu {
	display: none;
}
a.btn-header {
	display: none;
}

@media only screen and (max-width: 1024px) {
    a.btn-header {
		display: block;
		background-color: #D2CBBC;
		border-radius: 3px;
		font-size: 1.1rem;
		padding: 7px 15px 7px 15px;
		margin-left: 20px;
		position: absolute;
		top: 38px;
		right: 15px;
		color: #4E4A47;
	}
    a.btn-menu {
		background: #4E4A47;
		display: block;
		width: 80%;
		margin: 0 auto 30px auto;
		border-radius: 5px;
		border: solid 1px #D2CBBC;
		color: #F2EFEB;
		text-align: center;
		padding: 10px 0;
	}
}

@media only screen and (max-width: 768px) {
	a.btn-primary {
		padding: 7px 20px;
		font-size: 1.2rem;
	}
	a.btn-secondary {
		padding: 7px 20px;
		font-size: 1.2rem;
	}
	a.btn-double {
		padding: 10px 20px;
		font-size: 1.2rem;
	}
	a.btn-double:hover {
		padding: 10px 24px;
	}
}


a.btn-corona {
	display: inline-block;
    position: fixed;
    top: 135px;
    right: -108px;
    z-index: 200;
    transform: rotate(90deg);
	text-align: center;
	padding: 15px 25px;
	margin: 15px auto 0 auto;
	background-color: #564545;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FFF;
	border-radius: 0 0 5px 5px;
	border: solid 1px #FFF;
	text-transform: uppercase;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
a.btn-corona:hover {
	background-color: #90983B;
}

@media only screen and (max-width: 1024px) {
    a.btn-corona {
        top: 180px;
        right: -87px;
        font-size: 0.9rem;
        padding: 10px 25px;
    }
}



/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
hr.divide-lrg {
	border-top: solid 1px #999;
	border-bottom: none;
	margin: 30px 0 40px 0;
}
.map {
    width: 100%;
    height: 350px;
    display: block;
}
.byline {
	font-size: 1rem;
	padding: 10px 0 10px 0;
	color: #D2CBBC;
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
    background-color: #3E3B38;
    letter-spacing: 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}
