@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.project-entry {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; 
  
      -webkit-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
  }
  .project-entry .project-img {
    width:100%;
	/*height:400px;*/
    display: table;
    position: relative;
    z-index: 0; 
object-fit: contain;
	    max-height:440px;
	}
	
  .project-entry .project-img-home {
     width:100%;
	/*height:400px;*/
    display: table;
    position: relative;
    z-index: 0; 
object-fit: contain;
	    max-height:540px;
   }	
  .project-entry .project-img-small {
     width:100%;
	/*height:400px;*/
    display: table;
    position: relative;
    z-index: 0; 
object-fit: contain;
	    max-height:290px;
	}
    .project-entry .project-img:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.2);
      opacity: 0;
      -webkit-transition: 0.9s;
      -o-transition: 0.9s;
      transition: 0.9s;
      z-index: -1; }
    .project-entry .project-img .icon {
      display: table-cell;
      vertical-align: middle;
      z-index: 1;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .project-entry .project-img .icon i {
        color: #fff; }
  .project-entry .desc {
    padding: 1.5em 1em;
    display: block; }
    .project-entry .desc h3 {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 0; }
      .project-entry .desc h3 a {
        color: #000; }
  .project-entry:hover {

    -webkit-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
	 }
    .project-entry:hover .project-img:after {
      opacity: 1; }
    .project-entry:hover .project-img .icon {
      opacity: 1; }

.project-single {
  margin-bottom: 30px; }

.thumb-wrap {
  display: block;
  width: 100%;
  float: left; }
  .thumb-wrap .thumb-img {
    width: 100%;
    display: block;
    height: 150px;
    margin-bottom: 30px; }

.project-single-desc {
  width: 100%;
  float: left;
  padding: 3em;
  background: #fff;
  margin-bottom: 1em; }
  .project-single-desc h2 {
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500; }
  .project-single-desc .list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0; }
    .project-single-desc .list li {
      list-style: none;
      width: 100%;
      display: block;
      margin-bottom: 20px; }
      .project-single-desc .list li .title {
        font-weight: 500;
        color: #000;
        width: 50%;
        float: left; }

   .project-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }