body{
    font-family: 'Roboto', sans-serif;
}

ul{
    padding-left:0;
}
#top-menu{
    float:right;
    margin-top:10px;
}

#top-menu li{
    float:left;
    list-style-type: none;
    padding:0 18px;
}

#top-menu li a{
    color: #143a84;
    font-size:11px;
}

#top-menu li a:hover{
    color: #00929e;
    text-decoration:none;
}

#lang-menu{
    float:right;
    margin-top:10px;
}

#lang-menu li{
    float:left;
    list-style-type: none;
}

#lang-menu li a{
    color: #1565bf;
    font-size:10px;
    padding:3px 6px;
    background:#d0d2d3;
}

#lang-menu li a:hover{
    text-decoration:none;
}

#lang-menu li a.selected{
    text-decoration:none;
    background:transparent;
}

#search-form{
    float:right;
    clear:both;
    background:#ededed;
    height:24px;
    margin-top:10px;
}

#search-form input[type=text]{
    height:15px;
    width:210px;
    border:0;
    margin:0px 2px 0 5px;
    position:relative;
    top:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:0 5px;
    display:inline;
}

#search-form button{
    background:transparent;
    height:24px;
    width:28px;
    border:0;
    padding:0;
}

.wsmenu-list > li {
    text-align: center;
    display: block;
    width: 180px;
    float: left;
}

.wsmenu-list > li.social-media-link {
    text-align: center;
    display: block;
    width:auto;
    float: left;
}

.wsmenu-list > li > a{
    font-size:14px;
    color:#07579c;
    font-weight:700;
    border-right: 0px solid rgba(0,0,0,0.10);
    border-bottom:9px solid #07579c;
    line-height:40px;
}
.wsmenu-list > li:hover>a{background:transparent !important;border-bottom:9px solid #008584;  text-decoration:none;}

.wsmenu-list > li > a:hover {background:transparent !important;border-bottom:9px solid #008584;  text-decoration:none;}
.wsmenu-list > li > a.active{background:transparent !important;border-bottom:9px solid #008584; }

.wsmenu-list > li.social-media-link > a{
    padding:0;
}

.wsmenu-list li a .arrow{
    background:url(../images/menu-arrow.png) no-repeat center center;
    width:12px;
    height:6px;
    display:inline-block;
    position:relative;
    top:-2px;
    left:3px;
}


.megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 49px;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    border: solid 0px #eeeeee;
    background-color: #cfe7e7;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.32);
}

#form_messages{
    display:none;
}

.menu-border{
    top:-9px;
    position:relative;
    margin-bottom: -9px;
}

.menu-border > .row{
    border-bottom:9px solid #07579c;

}

.wsmenu{
    top:9px;
    max-width:1170px;
    background:transparent;
}

#social-media-menu {
    position: absolute;
    right: 0;
    top: 0;
}
#social-media-menu2 {
    display:none;
}
#social-media-menu > li,#social-media-menu2 > li {
    float:left;
    line-height:40px;
    padding:0 5px;
}
/*Queries*/

.menu-exp img{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.32);
}

.menu-exp p{
    color:#008584;
    font-size:12px;
    margin-top:24px;
}

.megamenu .title {
    border-bottom: 0px solid #CCC;
    font-size: 14px;
    padding: 0px 5px 4px 0px;
    color: #008584;
    margin-bottom: 0px;
    text-align: left;
    height: auto;
    font-weight: 700;
}

.megamenu .title a{
    font-size: 14px !important;
    color: #008584 !important;
}

.megamenu .title.laci {
    color:#0b3360;
}

.link-list li.no-image-news,.link-list li.image-news{
    white-space:normal;
    margin-bottom:10px;
    float:left;
}

.link-list li.no-image-news a,.link-list li.image-news a{
    font-size:12px;
}

.link-list li.show-all a,li.show-all a{
    float:right;
    clear:both;
    text-align: right;
    color: #008584 !important;
    line-height: 13px;
    display: block;
    padding-right: 21px !important;
    background: url(../images/right-arrow.png) no-repeat right center !important;
    font-size: 11px ;
    width: auto;
    display: block;
}

