#block-3>.container>.row {
  letter-spacing: -0.31em;
}
#block-3>.container>.row *{
  letter-spacing: normal;
}
#block-3 h4 {
	 color: #C2383D; 
  /*  font-family: Roboto, Arial, serif;
    color: #303030;*/
  /*  font-weight: 400;*/
    margin-top: 0px; }
  #block-3 h2, #block-3 h4 {
    margin-bottom: 12px; }
  #block-3 h4 {
    line-height: 1.4em; }
/*  #block-3 h2 {
    font-size: 30px; }
  #block-3 h4 {
    font-size: 18px; }*/
  #block-3 a, #block-3 a:visited {
    color: #49a2fc; }
  #block-3 a:hover {
    text-decoration: none;
    color: #4a4a4a; }
  #block-3 a:active {
    text-decoration: none; }
  #block-3 figure {
    margin: 0px; }
  #block-3 figure img {
    width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%); // IE9 only
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  #block-3 .animation {
    visibility: hidden; }
  #block-3 .animated {
    visibility: visible; }
  #block-3 figure.figure-hover {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%; }
  #block-3 figure.figure-hover div {
    display: none;
    position: absolute;
    overflow: hidden;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(base-figure-overlay.png) repeat; }
  #block-3 figure.figure-hover img {   
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out; }
  #block-3 figure.figure-hover:hover img {
    top: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  #block-3 figure.figure-hover div .icon-hover {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%; }
  #block-3 figure.figure-hover div .icon-hover.icon-hover-zoom {
    background: url(icon-hover-zoom.png) no-repeat center center; }
  #block-3 .post-heading-center {
    text-align: center;
    margin-bottom: 40px; }
  #block-3 .post-heading-center h2 {
 /*   font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;*/
    margin-bottom: 0px; }
  #block-3 .post-heading-center p {
    color: #e3dfd5;
/*    font-size: 18px;
    line-height: 24px;*/
    margin: 5px 0px 0px; }
  #block-3 .portfolio-item {
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  #block-3 .portfolio-item .portfolio-wrapper {
    padding: 5px;
    border: 1px solid #e9e9e9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    width: 100%;
  }
  #block-3 .portfolio-item .portfolio-wrapper a {
    display: block;
    height: 160px;
    overflow: hidden;
  }

  #block-3 .portfolio-item .portfolio-content {
    background-color: #baaf96;
    padding: 20px 10px; }
  #block-3 .portfolio-item .portfolio-content .entry-title {
  /*  font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;*/
    margin-bottom: 0px; }
  #block-3 .portfolio-item .portfolio-content .entry-meta {
    color: #e3dfd5;
/*    font-size: 14px;
    line-height: 20px;*/
    margin: 5px 0px 0px; }


@media(max-width:578px) {
  #block-3 .portfolio-item {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    margin: 0 auto 20px auto;
  }
}