@media (max-width:1024px){
	.urunlerbg .urunlist {
		height: 289px!important;
	}
}

.urunlerbg {
	width: 100%;
	padding: 0px 0px 50px;
}

.urunlerbg .urunlist {
	width: 100%;
	height: 587px;
	background-size: cover!important;
	position: relative;
}

.urunlerbg .urunlist2 {
	width: 100%;
	height: 289px!important;
	background-size: cover!important;
}

.urunlerbg .urunlist2 a {
	color: #fff;
}

.urunlerbg .urunlist a .aciklamabg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
    background: #0202025c;
    align-items: center;
    display: flex;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.urunlerbg .urunlist a .hover {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
    background: #0202025c;
    align-items: center;
    display: flex;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.urunlerbg .urunlist a .aciklamabg .baslik {
	position: relative;
    padding-left: 40px;
}

.urunlerbg .urunlist a .aciklamabg .baslik h4{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 31px;
	color: #fff;
	font-weight: 700;
	position: relative;
	letter-spacing: 0.1px;
	text-shadow: 0px 1px 1px #333;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

.urunlerbg .urunlist a .aciklamabg .baslik h4:before {
	position: absolute;
	top: -15px;
	left: 0;
	width: 70px;
	height: 4px;
	content: '';
	background-color: #f9af1a;
}

.urunlerbg .urunlist a .aciklamabg .baslik {
	opacity: 1;
	    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.urunlerbg .urunlist a:hover .aciklamabg .baslik {
	opacity: 0;
	    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.urunlerbg .urunlist a:hover .hover{
	opacity: 1;
}

.urunlerbg .urunlist a .hover .button {
	padding: 16px 40px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}


.urunlerbg .urunlist a .hover .button:hover {
	background: #fff;
	color: #333;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
} 