.link-list li.show-all a:hover {
    color: #008584 !important;
    background: url(../images/right-arrow.png) no-repeat right center !important;
}


.link-list li.image-news a.img-link{
    float:left;
    padding-right:10px;
    display:block;
}

.link-list li.image-news a{
    display:inline;
}
.link-list li.no-image-news a span{
    font-weight: 700;
    display:block;
}
.link-list li{
    position:relative;
    white-space:normal;
}
.link-list li a ,.link-list li span.a,.link-list li p{
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 4px 0px;
    background: transparent!important;
    color: #58595b !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #e7e7e7;
    font-size: 12px;
    display:inline-block;
}
.link-list li span.date{
    font-size: 12px;
   display:block;

}

.link-list > li.active > a{
    color: #000 !important;
}

.link-list li a:hover {
    color: #000 !important;
    text-decoration:none !important;
}

/*.link-list > li > span{
    display:none;
    margin-right:1px;
    font-size:20px;
    cursor:pointer;
}
    
.link-list > li.active  > span{
    display:inline-block;
}
*/
.link-list li a:hover {
    color: #000 !important;
    text-decoration:none !important;
}
.sub-menu{
    display:none;
    position:absolute;
    top:0;
    left:255px;
    z-index:1000;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.32);
}

.sub-menu > li{
    padding-left:5px;
    padding-right:5px;
    background:#008584;
    min-width:150px;
}

.sub-menu > li a{
    color:#fff !important;
}

.sub-menu > li:hover{
    background:#1BA2A1;
}
.sub-menu > li a:hover{
    color:#f6f6f6 !important;
}

.wsmenu-list li:last-child a {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-right: 0px solid;
}

.wsmenu-list li:first-child a {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-right: 0px solid;
}

.slider-container{
    background:#f0f1f1;
    padding-top:10px;
    padding-bottom:10px;
}

/*Slider*/

#main-slider {
    border:1px solid #c6cacc;
    background:#fff;

}
#main-slider .text-content {
    width:100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.5);
}

#main-slider .text-content:hover {
    background: rgba(255,255,255,0.9);
}
#main-slider .text-content h2 {
    margin: 0;
    font-size:16px;
    color:#008584;
    font-weight:700;
    line-height:1em;
}
#main-slider .text-content p {
    margin: 1em 0;
    font-size:12px;
    color:#333;
    width:80%;
}
#main-slider .text-content a.button-link {
    padding: 0 33px 0 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
    color:#41a4a3;
    height:31px;
    line-height:31px;
    background:url(../images/devami.png) no-repeat right center;

}
#main-slider .image-content {
    line-height: 0;
}
#main-slider .image-content img {
    max-width: 100%;
}
.owl-pagination {
    text-align: right;
    display: block;
    margin: 0.2em 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    z-index: 999;
    right: 10px;
}
.owl-page {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: 0 1em 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:2px solid #008584;


}
.owl-page.active {
    background-color: #008584;

}
.news-pager li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    text-indent: 9999px;
    overflow:hidden;
    -moz-background-size: 2em;
    -o-background-size: 2em;
    -webkit-background-size: 2em;
    background-size: 2em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.sy-box{
    position:relative;
}

.news-holder{
    background:#fff;
    border:1px solid #e9eaeb;
    height:310px;
    position:relative;
}

.news-holder h2{
    background:#008584;
    font-size:12px;
    width:100%;
    line-height:33px;
    text-indent:15px;
    color:#fff;
}

.news-holder .scroll-container{
    /* overflow:scroll;
     height:240px;*/
}

.news-holder ul{
    padding:0 15px;
}
.news-holder ul li a p{
    font-size:12px;
    color:#666666;
}

.news-holder ul li a span{
    font-size:13px;
    color:#000;
    font-weight:500;
}

.news-holder ul li a:hover{
    text-decoration:none;
}

.seperator{
    width:100%;
    height:25px;
}

.seperator-float{
    width:100%;
    height:25px;
    float:left;
}

