*{
	padding: 0;
	margin: 0;
}
body,
html{
	width: 100%;
	min-height: 100%;
}
body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: rgb(68,68,68); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(68,68,68,1) 0%, rgba(30,30,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(30,30,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(68,68,68,1) 0%,rgba(30,30,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(68,68,68,1) 0%,rgba(30,30,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(68,68,68,1) 0%,rgba(30,30,30,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(68,68,68,1) 0%,rgba(30,30,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #FFF;
}
img{
	display: block;
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.gallery {
	display: inline-block;
}
#header,
.left-content,
.right-content,
.navbar-default{
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.75);
}
#header{
	margin-bottom: 20px;
	height: 100px;
	width: 100%;
	background-color: rgba(100, 100, 100, .5);
}
.logo {
	margin: 4px;
	float: left;
}
.row{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
/*
.contactbar{
	top: 10px;
}
*/
.navbar {
	margin-top: 5px;
}
.navigation1, .navigation2, .navigation3, .navigation4 {
	width: 25%;
	display: inline-block;
	float: left;
}
.right-header{
	text-align: right;
	float: right;
	width: 740px;
	/*margin-top: 20px;*/
}
.left-content,
.right-content{
	/*float: left;*/
	background-color: rgba(100, 100, 100, .5);
}
.left-content{
	/*width: calc(30% - 20px);/*
	/*margin-left: 20px;*/
	/*margin-right: 40px;/*
}
.right-content{
	/*width: calc(70% - 40px);*/
	/*width: calc(70% - 20px);/*
	/*margin: 0 20px;*/
	margin: 0;
	/*margin-left: 20px;*/
}
.right-content{
	padding: 0px !important;
	/*float: right;*/
}
.contactInput {
	margin: 1px;
	margin-left: 50px;
	size: 50;
	width: 80%;
}
.contactMessage {
	margin: 5px 5px 5px 50px;
	width: 80%;
	height: 40%;
}
nav li{
	list-style-type: none;
}
li{
	list-style-type: none;
}
nav a:link {
COLOR: #FFFFFF; text-decoration: none; text-transform: uppercase;
}
nav a:visited {
COLOR: #FFFFFF; text-decoration: none; text-transform: uppercase;
}
nav a:hover {
COLOR: #575757; text-decoration: underline; text-transform: uppercase;
}
nav a:active {
COLOR: #FFFFFF; text-transform: uppercase;
}