@charset "UTF-8";
/* CSS Document */

body {
	background:#1d3f19;
	font-family:"Open Sans";
	font-weight:300;
	padding:0;
}

a {
	color:#28761d;
}

a, p, div {
	font-size:14px;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	background:#e0cea8;
	margin:0px auto;
}

.row {
	max-width:1200px;
	margin:0px auto;
}

header {
	background:#1d4019;
}

#header {
	background:#fff;
}

#topbar {
	font-size:12px;
	background:url(../img/sprite.png) no-repeat 0 0 #a5c082;
	color:#fff;
	padding:4px 20px;
	line-height:16px;
}

#topbar a {
	color:#fff;
	text-decoration:underline;
}

#topbar a:hover {
	text-decoration:none;
}

.top-bar {
}

.top-bar,
.title-area,
.top-bar-section ul li, 
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section .has-dropdown > a:after {
	background:#1d4019!important;
}

.top-bar-section {
	max-width:1200px;
	margin:0px auto;
}

.top-bar-section ul li > a {
	padding:0 21px!important;
	background:#1d4019;
	font-size:14px;
}

.top-bar .dropdown {
	border-top:solid 1px #132e10;
}

.top-bar .dropdown a {
	border-bottom:solid 1px #132e10;
	padding-top:0px;
	padding-bottom:0px;
}

.logo {
	padding:10px 20px;
}

.topnav {
	list-style:none;
	margin:0;
	padding:35px 20px 0 0;
}

.topnav li {
	display:inline-block;
}

.topnav a {
	padding:0 12px;
	font-size:15px;
	display:block;
	line-height:26px;
	height:26px;
}

.lang a {
	width:31px;
	background:url(../img/sprite.png) no-repeat 0 -34px;
	display:block;
}

#hero {
	height:auto;
	position:relative;
}

#hero .layer {
	height:100%;
	width:100%;
	padding:0;
	position:absolute;
	top:0;
}

#hero .art {
	height:260px;
	background:#143112;
	position:relative;
}

#hero .layer1 {
	background: url(../img/photo-home-2.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:450px;
}

#hero .layer2 {
	background:url(../img/hero-cabin.png) no-repeat right 0px;
	z-index:0;
	max-width:1100px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

#hero .layer3 {
	background:url(../img/hero-treeline.png) no-repeat center 20px;
	z-index:1;
}

#hero .layer4 {
	background:url(../img/hero-horizon.png) repeat-x center 65px;
	z-index:2;
}

#hero .layer5 {
	background:url(../img/hero-statues.png) no-repeat left 90px;
	z-index:3;
	max-width:1000px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

#hero .layer6 {
	background:url(../img/hero-quetzal.png) no-repeat 40% 80px;
	z-index:8;
	max-width:1000px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

#hero .layer7 {
	background:url(../img/hero-forecolor.png) no-repeat 50% bottom;
	z-index:5;
	width:100%;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

#welcome {
	background:#143112;
	padding:25px 0 0 0;
}

#welcome h1 {
	font-family: 'Droid Serif', serif;
	font-size:48px;
	color:#fff;
}


#welcome h2 {
	font-family: 'Droid Serif', serif;
	font-size:32px;
	color:#a9c191;
}

#home-features {
	background:#e0cea8;
	padding-top:0px;
	padding-bottom:30px;
}

#home-features .columns {
	padding:0 30px 50px 30px;
}

#home-features h2, #sidebar h2 {
	font-family: 'Droid Serif', serif;
	font-size:23px;
	color:#8c7b55;
	padding-bottom:8px;
}

#home-features .columns img, #sidebar .columns img {
	border:solid 12px #fff;
	margin-bottom:10px;
}

#home-features .columns a, #sidebar .columns a {
	font-size:16px;
	font-weight:800;
}

#gallery {
	max-width:1600px;
	margin:0px auto;
	width:100%;
	background:#eee;
	padding:0;
}

#gallery .row {
	width:100%;
	max-width:1600px;
	margin:0px auto!important;
	padding:0!important;
	text-align:center;
}

#gallery #photo-grid {
	margin:0;
	padding:0;
	list-style:none;
}

#gallery #photo-grid li {
	margin:0;
	padding:0;
	position:relative;
	float:left;
}

#gallery #photo-grid a:hover > div {
	display:block;
}

#gallery #photo-grid a img {
	position:relative;
	z-index:0;
	display:block;
}

