html
{
	background-color: #fff;
}

body {
	font-family: "Fedra Sans";
	font-style: normal;
	font-weight: 300;
	color: #878475;
	font-size: 18px;
	line-height: 1.5em;
	margin: 150px auto 0 auto;
}

em {
	font-family: "Fedra Sans Book Italic";
}

h1 {
	font-size: 3em;
	font-weight: 100;
	color: #8d0a00;
	margin-bottom: 15px;
}

h2 {
	font-size: 2em;
	font-weight: 100;
	color: #4e4d42;
	margin-bottom: 15px;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #4e4d42;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.mobilenav {
	display: none;
}

.spacer {
	margin-right: 10px;
}

section#portfolio {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	text-align: center;
}

section#portfolio div {
	width: 33%;
	display: inline-block;
	max-width: 280px;
	margin: 10px 10px 0 10px;
	position: relative;
	cursor: pointer;
	-webkit-transform: translateZ(0px);
}

section#portfolio div#feature {
	width: 100%;
	display: block;
	max-width: 880px;
}

section#portfolio div.smallfeature {
	width: 100%;
	display: block;
	max-width: 880px;
}

#feature h2, h2.info {
	position: absolute;
	bottom: 6px;
	right: 0;
	font-family: "Fedra Sans Light";
	font-size: 1em;
	color: #fff;
	text-align: right;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.8);
	z-index: 50;
	margin-bottom: 0;
}

.smallfeature h2, h2.info {
	position: absolute;
	bottom: 6px;
	right: 0;
	font-family: "Fedra Sans Light";
	font-size: 1em;
	color: #fff;
	text-align: right;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.8);
	z-index: 50;
	margin-bottom: 0;
}

section#portfolio h2.dark {
	color: #8d0a00;
}

section#portfolio h2.small {
	font-size: .75em;
	padding: 10px;
	margin-bottom: 0;
}

#feature h3 {
	position: absolute;
	bottom: 40px;
	left: -10px;
	font-family: "Fedra Sans";
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-align: left;
	z-index: 50;
	background: #8d0a00;
	padding: 20px 25px;
}

#feature h3 a, #feature h3 a:visited {
	text-decoration: none;
	font-size: .75em;
	color: #fff;
}

#feature h3 a:hover {
	border-bottom: 1px solid #fff;
}

.smallfeature h3 {
	position: absolute;
	bottom: 40px;
	left: -10px;
	font-family: "Fedra Sans";
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-align: left;
	z-index: 50;
	background: #8d0a00;
	padding: 20px 25px;
}

.smallfeature h3 a, #feature h3 a:visited {
	text-decoration: none;
	font-size: .75em;
	color: #fff;
}

.smallfeature h3 a:hover {
	border-bottom: 1px solid #fff;
}

.posts h3 {
	position: absolute;
	top: 10px;
	left: -10px;
	font-family: "Fedra Sans";
	font-size: .5em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-align: left;
	z-index: 50;
	background: #1184d2;
	padding: 10px 15px;
}

section#portfolio img {
	width: 100%;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

article.post {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 4em;
}

article.post a, article.post a:visited {
	color: #8d0a00;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

article.post a:hover {
	border-bottom: 1px solid #8d0a00;
}

.anchor {
    padding-top: 200px;
    margin-top: -200px;
}

article.post p {
	margin: 1em 0;
}

article.post h1, article.post h2, article.post h3 {
	line-height: 1.5em;
}

article.post h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #8d0a00;
}

article.post ul {
	margin-left: 2em;
	margin-bottom: 2em;
}

article.post li {
	margin: 5px 0;
}

article.post ul li.bullet {
	padding-left: 1em;
    text-indent: -1.4em;
	margin: 0 0 .5em 3em;
}

article.post li.bullet:before {
	content: "•";
    color: #8d0a00;
    margin-right: 15px;
}

.flexslider {
	border-radius: 0 !important;
    -o-box-shadow: 0 !important;
    box-shadow: none !important;
}

ol.flex-control-nav.flex-control-paging li {
	margin: 0 5px;
	background-color: #f3f3f3;
}

.flex-prev, .flex-next {
	color: rgba(0,0,0,0.5) !important;
}

div.client {
	display: inline-block;
	background: rgba(225,223,211,.6);
	padding: .5em 1em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	margin-bottom: 1em;
	-webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

div.client:hover {
	background: rgba(225,223,211,1.0);
}

.smaller h2 {
	font-size: 1.25em;
}

article.post .typcn {
	color: #8d0a00;
}

article.post div.left {
	width: 55%;
	display: inline-block;
	vertical-align: top;
}

article.post div.right {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}

.together {
	margin: 0 0  1.5em 0;
}

article.post .left {
	width: 50%;
	float: left;
	font-family: "Fedra Sans Medium";
	text-transform: uppercase;
	margin: 0;
}

article.post .right {
	width: 50%;
	float: right;
	text-align: right;
	font-family: "Fedra Sans Medium";
	text-transform: uppercase;
	margin: 0;
}

.the-content blockquote {
	font-family: "Fedra Sans Light Italic";
	line-height: 1.6em;
	font-size: 1.2em;
	color: #cac8b9;
	padding-left: 1.5em;
	margin: 3em 0;
	box-sizing: border-box;
	border-left: 5px solid #cac8b9;
}

.the-content blockquote.big {
	font-size: 2em;
	margin: 1em 0;
	border-left: 5px solid #8d0600;
	color: #878475;
}

footer {
	background: rgba(255,255,255,1.0);
	border-top: 1px solid #cac8b8;
	border-bottom: 1px solid #cac8b8;
	padding: 50px;
	margin-top: 3em;
}

footer ul {
	font-size: 1.75em;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

footer li {
	display: inline-block;
	width: 12.8%;
	text-align: center;
}

footer li a, footer li a:visited {
	color: #cac8b8;
}

footer li a:hover {
	color: #8d0a00;
}

#colophon {
	font-size: .8em;
	text-align: center;
	color: #cac8b8;
	margin: 20px 0;
}

#disqus_thread {
	margin-top: 50px;
}

.clear {
	clear: both;
}



@media only screen and (max-width: 900px) {

	body {
		font-size: 12px;
		margin-top: -10px;
		margin-bottom: 85px;
	}

	section#portfolio div#feature {
		width: 100%;
		display: block;
		max-width: 900px;
		margin: 0 auto -4px auto;
	}

	section#portfolio div.smallfeature {
		width: 100%;
		display: block;
		max-width: 900px;
		margin: 0 auto -4px auto;
	}

	section#portfolio {
		max-width: 100%;
	}

	section#portfolio div {
		width: 50%;
		margin: -5px 0 0 0;
		max-width: 100%;
	}

	section#portfolio h2 {
		position: absolute;
		bottom: 5px;
		right: 0;
	}

	section#portfolio div#feature h2 {
		position: absolute;
		bottom: 9px;
		right: 0;
	}

	section div#feature h3 {
		font-size: .8em;
		padding: 10px 20px;
	}

	section div.smallfeature h3 {
		font-size: .8em;
		padding: 10px 20px;
	}

	.posts h3 {
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}

	section#portfolio div.odd {

	}

	section#portfolio div:last-of-type {
		display: none;
	}

	div.box {
		display: none;
	}

	footer {
		padding: 20px;
		margin-top: 0;
	}

	article.post {
		margin-top: 4em;
	}

	.anchor {
    padding-top: 50px;
    margin-top: -50px;
	}

	.hideonmobile {
		display: none;
	}

}
