body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background: #fff;
	font: 0.8em Arial, Helvetica, Sans-Serif;
	color: #000000;
}

a:link {color: #0d0d0d; text-decoration:none;}
a:hover {color: #b79846; text-decoration:underline;}
a:visited {color: #0d0d0d; text-decoration:none;}

header {
	width: 250px;
	float: left;
	background: #fff;
    min-height: 100vh;
	z-index: 999;
	position: relative;
}

	#logo  {
		height: 250px;
		background: #000;
		background-repeat:repeat-x;
		margin: 0;
		border-bottom-style: solid;
		border-bottom-width: 20px;
		border-bottom-color: #b79846;
		position: relative;
	}

		#logo h1 {
			color: #fff;
			font-family: Arial Black, Gadget, sans-serif;
			font-size: 4.7em;
			font-weight: 900;
			letter-spacing: -0.1em;
			margin: 0 0 -0.2em 0.067em;
			position: absolute;
			bottom: 0px;
		}
		
		#logo img {
			width: 100%;
			max-width: 250px;
			position: absolute;
			bottom: 0;
		}

		#logo a {
			color: #fff;
			text-decoration: none;
		}

	#sidebar {
		height: 100%;
		margin: 0px 0.6em;
	}
		
		#sidebar h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 1.3em;
			line-height: 2em;
			margin: 0 0.2em;
			clear: both;
		}

		#sidebar p {
			font-size: 1.1em;
			margin: 0 0.2em;
		}
		
		.contact-icon {
			float: left;
			width: 17%;
			margin: 0.5em 16%; /* 8% with 3x these */
		}
		
		.awards {
			color: #b79846;
		}
		
		.awards a:link {color: #b79846; text-decoration:none;}
		.awards a:hover {color: #b79846; text-decoration:underline;}
		.awards a:visited {color: #b79846; text-decoration:none;}

main {
	display: block;
	float: left;
	width: 80%;
	max-width: 1200px;
	min-height: 99vh;
	margin: 0;
	padding-bottom: 10px;
	background: #666; /* Old browsers */
	background: -moz-linear-gradient(left, #161616 0%, #444444 1%, #666666 2%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#161616), color-stop(1%,#444444), color-stop(2%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #161616 0%,#444444 1%,#666666 2%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #161616 0%,#444444 1%,#666666 2%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #161616 0%,#444444 1%,#666666 2%); /* IE10+ */
	background: linear-gradient(to right, #161616 0%,#444444 1%,#666666 2%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#666666',GradientType=1 ); /* IE6-9 */
}

	main a:link {
	color: #b79846;
	}

ul {
	list-style: none outside none;
}

ul.pf-item  {
	margin: 1em 0 0 1em;
	width: 98.5%;
}
	
	.pf-item, .pf-item-half p {
		margin-top: 0.2em;
	}

	.pf-item, .pf-item-half p#copysmall {
		font-size: 0.75em;
		margin-top: 0.7em;
	}
	
	.pf-item, .pf-item-half li {
		float: left;
		display: inline;
		background: #fff;
		overflow: hidden;
		border: 0.2em solid #fff;
		border-radius: 0.2em;
		box-shadow: 0px 0px 8px 5px #282828;
		z-index: 9999;
		position: relative;
		text-align: center;
	}

	.pf-item  li {
		width: 98%; /* 48.67% to go back to 2 column mode*/
		margin: 0.9em 0 0 0.9%; /* 0.9em 0 0 0.7% to go back to 2 column mode*/
	}
	
	.pf-item-half li {
		width: 98%; /* 48.67% to go back to 2 column mode*/
		margin: 0.9em 0 0 0.7%;
	}
	
	.pf-item, .pf-item-half a:link {
		color: #000;
	}
	
	.pf-item, .pf-item-half img {
		width: 100%;
		max-width: 100%;
		height: auto;
		float: left;
		border-radius: 0.2em;
		margin-bottom: 0.4em;
	}
	
	.pf-content li {
		width: 98%;
		float: left;
		display: inline;
		background: #fff;
		overflow: hidden;
		margin: 0.9em 0 0 0.9%;
		border: 0.2em solid #fff;
		border-radius: 0.2em;
		box-shadow: 0px 0px 8px 5px #282828;
		z-index: 9999;
		position: relative;
		text-align: center;
	}
	
	.pf-content img {
		width: 100%;
		max-width: 100%;
		height: auto;
		float: left;
		border-radius: 0.2em;
	}
	
	.pf-content video {
		width: 100%;
		height: auto;
		float: left;
		border-radius: 0.2em;
	}
	
	.vimeo-embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%; 
		border-radius: 0.8em;
		border: 0.2em solid #fff;
		margin: 0 auto 0.8em auto;
	}
	
	.vimeo-embed-container iframe, .vimeo-embed-container object, .vimeo-embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
#greyfill {
	position: fixed;
	height: 100%;
	width: 50%;
	right: 0px;
	background: #ddd;
	display: block;
	z-index: -999;
}

#nav {
	width: 50px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999999;
}

	.nav-icon {
		float: left;
		width: 90%;
		margin: 2%;
	}

footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 250px;
	min-height: 20px;
	background: #000;
	z-index: 1000;
}

	footer p#copyright {
		float: left;
		margin: 3px 0 0 5px;
		color: #b79846;
	}
	footer p#back-top {
		float: right;
		margin: 3px 5px 0 0;
		color: #b79846;
	}
	footer a:link {
		color: #b79846;
		text-decoration: none;
	}
	footer a:hover {
		color: #f2f2f2;
	}

