@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
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: 'Source Sans Pro', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #717070;
	font-weight: 300;
}
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;
}

@media only screen and (max-width: 480px) {
	body {
		font-size: 1.5em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 20px;
}
h1 { font-size: 5rem; line-height: 1.2; }
h2 { font-size: 4rem; line-height: 1.2; }
h3 { font-size: 2.7rem; line-height: 1.2; color: #7E160A; border-bottom: solid 1px #DDD; padding-bottom: 5px; }
h4 { font-size: 2.2rem; line-height: 1.2; color: #7E160A; border-bottom: solid 1px #DDD; padding-bottom: 5px; }
p { margin-top: 0; }
strong { font-weight: 700 !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2.2rem;
}
.text-sm {
	font-size: 1.4rem;
}
.text-heading {
	font-size: 2.5rem;
	color: #7E160A;
	font-weight: bold;
	margin: 0;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3.5rem; }
	h2 { font-size: 3rem; }
	h3 { font-size: 2.6rem; }
	h4 { font-size: 2rem; }
	
	.text-para1 {
		font-size: 1.8rem;
	}
}

/* Text • Highlight
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-grey-xlight {
	color: #F3F3F3;
}
.text-grey-light {
	color: #929292;
}
.text-grey-med {
	color: #5E5E5E;
}
.text-grey-dark {
	color: #222127;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #7E160A;
}
a:hover {
	text-decoration: underline;
}
a img.full:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
footer a {
	color: rgba(255,255,255,0.5) !important;
}
footer a:hover {
	color: rgba(255,255,255,1) !important;
}

/* 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;
		max-width: 550px;
		margin: 0 auto;
		float: none;
		padding: 20px;
	}
	footer.main .column {
		width: 33.333% !important;
		margin: 0 !important;
		float: left; 
	}
}

@media only screen and (max-width: 480px)  {
	footer.main .column {
		padding: 0 20px;
		width: 100% !important;
		text-align: center;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	margin: 0 0 70px 0;
}
header.menu {
	display: none;
}
.slider ul {
	height: 600px;
	list-style: none;
	margin: 0;
}
.slider 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;
}
.banner-internal {
	height: 300px;
	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.subtle {
	background: rgba(179,178,177,0.6);
}
section.light {
	background: #F3F3F3;
}
section.cta {
	color: #FFF;
	padding: 60px 0;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
main {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	display: block;
	padding: 60px 0;
	overflow: visible;
}
footer.contact {
	background: #222127;
	padding: 10px 0;
	font-size: 1.4rem;
	margin-top: 50px;
}
a.footer-contact {
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,0.5);
	display: block;
	padding: 8px 0;
	border: solid 2px rgba(255,255,255,0.5);
}
a.footer-contact:hover {
	border: solid 2px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
footer.main {
	padding: 40px 0;
	overflow: hidden;
	clear: both;
	background: #2D2C32;
}

@media only screen and (max-width: 768px) {
	header.main {
		position: relative;
		margin: 0;
	}
	header.menu {
		display: block;
		background: #FFF;
	}
	.slider ul {
		height: 400px;
	}
}
@media only screen and (max-width: 480px) {
	.slider ul {
		height: 300px;
	}
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
nav.menu-slide {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
}

/* Navigation • Primary
–––––––––––––––––––––––––– */
nav.primary {
	position: relative;
	top: 45px;
	right: 0;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	z-index: 50;
}
nav.primary ul {
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 0;
}
nav.primary ul li {
	float: left;
	margin-left: 5px;
}
nav.primary ul li a {
	display: block;
	padding: 3px 20px;
	color: #717070;
}
nav.primary ul li a:hover {
	color: #7E160A;
}
nav.primary ul li a.cta {
	border: solid 1px #7E160A;
	border-radius: 50px;
	color: #7E160A;
}

/* Navigation • Secondary
–––––––––––––––––––––––––– */
nav.secondary {
	position: absolute;
	top: 128px;
	right: 0;
	background: #222127;
	height: 70px;
	width: 100%;
}
nav.secondary ul {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
nav.secondary ul li {
	float: left;
	margin: 20px 0;
	font-size: 1.4rem; 
	border-right: solid 1px rgba(255,255,255,0.3);
}
nav.secondary ul li:last-child {
	border: none;
}
nav.secondary ul li a {
	display: block;
	padding: 0 30px;
	line-height: 30px;
	color: #FFF;
}
nav.secondary ul li a:hover {
	color: #B3B2B1;
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #222127;
		-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: 320px;
		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);
	}
	/* Navigation • Primary
	–––––––––––––––––––––––––– */
	nav.primary {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}
	nav.primary ul {
		overflow: hidden;
		position: relative;
		width: 100%;
		padding: 15px 10%;
		margin: 0 auto;
		right: 0;
		top: 0;
		background: #FFF;
	}
	nav.primary ul li {
		float: left;
		margin-left: 0;
		width: 100%;
	}
	nav.primary ul li a {
		display: block;
		padding: 3px 20px;
		color: #717070;
	}
	nav.primary ul li a:hover {
		color: #7E160A;
		font-weight: bold;
	}
	nav.primary ul li a.cta {
		border: solid 1px #7E160A;
		border-radius: 50px;
		color: #7E160A;
	}

	/* Navigation • Secondary
	–––––––––––––––––––––––––– */
	nav.secondary {
		position: relative;
		top: 0;
		width: 100%;
	}
	nav.secondary ul {
		width: 80%;
		margin: 0 auto;
		padding: 10px 0;
	}
	nav.secondary ul li {
		float: left;
		width: 100%;
		margin: 0;
		font-size: 1.4rem; 
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.3);
	}
	nav.secondary ul li:last-child {
		border-bottom: solid 1px rgba(255,255,255,0.3);
	}
	nav.secondary ul li a {
		padding: 10px 20px;
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
		background: #7E160A 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: 15px;
		right: 15px;
		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;
	}
}

/* Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.unslider {
	overflow: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.unslider-wrap {
	position: relative;
}
.unslider-wrap.unslider-carousel>li {
	float: left;
}
.unslider-vertical>ul {
	height: 100%;
}
.unslider-vertical li {
	float: none;
	width: 100%;
}
.unslider-fade {
	position: relative;
}
.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10;
}
.unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.unslider li, .unslider ol {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*Navigation Arrows
----------------------------------------------*/
.unslider-arrow {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 50;
	cursor: pointer;
	height: 90%;
	width: 50px;
}
.unslider-arrow.next {
	left: auto;
	right: 0;
	background: url(../images/icons/icon-arrow-right.png) no-repeat;
	background-size: 30px 30px;
	background-position: center center;
}
.unslider-arrow.prev {
	left: 0;
	background: url(../images/icons/icon-arrow-left.png) no-repeat;
	background-size: 30px 30px;
	background-position: center center;
}
/*Navigation Dots
----------------------------------------------*/
.unslider-nav ol {
	list-style: none;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 30px;
	z-index: 60;
}
.unslider-nav ol li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: transparent;
	border-radius: 10px;
	overflow: hidden;
	text-indent: -999em;
	border: 2px solid #fff;
	cursor: pointer;
}
.unslider-nav ol li.unslider-active {
	background: #fff;
	cursor: default;
}

/* 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;
}

/* Feature Items
–––––––––––––––––––––––––– */
.featitems {
	width: 41.6666667%;
	float: left;
	margin: -250px 0 0 0;
	position: relative;
	z-index: 50;
}
.featitems ul {
	overflow: hidden;
}
.featitems ul li {
	float: left;
	width: 46%;
	padding: 30px;
	height: 200px;
	margin: 0 2% 20px 2%;
	line-height: 1.2;
	color: #F3F3F3;
	border-radius: 3px;
}
.featitems ul li p {
	font-size: 1.1rem;
	margin: 10px 0 5px 0;
}
.featitems ul li h2 {
	font-size: 3rem;
	margin: 0;
	line-height: 1.1;
}
.featitems ul li h3 {
	font-size: 2rem;
	margin: 0;
	line-height: 1.2;
}
.featitems ul li.item1 {
	background: #B3B2B1;
}
.featitems ul li.item2 {
	background: #7E160A;
	color: #F3F3F3;
}
.featitems ul li.item3 {
	background: #F3F3F3;
	padding: 46px 30px;
	color: #717070;
}
.featitems ul li.item4 {
	background: #717070;
	color: #F3F3F3;
}
.featitems ul li.cta {
	background: #2D2C32;
	width: 96%;
	height: auto;
	color: #FFF;
	text-align: center;
	font-size: 2.5rem;
	padding: 0;
	font-weight: bold;
}
.featitems ul li.cta a {
	display: block;
	padding: 25px 0;
	color: #B3B2B1;
}
.featitems ul li.cta a:hover {
	color: #F3F3F3;
}
a.btn-featitems-light {
	display: inline-block;
	color: #F3F3F3;
	border: solid 1px #F3F3F3;
	border-radius: 50px;
	text-align: center;
	padding: 3px 20px;
	font-size: 1.2rem;
	margin: 10px 0 0 0;
}
a.btn-featitems-light:hover {
	color: #B3B2B1;
	border: solid 1px #B3B2B1;
}
a.btn-featitems-dark {
	display: inline-block;
	color: #717070;
	border: solid 1px #717070;
	border-radius: 50px;
	text-align: center;
	padding: 3px 20px;
	font-size: 1.2rem;
	margin: 10px 0 0 0;
}
a.btn-featitems-dark:hover {
	color: #222127;
	border: solid 1px #222127;
}

