@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	line-height: 1.8;
	font-weight: 300;
	color: #7f8080;
}
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;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.pg-width {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1024px;
	clear: both;
	overflow: hidden;
}
@media (max-width: 768px) {
body {
	font-size: 1.4em;
}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1.2rem;
}
h1 { font-size: 5rem; line-height: 1; font-weight: 300; color: #7f8080; letter-spacing: 2px; margin-bottom: 40px; }
h2 { font-size: 4rem; line-height: 1.25; font-weight: 300; color: #7f8080; letter-spacing: 2px; }
h3 { font-size: 2.0rem; line-height: 1.3; font-weight: 400; letter-spacing: 2px; }
h4 { font-size: 1.8rem; line-height: 1.35; font-weight: 300; }
p { margin-top: 0; }

.text-heading-lrg {
	font-size: 2.5rem;
	color: #AA8A2F;
	font-weight: 400;
	margin-bottom: 10px;
}
.text-para1 {
	font-size: 2rem;
}
.text-center {
	text-align: center;
}
.text-small {
	font-size: 1.2rem;
}
@media (max-width: 768px) {
h1 { font-size: 4rem; line-height: 1.2; font-weight: 300; color: #7f8080; letter-spacing: 2px; margin-bottom: 40px; }
h2 { font-size: 4rem; line-height: 1.25; font-weight: 300; color: #7f8080; letter-spacing: 2px; }
h3 { font-size: 2.0rem; line-height: 1.3; font-weight: 400; letter-spacing: 2px; }
h4 { font-size: 1.8rem; line-height: 1.35; font-weight: 300; }

.text-para1 {
	font-size: 1.6rem;
}
}
@media (max-width: 480px) {
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #AA8A2F;
}
a:hover {
	color: #252728;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	padding: 0 30px 0 30px;
	overflow: hidden;
}
@media only screen and (min-width:768px)  {
.column {
	float: left;
	margin-right: 0;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
}
.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%; }
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	background: url(../images/bg-header.png) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
header.menu {
	display: none;
}
main {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1024px;
	padding: 80px 0;
	overflow: hidden;
}
section {
	overflow: hidden;
}
section.feature {
	background: url(../images/bg-section.png) center center;
	background-size: contain;
	clear: both;
	padding: 60px 5% 60px 5%;
}
section.bold {
	background: #D2CCBC;
}
section.subtle {
	background: #E4DFD6;
}
section.feature .column {
	background: rgba(255,255,255,0.8);
	text-align: center;
	color: #AA8A2F;
	padding: 30px 0 30px 0;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 1.4rem;
}
footer.main {
	background: #E4DFD6;
	clear: both;
	overflow: hidden;
	padding: 40px 0 30px 0;
}
@media (max-width: 768px) {
header.main {
	background: url(../images/bg-header-sm.png) center center;
	border-bottom: solid 2px #D2CCBC;
}
header.menu {
	position: relative;
	display: block;
	background: #FFF;
}
main {
	padding: 30px 0;
}
}
@media (max-width: 480px) {
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
.menu {
	background: #D2CCBC;
	overflow: hidden;
}
.menu ul {
	list-style: none;
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}
.menu ul li {
	float: left;
	width: 20%;
	text-align: center;
}
.menu ul li a {
	display: block;
	padding: 12px 0;
	font-weight: 400;
	color: #555555;
	letter-spacing: 1px;
}
.menu ul li a:hover {
	background: #E4DFD6;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

@media only screen and (max-width:768px) {
nav.menu-wrapper {
	position: fixed;
	z-index: 200;
	background-color: #D2CCBC;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
nav.menu-slide {
	height: 100%;
	overflow-y: scroll;
	top: 0;
	left: 0;
	width: 80%;
	-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);
}
.menu ul {
	list-style: none;
	margin: 20px auto;
	width: 80%;
}
.menu ul li {
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #B8B09C;
}
.menu ul li a {
	display: block;
	padding: 20px 0;
	font-weight: 400;
	color: #555555;
	letter-spacing: 1px;
}
.trigger {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 10px;
	right: 15px;
	background: #FFF url(../images/icons/icon-menu.png) center center no-repeat;
	background-size: 25px 25px;
	border: solid 1px #B8B09C;
	border-radius: 3px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.trigger:focus {
	outline: none;
}
.trigger-close {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 10px;
	right: 15px;
	background: #FFF url(../images/icons/icon-close.png) center center no-repeat;
	background-size: 25px 25px;
	border: solid 1px #B8B09C;
	border-radius: 5px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.trigger-close:focus {
	outline: none;
}
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}

ul.contact {
	list-style: none;
	margin: 0 0 30px 0;
}
ul.contact li {
}
ul.hours {
	list-style: none;
	margin: 0;
}
ul.hours li {
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 175px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 15px 30px 15px 30px;
}
img.logo-menu {
	width: 100px;
	height: auto;
	display: block;
	margin: 0;
	padding: 15px 30px 15px 30px;
}
img.icon-social {
	width: 35px;
	height: auto;
	margin: 0 auto;
}
img.icon-social:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
@media (max-width: 768px) {
img.logo {
	width: 140px;
	height: auto;
	display: block;
	padding: 15px 30px 15px 30px;
}
}
@media (max-width: 480px) {
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	display: block;
	padding: 18px 20px;
	margin: 0 0 12px 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	font-size: 15px;
	line-height: 24px;
	border-radius: 3px;
	max-width: 100%;
	background: #000;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	color: #000000;
	background: rgba(0,0,0,0.2);
}
textarea {
	min-height: 252px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 9px 16px;
	margin: 0 3px 6px 0;
	background: #fdc501;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-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: #e64e04;
}
label {
}
legend {
}
fieldset {
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	background: #AA8A2F;
	display: inline-block;
	padding: 5px 20px;
	color:  #FFF;
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 5px;
}
	
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* 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;
}
@media (max-width: 768px) {
.padding20,
.padding40,
.padding60,
.padding80 {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media (max-width: 480px) {
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.smoothScroll {
  text-decoration: none;
}
.clearfix {
	clear: both;
}
.byline {
	text-align: center;
	font-size: 1rem;
	padding: 5px 0;
	background: #D2CCBC;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
