
.ana_etkinlik{
    width: 100%;
    height: 160px;        
    margin: 0 0px 20px 0;
}

.ana_etkinlik_resim{
    width: 150px;
    height: 150px;
    background: rgba(0,0,0,0.2);
    padding: 5px;
    float:left;
}
.ana_etkinlik_sag{
    width: 740px;
    height: 160px;    
    padding:0 0 0 20px;
    float:left;
}
.ana_etkinlik_resim img{
    width: 150px !important;
    height: 150px !important;
}
.ana_etkinlik_baslik{
    font-size: 26px;
    color:#006ba5;
}
.ana_etkinlik_ozet{
    font-size: 15px;
}
.ana_etkinlik_kategori{

}
.ana_etkinlik_but{
    clear:both;
    margin:10px 0 0 0;
}


.anasutun_etkinlik{
    width: 270px;
    height: 350px;
    text-align: center;
    float: left;
    margin: 0 20px 20px 0;
}
.anasutun_etkinlik_resim{
    width: 150px;
    height: 150px;
    background: rgba(0,0,0,0.3);
    padding: 5px;
    margin: 0 auto 10px auto;
}
.anasutun_etkinlik_resim img{
    width: 150px !important;
    height: 150px !important;
}
.anasutun_etkinlik_baslik{
    font-size: 22px;
    color:#006ba5;
}
.anasutun_etkinlik_ozet{
    font-size: 13px;
}
.anasutun_etkinlik_kategori{

}
.anasutun_etkinlik_but{
    clear:both;
    margin:10px auto;
}

.etkinlik_ana{

}
.etkinlik{
    text-align: center;
    background: #fff;
    height: 100%;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);

}
.etkinlik_resim{
    width: 100%;
    height: 150px;
    background: #fff;
    background-size: auto 80%;
    background-position: center center;
    background-repeat: no-repeat;
}
.etkinlik_resim2_container{
    overflow: hidden;
    width: 100%;
    height: 150px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.etkinlik_resim2{
    width: 100%;
    height: 150px;
    background: #fff;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .5s;

}
.etkinlik_resim2 img{
    width: 100%;
    height: 100%;
}
.etkinlik_resim2:hover{
    transform: scale(1.2);
}
.etkinlik_alt{
    padding:25px;
}

.etkinlik_baslik{
    font-size: 1.3em;
}
.etkinlik_ayrac{
    width: 50%;
    height: 3px;
    background: red;
    margin: 10px auto;
    display: block;

}
.etkinlik_ozet{
    font-size: 0.9em;
    color: rgba(0,0,0,0.5);
}
.etkinlik_kategori{
    font-size: 1.1em;
    color: rgba(0,0,0,0.7);
    padding: 5px 0;
}

.etkinlik_manset_resim2_container{
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.etkinlik_manset_resim2{
    width: 100%;
    height: 200px;
    background: #fff;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .5s;

}
.etkinlik_manset_resim2 img{
    width: 100%;
    height: 100%;
}
.etkinlik_manset_resim2:hover{
    transform: scale(1.2);
}

.etkinlik_manset_alt{
    padding:25px;
}

.etkinlik_manset_baslik{
    font-size: 1.6em;
}
.etkinlik_manset_ozet{
    font-size: 1em;
    color: rgba(0,0,0,0.7);
}
.etkinlik_manset_kategori{
    font-size: 1.3em;
    color: rgba(0,0,0,0.9);
    padding: 5px 0;
}