*{
  margin: 0;
  padding: 0;
}

body{
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	color: #6c6c6c;
	background-color: #000;
}
h1 {
	font-weight: normal;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 24px;
	margin-bottom: 18px;
	padding-bottom: 19px;
	border-bottom: 1px solid #363637;
}
h2 {
	font-weight: normal;
	color: #c4c4c4;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 14px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 9px;
}
p {
	margin-bottom: 17px;
}
.content-inset.portfolio h1, .content-inset.portfolio h2, .content-inset.portfolio h3, .content-inset.portfolio p {
	margin-right: 16px;
}

#background_image {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/site-background.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.container{
	width: 1104px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.nav-container {
	position: absolute;
	width: 223px;
	top: 0px;
	z-index: 40;
	left: 0px;
}
.nav-container .logo {
	width: 100%;
	display: block;
}
.nav-container .menutitle {
	height: 28px;
	width: 223px;
	display: block;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	background-image: url("../images/menu_button.jpg");
	padding-top: 8px;
	background-size: cover;
}
ul.navigation {
	position: relative;
	list-style: none;
}
ul.navigation li {
	float: none;
	padding: 0;
	margin: 0;
	height: 47px;
	position: relative;
}
ul.navigation li a {
	font-size: 15px;
	line-height: 47px;
	color: #ffffff;
	height: 47px;
	position: relative;
	display: block;
	padding: 0 0 0 50px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
ul.navigation > li > a::before {
	position: absolute;
	left: 0;
	width: 8px;
	height: 100%;
	top: 0;
	content: '';
	background: #fff;
	opacity: 0.16;
	transition: all 0.5s ease;
}
ul.navigation > li > a:hover::before, ul.navigation > li.current > a::before {
	opacity: 1;
}
ul.navigation > li > a::after {
	position: absolute;
	content: '';
	border-left: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	left: 8px;
	top: 50%;
	margin-top: -6px;
	transition: all 0.5s ease;
}
ul.navigation > li > a:hover::after, ul.navigation > li.current > a::after {
	border-left: 6px solid #fff;
}
ul.navigation li a.green {
	background: #6d6928;
}
ul.navigation li a.brown {
	background: #987c3e;
}
.content-cont {
	width: 790px;
	margin-left: 0px;
	border: 30px solid rgba(0,0,0,0.70);
	margin-top: 226px;
	background-color: #1e1e1e;
	float: right;
}
.content-cont .content-inset {
	margin: 40px;
}
.content-cont .content-inset.portfolio {
	margin-right: 24px;
}
.about-image {
	float: left;
	margin: 0 26px 9px 0;
}
.container .bottom {
	padding: 60px 40px;
	clear: both;
	text-align: right;
	color: #FFF;
}
#Contact-info {
	float: left;
	width: 220px;
}
#ContactForm  {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: right;
	width: 362px;
}
#ContactForm .label {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	line-height: 12px;
	margin: 0px;
	padding: 2px 0px 5px;
}
#ContactForm .field {
	margin: 0px;
	padding: 0px 0px 12px;
}
#ContactForm .FormTextField {
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #262626;
	margin: 0px;
	padding: 6px 8px;
	width: 344px;
	border: 1px solid #a8a8a8;
	background-color: #FFF;
}
#ContactForm .error
{
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 14px;
	color: #b01e24;
	line-height: 20px;
	margin: 5px 0px 25px;
	padding: 12px 14px;
	background-color: #f0f0f0;
}
#ContactForm .success {
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 26px;
	margin: 0px 0px 30px;
	padding: 30px 0px;
}
.g-recaptcha {
	padding: 10px 0px 15px;
}
.FormButton {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 12px 0px 0px;
	padding-top: 12px;
	padding-right: 16px;
	padding-left: 17px;
	padding-bottom: 12px;
	background-color: #8A8A8A;
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	cursor: pointer;
	display: block;
	border-width: 0px;
	border-style: none;
	letter-spacing: 1pt;
	transition: all 0.5s ease;
	border-radius: 2px;
}
.FormButton:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.clearboth {
	clear: both;
}
div.floatbox a {
	margin-top: 0px;
	margin-right: 16px;
	margin-left: 0px;
	margin-bottom: 16px;
	float: left;
	display: inline-block;
	width: 165px;
	height: 110px;
	position: relative;
}
div.floatbox a::before {
	position: absolute;
	left: 50%;
	width: 8px;
	top: 50%;
	content: '+';
	font-size: 100px;
	line-height: 100px;
	margin-top: -56px;
	margin-left: -24px;
	color: #fff;
	opacity: 0;
	text-shadow: 0px 0px 16px #000000;
	transition: all 0.5s ease;
}
div.floatbox a:hover::before {
	opacity: 1;
}




/* Main Content Sizing */
@media screen and (min-width: 1104px) {
.container {
	width: 1104px;
}
}
@media screen and (max-width: 1103px) and (min-width: 925px) {
.container {
	width: 925px;
}
.content-cont {
	width: 611px;
}
#Contact-info {
	width: 140px;
}
}
@media screen and (max-width: 924px) and (min-width: 744px) {
.container {
	width: 744px;
}
.content-cont {
	width: 430px;
}
.about-image {
	float:none;	
}
#ContactForm {
	width: 350px;
}
#ContactForm .FormTextField {
	width: 334px;
}
}
@media screen and (max-width: 743px) and (min-width: 490px) {
.container {
	width: 490px;
}
.content-cont {
	width: 430px;
	margin-top: 433px;
}
.about-image {
	float:none;	
}
#ContactForm {
	width: 350px;
}
#ContactForm .FormTextField {
	width: 334px;
}
}
@media screen and (max-width: 489px) and (min-width: 0px) {
.container {
	width: 320px;
}
.content-cont {
	width: 260px;
	margin-top: 433px;
	border-color: #1e1e1e;
}
.content-cont .content-inset {
	margin: 0px;
}
.nav-container {
	left: 48px;
}
.about-image {
	float:none;	
}
.about-image img {
	width: 180px;
	height: 210px;
}
#ContactForm {
	width: 300px;
	margin-top: 30px;
	margin-right: -28px;
}
#ContactForm .FormTextField {
	width: 264px;
}
}