.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.ch_pad { padding:0px !important;}
.h4_ft { font-size:20px !important;}
.h3_1, .fot_p { color:#fff !important; line-height:25px;} 

.c-layout-footer.c-layout-footer-4.c-bg-footer-88 {
    background: url(../img/content/backgrounds/foot_bg.jpg) center center no-repeat;
}