* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html {
	background: #333;
}

body {
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	line-height: 30px;
	font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #444444;
	overflow-x: hidden;
}
 
*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	-webkit-transition    : .2s;
	-moz-transition       : .2s;
	-o-transition         : .2s;
	transition            : .2s;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
}
 
*::-webkit-scrollbar-thumb {
	background-color: #c4c4c4;
	-moz-border-radius    : 0px;
	-webkit-border-radius : 0px;
	border-radius         : 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

body::-webkit-scrollbar {
    width: 15px;
	background: #FFF;
}

.NiceScroll::-webkit-scrollbar {
    width: 5px;
	background: #FFF;
}

a { text-decoration: none; }


img {
	border: 0;
	text-decoration: none;
}

div.Container {
	max-width: 1920px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

div.Wrapper {
	width: 100%;
	max-width: 1040px;
	height: auto;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

*::-webkit-input-placeholder {	color: #333; }
*:-moz-placeholder {			color: #333; }
*::-moz-placeholder {			color: #333; }
*:-ms-input-placeholder {		color: #333; }/* Grid functionality */

/* Misc. */

.FloatLeft {
	float: left;	
}

.FloatRight {
	float: right;	
}

.ClearBoth {
    clear: both;
}

.Hidden {
	display: none;
}

.Borderless {
	border-color: rgba(0,0,0,0) !important;
}

.DisplayNone {
	display: block;
}

sub, sup { 
	font-size: 10px;
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}

sup {
	top: -6px;
}

sub { 
	bottom: -6px;
	right: -4px; 
}

hr {
	border-top: 1px solid #DADADA;
	border-bottom: 0px;
	margin-bottom: 20px;
}

.placeholder {
	color: #a9a9a9 !important;
}

/* Fix to prevent chrome textfield highlights */
*:focus {outline: none;}

/* Footer */

footer {
	z-index: 110;
	position: relative;
}

div.Footer {
	background: #dadada;
	padding: 8vw 0;
}

	div.Footer div.Contact {
		display: table;
		width: 100%;
		max-width: 820px;
		margin: auto;
	}

		div.Footer div.Contact > div {
			display: table-cell;
			vertical-align: top;
			width: 50%;
		}

		div.Footer div.Contact div.ContactLeft {
			background: #9d8a17;
			padding: 50px 40px;
			text-align: left;
		}

			div.Footer div.Contact div.ContactLeft h2 {
				font-family: "Montserrat", Arial, Helvetica, sans-serif;
				font-size: 28px;
				color: #FFF;
				line-height: 40px;
				text-transform: uppercase;
				margin-bottom: 40px;
			}

			div.Footer div.Contact div.ContactLeft p {
				color: #FFF;
				margin-bottom: 27.5px;
			}

				div.Footer div.Contact div.ContactLeft p > span {
					display: inline-block;
					width: 16px;
					text-align: center;
				}

			div.Footer div.Contact div.ContactLeft a {
				display: inline;
				color: #FFF;
				border-bottom: 1px solid #fff;
			}
			
	
			div.Footer div.Contact div.ContactLeft a.Brochure {
				font-family: "Montserrat", Arial, Helvetica, sans-serif;
				text-align: center;
				display: block;
				height: 55px;
				line-height: 55px;
				font-size: 16px;
				padding: 0 20px;
				color: #FFF;
				border: 1px solid #FFF;
				margin: 0 auto;
				-webkit-transition: all .3s;
						transition: all .3s;
			}
	
			div.Footer div.Contact div.ContactLeft a.Brochure:hover {
				background: #FFF;
				color: #333;
			}

		div.Footer div.Contact div.ContactRight {
			font-family: "Montserrat", Arial, Helvetica, sans-serif;
			background: #FFF;
			padding: 50px 20px;
			text-align: center;
			position: relative;
		}
		
			div.Footer div.Contact div.ContactRight img {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translateX(-50%) translateY(-50%);
			}

			div.Footer div.Contact div.ContactRight h2 {
				font-family: "Montserrat", Arial, Helvetica, sans-serif;
				font-size: 28px;
				color: #333;
				line-height: 40px;
				text-align: left;
				text-transform: uppercase;
				margin-bottom: 50px;
			}

			div.Footer div.Contact div.ContactRight div.FormField {
				position: relative;
			}

				div.Footer div.Contact div.ContactRight div.FormField input {
					font-family: "Montserrat", Arial, Helvetica, sans-serif;
					width: 100%;
					height: 55px;
					color: #333;
					margin-bottom: 10px;
					padding: 0 15px;
					font-size: 16px;
					border: 1px solid #333;
					-webkit-appearance: none;
					-webkit-border-radius: 0 !important;
							border-radius: 0 !important;
					-webkit-box-sizing: border-box;
							box-sizing: border-box;
				}

	
			div.Footer div.Contact div.ContactRight p {
				text-align: left;
			}
	
			div.Footer div.Contact div.ContactRight a {
				font-family: "Montserrat", Arial, Helvetica, sans-serif;
				display: block;
				height: 55px;
				line-height: 55px;
				font-size: 16px;
				padding: 0 20px;
				color: #333;
				border: 1px solid #333;
				margin: 0 auto;
				-webkit-transition: all .3s;
						transition: all .3s;
			}
	
			div.Footer div.Contact div.ContactRight a:hover {
				background: #333;
				color: #FFF;
			}

/* SubFooter */

div.SubFooter {
	padding: 40px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

	div.SubFooter ul {
		display: block;
		margin: auto;
		list-style: none;
	}

	div.SubFooter ul:after {
		display: block;
		content: "";
		clear: both;
	}

		div.SubFooter ul li {
			display: inline-block;
			padding: 0 2.5%;
		}

			div.SubFooter ul li a {
				display: inline-block;
				height: 90px;
				line-height: 90px;
			}

			div.SubFooter ul li a.FixLineHeight {
				line-height: 100px;
			}

				div.SubFooter ul li a img {
					max-height: 100%;
					width: auto;
					vertical-align: middle;
				}

/* Webdesign */

div.Webdesign {
	background: #333;
	text-align: center;
}

	div.Webdesign a {
		display: inline-block;
		color: #666;
		padding: 10px;
		font-size: 14px;
	}

	div.Webdesign a:hover {
		color: #FFF;
	}

@media screen and (max-width: 920px) {
	
	div.SubFooter ul li a {
		height: 50px;
    	line-height: 50px;
	}
	
	div.SubFooter ul li a.FixLineHeight {
    	line-height: 55px;
	}
	
}

@media screen and (max-width: 780px) {
	
	div.Footer div.Contact div.ContactLeft a span.Web {
		display: none;
	}
	
	div.Footer div.Contact div.ContactLeft a span.Mobile {
		display: inline-block;
	}
	
}

@media screen and (max-width: 670px) {
	
	div.Footer div.Contact,
	div.Footer div.Contact > div {
		display: block;
		width: 100%;
		min-height: 200px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	div.Footer div.Contact div.ContactLeft,
	div.Footer div.Contact div.ContactRight {
		padding: 30px 20px;
	}
	
		div.Footer div.Contact div.ContactLeft h2,
		div.Footer div.Contact div.ContactRight h2 {
			margin-bottom: 30px;
		}
	
}

@media screen and (max-width: 400px) {
	
	div.Webdesign a {
		display: block;
	}
	
	div.Webdesign a:first-of-type {
		padding-bottom: 0;
	}
	
	div.Webdesign a:last-of-type {
		padding-top: 0;
	}
	
}