﻿.ybilgi{
    height: 200px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin: 80px 0px 15px 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2x -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.75);
}
.hsayfa{
    border-bottom: 1px solid #ddd;
}
.ybresim{
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    border:10px solid #f5f5f5;
    left: calc(50% - 75px);
    top:-75px;
        -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
    
}
.ybisim h1:after{
    content: "";
    height: 1px;
    width: 70px;
    background: #222;
    position: absolute;
    left: calc(50% - 40px);
    bottom: -0px;
    
}
.ybisim h1{
    font-size:20px;
}
.ybisim{
position: absolute;
top: 80px;
    width: 100%;
text-align: center;
font-family: 'Pacifico', cursive;
}
.yazarbaslik{float: left; font-family: 'Pacifico', cursive;display: block;margin-right: 15px;}
.yslo{ padding: 10px; font-family: 'Dancing Script', cursive;font-weight: 600;}
.ybksa{
    
position: absolute;
top: 120px;
width: 100%;
text-align: center;
font-family: 'Dancing Script', cursive;
    font-size: 15px;
    font-weight: 600;

}
.ydiger ul li a:hover{
    background: #222;
    color: white;
}

.ydgr:before{
    position: absolute;
    left: 100px;
    content: "";
    width: 31px;
    height: 35px;
    background: url(../img/yicon.png) no-repeat center center;
}
.ydgr{ 
    height: 40px;
    line-height: 40px;
font-family: 'Pacifico', cursive;

}
.ydiger ul li a{
    color: #222;
    padding: 5px; 
    display: block;
}
.ydiger ul li{
float: left;
    width: 33.3%;
    font-size: 12px;
}
.yagnb{position: absolute;bottom: 10px;width: 100%;text-align: center;}          
@media (max-width: 750px) {
  
  .ydiger ul li{
float: left;
    width: 100%;
    font-size: 12px;
}
   
}
.ydiger ul{
    margin: 0;
    padding: 0;
}