.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;
}

.padding-left-25{
    padding-left: 25px !important;
}

.margin-left-15{
	margin-left: 15px !important;
}

.padding-top-50{
	padding-top: 135px !important;
}

.c-black{
	color: #000000 !important;
}

.bigicon {
	font-size: 166px !important;
}