@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0px dotted #000;;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}table {border-collapse: collapse; border-spacing: 0;}



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 18, 2011 02:02:28 PM America/New_York */
@font-face {font-family: 'CantarellRegular'; src: url('Cantarell-Regular-webfont.eot'); src: url('fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Cantarell-Regular-webfont.woff') format('woff'), url('fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('fonts/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg'); font-weight: normal; font-style: normal;}

@font-face {font-family: 'CantarellOblique'; src: url('fonts/Cantarell-Oblique-webfont.eot'); src: url('fonts/Cantarell-Oblique-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Cantarell-Oblique-webfont.woff') format('woff'), url('fonts/Cantarell-Oblique-webfont.ttf') format('truetype'), url('fonts/Cantarell-Oblique-webfont.svg#CantarellOblique') format('svg'); font-weight: normal; font-style: normal;}

@font-face {font-family: 'CantarellBold'; src: url('fonts/Cantarell-Bold-webfont.eot'); src: url('fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Cantarell-Bold-webfont.woff') format('woff'), url('fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('fonts/Cantarell-Bold-webfont.svg#CantarellBold') format('svg'); font-weight: normal; font-style: normal;}

@font-face {font-family: 'CantarellBoldOblique'; src: url('fonts/Cantarell-BoldOblique-webfont.eot'); src: url('fonts/Cantarell-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Cantarell-BoldOblique-webfont.woff') format('woff'), url('fonts/Cantarell-BoldOblique-webfont.ttf') format('truetype'), url('fonts/Cantarell-BoldOblique-webfont.svg#CantarellBoldOblique') format('svg'); font-weight: normal; font-style: normal;}

/* START OF LIGHTBOX CODE */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* END OF LIGHTBOX CODE */


/* START CENTER STYLES */

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	background: #FFF;
	width: auto; 
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* END CENTER STYLES */






body{
  	font-family: 'CantarellRegular', sans-serif;
  	font-size: 14px;
  	line-height: 150%;
		
}

/* START HEADER STYLES */

#header{
	
	height: 180px; 
	}

#logo{
	width: 180px; 
	height: 180px; 
	float: left;
	display: block; 
	}

#logo img{
	margin: 30px 0 0 30px; 
	}
	
#topNav{
	
	height: 180px; 
	float: left; 
	display: block; 
	position: absolute; 
	margin-left: 178px; 
	}

#topNav a{
  	font-size: 24px;  
  	margin: 5px 0 0 25px; 
		text-transform: uppercase; 
		text-decoration: none; 
}

#topNav a:link{ color: #000;}
#topNav a:visited{ color: #000;}
#topNav a:hover{ color: #808285;}
#topNav a:active{ color: #808285;}

#topNav a.activeMenu{
  	margin: 0 0 0 0; 
		text-transform: uppercase; 
		text-decoration: none; 
		color: #808285;
}

#topNavLinks{
	 float: left; 
	 display: block;
	width: 860px;
	position:absolute; 
	bottom:0px;
	}
	
.mainCats{
	float: left; 
	display:block;
	margin-bottom: 8px; 
	}
	
.horizontalBar{
	height: 10px; 
	margin: 10px 0 0 25px;
	background-color: #77787b; 
	clear: both; 
	
	}

#spacerH{
	display: block; 
	clear:both; 
	height: 25px; 
	}
	
#spacerV{
	display: block; 
	float: left; 
	height: 100%; 
	width: 25px; 
	}
	
#leftNav{
	 position: absolute; 
	width: 180px; 
	text-align: right;
	}
	
#leftNav a{
  	font-size: 20px; 
	line-height: 200%;
		text-transform: uppercase; 
		text-decoration: none; 
}

#leftNav a:link{ color: #000;}
#leftNav a:visited{ color: #000;}
#leftNav a:hover{ color: #808285;}
#leftNav a:active{ color: #808285;}

#leftNav a.activeMenu{
  	font-size: 24px; 
		text-transform: uppercase; 
		text-decoration: none; 
		color: #808285;
}
	
#content{
	position: relative;
	}
	
#projectsContainer{
	display: block; 
	min-width: 950px; 
	max-height: 2000px;
	margin: 0 0 0 30px;
	}
	
.project1{
	width: 234px; 
	height: 234px; 
	overflow: hidden;
	margin: 0 22px 20px 0; 
	background-color: #808285; 
}

.project2{
	width: 491px; 
	height: 234px; 
	overflow: hidden;
	margin: 0 20px 20px 0; 
	background-color: #808285; 
}

.project3{
	width: 1006px; 
	min-height: 500px;
	margin: 0 20px 20px 0px; 
	background-color: #808285; 
	display: none;
}

.popContainer{
	
	width: 950px; 
	}

.popContainer h1{
	 font-size: 22px;  	
	margin: 0 0 0 0; 
		text-transform: uppercase; 
		background-color: #73BF43;
		color: #fff;
		padding: 15px;
	}

