
/*------------------------------------*\
	$_Reset
\*------------------------------------*/
/* 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: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/*------------------------------------*\
	$_General
\*------------------------------------*/
*.list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 

/*------------------------------------*\
	$_Links
\*------------------------------------*/
a {
  color: #ed710a;
  text-decoration: none;
}
a:visited {
  color: #ed710a;
}
a:hover {
  color: #ed710a;
}
a:active {
  color: #ed710a;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}


/*------------------------------------*\
	$_Images
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

figure > img {
  display: block;
}


/*------------------------------------*\
	$_Projects
\*------------------------------------*/
.project-list {
  margin: -22px 0 15px -22px;
}
.project-list .list-item {
  position: relative;
  width: 468px;
  height:320px;
  float: left;
  margin-left: 22px;
  margin-top: 22px;
 /* border: 6px solid #cdcac9; */
}

.project-list .list-item img{
  width:455px;
  max-height:307px;
  border:solid white;
  border-width:1px;
}


.project-list .item-inner {
  position: relative;
  overflow: hidden;
}

.item-image{
  width: 468px;
}

.project-list .item-main {
  visibility: hidden;
  position: absolute;
  width: 440px;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('/img/pattern_overlay-.png') repeat;
  padding: 52px 14px 0;
}
.project-list .item-heading {
  font-family: 'BebasNeueRegular';
  font-weight:100;
  font-size: 35px;
  color: #fff;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px solid #7e7b80;
  text-align: center;
}
.project-list .item-subheading {
  font-family: 'Average Sans', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-transform: none;
}
.project-list .item-footer {
  margin-top: 45px;
  margin-right:30px;
  text-align: center;
}
.project-list .item-more {
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight:100;
  color:white;
  padding: 8px 24px;
  background-color:#55ba00;
  border-radius: 4px;
}

.project-list .item-more:hover {
  color:black;
}

ul.project-list{
  list-style-type: none;
}