
.wrapper_middle.bigger-padding{
    min-height: 50px;
    padding: 50px 0;
}



section[data-cattype="107"]{overflow:hidden;}

section[data-cattype="107"] .top-red-shape{
	background:url('../../../data/ckfinder/images/red-shape.png'); 
	width:396px; 
	height:428px; 
	position:absolute; 
	right:-150px; 
	top:-80px; 
	z-index:-1;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

section[data-cattype="107"] .red-shape{
	background:url('../../../data/ckfinder/images/red-shape.png'); 
	width:396px; 
	height:428px; 
	position:absolute; 
	left:-150px; 
	bottom:-80px; 
	z-index:-1;
}

@media screen and (max-width: 767px) {
    
	section[data-cattype="107"] .top-red-shape{
		top:-145px; 
	}
	
	section[data-cattype="107"] .red-shape{
		bottom:-145px; 
	}
}