@media only screen and (max-width: 768px) {
	.featitems {
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width: 480px) {
	.featitems ul li {
		width: 90%;
		height: auto;
		margin: 0 5% 15px 5%;
		padding: 20px !important;
	}
	.featitems ul li h2 {
		font-size: 2rem;
	}
	.featitems ul li h3 {
		font-size: 1.7rem;
	}
	.featitems ul li.cta {
		width: 90%;
	}
}

/* Services
–––––––––––––––––––––––––– */
ul.services {
	overflow: hidden;
	display: flex;
	
}
ul.services li {
	float: left;
	padding: 20px 20px 50px 20px;
	background: #7E160A;
	border: solid 3px #FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	color: rgba(255,255,255,0.8);
	font-size: 1.3rem;
	margin: 10px 0 0 2%;
	flex: 1;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.services li h4 {
	color: #FFF;
}
ul.services li strong {
	color: #FFF;
}
ul.services li a {
	color: #FFF;
	border: solid 1px #FFF;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 50px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	bottom: 20px;
}

@media only screen and (max-width: 768px) {
	ul.services {
		display: block;

	}
	ul.services li {
		width: 100%;
		margin: 0 0 20px 0;
		flex: none;
	}
}

/* Contact
–––––––––––––––––––––––––– */
ul.contact {
	overflow: hidden;
}
ul.contact li {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding: 10px 0 10px 40px;
	line-height: 1.3;
	font-weight: bold;
}
ul.contact li a {
	font-size: 2rem;
	font-weight: normal;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
	margin: 0 0 30px 0;
}
ul.sitemap li {
	font-size: 1.3rem;
}
ul.sitemap li a {
	color: rgba(255,255,255,0.5);
	padding: 5px 0;
	display: block;
}
ul.sitemap li a:hover {
	text-decoration: underline;
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.light-gallery {
	list-style: none;
	margin: 0;
	overflow: hidden;
}
ul.light-gallery li {
	width: 18%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
	z-index: 50;
	cursor: pointer;
	border-radius: 3px;
}
ul.light-gallery li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul.light-gallery li img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 3px;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 180px;
	height: auto;
	display: inline-block;
	padding: 15px 15px;
}
img.logo-menu {
	width: 150px;
	height: auto;
	display: block;
	padding: 15px 15px 0 15px;
	margin: 0 auto;
}
img.banner-overlay {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -1px;
	z-index: 50;
}
img.full {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 3px;
}
img.profile {
	width: 100%;
	max-width: 150px;
	height: auto;
	margin-bottom: 15px;
	display: block;
}
img.i-social {
	width: 35px;
	height: 35px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: inline-block;
	margin-right: 5px;
}
.i-social:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.i-footer-contact {
	float: left;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}

@media only screen and (max-width: 768px) {
	img.logo {
		width: 110px;
		height: auto;
		display: inline-block;
		padding: 15px 15px;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0;
	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: 140px;
}
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 #7E160A;
	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"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 20px auto 0 auto;
	background: #7E160A;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-weight: bold;
	font-size: 1.5rem;
	-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: #222127;
}
label {
	font-size: 1.2rem;
	text-align: left;
	display: block;
	color: #2D2C32;
	margin-bottom: 3px;
}
.required {
	color: #7E160A;
}
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: #505050; }
     :-ms-input-placeholder { color: #505050; }
         ::-moz-placeholder { color: #505050; }
          :-moz-placeholder { color: #505050; }

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	background-color: #7E160A;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	border-radius: 5px;
	border: solid 2px #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
a.btn-primary.center {
	margin: 20px auto;
	display: block;
	width: 150px;
}
a.btn-primary:hover {
	background-color: #2D2C32;
}

a.btn-services {
	color: #FFF;
	background-color: none;
	border: solid 1px #FFF;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 50px;
	margin-top: 10px;
}
a.btn-services:hover {
	background-color: #2D2C32;
}

/* 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-sm {
	border-top: solid 5px #7E160A;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 50px;
	margin: 30px 0;
}
hr.space-sm {
	border-top: solid 1px rgba(255,255,255,1);
	border-bottom: solid 1px rgba(255,255,255,1);
	margin: 40px 0;
	clear: both;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 0 20px;
	color: #FFF;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	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;
}

@media only screen and (max-width: 768px) {
	.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;
	}
}
