@import "font.css";

body {
    font: 13px OpenSans, Arial, sans-serif;
    background-color: #f3f3f3;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/************ HEADER ************/

.event {
    background-color: #2980b9;
    padding: 10px 0;
    color: #ffffff;
}

#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;
}


.header-banner {
    background-color: #ffffff;
    padding: 30px 15px 0 15px;
}

.header-banner .logo {
    padding-top: 15px;

}

.header-banner .mayor{
    position: relative;
    height: 117px;
}

.header-banner .mayor img {
    position: absolute;
    z-index: 2;
    right: 190px;
	
	width:91px;
	height:117px;
}

.header-banner .mayor-info {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    background-color: #2980b9;
    color: #ffffff;
    margin-top: 30px;
    padding: 10px 15px 5px 115px;
    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: #fbfbfb;
    border-bottom: 3px solid #e1e1e1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}

.navbar-default .home a{
    background-color: #2980b9;
}

.navbar-default .home a:hover{
    background-color: #2980b9 !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: #2980b9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 7px;
    color: #FFFFFF;
    height: 36px;
    font-size: 14px;
    display: inline-block;
}

.announce .title a {
	color:#fff;
}

.announce .arrow {
    top: 0;
    left: 96px;
    position: absolute;
    z-index: 999;
	
	
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 12px solid #337AB7;
}


.announce .body {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px 15px 7px 25px;
    position: absolute;
    left: 96px;
    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: 20px;
}

.slider .slideshow { height:525px; }
.slider .slideshow img { width:100%; height:525px; }
.slider .slideshow li { display:none; }
.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;
    padding: 15px 20px 15px 20px;
}

.slider .title a {
    color: #FFFFFF;
    font-size: 18px;
}


.slider.pagination {
    margin: 1px 0;
}

.slider.pagination>li>a {
    background-color: #337AB7;
    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 p a { color:#D8D8D8; }

/************ / 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: #e9573f;
}


.panel-red .panel-heading {
    background-color: #da4453;
}

.panel-cyan .panel-heading {
    background-color: #05be93;
}

.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: 5px;
}


.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: 20px;
}

.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: #05be93;
}

.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: #2980b9;
}

.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:220px; 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:#2980B9; }*/

.yorumyaz  { padding:10px; }
/*.yorumyaz .btn-primary { background:#2980B9; 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:#E9573F; }
.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; }

/*mobil*/
@media (max-width: 768px) {
    .galeri .foto { width:100%; }
    .galeri .foto img { width:100%; height:auto; }
	
	.left-menu .reklam img { max-width:250px; }
}