html {
	scroll-behavior: smooth!important;	
}
body{
    padding-top: 150px;
    background: #f0f0f0;
}
header{
    width:100%;
    height:150px;
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
    background: #fff;
    transition: all ease 0.3s;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);    
}

.menu-kontrol{position:Absolute; right:0; top:0; width:40px; height:40px; z-index:2;}
.menu-kontrol:after{font-family:profornet; font-size:14px; font-style:normal; width:40px; height:40px; position:Absolute; right:0; top:0; content:"\e92d"; color:#000; line-height:40px; text-align:center;}


.header-ust {
	width:100%;
	height:40px;
	background:#f0f0f0;
}

.header-ust ul{
	display:Flex;
	justify-content:flex-end;
	max-width:100%;
	margin:auto;
	height:40px;	
}

.header-ust li{
	display:Flex;
	align-items:Center;
	transition:all 0.3s;
	height:100%;
	padding:0px 15px;
}


.header-ust li:first-child {background:#1fa752;border-right:1b8d45;}
.header-ust li:nth-child(2) {background:#15385f;border-right:#0a1b2f;}
.header-ust li:last-child {background:#970000}

.header-ust li:first-child:hover {background:#1b8d45;}
.header-ust li:nth-child(2):hover {background:#0a1b2f}
.header-ust li:last-child:hover {background:#690000}

.header-ust li:last-child {
	border:none;
}


.header-ust ul li a {
	display:Flex;
	align-items:center;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;

}

.header-ust ul li:hover {
	background:#fff;
}

.header-ust ul li a img {
	max-height:24px;
	margin-right:10px;
}

.header{
    width:100%;
    margin:auto;
    display:flex;
    position: relative;
}
.header_logo{
    float:left;
    flex:0;
}
.header_logo img{
    display: block;
    height: 50px;
    margin-top: 20px;
}
.header_menu{
    float:lefT;
    flex:1;
}
.header_diger{
    flex:0;
	min-width:200px;
}
.header_menu > ul{
    display: table;
    margin-left:30px;
}
.header_menu > ul > li{
    height:100px;
    float:left;
    position: relative;
	display: inline-block;
	margin:0px 7px;
	
}
.header_menu > ul > li:hover{
    background: #fafafa;
}
.header_menu > ul > li > a{
    line-height: 100px;
    display:block;
    padding:0 15px;
    font-size:15px;
	
}

.header_menu > ul > li> a::after {
  content: "◦";
  margin: 0 20px;
  color: gray;
  position:Absolute;
}

.header_menu > ul > li:last-child> a::after {
	content:""
}

.header_menu > ul > li:last-child::after {
  content: ""; /* Son elemanda nokta olmasın */
}


.header_menu > ul > li:hover ul{
    display:block;
}
.header_menu > ul > li > ul{
    position: absolute;
    left:0;
    top:100px;
    width:300px;
    background:#fafafa;
    display:none;
	z-index:9999;
}
.header_menu > ul > li > ul > li{
    width:100%;
    height:40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0,1);
	position:relative;
}
.header_menu > ul > li > ul > li:hover{
    background: #f1f1f1;
}
.header_menu > ul > li > ul > li > a{
    padding:0 15px;

    line-height: 40px;
    font-size: 13px;
    display:block;
}



.header_menu > ul > li > ul > li > ul{
    position: absolute;
    left:300px;
    top:0;
    background-color: #fafafa;
    width:285px;
    display:none!important;
}
.header_menu > ul > li > ul > li:hover > ul{
    display:block!important;
}
.header_menu > ul > li > ul > li > ul > li{
    width:100%;

    position: relative;    
}
.header_menu > ul > li > ul > li > ul > li:hover{
    background: #f1f1f1;
}
.header_menu > ul > li > ul > li > ul > li:last-child{
    border:0;
}
.header_menu > ul > li > ul > li > ul > li > a{
    padding:0 15px;

    line-height: 40px;
    font-size: 13px;
    display:block;
}



@media (min-width: 1200px) and (max-width: 1399.98px) {

  .header_menu > ul > li {
    margin: 0px 0px;
}

.header_menu > ul > li> a::after {
	margin:0px 10px;
}

.header_menu > ul > li > a {
    line-height: 100px;
    display: block;
    padding: 0 10px;
    font-size: 12px;

}
}

.header_kesintiler{
    width:140px;
    height:40px;
    margin:30px 20px 30px 0;
    background: #1fa752;
    float:left;
    border-radius: 20px;
    padding-left:15px;
    font-size:14px;
    color:#fff;
    font-weight: bold;
    line-height: 40px;
}
.header_kesintiler img{
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.header_kesintiler:hover{
    background: #15385f;
}

.header_kesintiler_mobil {display:none;}

.header_telefon{
    float: left;
    height: 40px;
    margin: 30px 0;
    position: relative;
    padding-left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-left: 10px;
}
.header_telefon i{
    position: absolute;
    left:10px;
    top:0;
    color:#1fa752;
    font-size:40px;
}
.header_telefon strong{
    display:block;
    font-size: 36px;

}
.header_telefon span{
    display: block;
    font-size: 11px;
    width: 100px;
    padding-left: 5px;

}
.header_telefon a{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 2;
}
.header_sosyalmedya{
    width:344px;
    height:36px;
    background: url(../images/sosyalmedyabg.png);
    background-repeat: no-repeat;
    position: absolute;
    right:0;
    top:110px;
}
.header_sosyalmedya li{
    float:left;
    height:36px;
    padding-top:8px;
    position: relative;
}
.header_sosyalmedya li:hover:before{
    width:100%;
    height:5px;
    background-color: #15385f;
    top:-5px;
    left:0;
    content:"";
    position: absolute;
}
.header_sosyalmedya li:last-child{
    margin-right: 0;
}
.header_sosyalmedya li a{
    padding:0 10px;
    display:block;
}
.header_sosyalmedya li a i{
    color:#fff;
    display:block;
    font-size: 20px;
}
.header_sosyalmedya ul{
    display: table;
    margin: auto;    
}





.qdms {width:100%;}
.qdms ul li {margin-left:0px!important;width:100%;border:1px solid #ebebeb;padding:15px;background:#fff;list-style:none!important;background-image:url(/images/down.png);background-position:left center;background-repeat:no-repeat!important;padding-left:50px}
.qdms ul li a {text-decoration:none!important;height:40px;}
.qdms ul li a:hover {text-decoration:underline!important;}
.qdms ul li:nth-of-type(2n) {background:#e9e9e8;background-image:url(/images/down.png);background-position:left center;background-repeat:no-repeat!important;padding-left:50px}








.anasayfa_bilgi{
    width:100%;
    height:200px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);    
    position: relative;
    z-index: 2;
    background: #fff;
}
.anasayfa_bilgi > div{
    width:100%;
	padding:0px 30px;
    margin:auto;
}
.anasayfa_bilgi-linkler{
    float:left;
    display:flex;
    width:40%;
    border-left:1px solid #ebebeb;
}
.anasayfa_bilgi-linkler li{
    float:left;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:200px;  
    position: relative;
    flex:1;
    text-align: center;
}
.anasayfa_bilgi-linkler li img{
    width:60px;
    height:60px;
    display:block;
}
.anasayfa_bilgi-linkler li span{
    color: #252525;
    display:block;
    margin-top:10px;
    font-size:14px;
}
.anasayfa_bilgi-linkler li a{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 2;   
}
.anasayfa_bilgi-linkler li:hover{
    background: #fafafa;
}
.anasayfa_bilgi-kesintiler{
    float:left;
    width:60%;
    height:200px;
}
.anasayfa_kesintiler{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float:left;
    width: 100px;
    height:200px;
    display:flex;
    flex-direction: column;
    border-right:1px solid #ebebeb;      
}
.anasayfa_kesintiler li{
    background: none;
    color: #929292;
    display:block;
    padding: 0 20px;
    cursor: pointer;
    font-size: 15px;
    text-align: right;
    line-height: 50px;
    position: relative;
    flex:1;
    border-bottom:1px solid #ebebeb;   
}
.anasayfa_kesintiler .secili:before{
    width:3px;
    height:50px;
    background: #fff;
    position: absolute;
    right:-1px;
    top:0;
    content:"";
}
.anasayfa_kesintiler li:last-child{
    border:0;
}
.anasayfa_kesintiler .secili{
    color: #252525;
    font-weight: bold;
}
.tab-govde{
    display: none;
}
.tab-govdeler .secili{
    display: inherit;
}
.iletisim_icerik .secili{
    display: inherit;
}
.tab-govdeler{
    width:100%;
    overflow:hidden;
    height:140px;
}
.anasayfa_bilgi-kesintiler--kesinti{
    float:left;
    padding:20px 0px 20px 20px;
    width:85%;  
    height:200px;
    overflow: hidden; 
}
.anasayfa_bilgi-kesintiler--kesinti h1{
    font-size: 18px;
    color:#15385f;
    font-weight: bold;
    margin-bottom: 15px;
}
.tab-govdeler{
    width:100%;
    position: relative;
}
.tab-govdeler .swiper-slide{
    font-size:14px;
    padding-right: 30px;    
}
.tab-govdeler .swiper-slide p{
    display:block;
    margin-bottom: 5px;
    height:108px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
	font-size:12px;	
}
.tab-govdeler  .swiper-pagination{
    left:0!important;
    bottom:10px!important;
    width:auto!important;
}
.tab-govdeler .swiper-pagination-bullet{
    background:#252525!important;
    opacity: 0.2!important;
    width:10px!important;
    height:10px!important;
}
.tab-govdeler .swiper-pagination-bullet-active{
    background:#252525!important;
    opacity: 1!important;
}
.anasayfaHaberler{
    width:100%;
    padding: 60px 30px;
    text-align: center;
}
.anasayfa_kesintiler li:last-child:before{
    height:47px;
}
.anasayfaHaberler h2{
    margin-bottom: 20px;
    color: #15385f;
    font-weight: bold;
    font-size: 24px;
}
.anasayfaHaberler ul{

display:Flex;
gap:20px;
}
.anasayfaHaberler ul li{
    float:left;
	height:auto;
	width:33%;
	min-height:440px;
    margin-right:25px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);    
}
.anasayfaHaberler li:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);     
}
.anasayfaHaberler ul li figure img{
    width:100%;
    display:block;
}
.anasayfaHaberler ul li:last-child{
    margin-righT:0;
}
.anasayfaHaberler > ul > li > article > div{
    width:100%;
    padding: 30px;
}
.anasayfaHaberler h3 a{
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}
.anasayfaHaberler h3 a:hover{
    color: #15385f;
}
.anasayfaHaberler p{
    display:block;
    height:65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;     
    font-size: 14px;

}
.anasayfaHaberler_detay{
    width:100%;
    height:15px;
    margin-top: 15px;
}
.anasayfaHaberler_detay-paylas{
    float:left;
    background:none;
    height:15px;
    margin-right:30px;
    color:#15385f;
    font-size:13px;
    padding: 0 5px;
    line-height: 15px;
}
.anasayfaHaberler_detay-paylas:hover{
    background: #fafafa;
}
.anasayfaHaberler_detay-paylas img{
    float:left;
    margin-right: 10px;
}
.anasayfaHaberler_detay-tarih{
    float:left;
    background:none;
    height:15px;
    margin-right:30px;
    color:#15385f;
    font-size:13px;
    line-height: 15px;
}
.anasayfaHaberler_detay-tarih img{
    float:left;
    margin-right: 10px;
}
.anasayfaSosyal{
    width:100%;
    padding: 15px 0;
    background: #fff;
	position:relative;
}
.anasayfaSosyal > div{
    width:1260px;
    margin:Auto;
    position: relative;
    height:40px;
}
#footer-top-twitter{

	
	padding-left:50px;
	height: 60px;
	float: left;
	line-height: 50px;
	font-size: 14px;
	color: #182130;
	overflow:hidden;
	
	
	
	
}
#footer-top-twitter i{
    position: absolute;
    left:0;
    top: 5px;
    font-size: 30px;
    color: #15385f;
}

#footer-top-twitter h5 {font-size:14px;line-height:40px;height:60px;}

.anasayfaSosyal_hesaplar{
    position: absolute;
    right:0;
    top:0;
}
.anasayfaSosyal_hesaplar li{
    float:left;
    height:40px;
    line-height: 40px;
    text-align: center;
    width:40px;
}
.anasayfaSosyal_hesaplar li a{
    color: #15385f;
    font-size: 20px;
    display: block;
}
.anasayfaSosyal_hesaplar li:hover{
    background: #fafafa;
}
footer{
    width:100%;
    position: relative;
    z-index:2;
}
.footer_linkler{
    width:100%;
    height:175px;
    background: #15385f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_linkler img{
    width:60px;
    height:60px;
    display:Block;
    margin-bottom: 15px;
}
.footer_linkler ul{
    display:flex;
    margin:Auto;
    width:900px;
}
.footer_linkler ul li{
    float:left;
    border-right:1px solid rgba(255, 255, 255, 0.1);
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    color:#fff;
    position: relative;
    height:170px;
    font-size:13px;
    text-align: center;
    flex:1;
}
.footer_linkler ul li span{
    color:#fff;
}
.footer_linkler ul li:last-child{
    border:0;
}
.footer_linkler ul li a{
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
}
.footer_linkler ul li:hover{
    background: #1fa752;
}
.footer_menu{
    width:100%;
    background: #15385f;
    height: 60px;
}
.footer_menu ul{
    display:table;
    margin:auto;
}
.footer_menu ul li{
    float:left;
    height:60px;   
}
.footer_menu ul li a{
    line-height: 60px;
    color:#fff;
    font-size:13px;
    padding: 0 20px;
    display:block;
}
.footer_menu ul li:hover{
    background: #1fa752;
}
.footer_alt{
    width:100%;
	background:#fff;
}
.footer_logo{
	position:relative;margin:auto;text-align:center;
}

.footer_alt > div{
	width:100%;
	padding:0px 30px;
    margin:Auto;
}
.footer_alt-iletisim{
    float:lefT;
}
.footer_alt-iletisim li{
    float:left;
    font-size:13px;
    color: #252525;
    display:flex;
    height:60px;
    align-items: center;
    margin-right:30px;
}
.footer_alt-iletisim li a{
    color: #252525;
}
.footer_alt-iletisim li i{
    color:#1fa752;
    font-size:24px;
    float:lefT;
    margin-right:10px;
}
.footer_alt-iletisim li:last-child{
    margin-right: 0;
}
.footer_alt-gizlilik{
    float:right;
    height: 60px;
}
.footer_alt-gizlilik li{
    float:left;
    font-size:13px;
    color: #252525;
    display:flex;
    height:60px;
    align-items: center;
    margin-right:30px;    
}
.footer_alt-gizlilik li:last-child{
    margin-right: 0;
}
.footer_alt a:hover{
    text-decoration: underline;
}
.breadcrumb{
    width:100%;
    padding-bottom:30px;
}
.breadcrumb > div{
    width:1260px;
    margin: auto;
}
.breadcrumb ul{
    margin-top:5px;
    width:100%;
}
.breadcrumb ul li{
    float:left;
    font-size:12px;
    position: relative;
    margin-right: 30px;

}
.breadcrumb ul li a{

    font-size:12px;
}
.breadcrumb li:after {
    content: "\e92d";
    font-family: profornet;
    position: absolute;
    color: #252525;
    right: -20px;
    top: 4px;
    font-size: 8px;
}
.breadcrumb h1{
    font-size:24px;
    margin-top: 10px;
}
.breadcrumb li:last-child:after{
    display:none;
}
.sayfa{
    width:100%;
    margin:auto;
	padding:0px 30px;
	min-height:500px;
}

.sayfa p:last-child{
    margin:0;
}
aside{
    width:30%;
    float:right;
    padding: 40px 0;
    background: #fff;
}
aside li{
    width:100%;
    position: relative;
    padding: 0 40px;
    transition: all ease 0.3s;
}
aside li:hover{
    background-color: #fafafa;
}
aside li a{
    font-size: 14px;
    display: block;
    padding:10px 30px 10px 0;
}

aside .secili a{
    font-weight: bold;
}
aside li:last-child{
    border:0;
}

.fullwidth {width:100%!important}

.arama-baslik a{font-size:18px!important;font-weight:bold;line-height:40px;text-decoration:none!important;}
.arama-baslik a:hover {color:#000;}

.sayfaicerik{
    padding:30px;
    width: 67%;
    float:left;
    margin-right:30px;
    background: #fff;
}

.proks {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}

.proks img {max-width:16%!important;}

.sayfaicerik table {
	width:100%;
	margin-bottom:30px;
}

.sayfaicerik table td {
	border:1px solid #000;
	padding:5px;
}

.sayfaicerik table th {
	border:1px solid #000;
	padding:5px;
	font-weight:600;
}

.sayfaicerik ul li {
	line-height:1.5;
}

.sayfa img{
    max-width:100%;
}
.sayfa-galeri{
    margin-top:30px!important;
    column-count: inherit!important;
    column-gap: inherit!important;   
}
.sayfa-galeri figure{
width: 191px;
    float: left;
    margin-right: 4px;
    
}
.sayfaicerik_resim1, .sayfaicerik_resim2, .sayfaicerik_resim3{
    width:100%;
    margin:30px 0;
}
.sayfaicerik_resim1 img{
    width:100%;
    display:block;
}
.sayfaicerik_resim2 img{
    float:left;
    width:49%;
    margin-right:2%;
}
.sayfaicerik_resim2 img:last-child,.sayfaicerik_resim3 img:last-child{
    margin:0;
}
.sayfaicerik_resim3 img{
    float:left;
    width:32%;
    margin-right:2%;
}
.sayfaicerik_resim2 img:last-child,.sayfaicerik_resim3 img:last-child{
    margin:0;
}
.sayfaicerik_text ul{
    width:100%;
    list-style: disc;
}
.sayfaicerik_text ul li{
    font-size: 16px;
    color: #252525;
    margin-bottom: 15px;
    width: 100%;
    margin-left: 15px;
    font-weight:300;
}
.yayinlarimiz{
    padding: 40px;
    width: 67%;
    float: left;
    margin-right: 30px;
    background: #fff;
}
.yayinlarimiz_liste li{
    float:left;
    width: 240px;
    padding:30px;
    margin-right:30px;
    margin-top: 30px;
    background: #fafafa;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.yayinlarimiz_liste li span{
    width:100%;
    display:block;
    margin-top: 20px;
    text-align: center;
    font-size:14px;  
}
.yayinlarimiz_liste li:nth-child(3n){
    margin-right: 0;
}
.yayinlarimiz_son1{
    height:712px;
    float:left;
    background: #fafafa;
    padding: 30px;
    margin-right:30px;
    width:510px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yayinlarimiz_son2{
    float:left;
    background: #fafafa;
    padding: 30px;  
    margin-bottom:30px;  
    width:240px;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.yayinlarimiz_son2:last-child{
    margin-bottom: 0;
}


.yayinlarimiz_son3{
    float:left;
    background: #fafafa;
    padding: 30px;  
    margin-bottom:30px;  
    width:240px;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.yayinlarimiz_son3:last-child{
    margin-bottom: 0;
}



.yayinlarimiz_son1 img{
    width:450px;
}
.yayinlarimiz_son span{
    width:100%;
    display:block;
    text-align: center;
    font-size:18px;   
    margin-top: 20px;  
}
.yayinlarimiz_liste li a{
    width:100%;
    display:block;
}
.yayinlarimiz_liste li:Hover{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);       
}
.yayinlarimiz_liste li img{
    max-width: 100%;
}
.faaliyetraporlari{
    width:100%;
}
.faaliyetraporlari li{
    float:left;
    padding: 23px;
    width:240px;
    margin-right:30px;
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;       
    position: relative;
    flex-direction: column;
    background: #fafafa;
	
    
}

.f-genel li{height:150px!important}

.faaliyetraporlari li:nth-child(1),.faaliyetraporlari li:nth-child(2),.faaliyetraporlari li:nth-child(3){
    margin-top:0;
}
.faaliyetraporlari li:nth-child(3n){
    margin-right:0;
}
.faaliyetraporlari li span{
    font-size:14px;
}
.faaliyetraporlari li i{
    font-size:48px;
    color:#da0000;
    display:block;
    margin-bottom: 20px;
}
.faaliyetraporlari li a{
    position: absolute;
    right:0;
    top:0;
    left:0;
    bottom:0;
}
.faaliyetraporlari li:Hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);       
}

.duyuru_liste {width:100%;}
.duyuru_liste li {width:100%; padding:30px; background:#fafafa; margin-bottom: 30px;}
.duyuru_liste li:last-child{margin-bottom: 0;}
.duyuru_liste li h3 a:hover{color:#1fa752;}
.duyuru_liste li .haberler_detay{margin-top: 0;}


.lisanssiz-liste {width:100%;}
.lisanssiz-liste li {height:65px;position:relative;font-size:14px;width:100%;padding:5px;color:#000;border:1px solid #dfdfdf;margin-top:-1px;display: flex;align-items: center;}
.lisanssiz-liste li a {position:absolute;width:100%;height:100%;top:0;left:0;}
.lisanssiz-liste li i{width:8%;float:left;font-size:45px;color:#da0000;display:block;}
.lisanssiz-liste li span {width:92%;float:right;color:#000;}
.lisanssiz-liste li:nth-of-type(2n){background: #fafafa;}

.profornet-xls {color:#48a301!important}

.haberler{
    padding: 40px;
    width: 67%;
    float: left;
    margin-right: 30px;
    background: #fff;
}

.sosyal_liste li{
    float:left;
    width: 375px;
	height:335px!important;
    margin-right:30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);    
    margin-bottom: 30px;
	text-align:center;
}


.sosyal_liste li:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);     
}
.sosyal_liste li figure img{
    width:100%;
    display:block;
}
.sosyal_liste li:nth-child(2n){
    margin-righT:0;
}
.sosyal_liste > li > article > div{
    width:100%;
    padding: 30px;
}
.sosyal_liste h3 a{
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}
.sosyal_liste h3 a:hover{
    color: #15385f;
}
.sosyal_liste p{
    height:51px;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;     
    font-size: 14px!important;
    line-height: 17px!important;
}












.haberler_liste {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}






.haberler_liste li{
    float:left;
	width:48%;
	min-height:435px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);    
    margin-bottom: 30px;
}
.haberler_liste li:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);     
}
.haberler_liste li figure img{
    width:100%;
    display:block;
}
.haberler_liste li:nth-child(2n){
    margin-righT:0;
}
.haberler_liste > li > article > div{
    width:100%;
    padding: 30px;
}
.haberler_liste h3 a{
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}
.haberler_liste h3 a:hover{
    color: #15385f;
}
.haberler_liste p{
    height:51px;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;     
    font-size: 14px!important;
    line-height: 17px!important;
}
.haberler_detay{
    width:100%;
    height:15px;
    margin-top: 15px;
}
.haberler_detay-paylas{
    float:left;
    background:none;
    height:15px;
    margin-right:30px;
    color:#15385f;
    font-size:13px;
    padding: 0 5px;
    line-height: 15px;
}
.haberler_detay-paylas:hover{
    background: #fafafa;
}
.haberler_detay-paylas img{
    float:left;
    margin-right: 10px;
}
.haberler_detay-tarih{
    float:left;
    background:none;
    height:15px;
    margin-right:30px;
    color:#15385f;
    font-size:13px;
    line-height: 15px;
}
.haberler_detay-tarih img{
    float:left;
    margin-right: 10px;
}
.haberdetay_bilgi{
    width:100%;
    margin-bottom: 30px;
}
.haberdetay_bilgi-tarih{
    float:left;
    background:none;
    margin-right:30px;
    color:#252525;
    font-size:14px;
    margin-top:-20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #dfdfdf;
}
.haberdetay_bilgi-paylas{
    width:100%;
    margin:30px 0 0 0;
}
.haberdetay_bilgi-tarih img{
    float:left;
    margin-right: 10px;
    margin-top:1px;
}
.sayfalama{
    width:1260px;
    height:30px;
	margin-top:10px;
}
.sayfalama a{
    float:left;
    width:30px;
    height:30px;
    line-height: 30px;
    background: #f1f1f1;
    font-size: 13px;
    color: #252525;
    margin-right:5px;
    text-align: center;
}
.sayfalama a:Hover{
    background: #15385f;
    color:#fff;
}
.haberdetay{
    padding: 40px;
    width: 67%;
    float: left;
    margin-right: 30px;
    background: #fff;
}
.haberdetay_resim{
    width:100%;
}
.haberdetay_resim img{
    width:100%;
    display:block;
}
.haberdetay_icerik{
    width:100%;
    margin-top:30px;
}
.haberdetay h2{
    font-size:24px;
    margin:10px 0 10px 0;
}
.haberdetay h3{
    font-size:22px;
    margin:30px 0 10px 0;
}
.haberdetay_icerik h4{
    font-size:20px;
    margin:30px 0 10px 0;
}
.haberdetay_icerik p{
    display:block;
    margin-bottom: 20px;
    font-size:16px;
    line-height: 24px;
}
.haberdetay_icerik p:last-child{
    margin:0;
}
.icmain{
    background: #f0f0f0;
    padding: 30px 0;
}
.haberdetay_paylas{
    width:100%;
}
.icmain h1{
    font-size:28px;
}
.icmain p{
    font-weight:300;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;   
}
.icmain p:last-child{
    margin-bottom: 0;
}


.sayfaicerik div ul li {
	    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
	
}

.icmain h2{
    font-size:24px;
    margin:10px 0 10px 0;
}
.icmain h3{
    font-size:20px;
    margin:10px 0 10px 0;
}
.icmain h4{
    font-size:18px;
    margin:30px 0 10px 0;
}
.haberdetay_icerik a, .sayfaicerik_text a{
    color:#013b69;
    text-decoration: underline;
}
.sayfaform{
    width:100%;
}

.sayfaform ul li input{
    width:100%;
}

.sayfaform ul li textarea{
    width:100%;
}

.buyuktext {height:300px}


input[type="file"] {
  cursor: pointer !Important;
  color:#15385f;
}
input[type="file"]::-webkit-file-upload-button
{
  font: 300 14px  sans-serif;
  background: #15385f;
  border: 0;
  padding: 12px 25px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}
 
input[type="file"]::-ms-browse {
  background: #15385f;
  border: 0;
  padding: 12px 25px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}








.sayfaform_secim{
    width:375px;
    position: relative;
    margin-top: 20px;
}
input[type=text],select{
    background-color:#f0f0f0;
    height:40px;
    line-height: 40px;
    padding-left: 15px;
    border:0;
    width:182px;
	float:left;
	margin-right:5px;
}

select{
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: 96% 13px;
    background-size: 13px 13px;
}
.sayfaform p{
    margin-bottom: 10px;
}
input::placeholder,select::placeholder,textarea::placeholder{
    color:#252525;
}
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.checkbox input:checked ~ .checkmark {
    background-color: #1fa752;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
} 
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sayfaform a{
    color: #0177d4;
    text-decoration: underline;
}
.sayfaform strong{
    font-size: 14px;
    display:block;
    width: 100%;
    margin-bottom: 10px;
}
.sayfaform input, .sayfaform select{
    float:left;
    margin-right:30px;
}
.sayfaform input:last-child, .sayfaform select:last-child{
    margin-right:0;
}
.sayfaform{
    width:100%;
    float:left;
}
.sayfaform li{
    width:100%;
    margin-bottom: 30px;
}
.sayfaform li:last-child{
    margin-bottom: 0;
}
textarea{
    width:375px;
    padding: 20px;
    background: #f0f0f0;
    border:0;
    height:100px;
}
.sayfaform button{
    background-color:#15385f;
    height:40px;
    line-height: 40px;
    text-align: center;
    border:0;
    width:375px;   
    float:left;
    color:#fff;
    font-weight: bold;
}
.sayfaform button:Hover{
    background: #1fa752;
}

.iletisim_icerik-filtre {display:flex;}

.iletisim_tab{
    width:100%;
    display:flex; 
}
.iletisim_tab li{
    height:50px; 
    line-height: 50px;
    float:left;
    flex:1;
    text-align: center;
    cursor:pointer;
    position: relative;
    background: #f0f0f0;
    border:1px solid #f0f0f0;
    opacity:0.6;
display: flex;
    align-items: center;
    justify-content: center;	
}
.iletisim_tab li a {width:100%;height:100%;position:absolute;top:0;left:0;}
.iletisim_tab li:last-child{
    margin-right: 0;
}
.iletisim_tab .secili{
   opacity: 1;
   background: #fff;
}
.iletisim_tab .secili:after{
    width:100%;
    height:5px;
    bottom:-2px;
    left:0;
    background: #fff;
    position: absolute;
    content:"";
    z-index: 2;
}
.iletisim_tab li:hover{
    opacity: 1;
}
.iletisim_icerik{
    width:100%;
    position: relative;
    padding: 30px;
    border:1px solid #f0f0f0;
}
.iletisim_icerik_adres{
    width:100%;
    margin-top: 30px;
}
.iletisim_icerik_adres li{
    width:100%;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
    display:flex;
    justify-content: center;
    flex-direction: column;
    min-height:40px;
}
.iletisim_icerik_adres > li > i{
    position: absolute;
    left:0;
    top:0;
    height:40px;
    width:40px;
    line-height: 40px;
    background: #f0f0f0;
    border-radius: 3px;
    text-align: center;
    font-size:20px;
    font-weight: normal;
}
.iletisim_icerik_adres > li > a:Hover{
    color: #1fa752;
}
.iletisim_icerik_adres-yoltarifi{
    width:140px;
    height:40px;
    background: #f0f0f0;
    display:inline-block;
    line-height: 40px;
    padding-left: 15px;
    border-radius: 3px;
    margin-top: 30px;
}
.iletisim_icerik_adres-yoltarifi:Hover{
    background: #1fa752;
    color:#fff!important;
}
.iletisim_icerik_adres-yoltarifi i{
    float:left;
    line-height: 40px;
    margin-right: 10px;
}
.iletisim_icerik-harita{
    width:100%;
    margin-top: 30px;
}
aside .secili{
    display:none;
}
.iletisim_icerik-isletmeler{
    width:100%;
	display:flex;
	flex-wrap:wrap;
	text-transform:uppercase;
}
.iletisim_icerik-isletmeler > li{
    float:left;
    padding: 23px;
    width:413px;
    margin-right: 30px;
    margin-top: 30px;
    border:1px solid #f0f0f0;
}

.iletisim_icerik-isletmeler address {font-size:12px;}

.iletisim_icerik-isletmeler > li:nth-child(2n){
    margin-right: 0;
}
.iletisim_icerik-isletmeler h3{
    margin:0;
}
.iletisim_icerik-isletmeler p{
    font-size: 14px;
}
.iletisim_icerik-isletmeler > li > ul > li{
    width:100%;
    position: relative;
    padding-left: 40px;
    height:30px;
    margin-top: 10px;
    font-size: 14px;
    display:flex;
    flex-direction: column;
    justify-content: center;
	margin-bottom:15px;
}
.iletisim_icerik-isletmeler > li > ul > li > i{
    position: absolute;
    left:0;
    top:0;
    border-radius: 3px;
    width:30px;
    height:30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
}
.iletisim_icerik-isletmeler--yoltarifi{
    background: #f0f0f0;
    height:30px;
    line-height: 30px;
    padding-left:10px;
    width:110px;
    border-radius: 3px;
    font-size: 13px;
}
.iletisim_icerik-isletmeler--yoltarifi i{
    float:left;
    margin-right: 10px;
    line-height: 30px;
}
.iletisimform{
    width:100%;
}
.iletisimform strong{
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.iletisimform li{
    width: 100%;
    margin-bottom: 30px;
}
.iletisimform input, .iletisimform select{
    float: left;
    margin-right: 30px;
}
.iletisimform input:last-child, .iletisimform select:last-child {
    margin-right: 0;
}
.iletisimform button{
    background-color: #15385f;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    width: 375px;
    float: left;
    color: #fff;
    font-weight: bold;
}
.iletisimform button:hover{
    background: #1fa752;
}
.iletisimform li:last-child{
    margin-bottom: 0;
}
.kesintiler_anlik{
    width:100%;
    border-left:1px solid #f0f0f0;   
    border-right:1px solid #f0f0f0;   
    border-bottom:1px solid #f0f0f0;   
    border-top:4px solid #f0f0f0;   
}
.kesintiler_anlik li{
    width:100%;
    padding: 30px;
    position: relative;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0;
}
.kesintiler_anlik li h4{
    margin: 0 0 10px 0;
    font-size:24px;
}
.kesintiler_tab{
    width:100%;
    display:flex; 
}
.kesintiler_tab li{
    height:50px; 
    line-height: 50px;
    float:left;
    flex:1;
    text-align: center;
    cursor:pointer;
    position: relative;
    background: #f0f0f0;
    border:1px solid #f0f0f0;
    opacity:0.6;
}
.kesintiler_tab li:last-child{
    margin-right: 0;
}
.kesintiler_tab .secili{
   opacity: 1;
   background: #fff;
}
.kesintiler_tab .secili:after{
    width:100%;
    height:5px;
    bottom:-2px;
    left:0;
    background: #fff;
    position: absolute;
    content:"";
    z-index: 2;
}
.kesintiler_tab li:hover{
    opacity: 1;
}
.kesintiler_anlik p{
    font-size:14px;
    margin:10px 0;
}
.kesintiler_anlik span{
    font-size:14px;
    display:block;
    margin-top: 0;
}
.kesintiler_anlik time{
    font-size:14px;
    display:block;
}
.kesintiler_anlik b{
    display:block;
    margin-top:0;
}
.kesintiler_ilce li{
    float:left;
    margin-right:5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #f0f0f0;
    font-size: 11px;
    opacity:0.5;
}
.kesintiler_ilce{
    padding: 30px;
    border:1px solid #f0f0f0;
}
.kesintiler_ilce-var{
    opacity:1!important;
    background: #15385f!important;
    color: #fff;    
}

.icerik_bultenler .inner{
    overflow: hidden;
    display: none;
    background:#fafafa;
    padding:20px;
}
.icerik_bultenler{
    width:100%;
    margin:30px 0;
	margin-left:0px!important;
}
.icerik_bultenler > li{
    width:100%;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: 10px;
	list-style:none!important;
}
.icerik_bultenler button{
    width: 100%;
    text-align: left;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color:#333;
    background:#fafafa;
}
.icerik_bultenler-liste li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}
.icerik_bultenler-liste li a{
    font-weight: 400;
    color:#333;
}
.icerik_bultenler-liste li:last-child{
    margin-bottom: 0;
    border:0;
}
.icerik_bultenler-liste li a:hover{
    text-decoration: none;
    color:#1f9bde;
}
.icerik_bultenler-liste li i{
    margin-left: 15px;
}
.icerik_bultenler > li:after{
    position: absolute;
    width:50px;
    height:50px;
    line-height: 50px;
    text-align: center;
    color:#333;
    font-weight: 300;
    font-family: 'profornet';
    content:"\e90a";
    font-size:14px;
    display:block;
    right:0;
    top:0;
    pointer-events: none;
}

.bankalar {width:100%;}
.bankalar ul {width:100%;}
.bankalar ul li {width:20%;float:left;list-style:none;margin:0;padding:0!important;border-bottom:1px solid #dfdfdf; height:50px; display:flex; align-items: center; font-weight: bold; font-size:14px;}
.bankalar ul:first-child li strong{font-size:13px;}
.bankalar ul li img {text-align:center;}
.bankalar ul li:nth-child(2) {text-align:center; justify-content: center;}
.bankalar ul li:nth-child(3) {text-align:center; justify-content: center;}
.bankalar ul li:nth-child(4) {text-align:center; justify-content: center;}
.bankalar ul li:nth-child(5) {text-align:center; justify-content: center;}
.bankalar ul:nth-child(even){background:#fafafa;}
.bankalar ul li img{width:24px; height:24px;}
.yenifaaliyet > li{width:100%!important;margin-top:0!important;  margin-bottom: 10px;display: block!important; text-align: left; justify-content: inherit; align-items: inherit; position: relative; flex-direction: inherit;}
.yenifaaliyet .profornet-zip{display:none!important;}
.yenifaaliyet span{font-size:20px!important; display:block;}
.yenifaaliyet p a{float:left; height:30px; background: #dfdfdf; border-radius: 3px; padding:0 40px 0 10px; position:relative; margin-right:10px; margin-top: 20px; font-size:13px; line-height: 30px; font-weight: bold;}
.yenifaaliyet .profornet-indir{font-size:14px; position: absolute; color:#929292;top:9px; right: 20px; pointer-events: none;}
.yenifaaliyet p{float:left; display:inline-block; margin:0; position: relative; line-height: inherit;}
.yenifaaliyet > li > a{display:none; pointer-events: none;}
.yenifaaliyet p a:hover{background: #1fa752; color:#fff;}
.yenifaaliyet p:Hover i{color:#fff;}
.ilk-sayfa span{min-height:34px; display:flex; justify-content: center; align-items: center;}
.faaliyetraporlari li img{width:48px; height:48px; display:block; margin-bottom: 20px;}
.yenifaaliyet img{display: none!important;}
.ihale_ilanlari{width:100%;}
.ihale_ilanlari select{float:left; width:220px; }
.ihale_ilanlari button{height:40px; line-height: 40px; float:left; width:160px; background: #15385f; text-align: center; color:#fff; font-size:13px; font-weight: bold;}
.belgelist p a {width:auto!important;}
.ihale_ilanlari-filtre{width:100%;}
.ihale_ilanlari button:Hover{background: #1fa752;}
.ihale_ilanlari-liste{width:100%; margin-top: 30px;}
.ihale_ilanlari-liste ul{width:100%; display:flex; border:1px solid #dfdfdf; margin-top: -1px;}
.ihale_ilanlari-liste ul:first-of-type{font-weight: bold;}
.ihale_ilanlari-liste ul li{padding:15px 10px; border-right:1px solid #dfdfdf; font-size:14px;}
.ihale_ilanlari-liste ul li:nth-child(1){width:120px; text-align: center;display: flex; justify-content: center; align-items: center;}
.ihale_ilanlari-liste ul li:nth-child(2){flex:1}
.ihale_ilanlari-liste ul:nth-of-type(2n){background: #fafafa;}
.ihale_ilanlari-liste ul li:nth-child(3){border:0; width:95px; text-align: center;display: flex; justify-content: center; align-items: center;}
.ihale_ilanlari-liste ul  a:Hover{text-decoration: underline;}
.ihale_ilanlari-liste h3{margin: 0px 0 20px 0;}

.fenadami{width:100%;}
.fenadami-liste{width:100%; margin-top: 30px;}
.fenadami-liste ul{width:100%; display:flex; border:1px solid #dfdfdf; margin-top: -1px;padding-left:0px!important}
.fenadami-liste ul:first-of-type{font-weight: bold;}
.fenadami-liste ul li{padding:15px 10px; width:14%;margin:0!important; flex:1; border-right:1px solid #dfdfdf; font-size:14px;float:left;list-style:none!important;}
.fenadami-liste ul li:nth-child(1){text-align: center; justify-content: center; align-items: center;}

.fenadami-liste ul li:nth-child(3){text-align: center; flex:1; justify-content: center; align-items: center;}
.fenadami-liste ul li:nth-child(5){font-size:12px;}
.fenadami-liste ul a:Hover{text-decoration: underline;}
.fenadami-liste h3{margin: 0px 0 20px 0;}

.kesintilist {width:100%;}
.kesintilist ul li {list-style:none;margin-left:0px;margin-bottom:0px;}
.kesinti_il_baslik {width:100%;padding:10px;background-color:#f7f7f7;font-weight:bold;font-size:18px;}
.kesinti_tarih_baslik {padding-left:27px;font-size:16px;font-weight:bold;line-height:50px;background-image:url(/images/calendar.png);background-position:left center;background-repeat:no-repeat;}
.iller li{list-style:none;margin-left:0px!important;}
.iller li a {text-decoration:none;font-size:18px;color:#000;font-weight:700}



.ana-liste{width:100%;}
.ana-liste ul{width:100%; margin-top: -1px;}
.ana-liste ul li{padding:15px 10px; font-size:16px;width:100%;float:left;list-style:none;border:1px solid #dfdfdf;}
.ana-liste ul li:nth-of-type(2n){background: #fafafa;}
.ana-liste ul li a {text-decoration:none;}
.ana-liste ul li a:Hover{text-decoration: underline;}




.belgelist > li{display:flex; align-items: centeR; overflow: hidden; transition:all ease 0.3s; cursor:pointer;}
.belgelist span{font-size:18px!important;}
.belgelist div{display:none;}
.sayfa404{position: fixed; width:100%; flex-direction: column; height:100%; background: #2cbeff; padding:20px; display:flex; justify-content: center; align-items: center; top:0; left:0; overflow:hidden;}
.sayfa404_resim{position: relative; width:700px;}
.sayfa404_resim:before{width:1000px; left:-1000px; height:5px; background:url('../images/404bg.png'); content:""; position: absolute; top:10px;}
.sayfa404_resim:after{width:1000px; right:-1000px; height:5px; background:url('../images/404bg.png'); content:""; position: absolute; top:10px;}
.sayfa404_resim img{width:100%; display:block;}
.sayfa404_text h1{font-weight: bold; color:#fff; font-size:120px;}
.sayfa404_text p{color:#fff; font-size:18px;}
.sayfa404_text{text-align: center; width:100%; margin-bottom: 60px;}
.sayfa404_text a{color:#ffe78d; font-weight: bold; font-size:16px; margin-top: 10px; display:Block;}



.header_online{width: 120px; margin: 30px 10px 30px 0; padding: 0 10px; border-radius: 5px; height: 40px; background: #1fa752; float: left; font-size: 12px; color: #fff; font-weight: bold; display: flex; text-align: center; justify-content: center; align-items: center; line-height: 14px;}
.header_kesintiler{width:120px;width:auto; margin:30px 10px 30px 0; padding:0 10px; border-radius: 5px; font-size:12px; background-color: #15385f;}
.header_online:hover{background-color:#15385f;}
.header_kesintiler:hover{background-color:#1fa752;}
.taz_buton {width: 120px; margin: 30px 10px 30px 0; padding: 0 10px; border-radius: 5px; height: 40px; float: left; font-size: 12px; color: #fff; font-weight: bold; display: flex; text-align: center; justify-content: center; align-items: center; line-height: 14px;background:#970000;}
.taz_buton:hover{background-color:#6c0101!important;}
.header_arama{width:40px;height:100px;  position: relative;  float:left; z-index: 9999; margin-left:20px;}
.header_arama > i{width:40px; height:40px; line-height: 40px; text-align: center; background:#ebebeb; border-radius: 5px; margin-top:30px; display:block;}
.header_arama div{display:none; }
.header_arama:hover div{display:flex; justify-content: center; flex-direction: column; width:300px; position: absolute; right:0; height:100px; top:0; background-color: #013b69; padding:10px;}
.header_arama:hover{background-color: #013b69;}
.header_arama:hover i{color:#fff; background:none;}
.header_arama input{width:100%; background:#fff;}
.header_arama span{font-size: 14px; height: 40px; line-height: 40px;display: block; color:#fff;}
.header_arama button{position: absolute; right:5px; bottom:10px; width:40px; height:40px; line-height: 40px; text-align: center; background-color: #1fa752;}
.header_arama button:hover{background-color: #091b2f;}
.mobil_kesintiler img{width: 22px; float: left; margin-top: 13px; margin-right: 10px;}


.soru {font-weight:bold;}
.cevaplar {padding-top:15px;}
.sss p {float:none!important;display:block!important}

		.yonetimSemasi{
			width:100%;
			margin:auto;
		}
		.yonetimSemasi > div{
			width:100%;
			display:Flex;
			flex-direction: row;
		}
		.yonetimSemasi > div > ul{
			flex:1;
			margin-right: 3px;
		}
		.yonetimSemasi > div > ul:last-child{
			margin-right: 0;
		}
		.yonetimSemasi h2{
			width:220px;
			height:60px;
			border-radius: 10px;
			border:2px solid #23265c;
			display:Flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			font-size: 26px;
			font-weight: bold;
			color:#23265c;
		}
		.yonetimSemasi h2 span{
			font-size: 24px;
		}
		.yonetimSemasi_baslik{
			width:100%;
			padding:30px 0;
			justify-content: center;
			display:Flex;
			align-items: center;
		}
		.yonetimSemasi > div > ul > li{
			width: 100%;
			height:110px;
			min-height:110px;
			font-size: 11px;
			padding: 5px;
			display: flex;
			justify-content: center;
			align-items: center;
			margin-bottom: 25px;
			text-align: center;
			border: 2px solid #23265c;
			position: relative;
			font-weight: 500;
		}
		.yonetimSemasi > div > ul > li:first-child{
			background-color: #23265c;
			color:#fff;
		}
		.yonetimSemasi > div > ul > li:after{
			content:"\e903";
			position: absolute;
			bottom:0;
			font-family: 'profornet';
			bottom:-20px;
			color:#23265c;
		}
		.yonetimSemasi > div > ul > li:last-child{
			margin-bottom: 0;
		}
		.yonetimSemasi > div > ul > li:last-child:after{
			display:none;
		}




.kurumsalkimlik{
    width:100%;
    margin:auto;
}
.kurumsalkimlik > ul{
    width:100%;
    display:flex;
}
.kurumsalkimlik > ul > li{
    margin-right: 30px;
    border:1px solid #f0f0f0;
    flex:1;
	list-style:none;
}
.kurumsalkimlik > ul > li:last-child{
    margin-right: 0;
}
.kurumsalkimlik li div img{
    width:34px;
    height:34px;
}
.kurumsalkimlik > ul > li > figure{
    display:Flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.kurumsalkimlik div{
    border-top:1px solid #f0f0f0;
	text-align:center
}
.kurumsalkimlik div span{
    height:80px;
    line-height: 80px!important;
    font-weight: bold;
    font-size: 16px;
    display:block;
    line-height: 50px;
    color:#0f3763;
}
.kurumsalkimlik div ul{
    margin:15px 0px;
	display:flex;
	justify-content:center;
	align-items:center;

}
.kurumsalkimlik div ul li{
    display:Flex;
    justify-content: center;
    align-items: center;
}
.kurumsalkimlik div ul:after{
    clear:both;
    display:table;
    content:"";
}

.kurumsalkimlik div ul li a{
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kurumsalkimlik div ul li a:hover{
    background-color: #f0f0f0;
}



/***********************25 Aralık*********************/
.ucmer{width:100%;}
.ucmerUst{
    margin-bottom:20px;
}
.ucmerUst li{
    height:40px;
    width: 230px!important;
    padding-left: 20px;
    margin-right:30px;
    margin-bottom:10px!important;
    display: block;
    float: left;
    line-height:40px!important;
    font-size: 15px;
    font-weight: 500;
    background: #f0f0f0;
    margin-left:0!important;
}
.ucmerUst li:nth-child(3n){
    margin-right:0;
}
.ucmerSablon{
    width:100%;
    position: relative;
    height:350px;
}
.ucmerSablon li {
    margin-left:0!important;
    position: absolute;
    border: 2px solid #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px!important;
    font-weight: 500!important;
    width: 230px!important;
    line-height: 18px;
    min-height: 96px;
    left: 0;
}
.ucmerSablon1{
    top:0;
    background:#15385f;
    color:#fff!important;
    border:0!important;
}
.ucmerSablon2{
    top:126px;
}
.ucmerSablon3{
    top:252px;
}
.ucmerSablon4{
    top:252px;
    left:260px!important;
}
.ucmerSablon5{
    top:252px;
    left:520px!important;
    background: #1fa752;
    color:#fff!important;
    border:0!important;
}
.ucmerSablon1:after ,.ucmerSablon2:after{
    bottom:-24px;
    width:16px;
    height:16px;
    background:url(../images/ucmeralt.png);
    position:absolute;
    content:"";
}
.ucmerSablon3:after, .ucmerSablon4:after{
    right:-27px;
    width:16px;
    height:16px;
    background:url(../images/ucmersag.png);
    position:absolute;
    content:"";
}
.ucmerUst:after{clear:both; display:table; content:"";}
/***********************25 Aralık*********************/

.kesintilist {width:100%;}
.kesintidiv {padding:10px;display:flex;background:#fff;-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);}
.kesintidiv span{display:inline-block;margin:5px 0px;color:#000;font-size:18px;font-weight:700}
.kesintidiv div {flex:1;margin-top:10px;margin-bottom:20px;margin-left:10px;margin-right:10px;}





.organizasyon_sema-icerik{
	width: 1200px;
	margin: auto;
}

.organizasyon_sema-icerik ul li {list-style:none!important}
.organizasyon_sema-icerik li{
	margin-left: 0!important;
}
.liste-ust{
	display: flex;
	justify-content: center;
	align-items: center;
}

.liste-ust h2 {font-size:16px!important;}
.liste-ust h3 {font-size:16px!important;}
.organizasyon-kutu{
	text-align: center;
	background: #166ba3;
	padding-bottom: 5px;
}
.organizasyon-kutu h2{
	font-size: 10px;
	padding: 5px;
	min-width: 70px;
    min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.organizasyon-kutu h3{
	font-size: 9px;
	padding: 5px 0;
	background: #fff;
	min-width: 70px;
    min-height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.liste-alt{
	display: flex;
	margin-top: 30px;
}
.liste-alt > li{
	width: 90px;
	margin-right: 10px;
	list-style:none!important;
}
.liste-alt > li:last-child{
	margin-right: 0;
}
.liste-alt > li > ul > li{
	margin-bottom: 20px;
	list-style:none!important
}
.liste-alt > li > ul > li:last-child{
	margin-bottom: 0;
}
.liste-alt li{
	position:relative;
}
.ust_satir:before{
	content: "";
	position: absolute;
	width: 120%;
	height: 2px;
	background: #166ba3;
	left: 0;
	top: -8px;
}
.liste-alt > li:first-child > ul > li:first-child:before{
	content: "";
	position: absolute;
	width: 70%;
	height: 2px;
	background: #166ba3;
	right: -12px;
	left: auto;
	top: -8px;
}
.liste-alt > li:last-child > ul > li:first-child:before{
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background: #166ba3;
	left: 0;
	top: -8px;
}
.ust_satir:after{
	position: absolute;
	content: "\25BC";
	color: #166ba3;
	left: 45%;
	top: -9px;
	font-size: 8px;
}
.alt_satir:before{
	content: "";
	width: 1px;
	height: 130%;
	background: #166ba3;
	position: absolute;
	left: -7px;
}
.kivrim:before{
	content: "";
	width: 58%!important;
	height: 140%;
	border-top: 1px solid #166ba3;
	border-left: 1px solid #166ba3;
	background: transparent!important;
	position: absolute;
	left: -7px;
	top: -8px;
}
.kivrim:after{
	content: "";
	width: 1px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: -17px;
	background: #166ba3;
}
.alt-kutu:before{
	position: absolute;
	content: "\25BA";
	color: #166ba3;
	left: -8px;
	top: 50%;
	font-size: 8px;
}
.liste-alt > li > ul > .alt_satir:last-child:before{
	content: "";
    width: 1px;
    height: 60%!important;
    background: #166ba3;
    position: absolute;
    left: -7px;
}
@media screen and (min-width:180px) and (max-width:559px) {
	
	.belge-list {padding-left:0px!important}
	
	.belge-list li {
		width:48%!important;
		margin-left:1%!important;
		margin-right:1%!important;
		margin-bottom:1%!important;
		margin-top:1%!important;
	}
	
	.organizasyon_sema-icerik{
		width: 100%;
		padding: 20px;
	}
	.organizasyon_sema-icerik li{
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.liste-alt{
		flex-direction: column;
		margin-top: 10px;
	}
	.organizasyon_sema-icerik li:before{
		content: none!important;
	}
	.organizasyon_sema-icerik li:after{
		position: absolute;
		content: "\25BC";
		color: #166ba3;
		left: 50%;
		top: -15px;
		font-size: 8px;
		background: transparent;
	}
	.liste-alt > li > ul > li:last-child{
		margin-bottom: 10px;
	}
	.alt-kutu:before{
		content: none;
	}
	.liste-ust li:after{
		content: none;
	}
}
@media screen and (min-width:560px) and (max-width:1199px) {
	.organizasyon_sema-icerik{
		width: 100%;
		padding: 20px;
	}
	.organizasyon_sema-icerik li{
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.liste-alt{
		flex-direction: column;
		margin-top: 10px;
	}
	.organizasyon_sema-icerik li:before{
		content: none!important;
	}
	.organizasyon_sema-icerik li:after{
		position: absolute;
		content: "\25BC";
		color: #166ba3;
		left: 50%;
		top: -15px;
		font-size: 8px;
		background: transparent;
	}
	.liste-alt > li > ul > li:last-child{
		margin-bottom: 10px;
	}
	.alt-kutu:before{
		content: none;
	}
	.liste-ust li:after{
		content: none;
	}
}


.yonetimSemasi_altbaslik{
	flex-wrap: wrap;
	justify-content: center;
	width: 35%!important;
	margin: -20px auto 20px auto;
}
.yonetimSemasi_altbaslik > div{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: 2px solid #23265c;
	margin: 10px;
}
.yonetimSemasi_altbaslik > div > h3{
	font-weight: 500;
	font-size: 11px;
	text-align: center;
}
#ihaleTablo1 > tbody > tr:nth-child(even){
	background: #f2f2f2;
}
#ihaleTablo1 > tbody > tr > td{
	padding: 12px 10px;
}
#ihaleTablo1 > tbody > tr:not(.premiumClassified):hover{
	background: #f0f6ff;
}
.sutun_ilanYayin{
    color: #4CAF50;
    margin-bottom: 5px;
	font-family: 'Calibri light', sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.sutun_ilanBasvuru{
    color: #FF5722;
	font-family: 'Calibri light', sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.sutun_ilanYayin label{
	font-weight: bold;
}
.sutun_ilanBasvuru label{
	font-weight: bold;
}
.sutun_ilan-main{
	display: flex;
	flex-direction: column;
}
.ih_dosyalar{
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
	display: flex;
    align-items: center;
}
#ihaleTablo > tbody > tr{
	position: relative;
}
#ihaleTablo > tbody > tr:not(.premiumClassified):hover{
	background: #f0f6ff;
}
#ihaleTablo > tbody > tr:nth-child(even){
	background: #f2f2f2;
}
#ihaleTablo_filter input{
	border-radius: 7px;
	margin-left: 5px;
}
.ih_dosyalar:before{
	font-family: profornet;
	content: "\e927";
	position: absolute;
	left: 0;
	color: red;
	width: 16px;
}
.ih_dosyalar a{
	text-decoration: underline;
	text-underline-offset: 6px;
}

@media screen and (min-width:1199px) and (max-width:1400px) {
	.header_logo img {
		height: 40px!important;
		margin-top: 29px!important;
	}
}


.belge-list {
	display:flex;
	flex-wrap:wrap;
	margin:20px 0px;
}

.belge-list li {
	width:30%;
	margin-right:25px;
	list-style:none!important;
	margin-bottom:25px;
	border:1px solid #ebebeb;
}

.belge-list li:hover {
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
transition: all 0.3s;
}

.belge-list li:nth-child(3n){
	margin-right:0px;
}

.belge-list li img {
	width:100%;
}


















.ana-liste:after,
.belgelist li div:after,
.ihale_ilanlari-filtre:after,
.fenadami:after,
.bankalar ul:after,
.kesintiler_ilce:after,
.iletisimform li:after,
.iletisim_icerik-isletmeler:after,
.iletisim_tab:after,
.iletisim_icerik_adres:after,
.iletisim_tab:after,
.sayfaform ul:after,
.sayfaform ul li:after,
.sayfaform:after,
.yayinlarimiz_son:after,
.haberler_liste:after,
.haberdetay_bilgi:after,
.faaliyetraporlari:after,
.sayfalama:after,
.haberler:after,
.sayfa:after,
.yayinlarimiz:After,
.sayfaicerik_resim1:after, .sayfaicerik_resim2:after, .sayfaicerik_resim3:after,
.sayfa-galeri:after,
aside:after,
.breadcrumb ul:after,
.footer_menu ul:after,
.footer_linkler ul:after,
.anasayfaSosyal > div:after,
.footer_alt > div:after,
.anasayfaHaberler ul:after,
.anasayfa_bilgi > div:after,
.header:after{
    clear: both;
    display:block;
    content:"";
}
