@import url(http://fonts.googleapis.com/css?family=lato);

/* Base  */

*,:before,:after {
	margin:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html, body {height: 100%;}

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility; }

body {
	font-family: 'lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color:#555;
	-webkit-backface-visibility:hidden; 
	overflow-x:hidden; 
	text-rendering:optimizeLegibility;
}


::-moz-selection {background: #f84545; color: #fff; }
::selection {background: #f84545; color: #fff; }

/* Links */
a { color: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	   -moz-transition: all 0.1s linear;
	    -ms-transition: all 0.1s linear;
	     -o-transition: all 0.1s linear;
	     	transition: all 0.1s linear;
}

a:hover, a:focus { text-decoration: none; border: none; }
a img {border:none;}

/**** TYPOGRAPHY ****/
h1,h2,h3,h4,h5,h6 { font-weight:300; letter-spacing:-0.25px; }
h1.title {  font-size:40px; line-height:35px; font-weight:700; margin-bottom:35px; text-align:left;}
h1 { font-size: 24px; line-height:40px; }
h2 { font-size: 21px; line-height:28px; }
h3 { font-size: 18px; line-height:25px; }
h4 { font-size: 16px; line-height:25px; margin-bottom:10px; }
h5 { font-size: 15px; line-height:22px; margin-bottom:10px; }
h6 { font-size: 14px; line-height:22px; margin-bottom:10px; }
h1.intro {  line-height:40px; font-weight:300;}
.lead { font-size:18px; line-height:24px; }


p {font-size: .9375em; line-height: 1.5; margin-bottom: 1em;}
.firstcharacter { float: left; font-size: 3em; line-height: 1; padding-top: 0; padding-right: 8px; padding-left: 3px; font-family: Georgia; }
	
.lead-small {
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: 300;
	margin-top: 40px;
}

.subheader {
	line-height:1.4;
	color:#ba3c34;
	font-weight:300;
	margin-top:-1em;
	margin-bottom:.5em;
}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

/* Helpful Typography Defaults */
em,i {
	font-style:italic;
	line-height:inherit;
}

strong,b {
	font-weight:700;
	line-height:inherit;
}

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

sup {top:-.5em;}
sub {bottom:-.25em;}

/* Lists */
ul,ol,dl {
	font-size:1em;
	line-height:1.6;
	margin-bottom:1.25em;
	list-style-position:outside;
	font-family:inherit;
}

ul,ol {
	margin-left:0;
}

/* Unordered Lists */
ul li ul,ul li ol {
	margin-left:1.25em;
	margin-bottom:0;
	font-size:1em;
/* Override nested font-size change */
}

/* Ordered Lists */
ol li ul,ol li ol {
	margin-left:1.25em;
	margin-bottom:0;
}

/* Definition Lists */
dl dt {
	margin-bottom:.3em;
	font-weight:700;
}

dl dd {
	margin-bottom:.75em;
}

article {padding: 1em 0;}
section {margin: 1em;}
article.banner {background:#e9e6e1;}

/* Footer  ============================================================================================ */
.wrapper {min-height: 100%; background:  rgb(39, 40, 42); margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */}
.wrapper:after {content: "";display: block;}
footer, .wrapper:after {height: 60px; /* .push must be the same height as footer */}
footer {position: relative; padding: 20px 0 0; background: #333;}

footer ul.footer-nav {list-style: none;}
footer ul.footer-nav li {display: inline-block; padding-right: .8125em;}

footer .copyright {font-size: .8125em; text-align: center;}


/* PORTFOLIO  ========================================================================================== */
.item_description {
    position:relative;
	color:#767676;
	margin: 0;
	margin-top:-1px;
	margin-bottom:2px;
	padding:10px 0;
	background-color:#e9e6e1;
	font-size:13px;
	text-align:center;
	font-weight:400;
	border-bottom:2px solid #d3cdc4;
}
.item_description:hover{ border-bottom:2px solid #bbb; }
.item_description a {color:#555; letter-spacing: 1px;}
.item_description a:nth-child(1) { text-transform:uppercase; font-size:12px;}
.item_description a:hover{ color:#888; }

/* Isotope Filtering */
.isotope-item { z-index:2; }
.isotope-hidden.isotope-item { pointer-events:none; z-index:1; }
/* Isotope CSS3 transition */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {overflow: hidden; position: relative; margin-bottom:20px; }
.element img {max-width: 100%;}

.live, .staging {
	position:absolute;
	left:0;
	height:30px;
	color: #fff;
	z-index:10;
	width: 100%;
	text-align: center;
	font-size:4em;
	opacity: 0;
	-webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.live {top:-10%;}
.staging {bottom: 0;}

.element:hover .live {opacity:1; top:20%;}
.element:hover .staging {opacity:1; bottom:40%;}

.element a:hover {color: #eee;}

#options {padding: 0 0 0px;}
#filters2 { text-align: center; margin:45px 0; }
#filters { text-align: left; margin:45px 0; }
#filters li, #filters2 li{ margin: 0; background:none; overflow:hidden; display:inline-block;}
#filters li a, #filters2 li a, #filters li.break {
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
	cursor:pointer;
	line-height:50px;
	color:#555;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:0 auto;
	padding:10px 14px;
	background:transparent;
	border:2px solid #767676;
	text-transform:uppercase;
	margin-right:10px; 
}
#filters li a.selected, #filters2 li a.selected { background:#c43b2a; color:#fff;  border:2px solid #c43b2a;}
#filters li a:hover, #filters2 li  a:hover{  color:#fff; border:2px solid #34495E; background:#34495E;  }

#filters li.break {font-size: 35px; font-weight: 300; padding: 0 3px; border: none;}

/* Embedded content =================================================================================== */
img {
	max-width:100%;
	height:auto;
	border:0 none;
	vertical-align: top;
	
	-ms-interpolation-mode:bicubic;
}

/* Figures ============================================================================================ */
figure {
	margin:0;
}

.clearfix:before,.clearfix:after {
	content:" ";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	*zoom:1;
}

/* Grid Layout  ======================================================================================= */
.row { width:74em;  max-width: 100%; margin: 0 auto;  *zoom: 1; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -.75em; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.column, .columns { float: left; min-height: 1px; padding: 0 .75em; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }
.two, .row .two { width: 16.66667%; }
.three, .row .three { width: 25%; }
.four, .row .four { width: 33.33333%; }
.five, .row .five { width: 41.66667%; }
.six, .row .six { width: 50%; }
.seven, .row .seven { width: 58.33333%; }
.eight, .row .eight { width: 66.66667%; }
.nine, .row .nine { width: 75%; }
.ten, .row .ten { width: 83.33333%; }
.eleven, .row .eleven { width: 91.66667%; }
.twelve, .row .twelve { width: 100%; }

.row .offset-one { margin-left: 8.33333%; }
.row .offset-two { margin-left: 16.66667%; }
.row .offset-three { margin-left: 25%; }
.row .offset-four { margin-left: 33.33333%; }
.row .offset-five { margin-left: 41.66667%; }
.row .offset-six { margin-left: 50%; }
.row .offset-seven { margin-left: 58.33333%; }
.row .offset-eight { margin-left: 66.66667%; }
.row .offset-nine { margin-left: 75%; }
.row .offset-ten { margin-left: 83.33333%; }

.push-two { left: 16.66667%; }
.pull-two { right: 16.66667%; }
.push-three { left: 25%; }
.pull-three { right: 25%; }
.push-four { left: 33.33333%; }
.pull-four { right: 33.33333%; }
.push-five { left: 41.66667%; }
.pull-five { right: 41.66667%; }
.push-six { left: 50%; }
.pull-six { right: 50%; }
.push-seven { left: 58.33333%; }
.pull-seven { right: 58.33333%; }
.push-eight { left: 66.66667%; }
.pull-eight { right: 66.66667%; }
.push-nine { left: 75%; }
.pull-nine { right: 75%; }
.push-ten { left: 83.33333%; }
.pull-ten { right: 83.33333%; }


/* Media Queries: ===================================================================================== */
@media print,(-o-min-device-pixel-ratio: 54),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

@media only screen and (max-width: 48em) /* iPad port */ {
	
	.one, .row .one, .two, .row .two, .three, .row .three, .four, .row .four, .five, .row .five, .six, .row .six, .seven, .row .seven, .eight, .row .eight, .nine, .row .nine, .ten, .row .ten, .eleven, .row .eleven, .twelve, .row .twelve { width: 100%; }
		
	.small-one, .row .small-one { width: 8.33333%; }
	.small-two, .row .small-two { width: 16.66667%; }
	.small-three, .row .small-three { width: 25%; }
	.small-four, .row .small-four { width: 33.33333%; }
	.small-five, .row .small-five { width: 41.66667%; }
	.small-six, .row .small-six { width: 50%; }
	.small-seven, .row .small-seven { width: 58.33333%; }
	.small-eight, .row .small-eight { width: 66.66667%; }
	.small-nine, .row .small-nine { width: 75%; }
	.small-ten, .row .small-ten { width: 83.33333%; }
	.small-eleven, .row .small-eleven { width: 91.66667%; }
	.small-twelve, .row .small-twelve { width: 100%; }

 }

@media only screen and (max-width: 42em) { 
	
	.row .row {margin: 0 -.25em; }
	.column, .columns {padding: 0 .25em;}
	.small-one, .row .small-one,.small-two, .row .small-two,.small-three, .row .small-three,.small-four, .row .small-four,.small-five, .row .small-five,.small-six, .row .small-six,.small-seven, .row .small-seven,.small-eight, .row .small-eight,.small-nine, .row .small-nine,.small-ten, .row .small-ten,.small-eleven, .row .small-eleven,.small-twelve, .row .small-twelve { width: 100%; }	
}

@media only screen and (max-width: 35em) {}

/* Print styles. ====================================================================================== */
@media print {
	* {
		background:transparent!important;
		color:#000!important;
	/* Black prints faster: h5bp.com/s */
		box-shadow:none!important;
		text-shadow:none!important;
	}
	
	a,a:visited {text-decoration:underline;}
	a[href]:after {content:" (" attr(href) ")"}
	abbr[title]:after {content:" (" attr(title) ")"}
	.ir a:after,a [href^="javascript:"]
	:after,a[href^="#"]:after {content:""}
	pre,blockquote {border:1px solid #999;page-break-inside:avoid;}
	thead {display:table-header-group;}
	tr,img {page-break-inside:avoid;}
	img {max-width:100% !important;}
	
	@page {margin:.5cm;}
	p,h2,h3 {orphans:3;widows:3;}
	h2,h3 {page-break-after:avoid;}
}