@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: 'PT Sans', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #3E441D;
	font-weight: 300;
	background-image: url(../images/bg-light.jpg), url(../images/bg-dark.jpg);
	background-color: #303319;
	background-position: top center, top 1100px center;
	background-repeat: repeat-x, repeat-x;
	background-size: auto 1100px;
}
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: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	body {
		background-position: top center, top 400px center;
		background-repeat: repeat-x, repeat-x;
		background-size: auto 400px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4rem;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
}
h1 { font-size: 6rem; line-height: 1; color: #eb3300; }
h2 { font-size: 3.5rem; line-height: 1.2; }
h3 { font-size: 2.5rem; line-height: 1.3; }
h4 { font-size: 1.8rem; line-height: 1.6; color: #eb3300; }
p { margin-top: 0; }
strong { font-weight: 800 !important;}

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2.2rem;
}
.text-lrg {
	font-size: 1.9rem;
}
.text-med {
	font-size: 1.4rem;
}
.text-sm {
	font-size: 1.2rem;
}
.text-right {
	text-align: right;
}
.text-highlight {
	color: #eb3300;
}

@media only screen and (max-width: 768px) {
	h1 { font-size: 4rem; line-height: 1; color: #eb3300; }
	h2 { font-size: 3rem; line-height: 1.2; }
	h3 { font-size: 2.3rem; line-height: 1.3; }
	h4 { font-size: 1.8rem; line-height: 1.6; color: #eb3300; }
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1; color: #eb3300; }
	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; color: #eb3300; }
	
	.text-para1 {
		font-size: 1.8rem;
	}
	.text-lrg {
		font-size: 1.6rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #778837;
}
a:hover {
	color: #eb3300;
}
section.no-fill a {
	color: #D8D1CA;
}
section.no-fill a:hover {
	color: #eb3300;
}

/* 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;
	}
	footer.main .column:nth-child(2), footer.main .column:nth-child(3), footer.main .column:nth-child(4), footer.main .column:nth-child(5) {
		width: 25% !important;
		height: 150px;
	}
}
@media only screen and (max-width: 480px)  {
	footer.main .column:nth-child(2), footer.main .column:nth-child(3), footer.main .column:nth-child(4), footer.main .column:nth-child(5) {
		width: 50% !important;
		height: 150px;
	}
	footer.main .column:nth-child(2), footer.main .column:nth-child(4) {
		text-align: right !important;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
}
.hero-caption {
	position: absolute;
	width: 700px;
	top: 170px;
	right: 15px;
	color: #3E441D;
	font-size: 3.5rem;
	text-align: right;
	line-height: 1.2;
}
.hero-caption strong {
	color: #eb3300;
}
.slider ul {
	height: 500px;
	list-style: none;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 0;
	background: #3E441D;
}
.slider ul li {
	height: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.banner-internal {
	width: 90%;
	margin: 0 auto 50px auto;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
main {
	background: #D8D1CA;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 60px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 3px;
}
section {
	overflow: hidden;
	clear: both;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 60px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
section.subtle {
	background: #D8D1CA;
}
section.medium {
	background: #C6C0BA;
}
section.bold {
	background: #D8D1CA;
}
section.no-fill {
	background: none;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	color: #D8D1CA;
	padding: 60px 0;
}
footer.main {
	width: 100%;
	max-width: 1280px;
	margin: 30px auto 0 auto;
	padding: 40px 0;
	clear: both;
	border-top: solid 1px rgba(255,255,255,0.3);
}

@media only screen and (max-width: 1280px) {
	.hero-caption {
		right: 5%;
		font-size: 3.4rem;
	}
}
@media only screen and (max-width: 1024px) {
	.hero-caption {
		font-size: 2.5rem;
		width: 500px;
	}
	footer.main {
		border-top: none;
		padding-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.hero-caption {
		font-size: 2rem;
		width: 90%;
		margin: 0 5%;
		top: 155px;
		text-align: center;
		right: auto;
	}
	main {
		margin: 0 auto;
		padding: 30px 0;
	}
}
@media only screen and (max-width: 480px) {
	.hero-caption {
		font-size: 1.6rem;
		top: 125px;
	}
	section {
		overflow: hidden;
		clear: both;
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		padding: 40px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
header.main input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
nav.drop-down--full {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 60px;
	position: absolute;
	top: 70px;
}
nav.drop-down--full ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 60px;
	position: absolute;
	right: 15px;
	border-bottom: double 5px #3E441D;
}
nav.drop-down--full ul li {
	float: left;
	text-align: center;
}
nav.drop-down--full ul li a {
	color: #3E441D;
	display: block;
	padding: 0 25px;
	font-size: 1.78rem;
	line-height: 60px;
}
nav.drop-down--full ul li:hover {
	color: #eb3300;
}
nav.drop-down--full ul li:hover > a {
	color: #eb3300;
}
nav.drop-down--full ul li:hover > ul {
	display: block;
}
nav.drop-down--full ul ul {
	background: #3E441D;
	padding: 0;
	text-align: center;
	display: none;
	width: 220px;
	top: 60px;
	clear: both;
	height: auto;
	z-index: 100;
	right: auto;
	border-bottom: none;
}
nav.drop-down--full ul ul li {
	width: 90%;
	margin: 0 5%;
	font-weight: 300;
	color: #D8D1CA;
	text-align: left;
	border-bottom: solid 1px rgba(216,209,202,0.2);
}
nav.drop-down--full ul li li:hover {
	font-weight: 300;
}
nav.drop-down--full ul ul li:hover > a {
	color: #D8D1CA;
	font-weight: 700;
	background: none;
}
nav.drop-down--full ul ul li a {
	color: #D8D1CA;
	width: 100%;
	padding: 0 15px;
	font-size: 1.5rem;
	line-height: 45px;
	margin: 0;
	border-radius: 0;
	background-image: url(../images/icons/i-arrow-right_white.svg);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: right 40px center;
}
nav.drop-down--full ul ul li a:hover {
	background-image: url(../images/icons/i-arrow-right_white.svg);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: right 35px center;
}
.dropdown {
	background-image: url(../images/icons/i-arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: right 10px top 25px;
}

@media only screen and (max-width: 1280px) {
	nav.drop-down--full ul {
		right: 5%;
	}
}
@media only screen and (max-width: 1024px) {
	nav.drop-down--full ul li a {
		padding: 0 15px;
	}
	.dropdown {
		background-image: none;
	}
}
@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-image: url(../images/bg-light.jpg), url(../images/bg-dark.jpg);
		background-color: #303319;
		background-position: top center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
	       -moz-background-size: cover;
	         -o-background-size: cover;
	            background-size: cover;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		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);
	}
	nav.drop-down--full {
		width: 80%;
		padding: 0;
		margin: 0 auto;
		height: auto;
		position: relative;
		top: 0;
	}
	nav.drop-down--full ul {
		height: auto;
		position: relative;
		right: auto;
		border-bottom: none;
	}
	nav.drop-down--full ul li {
		width: 100%;
		text-align: left;
		border-bottom: solid 1px rgba(62,68,29,0.4);
	}
	nav.drop-down--full ul ul {
		position: relative;
		overflow: hidden;
		background: none;
		padding: 0;
		text-align: left;
		width: 100%;
		top: 0;
	}
	nav.drop-down--full ul ul li a {
		color: #3E441D;
		background-image: url(../images/icons/i-arrow-right.svg);
		background-repeat: no-repeat;
		background-size: 10px 10px;
		text-align: left; 
		background-position: right 30px center;
	}
	nav.drop-down--full ul ul li a:hover {
		background-image: url(../images/icons/i-arrow-right.svg);
		background-position: right 25px center;
	}
	nav.drop-down--full ul ul li:hover > a {
		color: #3E441D;
		font-weight: 700;
		background: auto;
	}
	.dropdown {
		background-image: url(../images/icons/i-arrow-down.svg);
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		left: 15px;
		background: url(../images/icons/i-menu.svg) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		box-shadow: none;
		border-radius: 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: none;
		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: 20px 0;
}
ul.bullets li {
	margin: 0 0 5px 20px;
	padding: 0 0 0 20px;
}

/* Grid3
–––––––––––––––––––––––––– */
ul.grid3 {
	overflow: hidden;
}
ul.grid3 li {
	width: 33.333%;
	float: left;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.grid3 li:nth-child(3n+1){
    clear: left;
}
ul.grid3 li img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
ul.grid3 li p {
	border-top: double 5px #3E441D;
	padding: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
	ul.grid3 li {
		width: 50%;
	}
	ul.grid3 li:nth-child(3n+1){
		clear: none;
	}
	ul.grid3 li:nth-child(2n+1){
		clear: left;
	}
}
@media only screen and (max-width: 480px) {
	ul.grid3 li {
		width: 100%;
	}
}

/* Feature Items
–––––––––––––––––––––––––– */
section.featitems {
	width: 100%;
	position: relative;
	z-index: 100;
	margin: -130px auto 0 auto;
	padding: 0;
}
ul.featitems {
	overflow: hidden;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	display: block;
	padding: 30px 0;
}
ul.featitems li {
	width: 29.333%;
	margin: 0 2%;
	float: left;
	border-radius: 10px;
	text-align: center;
	line-height: 1;
}
ul.featitems li:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
ul.featitems li img {
	width: 65%;
	height: auto;
	display: block;
	margin: 0 auto;
}
ul.featitems li a {
	color: #D8D1CA;
	display: block;
	padding: 25px 0 25px 0;
}
ul.featitems li.item01 {
	background-color: #eb3300;
}
ul.featitems li.item02 {
	background-color: #FF8F1C;
}
ul.featitems li.item03 {
	background-color: #3E441D;
}
.text-featitems-lrg {
	font-size: 4rem;
}
.text-featitems-sm {
	font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
	ul.featitems {
		width: 85%;
	}
}
@media only screen and (max-width: 768px) {
	section.featitems {
		margin: -120px 0 0 0;
	}
	ul.featitems li img {
		width: 80%;
	}
}
@media only screen and (max-width: 480px) {
	section.featitems {
		margin: -100px 0 0 0;
	}
	ul.featitems li {
		width: 100%;
		margin: 0 0 15px 0;
		float: left;
		border-radius: 10px;
		text-align: center;
		line-height: 1;
	}
	ul.featitems li:hover {
		transform: none;
	}
	ul.featitems li a {
		padding: 15px 0 15px 0;
	}
	ul.featitems li img {
		width: 50%;
	}
	ul.featitems li img:hover {
		-webkit-transform: scale(1.1);
	       -moz-transform: scale(1.1);
	         -o-transform: scale(1.1);
	            transform: scale(1.1);
	}
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
}
ul.sitemap li {
	font-size: 2rem;
	color: #D8D1CA;
}
ul.sitemap li a {
	padding: 0px 0 10px 0;
	display: block;
	color: #D8D1CA;
}
ul.sitemap li ul {
	overflow: hidden;
}
ul.sitemap li ul li {
	font-size: 1.4rem;
}
ul.sitemap li ul li a {
	padding: 3px 0;
}
ul.sitemap li  a:hover {
	color: #eb3300;
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
	overflow: hidden;
	margin: 0;
}
ul.contact-details li {
	float: left;
	width: 100%;
	padding: 15px 0 15px 60px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	border-bottom: solid 1px #C6C0BA;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.contact-details li a {
	color: #778837;
	font-size: 2rem;
}


@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.light-gallery {
	list-style: none;
	margin: 0;
}
ul.light-gallery li {
	width: 18%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.light-gallery li img {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 768px) {
	ul.light-gallery li {
		width: 31.333%;
	}
}
@media only screen and (max-width: 480px) {
	ul.light-gallery li {
		width: 48%;
	}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 300px;
	height: auto;
	display: inline-block;
	padding: 70px 30px;
}
img.logo-footer {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 20px 30px;
}
img.logo-menu {
	display: none;
}
img.full {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 3px;
}
.pg-image-lrg {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.circle {
	position: relative;
	border-radius: 50%;
	width: 100%;
	height: auto;
	padding-top: 100%;
	border: solid 5px #3E441D;
	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: 1024px) {
	img.logo {
		width: 200px;
		padding: 50px 30px 100px 30px;
	}
}
@media only screen and (max-width: 768px) {
	img.logo {
		width: 170px;
		padding: 20px 30px 100px 30px;
		display: block;
		margin: 0 auto;
	}
	img.logo-footer {
		width: 150px;
		display: block;
		margin: 0 auto;
		padding: 20px 0;
	}
	img.logo-menu {
		display: block;
		width: 150px;
		margin: 0 auto;
		height: auto;
		padding: 20px 0 30px;
	}
	.circle {
		max-width: 250px;
		height: 250px;
		padding: 0;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 130px;
		padding: 20px 30px 80px 30px;
		display: block;
		margin: 0 auto;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
    margin-bottom: 20px;
}
ul.form li {
	width: 100%;
	padding: 0 10px;
}
ul.form li.form-half {
	width: 50%;
	float: left;
}
ul.form li.form-third {
	width: 33.333%;
	float: left;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: rgba(255,255,255,0.3);
	border: none;
	border-radius: 3px;
	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,
input[type="tel"]:date,
textarea:focus, 
select:focus {
	box-shadow: 0 0 10px #eb3300;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
       -moz-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
button[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 20px auto 0 auto;
	background: #eb3300;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 3px;
	-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,
button[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #778837;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
input[type="checkbox"] {
    float: left;
}
label {
	font-size: 1.2rem;
	margin-bottom: 4px;
	text-align: left;
	display: block;
    float: left;
    
}
.required {
	color: #eb3300;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	overflow: hidden;
	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;
	background-color: #eb3300;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 5px;
	font-size: 1.5rem;
	text-align: center;
	margin: 20px 0 0 0;
}
a.btn-primary:hover {
	background-color: #3E441D;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (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;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.margin40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.center {
	margin: 20px auto 0 auto !important;
	display: block !important;
	max-width: 250px;
}

@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: double 6px #3E441D;
	border-bottom: none;
	margin: 60px 0;
}
hr.divide-sm {
	border-top: double 6px #3E441D;
	border-bottom: none;
	margin: 30px 0;
}
hr.space-lrg {
	border-top: none;
	border-bottom: none;
	margin: 50px 0;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 15px 20px 15px;
	color: #D8D1CA;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 90%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
 #mapkit-4862 {
	height: 300px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	hr.divide-lrg {
		margin: 30px 0;
	}
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}