.news-holder a.show-all-button{
    text-align: right;
    color: #008584 !important;
    line-height: 13px;
    display: block;
    padding-right: 21px;
    background: url(../images/right-arrow.png) no-repeat right center !important;
    font-size: 11px;
    width: auto;
    display: block;
    position:absolute;
    bottom:20px;
    right:15px;
}

.speed-menu{
    padding-top:30px;
}

.speed-menu-link{
    display:block;
}
.speed-menu-link:hover{
    text-decoration:none;
}
.speed-menu-link h3{
    text-align:center;
    color:#07579c;
    font-size:16px;
    font-weight: 700;
}

.speed-menu-link:hover h3{
    color:#008584;
    text-decoration:none;
}
.icon-circle{
    border-radius: 50%;
    width: 80px;
    height: 80px;background:#07579c;padding:15px 12px;
    display:block;
    margin:0 auto 10px auto;
}


.speed-menu-link:hover .icon-circle{
    background:#008584;
}
.carousel-ram{
    background:#fafafa;
    border:1px solid #c6cacc;
    padding-left:15px;
    padding-right:15px;
    margin-top:30px;

}

.carousel-ram .carousel-item{
    margin:23px 15px;
}


.carousel-ram .owl-prev{
    position:absolute;
    top:50%;
    margin-top:-10px;
    left:-8px;
    width:13px;
    height:21px;
    background:url(../images/carousel-prev.png) no-repeat center center;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
}

.carousel-ram .owl-next{
    position:absolute;
    top:50%;
    margin-top:-10px;
    right:-10px;
    width:13px;
    height:21px;
    background:url(../images/carousel-next.png) no-repeat center center;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
}

.site-links{
    background:#fafafa;
    border:1px solid #c6cacc;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:30px;
    margin-top:30px;

}

.site-links > div > a{
    color:#143a84;
    font-size: 16px;
    font-weight: 700;
    line-height:27px;
    float:left;
    margin:25px 0;
    text-align:center;
    width:100%;
}
.site-links > div > a:hover{
    color:#008584;
    text-decoration: none;
}

.site-links > div > a:hover span{
    background-position:0 -27px;
}

.site-links > div > a > span{
    width:37px;
    height:27px;
    display:inline-block;
    position:relative;
    top:7px;
}

.site-links > .trlibor > a > span{
    background:url(../images/small-icon-trlibor.png) no-repeat top center;
}

.site-links > .riskmerkezi > a > span{
    background:url(../images/small-icon-rm.png) no-repeat top center;
}


.site-links > .cokyasabebek > a > span{
    background:url(../images/small-icon-baby.png) no-repeat top center;
    margin-right:10px;
}


.site-links > .egitim > a > span{
    background:url(../images/small-icon-egitim.png) no-repeat top center;
    margin-right:10px;
}

.footer-menu{
    margin-bottom:12px;
    min-height:20px;
    background:#f4f5f6;
    padding-top:15px;
    padding-bottom:10px;
}

.footer-menu .nav-header, .footer-menu .nav-header a {
    color:#6d6e71;
    font-size:13px;
}

.footer-menu span.nav-toggle-icon {
    font-size: 12px !important;
    top: 0px !important;
    color: #888 !important;
    cursor:pointer;
}