.popContainer h2{
	font-size: 16px;  	
	margin: 0 0 0 0; 
		text-transform: uppercase; 
		background-color: #77787b;
		color: #FFF;
		padding: 15px;
	}

.popContainer h3{
	font-size: 16px;  	
	margin: 0 0 0 0; 
		text-transform: uppercase; 
		background-color: #FFFFFF;
		color: #115C12;
		padding: 15px;
	}

.popText{
	padding: 10px;
	width: 900px;
	 
	}
	
.popText p{
	padding: 8px 15px 8px 15px; 
	}
	
.project3{
	 display: none;
	}

.project3 h1{
	 font-size: 22px;  	
	margin: 0 0 0 0; 
		text-transform: uppercase; 
		background-color: #73BF43;
		color: #fff;
		padding: 15px;
	}

.project3 h2{
	font-size: 16px;  	
	margin: 0 0 0 0; 
		text-transform: uppercase; 
		background-color: #77787b;
		color: #FFF;
		padding: 15px;
	}

.project3 h3{
	font-size: 16px;  	
	margin: 0 0 0 0; 
		text-transform: uppercase; 
		background-color: #2D2D2D;
		color: #FFF;
		padding: 15px;
	}

.previewBack {
    display: block;
	width: 234px; 
	height: 234px; 
	overflow: hidden;
	float:left; 
	z-index: 333; 
	margin: 0 0; 
	position: absolute;  
	background: rgba(119, 120, 123, .88);
	opacity: 0;
  transition: opacity 1.5s ease-out;
   -moz-transition: opacity 1.5s ease-out;
   -webkit-transition: opacity 1.5s ease-out;
}

.previewBack:hover {
      opacity: 1; 
	  transition: opacity .5s linear;
   -moz-transition: opacity .5s linear;
   -webkit-transition: opacity .5s linear;
      }

.previewBox h1{
    font-size: 22px;  	
	margin: 0 0 0 0; 
		text-transform: uppercase; 
		background-color: #73BF43;
		color: #fff;
		padding: 15px;
}

.previewBox p{
    font-size: 14px; 
  	margin: 0 0 5px 0; 
		text-decoration: none; 
		color: #FFF;
		padding: 15px 15px 0 15px;
}

.previewBack a{
    font-size: 16px; 
	text-align: right;  
	bottom: 0;
	right: 0;  
	position: absolute; 
		text-decoration: none; 
		text-transform: uppercase; 
		color: #FFF;
		background-color: #73BF43;
		padding: 8px;
}

.previewBox a:hover{
		color: #73BF43;
		background-color: #FFF;
}

.previewBack a{
    padding: 16px;
}


.previewBackWide {
	width: 491px; 
}

.previewBackTall {
	height: 490px; 
}

.pagePopup p{
    font-size: 14px; 
  	margin: 0 0 5px 0; 
		text-decoration: none; 
		color: #FFF;
		padding: 15px 15px 0 15px;
}



.project3override {
	margin: 0px;
	padding: 0px;
	border: 0px; 
	font: inherit;
	
}
	
.imageTable {
	display: inline-block;
	position: relative; 
	margin: 10px 10px 10px 10px; 
	width: 305px;
	min-height: 230px;
	text-align: center;
}
.videoTable {
	display: inline-block;
	position: relative; 
	margin: 10px 10px 10px 10px; 
	text-align: center;
}

.textTable {
	display: block;
	float: left;
	position: relative; 
	width: 300px;
	margin: 10px 10px 10px 10px; 
	min-height: 230px;
	text-align: left;
}

.textTable p{
	font-size: 16px;
	line-height: 150%;
}



.topRight {
    float: right;
    display: block;
    margin: 0 0 10px 10px;
}

.linkButton {
	display: block; 
	float: right;
	height: 70px;
	margin-left: 15px;
	text-transform: uppercase; 
	color: #FFF;
	background-color: #73BF43;
}

.linkButton p{
	font-size: 20px; 
	padding: 25px 25px 25px 25px; 
}


.linkButton:hover{
	text-emphasis-color: #73BF43;
	background-color: #FFF;
}

.imageButton {
	vertical-align: top;
	padding:  10px;
	background-color: #73BF43;
}

.imageButton:hover{
	background-color: #FFF;
}

.linkButton p:hover{
	color: #73BF43;
}

.bottomRight {
	display: block; 
	float: right;
}


#linkedin{
	background: transparent url(images/linked.png) no-repeat; 
	width: 50px; 
	height: 50px; 
	}
	
#linkedin:hover{
	background: transparent #fff url(images/linked.png) no-repeat -50px 0; 
	width: 50px; 
	height: 50px; 
	}

.isotope-item {
  z-index: 2;
}
 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -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;
}

.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}

.w3-container, .w3-panel {
    padding: 0.01em 16px;
}

.w3-content {
    max-width: 750px;
    margin: auto;
}

.w3-center {
    text-align: center!important;
}

.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 12px 12px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#73BF43!important;background-color:#f1f1f1!important}

.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#73BF43!important}
