@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900&subset=latin-ext';
body {
    background:#555555 url('../images/color.jpg') repeat-x;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


.golge{
    background: url('../images/8.png') no-repeat center top;
    width: 100%;
    height: 43px;
}

.footer{
    border-top: 4px solid #444;
    padding: 25px 0 25px 0;
    color: #eee;
    font-size: 12px;
}

.footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul li {
    padding:3px !important; 
    margin:0;
}
.footer ul li a {
    color: #FFF;
    text-transform: none;
    
}
.footer ul li a:hover {
    color:#FFF; 
    text-decoration:underline;
}


.duyurular {
    height: 150px;
}
.duyuru{
    /*border-bottom: 1px solid #EEEEEE;*/
    float: left;
    margin-bottom: 15px;
}

.duyuru-tarih{
    font-size: 12px;
    float: left;
    margin-top: 10px;
    position: relative;
    padding: 5px 8px;
    color: #1B7BB3;
    background-color: #EEEEEE;
    border-top: 5px solid #F09E00;
    text-align: center;
}


.wrapper{
    width: 100%;
    height: auto;
}

.bg-gray{
    background: #555555;
}
.bg-white{
    background: #ffffff;
}











/**
* containeri yeniden boyutlandÄ±rma
*/

@media (min-width: 768px) {
    .container {
        width: 600px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}