.MenuResimli1Item {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    text-decoration: none;
   /* border-bottom:1px solid;*/
    margin-top:10px;
    margin-bottom:10px;

}
.MenuImg1{
    background-position: center center;
    background-repeat: no-repeat;
    width:100%;
    height:150px;
    background-size: cover;
    margin: 0 0 5px 0;
    max-height: 158px;
    position:relative;
    z-index:1;
}
.MenuText1{
    line-height: 1.2;
    margin: 0;
    text-decoration: none;
    position:absolute;
    bottom:0px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color:#2f3031;
    border-bottom: none;
    text-align:center;
    padding:10px;
    width:100%;
    background-color:rgba(255, 255, 255, 0.8);
font-weight:bold !important;
margin-bottom:60px;
}
.MenuResimli1Item:hover,.MenuResimli1Item:focus,.MenuResimli1Item:active {
        text-decoration:none;
        cursor:pointer;
        border-bottom-color:#1b6d72!important;

    }
.MenuResimli1Item:hover .MenuText1,.MenuResimli1Item:focus .MenuText1,.MenuResimli1Item:active .MenuText1 {
        color:#C62027;
         background-color:rgba(253, 220, 222, 0.9 );
    }
 
 

/*Yan Resimli Men�*/
.Resimliyanmenu {
    margin-top:20px;
    list-style:none;
    padding-left:5px;
}
.Resimliyanmenu a{
    display: block;
    text-decoration: none;
    color: #5b5e65;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
}
.Resimliyanmenu a>img{
    background-color:#4ba0d6;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    margin-right:10px;
    color:#fff!important;
    vertical-align: middle;
}
    
.Resimliyanmenu a:hover{
    background-color: #efefef;
}
