

.item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}









.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-25px);
		-webkit-transform:translateY(-25px);
		-moz-transform:translateY(-25px);
		-ms-transform:translateY(-25px);
		-o-transform:translateY(-25px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		bottom:32px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(249, 249, 249, 0.85);
		height: 200px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #139044;
		position: absolute;
		height: 200px;
		text-align: center;
		top:-15px;
		width: 100%;
	}
	
	  .btnFiltreAktif:after {
   content: "";
    position: absolute;
    bottom: -12px;
    left: 42%;
    border-style: solid;
    border-width: 14px 14px 0;
    border-color: #139044 transparent;
    display: block;
    width: 0;
    z-index: 1;
	  }
	
	.avgBtnFiltre
	{
		border:0;
		border-top: 2px solid #139044;
		border-bottom: 2px solid #139044;
		background-color:#fff !important;
	}
	
	
	
	
	
	
	
		.avgBtnFiltre
	{
		border:0;
		border-top: 2px solid #139044;
		border-bottom: 2px solid #139044;
		background-color:#fff !important;
		color:#139044 !important;
	}
	
	.kategoriAciklama
	{
		margin-bottom: 15px;
	}
.kategoriBaslik
{
	font-size:18px !important;
	color:green;
	margin-top:0;
	text-transform: uppercase;
}
	
.row.sanatciprofil {
	padding:6px;
    background: -webkit-linear-gradient(-90deg, whitesmoke, white);
    background: -o-linear-gradient(-90deg, whitesmoke, white);
    background: -moz-linear-gradient(-90deg, whitesmoke, white);
    background: linear-gradient(-90deg, whitesmoke, white);
}

.row.sanatciprofil img{
border:2px solid #139044;
border-radius:50%;
}


.btn-circle {
	margin: 0 6px 0 6px;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 3px 0;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 15px;
	/* border-width: 3px; */
	box-shadow: inset rgba(221, 221, 221, 0.47) 0 0 0px 3px;
}
a.btn.btn-default.btn-circle.active:before {
    content: "\f00c";
    font: normal normal normal 1vw/1 FontAwesome;
	font-size:inherit;
    color: rgb(199, 196, 196);
}
.btn-oval {
	margin: 0 6px 0 6px;
  height: 20px;
  text-align: center;
  padding: 4px;
  font-size: 8px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-xl {
   width: 50px;
  height: 50px;
  padding: 10px 8px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

@media only screen and (max-width: 479px) and (min-width: 320px)
{
	.btn-circle{
		        width: 7.3vw;
		        height: 7.3vw;
		        font-size: 3.4vw;
	}
	a.btn.btn-default.btn-circle.active:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: rgb(199, 196, 196);
}
}

@media (max-width: 991px) and (min-width: 768px){
	.btn-circle {
		line-height: 1.1 !important;
		margin: 0 1.4vw 0 1.4vw;
		width: 4.5vw;
		height: 4.5vw;
		text-align: center;
		padding: 3px 0;
		font-size: 3.2vw;
		line-height: 1.428571429;
		border-radius: 50%;
	}
	
	a.btn.btn-default.btn-circle.active:before {
    content: "\f00c";
    font: normal normal normal 19px/1 FontAwesome;
    color: rgb(199, 196, 196);
}
}


a.btn.btn-default.btn-circle.active
{
	box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 0px 3px;
	border-width: 0;
	border-color: #f5f5f5;
	f5; */
	line-height: inherit;
}