.footer-address{
    min-height:20px;
    background:#f4f5f6;
    padding-top:15px;
    padding-bottom:30px;
}
.footer {
    min-height:20px;
    background:#1a4291;
}
.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0;}
.nav-list-main{padding-left:0px;padding-right:0px;margin-bottom:0;}
span.nav-toggle-icon{font-size:7px !important;top:-2px !important;color:#888 !important;}


.footer-address h3{
    padding-left:25px;
    height:27px;
    background: url(../images/location-icon.png) no-repeat top left;
    font-weight: 700;
    font-size:12px;
    color:#6d6e71;
    line-height:27px;
    margin-bottom:15px;
}

.footer-address .address.call-center h3{

    background: url(../images/call-center-icon.png) no-repeat top left;

}
.footer-address .address{
    border-right:1px solid #d1d3d4;
    float:left;
    padding-left:10px;
}
.footer-address .address.call-center{
    border-right:0px solid #d1d3d4;
}
.footer-address p{
    color:#6d6e71;
    font-size:12px;
}

.footer{
    padding-top:20px;
    padding-bottom:20px;
}

.footer p{
    color:#acbbd7;
    font-size:12px;
    margin:0;
}

.footer .bottom-menu{
    float:right;
}
.footer .bottom-menu li{
    display:inline-block;
    padding:0 5px;
}
.footer .bottom-menu li  a{
    color:#acbbd7;

}

.content{
    background:#fff;
    border:1px solid #c6cacc;
    float:left;
    border-top:9px solid #008584;
    padding:30px;
    width:100%;
    color:#7a7b7d;
    font-size:14px;
}

.content-md-box{
    float:left;
    border-top:9px solid #008584;
   margin-bottom:20px;
   min-height:250px;
}

.floatLeft{
    float:left; margin-right:10px;
}

.content.content-md-box h1.uniform,.content.content-md-box h2.uniform{
      color: #07579c;
    font-size: 20px;
    border-bottom: 1px solid #07579c;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top:0;
}

.content-stats{
    background:#fff;
    border:1px solid #c6cacc;
    float:left;
    //padding:30px;
    width:100%;
    margin-top:30px;
}

.content-stats-form{
    background:#07579C;
    border:1px solid #c6cacc;
    float:left;
    padding:10px 30px 20px 30px ;
    width:100%;
    margin-top:30px;
    color:#fff;
}

.content h1{
    color:#07579c;
    font-size:28px;
    border-bottom:1px solid #07579c;
    line-height:1.5em;
    font-weight:700;
    margin-bottom:15px;
}

.content h2{
    color:#07579c;
    font-size:18px;
    line-height:1.5em;
    font-weight:700;
    margin-bottom:15px;
    margin-top:15px;
}
.content h3{
    color:#07579c;
    font-size:16px;
    line-height:1.5em;
    font-weight:700;
    margin-bottom:15px;
    margin-top:15px;
}
.side-menu{
    background:#fff;
    border:1px solid #e9eaba;
    margin-bottom:15px;
    border-top:9px solid #008584;
    padding:20px;
}

.side-menu .nav-list{padding-right:0px;padding-left:10px;margin-bottom:0;}


.side-menu .nav > li > label> a{
    color:#07579c;
    font-size:12px;
    font-weight:500;
}

.side-menu .nav > li >ul>li> label> a{
    color:#008584;
    font-size:12px;
    font-weight:500;
}

.side-menu .nav > li >ul>li> label> a:hover{
    color:#008584;
text-decoration:underline;
}

.side-menu .nav > li >ul>li >ul>li  label> a{
    color:#58595b;

}

.side-menu .nav > li >ul>li >ul>li label> a:hover{
        color:#58595b;
text-decoration:underline;
}

.side-menu .nav  li.active >label > a{
    color:#6d6e71;
    font-weight:700;
    text-decoration:underline;
}


.side-menu .nav li a:hover{
    color:#008584;
    text-decoration:none;
    background:transparent;
}

.side-menu span.nav-toggle-icon{
            padding-right:18px;
    width:13px;
    height:12px;
    display:inline-block;
    position:relative;
    top:1px !important;

}
.side-menu span.nav-toggle-icon.plus-sign{
    background:url(../images/plus-sign.png) no-repeat left center;

}

.side-menu span.nav-toggle-icon.minus-sign{
    background:url(../images/minus-sign.png) no-repeat left center;
   
}

.side-menu span.nav-toggle-icon.side-sign{
    background:transparent;
    width:16px;
    height:12px;
}

.side-banner{
    margin-top:0px;
}
.side-banner-item{
    margin-bottom:15px;
    padding:5px 0;
    border-bottom:1px solid #e2e4e5;
}
.side-banner-item h3{
    font-size:13px;
    color:#07579c;
    margin-top:5px;
    font-weight: 700;
}

.btn-default {
    color: #FFF;
    background-color: #008584;
    border-color: #ccc;
    line-height:21px;
}

.table  table tr td{
    padding:5px;
}
.table th{
    background:#07579c;
    color:#fff;
}

.btn-default:hover {
    background-color: #07579c;
        color: #FFF;
}

.popup-screen{
    position:relative;
    max-width:877px;
    width:100%;
    margin:0 auto;
}

.popup-screen label{
    font-size:14px;
    font-weight:300;
    line-height:34px;
}
.popup-screen h1 {
    color: #07579c;
    font-size: 16px;
    border-bottom: 1px solid #07579c;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 15px;
}


/*TBB ONLY*/
.statu h3 {
    color: #094fa3;
    padding: 4px 10px;
    margin: 8px 0;
    font-weight: bold;
}

.statu h2 {
    background: #84a7d1;
    color: #FFFFFF;
    padding: 4px 10px;
    margin: 8px 0;
}

.statu h4 {
    background: #eeeeee;
    color: #333333;
    padding: 4px 10px;
    margin: 8px 0;
    font-weight: bold;
}

.statu ul li {
    padding: 0 0 8px 0;
}

.statu ul li ul {
    padding: 4px 0 4px 18px;
}
.statu ul {
    padding: 8px 10px;
}

.commission{
    float:left;
    width:100%;
}
.commission li {
    width: 48%;
    margin: 0 2% 2% 0;
    padding: 10px;
    min-height:95px;
    background: #F7F7F7;
    float: left;
}

.social_responsibility > li,.activities > li,.books > li{
    position:relative;
    width:100%;
    float:left;
    margin-bottom:30px;
    padding:15px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
}
.books > li {
padding-bottom:55px;
}



.social_responsibility > li .photo,.activities > li  .photo{
    display:table-cell;padding-right:0;
    padding-bottom:15px;
}

.social_responsibility > li .activity-text,.activities > li .activitiy-text{
    display:table-cell;
}
.magazines .magazine-inner{
    position:relative;
    float:left;
    margin-bottom:30px;
    padding:15px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
width:100%;
position:relative;
}

.magazine-inner .buttons{
    position:absolute;
    right:10px;
    bottom:10px;
}
.activities > li h2, .social_responsibility > li h2 {
    margin-top: 0;
    color: #07579C;
    border-bottom: 1px solid #008584;
    padding: 5px;
}
  .books > li h2 {
    margin-top:0;
    color: #07579c;
    padding:5px;
    font-size:16px;
    }

 .magazines,.activities,.books{
     margin-top:30px;
 }

 .book-image{
     padding-right:0;
 }
 .books > li .btn{
     position:absolute;
     bottom:20px;
     right:20px;
 }

 #bigImage{
     margin-bottom:0;
 }
 .etkinlik-carousel{
     margin-bottom:30px;
     margin-top:5px;
     background:transparent;
 }
 .dp-choose-date{
     display:none;
 }
 
 .marginTop15{
     margin-top:15px;
 }
