@charset "utf-8";
/*laci #005dab mavi #009ddc;*/
body{
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;

}
.temizle{clear:both;}
.resimler{
    width:100%;
    min-height:200px;
    /*background: url(../images/bg1.jpg) no-repeat;*/
    background-size:cover;
    z-index:-100;
}
.resimler_ic{
    width:100%;
    height:300px;
    z-index:-100;
}
.ust{
    width:100%;
    height:180px;
    background:rgba(0,0,0,0.5);
    position:absolute;
    top:0;
    z-index:100;
}

.ust_menu{
    height:50px;
    text-align:right;
    color:#CCCCCC;
}
.banner{
    width:100%;
    height:80px;
    background:url(../images/bg_banner.png) repeat-x;
}
.banner_ic{
    position: relative;
}
.yil20{
    width: 190px;
    height: 210px;
    background: url("../images/20.png") no-repeat;
    position: absolute;
    z-index: 500;
    top: -11px;
    right: 0;
}
.menu{
    height: 50px;
}
.logo{
    width: 305px;
    height: 80px;
    background: url("../images/logo.png") no-repeat center left;
}
.anasayfa_icerik{
    margin: 15px 0;
}
.anasayfa_icerik img {
    max-width: 100%;
}
.anasayfa_icerik row {
    padding: 10px;
}
.alt{
    margin: 20px 0 0 0;
    padding: 20px 0;
    background: #3c3c3c;
    min-height: 100px;
    color: #CCCCCC;
}

@media (max-width: 769px) {
    .yil20{
        display: none;
    }

}