.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;
}
footer.c-layout-footer-6 .c-prefooter {
    margin-bottom: 0px;
}
.linkfoot {
    padding: 30px;
}
.c-content-title-1 > h1.c-font-uppercase {
    font-size: 30px;
}
div.c-content-title-1 > h1 {
    margin: 40px 0 30px 0;
}
.c-content-title-1 > h1 {
    font-size: 28px;
    color: #3f444a;
    font-weight: 500;
    margin: 0 0 30px 0;
}