.zebra_list{display:block;}
.zebra_list li{float:left; display:block; padding:8px 10px; width:100%; background:#FDFCFC; border-bottom:2px solid #FFF;}							
*+ html .zebra_list li{ display:inline-block;}
.zebra_list li:nth-child(even){ background:#F3F3F3;}				
.zebra_list li a:hover{ text-decoration:none;}	
.zebra_list li a:hover span.text{ text-decoration:underline;}
.zebra_list li.header{ padding:5px 10px; background:#094fa3; color:#FFFFFF; font-weight:bold;}	
	.activities li  a.btn_detail{ float:right;
                                  clear:both;
	}	
			
                #bank_infos, #stats_search{ padding:30px 17px 15px 17px; background:#fff; position:relative;}
	
	#tab_banks{ height:65px; padding:0 0 0 2px;}
	#tab_banks li{ float:left; padding:0 14px 0 14px; font-size:13px;}
	#tab_banks li a{display:block; float:left; position:relative; max-width:90px; text-align:center; padding:0 10px; background:#07579c; color:#FFFFFF; text-decoration:none; font-weight:bold;}
	#tab_banks li a span.text{ height:36px; display:block; float:right; padding:8px 0 0 10px;  line-height:16px;}
	#tab_banks li a span.text.single_line{ height:29px; padding-top:15px;}
	*+ html #tab_banks li a span.text{ height:40px; padding:4px 0 0 10px;}
	*+ html #tab_banks li a span.text.single_line{ height:32px; padding-top:12px;}
	#tab_banks li a span.arrow{ width:13px; height:7px; display:none; position:absolute; background:url(../images/tab_banks_arrow.png) no-repeat; bottom:-5px; left:30px;}
	
	#tab_banks li a:hover{ background:#008584;}
	
	#tab_banks li a.selected{ height:44px; display:block; max-width:90px; text-align:center; float:left; padding-right:10px; background:#008584; color:#FFFFFF; text-decoration:none; font-weight:bold;}
	#tab_banks li a.selected span.text{ height:36px; display:block; float:right; padding:8px 0 0 10px;  line-height:16px;}
	#tab_banks li a.selected span.text.single_line{ height:29px; padding-top:15px;}
	*+ html #tab_banks li a.selected span.text{ height:40px; padding:4px 0 0 10px;}
	*+ html #tab_banks li a.selected span.text.single_line{ height:32px; padding-top:12px;}
	#tab_banks li a.selected span.arrow{ display:block;}
	
	#btn_banks-64{ width:60px;}
	#btn_banks-65{ width:54px;}
	#btn_banks-66{ width:65px;}
	#btn_banks-67{ width:61px;}
	#btn_banks-68{ width:60px;}
	#btn_banks-69{ width:90px;}
	#btn_banks-70{ width:90px;}
 
.uyelikTip li {
float: left;
width: 180px;
margin-bottom: 10px;
}

.uyelikTip li input {
    margin-right: 10px;
}

#formUyelik .uyelikTip li label {
    margin: 0;
    color:#585858;
    font-weight:300;
}
#formUyelik{
    float:left;
}
#formUyelik label{
    color:#07579c;
    font-weight:500;
    font-size:14px;
}		

