/*
    Authors:
        Başak SEÇMEN
        Güler ÖZTÜRK
    Designer:
        Turgay SÜSLÜ
*/
*{
    font-family: 'PT Sans Narrow', sans-serif;
}
.btt{
  position: fixed;
  right:10px;
  top:95%;
  opacity: 0.8;
  z-index: 2000;
  display: none;
  font-size: 30px;
}
.glyphicon
{
    margin-right:4px !important; /*override*/
}
.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

/* topbar */
.ustserit{
    height:40px;
    background-color: transparent;
}
.ustserit .sol{
    float:left;
}
.ustserit .sag{
    float:right;
    margin-top:-10px;
    width: 300px;
}
.ustserit .sag2{
    float:right;
    width: 100px;
    margin-left: 12px;
}
.ustserit hr{
    margin-top: -2px;
    width: 100%;
}
/* topbar */
.emptybox {
    margin-top: 20px;
    padding: 0 !important;
}

/* haberbar */
.haberblok{
    margin-top: 5px;
    padding: 0 !important;
    float:left;
    width: 100%;
}
.haberblok .panel{
    margin-bottom: 0 !important;
}
.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}
.habertitle{
    background-color:#8ddbe4;
    color: #575757;
}
.habertitle h4{
    padding:6px 0 3px 12px !important;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pagination {
    display: inline;
}
.haber{
    margin-top: 4px;
    padding: 2px 5px 1px 5px;
    min-height:75px;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.haber a{
    text-decoration: none;
    color:inherit;
}
.haber:hover{
    background-color: #F0F0F0;
}
.haber h5{
    margin-bottom: 5px;
    font-weight: 700;
    color: #535353;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.haber h6{
    margin-bottom: 5px;
    color: #1185c1;
}
.haber p{
    text-align: justify;
    font-size: 14px;
    color: #606060;
}
.haber i{
    color: #1185c1;
    margin-left: 8px;
}
.haberblok .panel-body{
    padding: 5px !important;
}
.haber-item
{
    padding:0 2px 0 2px;
    margin:0px;
    border-bottom:1px solid #F0F0F0; 
}
.haber-item table{
    width: 100%;
}
/* haberbar */
/* ortabar */
.ortabar{
    margin-top: 20px;
    padding: 0 !important;
}
.ortabar img{
    opacity: 0.6;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.ortabar img:hover{
    opacity: 1;
}
.ortabar h5{
    margin-top: 20px;
    color: #575656;
    font-size: 18px;
    text-transform: uppercase;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.ortabar .col-md-2:hover h5{
    color: #1185c1;
}
.ortabar:hover a{
    text-decoration: none;
}
/* ortabar */
/* altbar */
.altbar{
    padding: 10px 0 10px 0 !important;
    margin-top: 20px;
    background-color: #E4E4E4;
}
.altbar h5{
    margin-top: 10px;
    color: #1185c1;
    font-size: 18px !important;
    margin-bottom: 10px;
    text-transform: lowercase;
}
.altbar a{
    text-decoration: none;
    color:inherit;
}
.altbar .col-md-2{
    background-color: #E4E4E4;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.altbar .col-md-2:hover{
    background-color: #FFFFFF;
    border-radius: 6px;
}
/* altbar */
/* ehizmetbar */
.ehizmetblok{
    padding: 0 !important;
    margin-top: 20px;
    background-image: url("../images/cizgiler.png");
    background-repeat: repeat;
}
.sti-menu{
    display:block;
    position:relative;
    padding-left:0 !important; 
}
.sti-menu li{
    list-style: none !important;
    display:block;
    float:left;
    height:370px;
    width: 15% !important;
    margin-right: 2% !important;
    margin-left: 0 !important;
    padding: 0 !important;
    background-color: #fafafa;
}
.sti-menu li:last-child{
    margin-right: 0 !important;
}
.sti-menu li a{
    display:block;
    overflow:hidden;
    background:#e8e9e9;
    color: #1185c1;
    text-align:center;
    height:100%;
    width:100%;
    position:relative;
    -moz-box-shadow:1px 1px 2px #ddd;
    -webkit-box-shadow:1px 1px 2px #ddd;
    box-shadow:1px 1px 2px #ddd;
}
.sti-menu li a h2{
    color: #575656;
    font-family: 'Advent Pro', sans-serif;
    font-size:26px;
    line-height: 25px;
    position:absolute;
    padding:10px;
    width:180px;
    top:0px;
    left:0px;
    text-align: left;
    text-shadow: none;
}
.sti-menu li a h3{
    font-size:13px;
    line-height: 19px;
    color: #446f7b;
    position:absolute;
    top:70px;
    left:0px;
    text-align: left;
    padding:10px;
}
.sti-icon{
    width:170px;
    height:170px;
    position:absolute;
    background-position:bottom;
    background-repeat:no-repeat;
    background-color:transparent;
    bottom:0;
    left: 0;
}
/* ehizmetbar */

/* MEDIA */
@media only screen and (max-width: 993px) {
      
    .sti-menu li{
        list-style: none !important;
        display:block;
        float:left;
        height:350px;
        width: 48% !important;
        margin-right: 2% !important;
        margin-left: 0 !important;
        margin-bottom: 2% !important;
        padding: 0 !important;
        background-color: #fafafa;
    }
    .sti-menu li:last-child{
        margin-right: 0 !important;
    }
    .ustserit .sag, .ustserit .sol, .ustserit .sol .ara{
        display: none;
    }
    #slider-baskan, #slider-tanitim{
        display: none;
    }
    .ortabar .col-xs-6{
        margin-bottom: 20px;
    }
}