body{
    background: url("../img/bg.png");
}

.body{
    background: url("../img/bg_transparent2.png");
}

.logo{
    padding: 10px 0px 0px 0px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .altLogo img{
        height: 80px;
    }
}

.logo img{
    height: 100px;
}

ul.ustMenu{
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    list-style: none;
}

ul.ustMenu li{
    display: inline-block;
    margin: 0px 20px 0px 0px;
    float: none;
    width: 40%;
}

@media screen and (min-width: 768px) {
    ul.ustMenu li{
        margin: 0px 0px 0px 0px;
        float: left;
        width: 20%;
    }
}

ul.ustMenu li a{
    display: inline-block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 22px;
    background: url("../img/roket2.png") no-repeat scroll 2px 7px;
    color: #fff;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

ul.ustMenu li a:hover{
    display: inline-block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 22px;
    background: url("../img/roket2.png") no-repeat scroll 2px 0px;
    color: #e5a6ef;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.sliderBG{
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border: 10px solid transparent;
    border-image: url("../img/bg22.png") 20 ;
    box-shadow: 3px 0px 10px #333;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
}

.altLogo{
    box-shadow: 3px 0px 10px #333;
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
}

.altLogo img{
    height: 60px;
}

@media screen and (min-width: 768px) {
    .altLogo img{
        height: 80px;
    }
}
.copy{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
}

h1{
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-top: 1px solid #985ab7;
    border-bottom: 1px solid #985ab7;
    padding: 10px 0px 10px 0px;
}

ul.haberListe{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.haberListe li{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.haberListe li:last-child{
    border-bottom: 0px;
}

.haberListe li a{
    display: block;
}

.haberListe li a:hover h2{
    text-decoration: underline;
}

.haberListe li a img.varsayilan{
    float: left;
    height: 120px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    margin-right: 10px;
}

.haber img{
    height: 120px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.haberListe li a h2{
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    color: #337ab7;
}

.haberListe li a p{
    padding: 10px 0px 0px 10px;
    margin: 0px 0px 0px 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    color: #666;
}

.haberListe li a p span{
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    color: #666;
}