@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(https://fonts.googleapis.com/css?family=Cabin+Sketch:400);
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.4em;
	line-height: 1.6;
	color: #000;
	background: url(../images/bg.jpg);
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
}
h1 { font-size: 3.5rem; line-height: 1.2; font-family: 'Cabin Sketch', sans-serif; color: #c85406 }
h2 { font-size: 2.6rem; line-height: 1.25; }
h3 { font-size: 2.0rem; line-height: 1.3; }
h4 { font-size: 1.8rem; line-height: 1.35; }
p { margin-top: 0; }

.text-para1 {
	font-size: 1.6rem;
}
.text-large {
	font-size: 2.4rem;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #c85406;
}
a:hover {
	color: #3e2b18;
	transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
}
a.linkscontrast, a.linkscontrast:visited {
	color: #3e2b18;
}
a.linkscontrast:hover {
	color: #c85406;
}
a.whitelinks, a.whitelinks:visited {
	color: #e9dfd0;
}
a.whitelinks:hover {
	color: #c85406;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	padding: 30px 30px 15px 30px;
	overflow: hidden;
}
.column.feature {
	background: url(../images/bg-feature.jpg);
}
@media only screen and (min-width:768px)  {
.column {
	float: left;
	margin-right: 0;
	box-sizing: border-box;
	padding: 50px 30px 15px 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pg-width {
	position: relative;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
header {
	position: relative;
	height: 400px;
	background: url(../images/bg-header.jpg);
}
aside.header {
	width: 33.333%;
	z-index: 200;
	position: relative;
	background: url(../images/bg-aside.jpg);
	box-shadow: 0 0 15px #000;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	height: 520px;
}
.banner {
	position: absolute;
	top: 50px;
	left: 33.333%;
	overflow: hidden;
	width: 66.666%;
	z-index: 100;
	height: 350px;
}
.banner-slider-a {
	position: absolute;
	list-style: none;
	overflow: hidden;
	width: 50%;
	height: 175px;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.banner-slider-b {
	position: absolute;
	list-style: none;
	overflow: hidden;
	width: 35%;
	height: 200px;
	padding: 0;
	top: 175px;
	margin: 0;
	z-index: 1;
}
.banner-slider-c {
	position: absolute;
	list-style: none;
	overflow: hidden;
	width: 15%;
	height: 200px;
	padding: 0;
	top: 175px;
	left: 35%;
	margin: 0;
	z-index: 1;
}
.banner-slider-d {
	position: absolute;
	list-style: none;
	overflow: hidden;
	width: 25%;
	left: 50%;
	height: 350px;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.banner-slider-e {
	position: absolute;
	list-style: none;
	overflow: hidden;
	width: 25%;
	left: 75%;
	height: 175px;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.banner-slider-f {
	position: absolute;
	list-style: none;
	overflow: hidden;
	width: 25%;
	left: 75%;
	height: 175px;
	top: 175px;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.banner-slider-a li, .banner-slider-b li, .banner-slider-c li, .banner-slider-d li, .banner-slider-e li, .banner-slider-f li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 175px;
	left: 0;
	top: 0;
}
.banner-slider-d li {
	height: 350px;
}
.row {
	background: #d88d05 url(../images/bg-row.jpg);
	background-position: center center;
	overflow: hidden;
	height: 100px;
	box-shadow: 0 0 15px #000;
	position: relative;
	z-index: 100;
}
main {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
footer {
	overflow: hidden;
	background: url(../images/bg-footer.jpg);
	clear: both;
	padding: 15px 0 0 0;
	box-shadow: 0 0 15px #000;
	position: relative;
	z-index: 100;
}
aside.footer {
	width: 33.333%;
	z-index: 300;
	position: relative;
	background: url(../images/bg-aside.jpg);
	box-shadow: 0 0 15px #000;
	overflow: hidden;
	min-height: 200px;
	top: -20px;
	margin-bottom: -20px;
	float: left;
}
@media (max-width: 768px) {
header {
	position: relative;
	height: 500px;
	background: url(../images/bg-header.jpg);
}
aside.header {
	width: 100%;
	height: 150px;
}
.banner {
	position: absolute;
	top: 150px;
	left: 0%;
	overflow: hidden;
	width: 100%;
	z-index: 100;
	height: 350px;
}
aside.footer {
	display: none;
}
}
@media (max-width: 480px) {
.banner-slider-a {
	width: 100%;
}
.banner-slider-b {
	width: 50%;
}
.banner-slider-c {
	width: 25%;
	left: 50%;
}
.banner-slider-d {
	left: 75%;
}
.banner-slider-e {
	display: none;
}
.banner-slider-f {
	display: none;
}
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index:200;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	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;
}
.menu-header {
	display: none;
}
.trigger, .trigger-close {
	display: none;
}
nav.menu ul {
	list-style: none;
	width: 33.333%;
	position: absolute;
	z-index: 300;
	top: 175px;
}
nav.menu ul li {
	width: 100%;
	float: left;
	line-height: 60px;
	text-align: center;
	font-size: 2.6rem;
	font-family: 'Cabin Sketch', sans-serif; 
	text-shadow: 1px 1px 2px #000;
}
nav.menu ul li a:link, nav.menu ul li a:visited {
	display: block;
	color: #e9dfd0;
}
nav.menu ul li a:hover {
	background: #000;
}
@media only screen and (max-width:768px)  {
nav.menu {
	position: fixed;
	z-index: 400;
	background: url(../images/bg-aside.jpg);
	-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-header {
	display: block;
	height: 100px;
}
nav.menu ul {
	padding: 0;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	top: 0;
	margin: 15px 0 15px 0;
}
nav.menu ul li {
	width: 100%;
	line-height: 60px;
	text-align: left;
}
nav.menu ul li a:link, nav.menu ul li a:visited {
	display: block;
	padding: 0 0 0 30px;
}
nav.menu ul li a:hover {
	background: #000;
}
.trigger {
	display: inline-block;
	background: url(../images/icon-menu.png) no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	border: none;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 300;
	width: 50px;
	height: 50px;
}
.trigger:focus {
	outline: none;
}
.trigger-close {
	display: block;
	border: none;
	background: url(../images/icon-close.png) no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: absolute;
	height: 50px;
	width: 50px;
	top: 10px;
	right: 10px;
}
.trigger-close:focus {
	outline: none;
}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
}
ul.featitems {
	list-style: none;
	width: 66.666%;
	margin: 0 0 0 33.333%;
	overflow: hidden;
}
.featitems li {
	float: left;
	width: 50%;
	text-align: center;
	line-height: 100px;
	font-family: 'Cabin Sketch', sans-serif; 
	font-size: 4rem;
	text-shadow: 0 0 5px #000;
	color: #e9dfd0;
}
.featitems a:link, .featitems a:visited {
	color: #e9dfd0;
	display: block;
}
.featitems li a:hover {
	background: #c85406;
	transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
	opacity: 0.7;
}
ul.gallery {
	list-style: none outside none;
	padding-left: 0;
}
.gallery li {
	display: block;
	float: left;
	width: 19%;
	height: auto;
	margin: 0 1% 10px 0;
}
.gallery li:hover {
	opacity: 0.7;
	transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.gallery li a img {
	width: 100%;
	height: auto;
	display: block;
}
ul.sitemap {
	list-style: none;
	width: 33.333%;
	position: realtive;
	float: left;
}
.sitemap li {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 32px;
	padding: 0 0 0 30px;
}
.sitemap a:link, .sitemap a:visited {
	color: #3e2b18;
	display: block;
}
.sitemap a:hover {
	font-size: 1.7rem;
	text-decoration: underline;
}
.sitemap-contact {
	width: 33.333%;
	float: left;
	text-align: right;
	padding: 0 30px 0 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 1.2rem;
}
@media (max-width: 768px) {
ul.featitems {
	width: 100%;
	margin: 0 0 0 0;
}
ul.sitemap {
	width: 50%;
	margin: 0 0 15px 0;
}
.sitemap-contact {
	width: 50%;
}
}
@media (max-width: 480px) {
.gallery li {
	display: block;
	float: left;
	width: 32.333%;
	height: auto;
	margin: 0 1% 10px 0;
}
ul.sitemap {
	width: 100%;
	margin: 0 0 10px 0;
}
.sitemap li {
	text-align: center;
	padding: 0;
	line-height: 40px;
}
.sitemap-contact {
	width: 90%;
	margin: 0 10px 0 20px;
	text-align: center;
	padding: 10px 0 0 0;
	border-top: solid 1px #3e2b18;
}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 65%;
	height: auto;
	display: block;
	margin: 0 auto 15px auto;
}
img.logo-menu {
	display: none;
}
img.logo-footer {
	width: 60%;
	height: auto;
	display: block;
	margin: 20px auto 15px auto;
}
img.image-sidebar {
	width: 100%;
	max-width: 350px;
	height: auto;
	display: block;
	margin: 0 auto 15px auto;
}
img.social-icon {
	width: 40px;
	height: 40px;
	margin: 0 0 15px 0;
}
img.social-icon:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
img.logo {
	width: 170px;
	height: auto;
	display: block;
	margin: 10px auto 15px auto;
}
img.logo-menu {
	display: block;
	width: 120px;
	height: auto;
	margin: 15px 0 0 15px;
}
}
@media (max-width: 480px) {
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="time"],
textarea,
select {
	width: 98%;
	margin-bottom: 10px;
	height: 45px;
	padding: 6px 10px; 
	background-color: #e9dfd0;
	border: none;
	font-size: 1rem;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 5px #c85406;
	outline: 0;
}
input.half {
	width: 48%;
	float: left;
	margin-right: 2%;
}
input.quarter {
	width: 23%;
	float: left;
	margin-right: 2%;
}
label.select {
	padding: 20px;
	width: 98%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
}
textarea {
	min-height: 120px;
}
label {
	display: block;
	margin-bottom: .5rem;
	font-size: 1.3rem;
}
input[type="date"]:before,
input[type="time"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
input[type="date"]:focus:before,
input[type="date"]:valid:before,
input[type="time"]:focus:before,
input[type="time"]:valid:before {
    content: "";
  }
input[type="radio"] {
	display: inline;
	margin-right: 10px;
}
input[type="submit"] {
	background: #d88d05 url(../images/bg-footer.jpg);
	color: #3e2b18;
	border: none;
	padding: 5px 40px 5px 40px;
	margin: 10px 0 30px 0;
	font-weight: bold;
	border-radius: 3px;
	font-family: 'Cabin Sketch', sans-serif; 
	font-size: 1.8rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
input.half {
	width: 98%;
	float: left;
	margin-right: 2%;
}
input.quarter {
	width: 98%;
	float: left;
	margin-right: 2%;
}
}
@media (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
    display: inline-block;
    padding: 5px 20px;
    color: #FFF;
    background: #cf8507;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-details {
	display: none;
}
iframe.map {
	width: 100%;
	height: 400px;
}
iframe.map-sm {
	width: 100%;
	height: 200px;
}
.byline {
	background: #d88d05;
	text-align: center;
	font-size: 1.0rem;
	line-height: 2.5;
}
hr {
	border-top: solid 1px #3e2b18;
	border-bottom: none;
	margin: 20px 0 20px 0;
}
.clearfix {
	clear: both;
}
@media (max-width: 768px) {
.contact-details {
	display: block;
	clear: both;
	position: relative;
	width: 80%;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	color: #e9dfd0;
	border-top: solid 1px #e9dfd0;
	font-size: 1.2rem;
}

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