#tdUlke{
    display:none;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
    padding:15px;
}

/* Stats*/
.stats_acc  h4 a.trigger {
    display: block;

    background: #008584 url(../images/stat_acc_plus.png) right center no-repeat;
    font-size:13px;
    padding-right:45px;
}

.stats_acc >li>  h4 > a.trigger {
   color:#fff;
       background: #008584 url(../images/stat_acc_plus_white.png) right center no-repeat;

}

.stats_acc li ul li  h4 a.trigger {
    display: block;
    background: #eaeaea url(../images/stat_acc_plus.png) right center no-repeat;
    padding-left:40px;
    font-size:12px;
}

.stats_acc h4 a.trigger.open {
    color:#fff;
    background: #008584 url(../images/stat_acc_minus.png) right center no-repeat;
} 

.stats_acc li ul li h4 a.trigger.open {
    color:#fff;
    background: #07579c url(../images/stat_acc_minus.png) right center no-repeat;
}  

.stats_acc li ul li ul li h4 a.trigger.open {
    color:#fff;
    background: #2a7dc4 url(../images/stat_acc_minus.png) right center no-repeat;
}   

.stats_acc li ul li ul li ul li h4 a.trigger.open {
    color:#fff;
    background: #4399e2 url(../images/stat_acc_minus.png) right center no-repeat;
}     

.stats_acc a:hover,.stats_acc a:focus{
    text-decoration:none;
}
.years{
    padding:15px 15px;
    float:left;
}
.years a {
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    color:#fff;
    text-align: center;
    text-decoration: none !important;
    padding: 0 8px;
    margin: 5px 6px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
        background:#07579c;

}

.years a.selected {
    background:#063a68;
}
.stats_acc li h4 a{

    padding: 13px 10px 13px 20px;
    display: block;
    position: relative;
    background: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    color: #07579c;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #b9c7d3;
}
.stats_acc li ul li h4 a {
    padding: 13px 10px 13px 20px;
    display: block;
    position: relative;
    background: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    color: #07579c;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #b9c7d3;
}

.stats_acc .inner {
    position: relative;
    overflow: hidden;
        background: #fff;
}

