.sn-ilce-rehber-anasayfa .text-center {
  font-size: 15px;
  margin-bottom: 10px;
}
.sn-ilce-rehber-anasayfa a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius:10px;
  margin-bottom: 10px;
}
.sn-ilce-rehber-anasayfa img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border:2px solid #ddd;
  padding: 3px;
  border-radius:10px;
}
.sn-ilce-rehber-anasayfa:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  border-radius:10px;
}
.sn-ilce-rehber-anasayfa a h2 {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  padding: 45% 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.sn-ilce-rehber-anasayfa:hover a h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.snip1104{
  position: relative;
  float: left;
}

figure.snip1104 {
  position: relative;
  overflow: hidden;
  min-width: 220px;
  max-width: 320px;
  max-height: 220px;
  padding: 10px;
  margin: 10px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1104 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1104 img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
}

figure.snip1104 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.snip1104 h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  font-size: 20px;
  font-weight: normal;
}

figure.snip1104:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}

figure.snip1104.red {
  background: #581a14;
}

figure.snip1104.red h2 {
  background: #36100c;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1104:hover h2,
figure.snip1104.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}

.sn_ilce_rehberi_kategori{
  padding: 5px;
  margin: 10px;
  text-align: center;
  border-radius: 5px;
  font-size:15px;
  border:1px solid #ddd;
  vertical-align: middle;
  background: #ededed;
  font-weight: bold;
}
.sn_ilce_rehberi_kategori:hover{
  background: #fff;
    border:1px solid #000;
}


.orange{
  border-bottom: 2px solid #ff8a3c;
  border-top: 2px solid #ff8a3c;
}
.darkCyan{
  border-bottom: 2px solid #42bdc2;
  border-top: 2px solid #42bdc2;
}
.forestGreen{
  border-bottom: 2px solid #7fc242;
  border-top: 2px solid #7fc242;
}
.yellow {
  border-bottom: 2px solid #ffd800;
  border-top: 2px solid #ffd800;
}
.dodgerBlue {
  border-bottom: 2px solid #388bd1;
  border-top: 2px solid #388bd1;
}
.skyBlue {
  border-bottom: 2px solid #a1def8;
  border-top: 2px solid #a1def8;
}
.zombieGreen {
  border-bottom: 2px solid #3fbf79;
  border-top: 2px solid #3fbf79;
}
.violet {
  border-bottom: 2px solid #db6ac5;
  border-top: 2px solid #db6ac5;
}
.yellowLight {
  border-bottom: 2px solid #fee664;
  border-top: 2px solid #fee664;
}
.steelGray {
  border-bottom: 2px solid #cad3d0;
  border-top: 2px solid #cad3d0;
}