.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;
}
.cnt_blck
{
	margin-top:50px;
}
.news_block h3 a{
	color:red !important;
}
.news_block h3 a:hover{
		color:black !important;
}
.news_block_p{
	height:130px;
	overflow:hidden;
	display:block;
}

.cbp-item  {
	float:left;
	width: 284px;}
.cbp-item img {
	width:100%}
.cbp-wrapper {
	padding: 40px 0;
    float: left;
    width: 100%;}








