@import "font.css";

body {
    font: 13px OpenSans, Arial, sans-serif;
    background-color: #f3f3f3;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/************ HEADER ************/

#header ul {
    list-style: none;
}

#header ul li {
    float: left;
}

#header a {
    color: #ffffff;
}

#header a:hover {
    color: #ffffff;
}

#header ul li:after {
    content: " | ";
    padding: 0 10px;
}

#header ul li:last-child:after {
    content: '';
    padding-right: 0 !important;
    clear: both;
}

.grayscale{ 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
} 

.grayscale:hover { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.event {
            background-color: #2db0cc;
			 padding: 10px 0;
			color: #ffffff;
        }
        
        .navbar-default .home a {
            background-color: #000000;
        }
        
        .navbar-default .navbar-nav>li>a:hover:not(.active) {
            border-bottom: 4px solid #0A0A0A;
        }
        
        .header-banner .mayor-info {
            background-color: #000000;
        }
        
        .announce .title {
            background-color: #000000;
        }
        
        .announce .arrow {
            border-left: 12px solid #000000;
        }
        
        .panel-primary>.panel-heading {
            background-color: #2db0cc;
        }
        
        .slider.pagination>li>a {
            background-color: #000000;
        }
        
        .footer-top .btn-primary {
            background-color: #2db0cc;
        }
		
		.footer-top .btn-primary:hover {
            background-color: #0A0A0A;
        }
		
		
        
        .slider.pagination>li>a,
        .slider.pagination>li>span {
            border: 1px solid #000000;
        }
        
        .slider.pagination>li>a:hover {
            background-color: #0A0A0A;
        }
        
        .slider.pagination .activeSlide a {
            background-color: #3498DB;
        }
        
        .panel-cyan .panel-heading {
            background-color: #2db0cc;
        }
        
        .link-panel-cyan {
            background-color: #2db0cc;
        }
        
        .panel-red .panel-heading {
            background-color: #2db0cc;
        }
        
        .anket .btn-danger {
            background-color: #2db0cc;
        }
        
        .anket .btn-danger:hover {
            background-color: #000000;
        }
        
        .panel-light-red .panel-heading {
            background-color: #2db0cc;
        }
        
        .piyasaverileri .row .baslik {
            color: #2db0cc;
        }
        
        .panel-dark-primary .panel-heading {
            background-color: #34495E;
        }
        
        .aidat .btn-primary {
            background-color: #2db0cc;
        }
        
        .aidat .btn-primary:hover {
            background-color: #286090;
        }
        
        .footer-top {
            background-color: #000000;
        }
        
        .footer-bottom {
            background-color: #0A0A0A;
        }
        
        a {
            color: #000000;
        }
        
        a:hover,
        a:focus {
            color: #23527C;
        }
        
        .eventsCalendar-list li .eventTitle {
            color: #000000;
        }
        
        .btn-primary {
            background-color: #000000;
            border-color: transparent;
        }
        
        .btn-primary:hover,
        .btn-primary:focus,
        .btn-primary.focus,
        .btn-primary:active,
        .btn-primary.active,
        .open>.dropdown-toggle.btn-primary {
            background-color: #0A0A0A;
            border-color: transparent;
        }
        
        body {
            background-color: #F3F3F3;
        }
        
        .anket .btn-danger {
            border-color: transparent;
        }


.header-banner {
    background-color: #ffffff;
    padding: 10px 15px 0 15px; 
}

.header-banner .logo {
    padding-top: 5px;
	padding-bottom: 5px; 

}

.header-banner .mayor{
    position: relative;
    height: 117px;
	margin-top: 5px;
}

.header-banner .mayor img {
    position: absolute;
    z-index: 2;
    right: 240px;

	width:91px;
	height:117px;
	object-fit: cover;
	object-position: center top;
}

.header-banner .mayor-info {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    background-color: #2db0cc;
    color: #ffffff;
    margin-top: 30px;
    padding: 10px 15px 5px 55px;
    border-radius: 6px;
    margin-right: 5px;
	
	width:270px;
}

.header-banner .mayor-info .name {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.header-banner .mayor-info p:nth-child(2) {
    text-align: right;
}

/************ / HEADER ************/

/************ NAVBAR ************/




.navbar-default {
    background-color: #e6e9ed;
    border-bottom: 3px solid #e1e1e1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}

.navbar-default .home a{
    background-color: #2db0cc;
}

.navbar-default .home a:hover{
    background-color: #2db0cc !important;
    border-bottom: none !important;
}


.navbar-collapse {
    padding-left: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #606060;
    padding-bottom: 10px;
    min-height: 50px;
}

.navbar-default .active {
    border-bottom: 4px solid #eb7d6b;
}

.navbar-default .navbar-nav>li>a:hover:not(.active) {
    background-color: #EDEDED;
    border-bottom: 4px solid #3bafda;
}

.ico-search {
    background: url('../images/ico-search.png') no-repeat;
}

.search {
    position: relative;
}

.navbar-default  .search .text-control-ico {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 18px;
    height: 18px;
}

.navbar-default .search input {
    background-color: #f4f4f4;
    font-size: 14px;
    color: #b8b6b7;
    padding-left: 40px;
}

.navbar-default .form-control {
    padding: 0;
}
/************ / NAVBAR ************/

/************ MOBILE LEFT MENU ICON ************/

.glyphicon {
    padding: 5px;
    color: #FFF;
}


.icon {
    display: none;
    position: relative;
    padding: 9px 12px;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #333;
    width: 50px;
    cursor: pointer;
}

/************ / MOBILE LEFT MENU ICON ************/


.whitebg {
    background-color: #ffffff;
    padding-top: 15px;
}

/************ LEFT MENU ************/

.left-menu {
    padding-left: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

@media (max-width: 768px) {
    .left-menu {
        padding-right: 10px;
    }
}

.left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-menu .panel:first-child .panel-body, .main .news .panel-body {
    padding: 0;
}

.left-menu a {
    color: #333333;
}

.left-menu .panel:first-child ul li a {
    color: #666666;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #d4d2d2;
}

.left-menu .panel:first-child ul li a:hover {
    background-color: #eeeeee;
    text-decoration: none;
}

.left-menu .form-inline input[type='text'] {
    background-color: #f4f4f4;
    font-size: 14px;
    color: #b8b6b7;
    padding-left: 5px;
}

.left-menu .form-inline .form-group {
    padding-right: 0;
    margin-bottom: 0;
}

.left-menu .links a {
    display: block;
    margin-bottom: 10px;
}

.left-menu .input-group .form-control:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/************ / LEFT MENU ************/

.main {
    padding-right: 10px;
}

@media (max-width: 768px) {
    .main {
        padding-left: 10px;
    }

    .navbar-nav>li>a {
        margin-left: 10px;
    }

    .navbar-form {
        margin-left: 10px;
        margin-right: inherit;
    }
}

/************ ANNOUNCE ************/


.announce {
    position: relative;
}

.announce .title {
    background-color: #2db0cc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 7px;
    color: #FFFFFF;
    height: 36px;
    font-size: 14px;
    display: inline-block;
	width:135px;
}

.announce .title a {
	color:#fff;
}

.announce .arrow {
    top: 0;
    left: 135px;
    position: absolute;
    z-index: 999;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 12px solid #2db0cc;
}


.announce .body {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px 15px 7px 25px;
    position: absolute;
    left: 137px; 
    right: 0;
    z-index: 1;
    top: 0;
    background-color: #e6e9ed;
    height: 36px;
    width: auto;
}

.announce .body a {
    color: #434a54;
}


/************ / ANNOUNCE ************/

/************ SLIDER ************/


.slider {
    position: relative;
    margin-top: 10px; 
}

.slider .slideshow { height:311px; }
.slider .slideshow img { width:100%; height:311px; }
.slider .slideshow li { }
.slider .slideshow li:first { display:block; }
@media (max-width: 992px) {
	.slider .slideshow { height:431px; }
	.slider .slideshow img { width:100%; height:431px; }
}


.slider-control {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    top: 42.5%;
    opacity: .7;
}


@media (max-width: 768px) {
    .slider-control {
        top: 20%
    }
}


.slider-control:hover {
    opacity: 1;
}

.slider-control.prev {
    left: 20px;
	z-index:20;
}

.slider-control.next {
    left: auto;
    right: 20px;
	z-index:20;
}


.slider .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: .7;
	color:#fff; 
    padding: 5px 10px 5px 10px; 
}

.slider .title a {
    color: #FFFFFF;
    font-size: 18px;
}


.slider.pagination {
    margin: 1px 0;
}

.slider.pagination>li>a {
    background-color: #000000;
    color: #FFFFFF;
}

.slider.pagination>li>a:hover {
    background-color: #3498db;
}

/*.slider.pagination>li:first-child>a {
    margin-right: 6px;
}

.slider.pagination>li:last-child>a {
    margin-left: 5px;
}*/

.slider.pagination>li>a, .slider.pagination>li>span {
    padding: 6px 15px;
    border: 1px solid #3498db;
    margin-left: 0;
}

.slider.pagination .activeSlide a { background:#3498db; }

/************ / SLIDER ************/

/************ PANEL ************/

.panel {
    border-color: #d4d2d2;
}

.panel-sto {
    margin-top: 20px;
    border: 1px solid #acacac;
}

.panel-sto > .panel-heading {
    position: absolute;
    padding: 10px 40px 10px 40px;
    margin-top: -25px;
    right: 40px;
    border-radius: 5px;
}

.panel-sto > .panel-body {
    padding-top: 30px;
}

.panel-dark-primary .panel-heading {
    background-color: #34495e;
}

.panel-light-red .panel-heading {
    background-color: #2db0cc;
}


.panel-red .panel-heading {
    background-color: #2db0cc;
}

.panel-cyan .panel-heading {
    background-color: #2db0cc; 
}

.panel-blue .panel-heading {
    background-color: #3b5998;
}

.panel-light-blue .panel-heading {
    background-color: #5ac6f0;
}

.panel-heading {
    font-size: 14px;
    padding: 10px 5px;
    color: #ffffff;
    position: relative;
	border:none;
}

.panel-heading img {
    margin-right: 5px;
}


.panel-control {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    opacity: .7;
    top: 10px;
}


.panel-control:hover {
    opacity: 1;
}

.panel-control.prev {
    left: auto;
    right: 40px;
}

.panel-control.next {
    left: auto;
    right: 10px;
}


/************ / PANEL ************/

/************ LIST GROUP ************/

.list-group {
    padding: 20px 9px 15px 10px;
    /*position: relative;
    display: table;*/
    border-bottom: 1px solid #eeeeee;
}


.list-group-left, .list-group-body {
    /*display: table-cell;
    vertical-align: top;*/
}

.list-group-left {
    /*padding-right: 10px;*/
	padding-right: 0;
    padding-left: 0;
}

.list-group-heading {
    font-weight: bold;
    color: #544e52;
    display: block;
    margin-bottom: 10px;
}

/************ / LIST GROUP ************/

/************ MAIN ************/

.news {
    margin-top: 0;
}

.news .list-group {
    margin-bottom: 0;
}
.news .list-group:hover {
    background:#f9f9f9;
}
.news .list-group img { /*width:175px; height:126px;*/ border-radius:4px; }

.banner {
    margin-bottom: 20px;
}

/************ / MAIN ************/

/************ LINK PANEL ************/

.link-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 15px 10px;
    font-size: 17px;
    border-radius: 5px;
    margin-bottom: 10px;
}


.link-panel-cyan {
    background-color: #2db0cc;
}

.link-panel a {
    color: #ffffff;
}

.link-panel a:hover, .link-panel a:focus {
    opacity: .8;
    text-decoration: none;
}

/************ / LINK PANEL ************/

/************ BUTTON ************/

.btn-primary {
    background-color: #34495e;
}

/************ / BUTTON ************/

/************ PHOTO GALLERY ************/


.photo-gallery .caption, .video-gallery .caption {
    text-align: center;
}

.photo-gallery a, .video-gallery .caption {
    color: #606060;
}

.photo-gallery .panel-body, .video-gallery .panel-body {
	padding:0;
	padding-top:15px;
}

.center-image>img, .center-image a>img {
    margin-right: auto;
    margin-left: auto;
}
/************ / PHOTO GALLERY ************/


/************ FOOTER ************/


.footer-top {
    background-color: #34495e;
}

.footer-top > .container > .row {
    padding: 50px 0 30px 0;
}


.footer-top ul>li:first-child {
    font-weight: bold;
    color: #e6e9ed;
    margin-bottom: 20px;
}

.footer-top ul>li:last-child {
    margin-top: 20px;
}

.footer-top ul>li>a {
    display: block;
    margin-bottom: 10px;
}

.footer-top a {
    color: #aab2bd;
}


.footer-top .form-inline .form-group {
    float: left;
    display: block;
}

.footer-top .btn-primary {
    background-color: #2db0cc;
}

.footer-top .sosyal { margin-left:15px; }


.footer-bottom {
    background-color: #2c3e50;
    padding: 20px;
    color: #aab2bd;
}

.footer-bottom a { color: #aab2bd; }

/************ / FOOTER ************/

.anket .form-group { margin-bottom:0; }
.anket .btn-danger { background:#da4453; color:#fff; }
.anket .btn-danger:hover { background:#EA4959; }

.ust_panel_menu { box-sizing:content-box; }

.duyuruliste div { padding:5px 0; border-bottom:1px dotted #bababa; }

@media (max-width: 1000px) {

    .icon {
        display: block;
    }


    .left-menu {
        z-index: 1000;
        position: absolute;
        left: 0;
        background-color: #ffffff;
        margin-left: -400px;
    }
}



#colorbox { box-sizing:content-box; }
#cboxLoadedContent img { max-width:800px !important; }


.icsayfa_img { width:375px; float:left; margin:0 15px 15px 0; }

.mansetliste img { width:100%; max-height:300px; border-radius:4px; }
.mansetliste .row { padding:10px; border-bottom:1px dotted #bababa; }
.mansetliste .baslik { font-size:18px; margin-top:5px; }

/*.iletisimformu .btn-primary { background:#2db0cc; }*/

.yorumyaz  { padding:10px; }
/*.yorumyaz .btn-primary { background:#2db0cc; margin:10px; }*/

.yakinetkinlikler .slide { min-width:400px; height:18px; margin-left:5px; }

.piyasaverileri .row { margin:10px 0; padding:15px 0; border-bottom:1px solid #bababa; }
.piyasaverileri .row .baslik { color:#2db0cc; }
.piyasaverileri .row div { font-size:20px; }

.raporlar .row { padding:10px 0; margin:0; border-bottom:1px solid #eee; }
.raporlar .kategori { background:#eee; padding:10px; border-radius:4px; }
.raporlar .baslik { margin:5px 0; }
.raporlar .resim img { width:32px; height:32px; }

.uyelerimiz img { width:110px; height:110px; }

.reklam img { display:block; height:auto; max-width:100%; }


/* YKD */
.galeri { padding:10px; }
.galeri .album { width:250px; height:225px; margin-right:11px; margin-bottom:11px; border:2px #DDD solid; float:left; text-align:center; padding:10px;  }
.galeri .album span { display:block; margin-top:10px; }
.galeri .album img { border-radius:4px; width:225px; height:150px; margin:0 auto; }
.galeri .foto { width:180px; margin-right:14px; margin-bottom:10px; float:left; text-align:center; }
.galeri .foto h3 { font-size:14px; color:#666666; border-bottom:1px #999999 dotted; }
.galeri .foto img { border-radius:4px; width:180px; height:135px; margin:0 auto; }
/* --- Header iletisim blogu (baskan blogunun yerine) --- */
.header-banner .header-contact { margin-top: 5px; padding-bottom: 5px; }

.header-banner .header-contact .hc-item {
    display: block; overflow: hidden;
    background-color: #2db0cc; color: #ffffff;
    border-radius: 6px; padding: 10px 15px; margin-bottom: 8px;
    text-decoration: none; transition: background-color .3s ease;
}
.header-banner .header-contact .hc-item:last-child { margin-bottom: 0; }
.header-banner .header-contact .hc-item:hover,
.header-banner .header-contact .hc-item:focus {
    background-color: #0a0a0a; color: #ffffff; text-decoration: none;
}
.header-banner .header-contact .hc-icon {
    float: left; width: 38px; height: 38px; line-height: 38px; text-align: center;
    background-color: rgba(255,255,255,0.18); border-radius: 50%;
    margin-right: 12px; font-size: 16px;
}
.header-banner .header-contact .hc-icon .glyphicon { top: 2px; }
.header-banner .header-contact .hc-text  { display: block; overflow: hidden; }
.header-banner .header-contact .hc-label { display: block; font-size: 11px; letter-spacing: 1px;
                                           line-height: 14px; opacity: .85; }
.header-banner .header-contact .hc-value { display: block; font-size: 16px; font-weight: bold;
                                           line-height: 22px; word-break: break-all; }

@media (max-width: 991px) {
    .header-banner .header-contact { margin-top: 12px; }
    .header-banner .header-contact .hc-value { font-size: 15px; }
}
@media (max-width: 480px) {
    .header-banner .header-contact .hc-item  { padding: 8px 12px; }
    .header-banner .header-contact .hc-icon  { width: 32px; height: 32px; line-height: 32px;
                                               margin-right: 10px; font-size: 14px; }
    .header-banner .header-contact .hc-label { font-size: 10px; }
    .header-banner .header-contact .hc-value { font-size: 14px; }
}

/* --- TITCK duyuru listesi --- */
.titck-sekme { margin: 0 0 15px 0; }
.titck-sekme > li > a { padding: 6px 12px; font-size: 13px; }
.titck-sekme > li.active > a,
.titck-sekme > li.active > a:hover { background-color: #2db0cc; color: #fff; }

.titck-satir { border-bottom: 1px solid #eee; padding: 12px 0; margin: 0; }
.titck-satir .list-group-heading { display: block; font-weight: bold; font-size: 15px; margin: 6px 0 4px 0; }
.titck-satir p { margin: 0; color: #555; font-size: 13px; }

.titck-etiket { display: inline-block; padding: 2px 8px; border-radius: 3px;
                font-size: 11px; color: #fff; background-color: #2db0cc; margin-right: 8px; }
.titck-gericekme { background-color: #c0392b; }
.titck-mevzuat   { background-color: #27ae60; }
.titck-haber     { background-color: #8e44ad; }
.titck-manuel    { background-color: #f39c12; }

.titck-tarih { font-size: 12px; color: #888; margin-right: 8px; }
.titck-birim { font-size: 12px; color: #888; }
.titck-kaynak { margin-top: 20px; padding-top: 10px; border-top: 1px solid #eee;
                font-size: 12px; color: #888; }
.titck-bos { padding: 20px; background: #fcf8e3; border: 1px solid #faebcc; border-radius: 4px; }

/* --- TITCK liste gorseli (dis kaynak, boyut CSS ile sinirlandi) --- */
.titck-gorsel { float: left; display: block; width: 120px; height: 80px; overflow: hidden;
                margin: 0 12px 6px 0; border-radius: 4px; background: #f2f2f2; }
.titck-gorsel img { width: 100%; height: 100%; object-fit: cover; display: block; }
.titck-satir .titck-metin { display: block; overflow: hidden; padding-left: 0; float: none; width: auto; }
@media (max-width: 480px) {
    .titck-gorsel { width: 84px; height: 60px; margin-right: 10px; }
}

/* --- Panel basligi link (beyaz, altcizgisiz) --- */
.panel-heading .panel-baslik-link,
.panel-heading .panel-baslik-link:hover,
.panel-heading .panel-baslik-link:focus { color: #ffffff; text-decoration: none; }
.panel-heading .panel-baslik-link:hover { text-decoration: underline; }

/* --- Header iletisim ikonlari: guvenilir dikey ortalama (flexbox) --- */
.header-banner .header-contact .hc-item { display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header-banner .header-contact .hc-icon { float: none; -ms-flex: 0 0 38px; flex: 0 0 38px;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    line-height: normal; }
.header-banner .header-contact .hc-icon .glyphicon { top: 0; }
.header-banner .header-contact .hc-text { -ms-flex: 1 1 auto; flex: 1 1 auto; min-width: 0; }
@media (max-width: 480px) {
    .header-banner .header-contact .hc-icon { -ms-flex: 0 0 32px; flex: 0 0 32px; }
}

/* --- Slider: JS yuklenene kadar tek gorsel goster (sayfa ziplamasini onler) --- */
.slider .slideshow { position: relative; margin: 0; padding: 0; list-style: none; overflow: hidden; }
.slider .slideshow > li { margin: 0; padding: 0; list-style: none; }
.slider .slideshow > li + li { display: none; }
.slider .slideshow > li img { display: block; width: 100%; height: auto; }

/* --- Sektorel kaynaklar kutusu --- */
.titck-kaynak-kutu { margin-top: 25px; padding: 15px 18px; background: #f7fbfc;
                     border: 1px solid #d9edf2; border-radius: 4px; }
.titck-kaynak-kutu h4 { margin: 0 0 10px 0; font-size: 15px; font-weight: bold; color: #2db0cc; }
.titck-kaynak-kutu ul { list-style: none; margin: 0; padding: 0; }
.titck-kaynak-kutu li { padding: 6px 0; border-bottom: 1px dotted #dfeaed; font-size: 13px; }
.titck-kaynak-kutu li:last-child { border-bottom: 0; }
.titck-kaynak-kutu li a { color: #333; }
.titck-kaynak-kutu li a:hover { color: #2db0cc; }
.titck-kaynak-kutu li span { display: inline-block; margin-left: 6px; padding: 1px 7px;
                             background: #e6f2f5; color: #57808a; border-radius: 3px; font-size: 11px; }