#content {
	overflow: hidden;
	padding: 0 0 29px 0;
	width: 600px;
	float: right;
	display: inline-block;
}

	#content p.btn a {
		display: block;
		max-width: 800px;
		height: 25px;
		overflow: hidden;
		background: #000000;
		margin: -20px 0 0 0;
	}

	#content a {
		color: #f2f2f2;
		text-decoration: none;
		font-weight: bold;
		text-align:center;
	}
		#content a:hover {
			color: #b79846;
		}

@media screen and (min-width: 851px) and (min-height: 850px) {
	header {
		position: fixed;
	}
	
	main {
		margin-left: 250px;
	}
}
		
@media screen and (max-width: 1300px) {
	main {
		width: 70%;		
	}
	
	ul.pf-item  {
		width: 96%;
		margin: 10px 2.5% 0px 1.8%;
	}
	.pf-item li {
		width: 96%;
		margin: 10px 2.5% 0px 1.8%;
	}
	
	.pf-item-half li {
		width: 96%;
		margin: 10px 2.5% 0px 1.8%;
	}
}

@media screen and (max-width: 850px) {
	main {
		width: 75%;		
	}
	
	header {
		width: 25%;
	}
	
	#logo {
		height: 83px;
		border-bottom-style: solid;
		border-bottom-width: 12px;
		border-bottom-color: #b79846;
	}
	
	#logo h1 {
	font-size: 2.8em;
	font-weight: 900;
	color: #fff;
	letter-spacing: -3px;
	line-height: normal;
	}
	
	footer {
	display: none;
	}
	
	#nav {
	display: none;
	}
	
	ul.pf-item  {
		width: 96%;
		margin: 10px 2.5% 0px 1.8%;
	}
	
	.pf-item li {
		width: 96%;
		margin: 10px 2.5% 0px 1.8%;
	}
	
	.pf-item-half li {
		width: 96%;
		margin: 10px 2.5% 0px 1.8%;
	}
}

@media screen and (max-width: 600px) {
	header, main, footer {
		width: 100%;
		height: auto;
		min-height: 10px;
	}
	
	#sidebar {
		margin-top: 1.2em;
	}
	
	#hideonmob {
		display: none;
	}
	
	#logo {
		height: 120px;
	}
	
	#logo img {
		max-width: 100%;
	}

	aside {
		text-align: center;
		margin: 2em;
	}
	
	main {
		background: #666;
	}
	
	footer {
	display: none;
	}
	
		#logo h1 {
		font-size: 4.7em;
		font-weight: 900;
		color: #fff;
		letter-spacing: -6px;
		line-height: normal;
		text-align: center;
		}
	
	ul.pf-item  {
		width: 96%;
		margin: 10px 2.5% 0px 1.8%;
	}
	
	.pf-item li {
		width: 96%;
		margin: 10px 2.5% 0px 1.8%;
	}
	
	.pf-item-half li {
		width: 96%;
		margin: 10px 2.5% 0px 1.8%;
	}
}