.stats_acc li ul li ul {
    padding: 0 ;
}
.stats_acc li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float:left;
    width:100%;
}
.stats_acc ul.RaporListe ,.stats_acc ul.RaporListeOzelDosyalar{
    float:left;
    clear:left;
     width:100%;
     padding:5px 30px 0 30px;
     border-top:1px dashed #ccc;
     margin:10px 0;
}
.stats_acc ul.RaporListeOzelDosyalar {
         border-top:0 dashed #ccc;

}
.stats_acc  h4{
    display: inline-block;
    width: 100%;
}
.stats_acc  ul.RaporListe li ,.stats_acc ul.RaporListeOzelDosyalar li {
    margin: 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width:100%;
    border-bottom: 1px solid #E8E8E8;
}
.stats_acc ul.RaporListe li a ,.stats_acc ul.RaporListeOzelDosyalar li a{
    display:inline;
    color:#07579C;
    padding: 0 0 5px 10px;
}
.stats_acc ul.RaporListe li a.btn,.stats_acc ul.RaporListeOzelDosyalar li a.btn{
     padding:1px 5px;
     color:#fff;
      display:inline-block;
      margin:10px 0;
}

#tab_stats{
    margin-bottom:30px;
    float:left;
    width:100%;
}
#tab_stats li{
    padding:0;
}
#tab_stats li a{
    font-size:14px;
    display:block;
    width:100%;
    text-align:center;
    color:#07579C;
    font-weight:700;
    padding:20px 0 10px 0;
    border-bottom:5px solid #07579C;
}
#tab_stats li a.selected {
    color:#008584;
    border-bottom:5px solid #008584;
    text-decoration:none;
}

#tab_stats li a.selected span.arrow {
    background: url(../images/menu-arrow.png) no-repeat center center;
    width: 12px;
    height: 6px;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 6px;}

#tab_stats li a:hover{
    text-decoration:none;
    border-bottom:5px solid #008584;
}

#yukleniyor{
    padding:50px 0;
    text-align:center;
    width:100%;
    color:#008584;
    font-size:14px;
}
.switch{
    margin-right:10px;
}

.invisible{
    visibility:hidden;
    display:none !important;
}
h4.filtered-category{
    float:left;
    padding: 13px 10px 13px 20px;
    display: block;
    position: relative;
    background: #008584 ;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width:100%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #b9c7d3;
}


.zamanaraligi label{
    display:block;
    width:100%;
}

.content-stats-form form label{
    margin-top:7px;
}

#filtrele{
    margin-top:29px;
    float:right;
    width:100%;
}

.nopadding {
   padding: 0 15px 0 0 !important;
   margin: 0 !important;
}

#year2{
    margin-left:15px;
}

.tumu-hide{
    display:none;
}

.last_adds,.last_researchs{
    margin-top:15px;
}

.dateList li{
    margin:5px 0;
    border:1px solid #c6cacc;
    float: left;
    width: 100%;
}
.dateList li .date-wrapper{
    width:102px;

}
.dateList table{
    width:100%;
}
.dateList li > a{
   display:block;
   padding: 5px 5px 5px 5px;
}

.dateList li .text{
    margin-bottom: 5px;
    color:#7a7b7d;
}

.dateList li .text strong{
    color:#07579C;
}
.dateList li  span.date{
    color: #07579C;
    height: 100%;
    margin-right: 15px;
    line-height:1.5em;
}
.dateList li a:hover{
    text-decoration:none;
    color:#008584;
}

.ulContent li{
    padding:15px 0;
    border-bottom:1px solid #eee;
}
.faq ul li h2{
    font-size:14px;
}
#search_resaults li,.faq ul li{
    border-bottom:1px dashed #d1d3d4;
}
#search_resaults li{
    padding-bottom:15px;
    display:inline-block;
        width:100%;

}
#search_resaults li h2{
    font-size:16px;
}
#search_resaults li .btn{
    float:right;
    clear:both;
}

.search-results h1 span{
    color:#008584;
}

.pagination{
    float:right;
}

