.prod-text {height:auto; }
.urunler-section{
	background-image: url(pattern-1.png);
	position: relative;
    padding: 100px 0px 100px;
    background-position: center top;
    background-repeat: no-repeat;
}
.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:30px;
	right:0px;
	bottom:0px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#fff;
	padding-left:0;
	    text-align: center;
}

.news-block .inner-box .image img{
	position: relative;
    width: auto;
   max-height: 483px;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.5;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding: 30px;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding: 8px;
	    text-align: center!important;
}
.news-block .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: 800;
    margin-top: 10px;
	font-size: 21px;
	color:#333;
}