#gallery #photo-grid a div {
	position:absolute;
	z-index:1;
	line-height:60%;
	width:100%;
	vertical-align:middle;
	padding-top:30%;
	padding-bottom:0;
	color:#fff;
	height:100%;
	text-align:center;
	background:url(../img/bg-grid.png) repeat-x center center;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:12px;
	display:none;
}

#gallery #photo-grid a div span {
	line-height:16px;
	display:block;
	width:100px;
	text-align:center;
	margin:0px auto;
}

#quote {
	background:#1d3f19;
	color:#fff;
	padding:69px 0 65px 0;
}

#quote .row {
	max-width:952px;
	padding:0 20px;
}

#quote p {
	font-size:26px;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	line-height:46px;
}

#quote .author {
	display:block;
	text-align:right;
	line-height:32px;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	font-size:18px;
}

/* PAGE */
.page-featured-photo {
	width:100%;
	text-align:center;
}

#page {
	padding:40px 0;
}

#page .row {
	padding:0 20px;
}

#page h1 {
	font-family: 'Droid Serif', serif;
	font-size:28px;
	color:#8c7b55;
	padding-bottom:8px;
}

.page-content {
	padding-right:80px;
}

.listings {
	padding:20px 0;
}

.listings .photo {
	padding:0 0 30px;
}

.listings .photo img {
	border:solid 10px #fff;
}

.listings .description {
	padding:0 0 0 30px;
}

#sidebar .columns {
	padding:30px 0 30px 0px;
}

#sidebar p {
	font-size:13px;
}

footer {
	background:#465d2a;
	padding:25px 0;
	color:#fff;
}

footer i {
	color:#fff;
	background:#7e923e;
	font-size:20px;
	padding:5px;
	width:30px;
	height:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left:8px;
}

footer .social-media {
	padding-top:30px;
	text-align:center!important;
}

footer ul {
	margin:0;
	padding:0;
	list-style:none;
}

footer li {
	width:50%;
	padding:0;
	float:left;
}

footer li a {
	color:#7e923e;
	font-size:12px;
	line-height:20px;
	display:block;
}

footer li a:hover {
	color:#fff;
}

footer .contact-details {
	color:#fff;
	font-size:12px;
	padding:24px 0 10px;
	line-height:18px;
}

footer .back-to-top .fa-arrow-circle-up {
	background:none;
	font-size:36px;
	margin:10px 0;
	color:#7e923e;
}

.border {
	border:solid 1px #cc0000!important;
}

@media only screen and (max-width: 62em) {
	.top-bar-section ul li > a {
		padding:0 10px!important;
		font-size:14px;
	}
	.top-bar-section ul li:first-child a {
		display:none;
	}
	
	.listings .description {
		padding:0;
	}
}


@media only screen and (max-width: 40em) {
	#topbar {
		background-image:none;
	}
	
	.topnav {
		padding:0px 20px 20px 0;
	}
	
	.logo {
		padding:20px 20px 10px 20px;
	}
	.top-bar-section ul li > a {
		padding:8px 20px!important;
		border-bottom:solid 1px #132e10;
	}
	#gallery #photo-grid img {
		width:100%;
		height:auto;
	}
	
	#quote p {
		font-size:20px;
		line-height:32px;
		letter-spacing:9px;
	}
	
	#quote .author {
		line-height:26px;
		font-size:16px;
		letter-spacing:3px;
	}
	
	#sidebar {
		padding-top:100px;
		background:url(../img/hero-quetzal.png) no-repeat center top;
	}
	
	.page-content {
		padding-right:0px;
	}
	
	footer .social-media {
		padding-top:20px;
	}
	
	footer li {
		text-align:center;
		width:100%;
	}
	
	footer li a {
		line-height:24px;
	}

}

@media only screen and (max-width: 30em) {
	
	#hero .layer1 {
		background: url(../img/photo-home-2-medium.jpg) no-repeat center center;
		height:360px;
	}
	
	#hero #welcome {
		padding:20px;
	}
	
	#hero #welcome h1 {
		font-size:30px;
	}
	
	#hero #welcome h2 {
		font-size:22px;
	}
	
	#hero .art {
		height:144px;
	}
	
	#hero .layer2 {
		display:none;
	}
	
	#hero .layer6 {
		background:url(../img/hero-quetzal.png) no-repeat 40% 10px;
	}
	
	#quote p {
		font-size:19px;
		line-height:28px;
		letter-spacing:3px;
	}
	
	#quote .author {
		text-align:left;
		line-height:28px;
		font-size:16px;
	}
	
}