.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;
}

body,button,input,select,textarea,h2,h3,h4,h5,h6 {font:14px 'Microsoft Yahei', \5b8b\4f53}
.c-name{
  font-size: 32px;
  vertical-align: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
  font-weight: 400 !important;
}
.n-logo{
  font-size: 20px;
}
.c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon, .c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link{
  /*font-weight: normal;*/
  /*font-size: 16px;*/
}
.c-content-pricing-1 > .c-tile-container > .c-tile > .c-price{
  /*font-size: 36px;*/
}