.bullet_list li{
    margin:0 0 15px 0 ;
    background: url(../images/side-arrow.png) no-repeat 5px top;
    padding-left:15px;
}
.data_table{
    width:100%;
}
.data_table td{
    padding:5px 0;
}
.tabContent {
    display: none;
}
.box_tabs{
    float:left;
    width:100%;
}
.box_tabs li.selected a {
    color: #094fa3;
}
.box_tabs li{
    float:left;
    padding:10px;
}
.box_tabs li a {
    padding: 8px 0;
    font-size: 18px;
    color: #979797;
    text-decoration: none !important;
}
.youtube-video{
    margin-bottom:15px;
}
 /*Stats End*/
/*TBB ONLY END*/

@media only screen and (max-width: 780px){

    .sub-menu{
        display:none;
        position:static;
        top:0;
        left:0;
        z-index:1000;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.32);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.32);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.32);
    }

    .sub-menu > li{
        background:transparent;
    }

    .sub-menu > li a{
        color: #58595b !important;
        padding: 9px 14px !important;
    }

    .sub-menu > li a:hover{
        color: #000 !important;
    }

    .sub-menu > li:hover{
        background: transparent;
    }

    .sub-menu-link .wsmenu-click{
        top:-3px;
    }
    .wsmenu-click i {
    //display: block;
        height: 23px;
        width: 25px;
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0,0,0,0.25);
        float: right;

        background:url(../images/menu-arrow.png) no-repeat center center;
    // width:12px;
    //height:6px;
        display:inline-block;
        position:relative;
        top:-2px;
        left:3px;
    }

    .wsmenu-list li a .arrow{
        display:none;
    }
    .wsmenu.menuopen {
        top:0px;
    }
    .wsmenu > .wsmenu-list > li > a{
        font-size:14px;
        color:#07579c;
        font-weight:700;
        border-right: 0px solid rgba(0,0,0,0.10);
        border-bottom:0px solid #07579c;
        padding: 9px 32px 9px 17px;
    }
    .wsmenu-list .megamenu {
        background-color: #cfe7e7;
    }

    .megamenu > ul > li > a {
        background-color: transparent !important;
    }

    .wsmenu .wsmenu-list > li.social-media-link {
        width: 33%;
        float:left;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {

        background: #07579c;

    }

    .menu-border{
        top:0;
    }

    .megamenu ul li.title {
        line-height: 26px;
        color: #008584;
        margin: 0px;
        font-size: 14px;
        padding: 7px 13px !important;
        border-bottom: 0px solid #ccc;
        background-color: transparent !important;
    }

    .megamenu ul li.title a{
        color: #008584 !important;
    }

    #social-media-menu {
        display:none;
    }

    #social-media-menu2 {
        display:table;
        margin:0 auto;
        clear:both;
        float:right;
    }

    .link-list li.show-all a {
        text-align: right;
        color: #008584 !important;
        line-height: 13px !important;
        display: block !important;
        padding-right: 21px !important;
        background: url(../images/right-arrow.png) no-repeat right center !important;
        font-size: 11px !important;
        width: auto;
        display: block;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .logo{
        margin:0 auto;
    }
    #search-lang-container{
        float:none;
        margin:0 auto;
        display:table;
    }
    #search-form{
        float:none;
        margin:10px auto;
        display:table;
    }
    #top-menu,#lang-menu{
        margin-top:10px;
    }
    #social-media-menu2 {

        float:none;
    }
    .footer-address .address{
        border-right:0px solid #d1d3d4;

    }
 
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #top-menu{
        float:none;
        margin:10px auto;
        display:table;
    }
    #lang-menu{
        float:none;
        margin:0 auto;
        margin-top:10px;
        display:table;
    }
    #top-menu li {
        padding: 0 5px;
    }

    #top-menu li a{
        font-size:11px;
    }

    #main-slider .text-content h2{
        font-size:18px;
    }

    #main-slider .text-content p{
        display:none;
    }

    #main-slider .text-content {
        height: 80px;
        padding: 15px 25px;
        width:100%;
    }

    #main-slider .text-content a.button-link {
        bottom: 1em;
        right: 1em;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}