<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Genel Ayar */
*,*:focus,*:active{
	outline:0;	
}
*{

	outline:0;	
	font-family: 'Roboto', sans-serif;
}
:root {
	--cc: #1b75bc; 
}
body{
	overflow-x:hidden;
	background-color: #fff;
}
/*::-webkit-scrollbar{
	all:unset;
}
::-webkit-scrollbar-thumb{
	all:unset;	
}
::-webkit-scrollbar-thumb:window-inactive{
	all:unset;	
	}*/

	html, body {
		min-height: 100% !important;
		height: 100%;
	}
	.grow-1{flex-grow: 1;}
	.grow-2{flex-grow: 2;}
	.grow-3{flex-grow: 3;}
	.grow-4{flex-grow: 4;}
	.grow-5{flex-grow: 5;}
	.grow-6{flex-grow: 6;}
	.grow-7{flex-grow: 7;}
	.grow-8{flex-grow: 8;}
	.grow-9{flex-grow: 9;}
	.grow-10{flex-grow: 10;}
	.grow-11{flex-grow: 11;}

	.btn.focus, .btn:focus {
		outline: 0;
		-webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0);
		box-shadow: 0 0 0 0 rgba(0,123,255,0);
	}
	.fs-20{
		font-size: 20px;
	}
	.clear{
		clear:both;
	}
	.c-pointer{
		cursor: pointer;
	}
	.u_none{
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		pointer-events: none;

	}
	.noselect {
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */ /* Konqueror HTML */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none; 
	}
	/* Genel Ayar */
	.relative{
		position: relative;
		min-height: 1px;
	}
	.f_right{
		float: right;
	}
	.c-555{
		color: #555;
	}
	.d-i-block{
		display: inline-block;
	}
	.w-100{
		width: 100%;
	}
	.j-c-center{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
	}
	.f-rajd{
		font-family: 'Rajdhani', sans-serif;
	}
	.vs-hidden{
		visibility: hidden;
	}

	.btn{
		cursor: pointer;
	}



	.alert_custom{
		text-align: center;
		color: #ffffff;
		background-color: #6d002a;
		border:none;
	}
	.c-000{color:#000;}
	.c-111{color:#111;}
	.c-222{color:#222;}
	.c-333{color:#333;}
	.c-444{color:#444;}
	.c-555{color:#555;}
	.c-666{color:#666;}
	.c-777{color:#777;}
	.c-888{color:#888;}
	.c-999{color:#999;}
	.c-aaa{color:#aaa;}
	.c-bbb{color:#bbb;}
	.c-ccc{color:#ccc;}
	.c-ddd{color:#ddd;}
	.c-eee{color:#eee;}
	.c-fff{color:#fff;}

	.wi-5{ width: 5%!important; }
	.wi-6{ width: 6%!important; }
	.wi-10{ width: 10%!important; }
	.wi-12{ width: 12%!important; }
	.wi-13{ width: 13%!important; }
	.wi-14{ width: 14%!important; }
	.wi-15{ width: 15%!important; }
	.wi-16{ width: 16%!important; }
	.wi-17{ width: 17%!important; }
	.wi-18{ width: 18%!important; }
	.wi-19{ width: 19%!important; }
	.wi-20{ width: 20%!important; }
	.wi-21{ width: 21%!important; }
	.wi-22{ width: 22%!important; }
	.wi-23{ width: 23%!important; }
	.wi-24{ width: 24%!important; }
	.wi-25{ width: 25%!important; }
	.wi-30{ width: 30%!important; }
	.wi-35{ width: 35%!important; }
	.wi-50{ width: 50%!important; }

	

	.fs-10{font-size: 10px;}	
	.fs-11{font-size: 11px;}	
	.fs-12{font-size: 12px;}	
	.fs-13{font-size: 13px;}	
	.fs-14{font-size: 14px;}	
	.fs-15{font-size: 15px;}	
	.fs-16{font-size: 16px;}	
	.fs-17{font-size: 17px;}	
	.fs-18{font-size: 18px;}	
	.fs-19{font-size: 19px;}	
	.fs-20{font-size: 20px;}	
	.fs-21{font-size: 21px;}	
	.fs-22{font-size: 22px;}
	.fs-50{font-size: 50px;}
	.fs-60{font-size: 60px;}	

	.fsi-10{font-size: 10px!important;}	
	.fsi-11{font-size: 11px!important;}	
	.fsi-12{font-size: 12px!important;}	
	.fsi-13{font-size: 13px!important;}	
	.fsi-14{font-size: 14px!important;}	
	.fsi-15{font-size: 15px!important;}	
	.fsi-16{font-size: 16px!important;}	
	.fsi-17{font-size: 17px!important;}	
	.fsi-18{font-size: 18px!important;}	
	.fsi-19{font-size: 19px!important;}	
	.fsi-20{font-size: 20px!important;}	
	.fsi-21{font-size: 21px!important;}	
	.fsi-22{font-size: 22px!important;}
	.fsi-50{font-size: 50px!important;}
	.fsi-60{font-size: 60px!important;}	


	/* Border radius */

	.br-0 {border-radius: 0}
	.br-2 {border-radius: 2px}
	.br-5 {border-radius: 5px}
	.br-10 {border-radius: 10px}
	.br-15 {border-radius: 15px}
	.br-50 {border-radius: 50%}






	.left-0{left:0!important; }
	.left-300{left:300px!important;}
	.right-0{right: 0!important;}

	.p-absolute{position: absolute;}


/* #MARGINS #PADDINGS
================================================== */
.mi-0 {margin:0 !important;}
.m-0{margin:0;}
/* margin top */
.mti-0 {margin-top:0 !important;}
.mti-5 {margin-top:5px !important;}
.mti-10 {margin-top:10px !important;}
.mti-20 {margin-top:20px !important;}
.mti-25 {margin-top:25px !important;}
.mti-30 {margin-top:30px !important;}
.mti-40 {margin-top:40px !important;}
.mti-50 {margin-top:50px !important;}
.mti-55 {margin-top:55px !important;}
.mti-60 {margin-top:60px !important;}
.mti-70 {margin-top:70px !important;}
.mti-80 {margin-top:80px !important;}
.mti-90 {margin-top:90px !important;}
.mti-100 {margin-top:100px !important;}
.mti-110 {margin-top:110px !important;}
.mti-150 {margin-top:150px !important;}
.mti-170 {margin-top:170px !important;}

.mt-0 {margin-top:0;}
.mt-5 {	margin-top:5px;}
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-25 {margin-top:25px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-55 {margin-top:55px;}
.mt-60 {margin-top:60px;}
.mt-70 {margin-top:70px;}
.mt-80 {margin-top:80px;}
.mt-90 {margin-top:90px;}
.mt-100 {margin-top:100px;}
.mt-110 {margin-top:110px;}
.mt-150 {margin-top:150px;}
.mt-170 {margin-top:170px;}
/* margin top */

/* margin right-left */

.mri-0 {	margin-right:0 !important;}
.mri-5 {margin-right:5px !important;}
.mri-7 {margin-right:7px !important;}
.mri-10 {margin-right:10px !important;}
.mri-15 {margin-right:15px !important;}
.mri-20 {margin-right:20px !important;}

.mli-0 {margin-left:0px !important;}
.mli-5 {margin-left:5px !important;}
.mli-10 {margin-left:10px !important;}
.mli-20 {margin-left:20px !important;}
.mli-30 {margin-left:30px !important;}
.mli-40 {margin-left:40px !important;}

.mr-0 {	margin-right:0;}
.mr-5 {margin-right:5px;}
.mr-7 {margin-right:7px;}
.mr-10 {margin-right:10px;}
.mr-15 {margin-right:15px;}
.mr-20 {margin-right:20px;}

.ml-0 {margin-left:0px;}
.ml-10 {margin-left:10px;}
.ml-20 {margin-left:20px;}
.ml-30 {margin-left:30px;}
.ml-40 {margin-left:40px;}

/* margin right-left */

/* margin bottom */
.mbi-0 {margin-bottom:0 !important;}
.mbi-5 {margin-bottom:5px !important;}
.mbi-10 {margin-bottom:10px !important;}
.mbi-15 {margin-bottom:15px !important;}
.mbi-20 {margin-bottom:20px !important;}
.mbi-23 {margin-bottom:23px !important;}
.mbi-40 {margin-bottom:40px !important;}
.mbi-45 {margin-bottom:45px !important;}
.mbi-25 {margin-bottom:25px !important;}
.mbi-30 {margin-bottom:30px !important;}
.mbi-35 {margin-bottom:35px !important;}
.mbi-50 {margin-bottom:50px !important;}
.mbi-60 {margin-bottom:60px !important;}
.mbi-70 {margin-bottom:70px !important;}
.mbi-75 {margin-bottom:75px !important;}
.mbi-80 {margin-bottom:80px !important;}
.mbi-90 {margin-bottom:90px !important;}
.mbi-100 {margin-bottom:100px !important;}
.mbi-110 {margin-bottom:110px !important;}
.mbi-140 {margin-bottom:140px !important;}
.mbi-160 {margin-bottom:160px !important;}
.mbi-170 {margin-bottom:170px !important;}
.mbi-180 {margin-bottom:180px !important;}
.mbi-210 {margin-bottom:210px !important;}

.mb-0 {margin-bottom:0;}
.mb-5 {margin-bottom:5px;}
.mb-10 {margin-bottom:10px;}
.mb-15 {margin-bottom:15px;}
.mb-20 {margin-bottom:20px;}
.mb-23 {margin-bottom:23px}
.mb-40 {margin-bottom:40px;}
.mb-45 {margin-bottom:45px;}
.mb-25 {margin-bottom:25px;}
.mb-30 {margin-bottom:30px;}
.mb-35 {margin-bottom:35px;}
.mb-50 {margin-bottom:50px }
.mb-60 {margin-bottom:60px;}
.mb-70 {margin-bottom:70px;}
.mb-75 {margin-bottom:75px;}
.mb-80 {margin-bottom:80px;}
.mb-90 {margin-bottom:90px;}
.mb-100 {margin-bottom:100px;}
.mb-110 {margin-bottom:110px;}
.mb-140 {margin-bottom:140px;}
.mb-160 {margin-bottom:160px;}
.mb-170 {margin-bottom:170px;}
.mb-180 {margin-bottom:180px;}
.mb-210 {margin-bottom:210px;}
.mb-300 {margin-bottom:300px;}
.mb-320 {margin-bottom:320px;}
.mb-400 {margin-bottom:400px;}
/* margin bottom */


.mlr-1 {margin-left: 1px; margin-right: 1px;}
.mlr-10 {margin-left: 10px; margin-right: 10px;}
.mlr-30 {margin-left: 30px; margin-right: 30px;}
.mlr-min-30 {margin-left: -30px !important; margin-right: -30px !important;}


.p-0 {padding:0;}
.p-10 {padding:10px;}
.p-15 {padding:15px;}
.p-20 {padding:20px;}
.p-25 {padding:25px;}
.p-40 {padding:40px;}

.pi-0 {padding:0 !important;}
.pi-10 {padding:10px !important;}
.pi-15 {padding:15px !important;}
.pi-20 {padding:20px !important;}
.pi-25 {padding:25px !important;}
.pi-40 {padding:40px !important;}

.pt-0 {padding-top:0px;}
.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-36 {padding-top:36px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-55 {padding-top:55px;}
.pt-60 {padding-top:60px;}
.pt-65 {padding-top:65px;}
.pt-70{padding-top:70px;}
.pt-75{padding-top:75px;}
.pt-80{padding-top:80px;}
.pt-95 {padding-top:95px;}
.pt-100 {padding-top:100px;}
.pt-130 {padding-top:130px;}
.pt-140 {padding-top:140px;}
.pt-250 {padding-top:250px;}

.pti-0 {padding-top:0px !important;}
.pti-10 {padding-top:10px !important;}
.pti-20 {padding-top:20px !important;}
.pti-30 {padding-top:30px !important;}
.pti-36 {padding-top:36px !important;}
.pti-40 {padding-top:40px !important;}
.pti-50 {padding-top:50px !important;}
.pti-55 {padding-top:55px !important;}
.pti-60 {padding-top:60px !important;}
.pti-65 {padding-top:65px !important;}
.pti-70{padding-top:70px !important;}
.pti-75{padding-top:75px !important;}
.pti-80{padding-top:80px !important;}
.pti-95 {padding-top:95px !important;}
.pti-100 {padding-top:100px !important;}
.pti-130 {padding-top:130px !important;}
.pti-140 {padding-top:140px !important;}
.pti-250 {padding-top:250px !important;}

.pr-0 {	padding-right:0 !important;}
.pr-15{padding-right:15px;}
.pr-30{padding-right:30px;}
.pr-75{padding-right:75px;}

.pb-0 {	padding-bottom:0px;}
.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-45 {padding-bottom:45px;}
.pb-50 {padding-bottom:50px;}
.pb-55 {padding-bottom:55px;}
.pb-60 {padding-bottom:60px;}
.pb-65 {padding-bottom:65px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}
.pb-130 {padding-bottom:130px;}
.pb-140 {padding-bottom:140px;}

.pbi-0 {	padding-bottom:0px !important;}
.pbi-10 {padding-bottom:10px !important;}
.pbi-20 {padding-bottom:20px !important}
.pbi-30 {padding-bottom:30px !important;}
.pbi-40 {padding-bottom:40px !important;}
.pbi-45 {padding-bottom:45px !important;}
.pbi-50 {padding-bottom:50px !important;}
.pbi-55 {padding-bottom:55px !important;}
.pbi-60 {padding-bottom:60px !important;}
.pbi-65 {padding-bottom:65px !important;}
.pbi-70 {padding-bottom:70px !important;}
.pbi-80 {padding-bottom:80px !important;}
.pbi-130 {padding-bottom:130px !important;}
.pbi-140 {padding-bottom:140px !important;}

.pl-0 {padding-left:0 !important;}
.pl-20 {padding-left:20px;}
.pl-30 {padding-left:30px;}
.plr-0 {padding-left:0 !important;	padding-right:0 !important;}
.plr-1 {padding-left: 1px; padding-right: 1px;}
.plr-5 {padding-left: 5px; padding-right: 5px;}
.plr-10 {padding-left: 10px; padding-right: 10px;}
.plr-15 {padding-left: 15px; padding-right: 15px;}
.plr-20 {padding-left: 20px; padding-right: 20px;}
.plr-30 {padding-left: 30px; padding-right: 30px;}
.plr-40 {padding-left: 40px; padding-right: 40px;}
.plr-50 {padding-left: 50px; padding-right: 50px;}
.plr-150 {padding-left: 150px; padding-right: 150px;}


@media (max-width: 767px) {
	.mb-30-767 {

		margin-bottom:30px;

	}
	.plr-0-767 {
		padding-left:0; padding-right:0;
	}
	.pt-0-767{
		padding-top:0px !important;
	} 
	.pt-b-10-767{
		padding-top:20px !important;
		padding-bottom:20px !important;
	}

}

.badge{-webkit-transition: .2s;-o-transition: .2s;transition: .2s}
.badge-1{color:#FFF;background-color: #6f85ff;}
.badge-1:hover{color:#fff;background-color: #556ef7}
.badge-2{color: #444;background-color: #eee;} 
.badge-2:hover{color:#444;background-color: #ddd}
.badge-3{color:#FFF;background-color: #ff6262;}
.badge-3:hover{color:#fff;background-color: #f03434}
.badge-4{color:#FFF;background-color: #f66cff;}
.badge-4:hover{color:#fff;background-color: #f047fb}
.badge-5{color:#FFF;background-color: #FF5722;}
.badge-5:hover{color:#fff;background-color: #ff3d00}
.badge-6{color:#fff;background-color: #0da2ea;}
.badge-6:hover{color:#fff;background-color: #00acff}
.badge-7{color:#444;background-color: #f1ff78;}
.badge-7:hover{color:#444;background-color: #e6fb33}
.badge-8{color:#444;background-color: #93ff98;}
.badge-8:hover{color:#444;background-color: #7cfd82}
.badge-9{color:#444;background-color: #ffeb3b;}
.badge-9:hover{color:#444;background-color: #fae72b}
.badge-10{color:#444;background-color: #9ffff6;}
.badge-10:hover{color:#444;background-color: #80fff3}


.custom_select {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.custom_select input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #000;
	background-color: #f8f8f8;
	border-radius: 3px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

/* On mouse-over, add a grey background color */
.custom_select:hover input ~ .checkmark {
	background-color: #fafafa;
}

/* When the checkbox is checked, add a blue background */
.custom_select input:checked ~ .checkmark {
	border: 1px solid #1667ef;
	background-color: #3175e4;
	border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom_select input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom_select .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tab_item_detay h1,.tab_item_detay h2,.tab_item_detay h3,.tab_item_detay h4,.tab_item_detay h5,.tab_item_detay h6{
	color:#333!important;
}

.organizational-chart h1,.organizational-chart h2,.organizational-chart h3,.organizational-chart h4,.organizational-chart h5,.organizational-chart h6{
	color:#FFF!important;
}
.organizational-chart a{
	text-decoration: none;
}
.yan_card a{
	text-decoration: none;
	color:#FFF;
}

.kategori_kutular a{
	text-decoration: none;
}

.mesaj_panel label{
	color:#FFF;
}

.anket_soru_sayi{
	font-size: 45px; color:#333; 
}
.form-control:focus,.custom-control-input:focus~.custom-control-label::before{
	box-shadow: none;
}
.kapsayici{
	background:url(img/wall/bg-normal2.jpg); background-size: cover; position: relative; padding-bottom: 100px;
}



.owl-carousel {
	position: relative;
}
.owl-prev,
.owl-next {
	position: absolute;
	top: 5px;
}
.owl-prev:not(.disabled):hover,
.owl-next:not(.disabled):hover{
	background: var(--cc)!important;
}
.owl-prev{
	left: -30px;
}
.owl-next{
	right: -30px;

}
.owl-nav{
	margin-top: 0!important;
}

.sayfa_yazi_alani img{
	display: block;
	margin:0 auto;
	max-width: 100%;
}

.iletisim-map { height: 300px;  box-shadow: 0px 10px 80px -40px #000; }
.iletisim-map .container-fluid { padding: 0px; }
.iletisim-map .container-fluid iframe { border: 0px; width: 100%; height: 300px; }

#dosya{
	height: 750px;
}
.link_kutu a:hover{
	text-decoration: none;
}
.menu_footer a:hover{
	text-decoration: none;
}
.logo_mobil{
	display: none;
}
.menu_footer{
	display: none;
	overflow:hidden;
}

.menu_footer .col{
	padding: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.menu_footer .col:hover{
	background-color:#f2f2f2;
}

.mobil_arama{
	display: none;
	transition: .3s;
	padding:3px 10px;
}
.mobil_arama .btn{
	height: 40px;
	border-radius: 0;
	color: #555;
}
.mobil_arama .btn:hover{
	
	background-color: #eee;
}
.mobil_arama input{
	width: 100%;
	background-color:transparent;
	border: 0; 
	border-bottom: 2px solid #ddd;
	font-size: 14px;
}
.mobil_arama input:focus{

	border-bottom: 2px solid #5275ab;
}
.mobil_mesaj_gonder{
	display: none;
	transition: .3s;
}
.mobil_mesaj_gonder span{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
}

.dikey_ayrac{
	max-width: 2px;height: 100%;background-color:#ccc;
}
.bottom-50{
	bottom:50px!important;
}
.mobil_ana_menu{
	width: 220px;
	height: calc(100vh - 104px);
	position: fixed;
	right: -220px;
	top:54px;
	background: #fafafa;
	z-index: 21;
	text-align: left;
	overflow-y: scroll;
	transition: .4s;
}
.mobil_ana_menu a{
	font-family: 'roboto', sans-serif;
	font-size: 15px;
	letter-spacing: .21px;
	text-decoration: none;
	display: block;
	color:#333;
	text-align: left;

	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom:2px solid #ddd;
	padding: 9px 10px;

}
.mobil_ana_menu a:nth-last-child(1){

	border-bottom:0;
}
.mobil_ana_menu a:hover{
	background-color: #eee;
}

.mobil_ic_menu a{
	text-indent: 20px;
	background-color: #fff;
	border-bottom-color: #f2f2f2!important;
	padding: 7px 6px!important;
}

.menu{
	width: 100%; height: 70px;background: #f8f8f8; box-shadow: 0 10px 40px -25px #555;display: flex;justify-content: center;align-items: center;flex-direction: column;
}
.menu img{
	width: 200px; margin-top: 20px;
}
.menu span{
	position: relative; top: -20px; font-size: 30px

}
.top_menu{
	width: 100%; background:#eee;
}
.top_menu a{
height: 50px;line-height: 50px
}
@media (min-width: 1700px) {
	.sol_menu a{

		padding: 8px 10px;

	}
}

@media (min-width: 1282px) and (max-width: 1500px) {
	.menu2 .nav-item&gt;a{
		font-size: 15px;
		margin:0 2px;
		padding: 7px;

	}
	.menu2 .navbar{
		padding:0;
	}
	.logo{
		left:40px;
	}
}
@media (min-width: 768px) and (max-width: 1281px) {
	.yazi_slider{
		margin-left: 30px; 
	}
	.menu_yan{
		margin-left: 13px;
		margin-right:7px;
		margin-top: 9px;
	}
	.menu2, .menu_kapsayici{
		height: 55px
	}
	.menu2 .dropdown-item{
		font-size: 13px;
	}
	.anasayfa_slide{
		top: 55px;
	}
	.anasayfa_slide img{
		height: calc(100vh - 105px);

	}
	.menu2 .navbar{
		padding:0;
	}
	.intro img{
		top: 55px;
	}
	

}
@media (min-width: 1151px) and (max-width: 1281px) {
	
	.menu2 .nav-item&gt;a{
		font-size: 14px;
		margin:0 2px;
		padding: 6px;

	}
	.logo{
		left:30px;
		width: 110px;
		height: 140px;
	}
	.logo img {
		width: 82px;
		position: absolute;
		left: calc(50% - 41px);
	}
	.menu_kapsayici.scrolling .logo_mobil img{
		left: -48px;
		width: 208px;
		top: -4px;
	}
	.modal_panel h4{
		font-size: 38px;
	}
}
@media (min-width: 992px) and (max-width: 1150px) {
	.menu2 .nav-item&gt;a{
		font-size: 12px;
		margin:0 2px;
		padding: 6px;

	}
	.logo{
		left:20px;
		width: 100px;
		height: 130px;
	}
	.logo img {
		width: 74px;
		position: absolute;
		left: calc(50% - 37px);
	}
	.menu_kapsayici.scrolling .logo_mobil img{
		left: -48px;
		width: 158px;
		top: 5px;

	}
	.modal_panel h4{
		font-size: 32px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.ust_menu_button{display: block;}
	.meclis_uye_detay .etk_tur{
		right: 5px;
		top: -10px;
	}

}
@media (min-width: 900px) and (max-width: 992px) {
	.truva{
		left:270px;
	}
}
@media (min-width: 768px) and (max-width: 899px) {
	.truva{
		display: none;
	}
	.menu_truva{
		display: block!important;
	}
}
@media (min-width: 992px) and (max-width: 1439px) {
	.yazi_slider{
		margin-left: 30px; 
	}
	.kesif .baslik{
		font-size: 45px; 	
	}
}
@media (min-width: 1340px) and (max-width: 1439px) {
	.menu_kapsayici.scrolling .logo_mobil img{
		position: absolute;left: -40px; width: 260px;  top: -8px;
	}
}
@media (min-width: 1281px) and (max-width: 1339px) {
	.menu_kapsayici.scrolling .logo_mobil img{
		left: -50px;
		width: 214px;
		top: 1px;
	}
}
@media (min-width: 1281px) and (max-width: 1439px) {
	/*	.container {	max-width: 960px;} */
	.man{
		left: 10px;
		width: 210px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {

	.yazi_slider{
		margin-left: 60px; 
	}

	.hizmetler .col-md-2{
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;

	}
	.sol_menu{
		left: -300px;
		width: 300px;
		display: block!important;
	}
	.sanat_topluluk_kapsayici {
		min-height: 460px;
	}
}
@media (min-width: 991px){
	.pr-991-0{
		padding-right: 0;
	}
	.pl-991-0{
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.arama_sonuc_baslik,.arama_sonuc_link{
		border-radius: 0;
	}
	.intro h1 { font-size: 34px;     line-height: 30px;
	}

	.flex_kutu.icerik .baslik{
		font-size: 15px;
	}
	.arama_paneli .arama_button{
		top: -23px;
	}
	.arama_sonuc_link{
		height: auto;
	}
	.sanat_img_kapsayici{
		height: 200px;

	}
	.yukari_menu {
		padding: 8px 20px;
	}
	.logo_ic{
		max-width: 200px;
		margin-left: 50px
	}
	
	.logo_ust{
		padding: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		width: 49px;
		top:2px;
	}
	.ataturk{
		left: 5%;
		width:60px;
	}
	.sol_menu a{

		padding: 8px 10px;

	}
	.man{
		width: 250px;
	}
	.sliuet{
		width: 65%;
	}
	.gutter_h{
		height: 300px;
	}
	.logo_mobil{
		display: block;
	}
	.logo{
		display: none;
	}
	.menu2 .navbar{
		display: none;
	}
	.menu2, .menu_kapsayici{
		height: 55px
	}	
	.anasayfa_slide{
		top: 55px;
	}
	.logo_mobil img{
		top: -15px;
		left: 0
	}
	.baskan_img{
		display: none;
	}
	.baskan_kapsayici{
		height: 200px;
		margin-top: 120px;
	}
	.kesif .baslik{
		font-size: 40px;
	}
	.haber_genel .haber_thumb{
		display: none!important;
	}
	.owl-tema-haberler .owl-dots{
		display: block!important;
	}
	.tumunu_gor.haberler{
		margin-top: 4px;
	}
	.modal_panel h4{
		font-size: 30px;
	}
	.panel_close{
		width: 60px;
		top: 8px;
		right: 8px;
	}

	.ana_arama_input{
		font-size: 15px!important;
	}
	.bask_yard {
		height: 475px
	}
	.bask_yard .resim_bg{
		height: 250px
	}
	.bask_yard .kare {
		top: -245px;
		width: 250px;
		height: 250px;
		left: calc(50% - 125px);
	}
	.bask_yard .yazi{
		top: -190px;
	}
	.bask_yard h3{
		font-size: 22px;
	}
	.haber_genel .haber_img{
		height: 340px;
	}
	.sec_kapsayici.haberler{
		height: 490px;

	}
	.sabit_footer{
		height: 420px;
	}
}
@media (max-width: 767px)  {
	.menu2 .menu_yan{
		display: none;
	}
	.intro h1{
		font-size: 30px
	}
	.film_kapsayici h2 {
		font-size: 16px;
	}
	.sanat_topluluk_kapsayici {
		min-height: unset;
	}
	.duyuru_baslik{
		width: 100%;

	}
	.duyurular{
		height: 260px;
	}
	.duyuru .item {
		margin: 30px 0;
		padding: 0px 10px;
	}
	.man{bottom: 110px;}
	.baskan{bottom: 90px;}
	.logo_alt{bottom:85px;}


	.erisim_menu{
		display: none;
	}
	.yukari_menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sol_menu1, .sol_menu2{

		display: none!important;
	}
	.truva{
		left:auto;
		right: 10px!important;
	}
	.sol_menu_mobil {
		display: block;
	}

	.mobil_ekstra_menu_button{visibility: visible;}
	.mobil_ekstra_menu{
		visibility: visible;
	}
	.yan_card{
		display: none;
	}

	.footer.fixed{
		display: none;
	}
	.menu_footer{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 50px;
		width: 100%;
		background:#FFF;position: fixed; z-index: 22;bottom: 0;left: 0;box-shadow: 0 -10px 20px -16px #555
	}
	.sabit_footer{
		height: 300px;
	}
	.etk_genel_baslik {
		height: 35px;

		font-size: 18px;
		line-height: 35px;

	}
	.haber_genel_baslik {
		height: 35px;

		font-size: 18px;
		line-height: 35px;

	}

	.tab_item .etk_tarih .etk_gun{
		font-size: 45px;
		line-height: 45px;
	}
	.tab_item .etk_tarih .etk_zaman{
		line-height: 18px;
		font-size:18px;
	}
	.tab_item .incele i, .tab_item .indir i{
		font-size: 50px;
	}
	.tab_item .incele span, .tab_item .indir span{
		font-size: 18px;
	}
	.tab_item .tab_item_detay p{
		margin-bottom: 0;
		font-size: 14px;

	}
	.mobil_arama{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 40px;
		width: 100%;
		background: #f8f8f8;
		position: fixed;
		z-index: 9;
		bottom: 0;
		left: 0;
		box-shadow: 0 -10px 20px -16px #555;
	}
	.mobil_mesaj_gonder{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 100%;
		background: #f8f8f8;
		position: fixed;
		z-index: 9;
		bottom: 0;
		left: 0;
		box-shadow: 0 -10px 20px -16px #555;
	}

	.arrow{
		display: none;
	}
	.home{
		height: 350px;
	}
	.anasayfa_slide img{
		height: 290px;

	}
	.ana_arama_input{
		font-size: 14px!important;
	}
	.tab_item .tab_item_detay h2{
		text-overflow: unset;
		white-space: unset;
		overflow:unset;
		font-size: 16px;
	}
	.ihale_link{
		text-overflow: unset;
		white-space: unset;
		overflow:unset;
		font-size: 16px;
		padding:12px;
		height: auto;
		min-height: 50px;
		line-height: 22px;
	}
	.link_kutulari.yonetmelik{
		height: auto;
	}
	.icerik_panel_close{
		width: 35px!important;
		top: 8px;
		right: 8px;
	}
}
@media (max-width: 575px) {
	.etk_detay .etk_tur{
		display: none;
	}
	.arama_paneli .arama_button{
		top: -24px;
	}
	.flex_kutu.icerik {
		justify-content: space-between; height: 250px
	}
	.flex_kutu.icerik .baslik {
		display: flex;justify-content: center; align-items: center; height: 60px; width: 100%;font-size: 18px; color: #444; text-align: center;padding:5px;

	}
	.img_kapsayici{
		width: 100%;
		height: 190px;
		background-size: cover;
		border-radius: 5px 5px 0 0 ;
	}
	.flex_kutu.butce{
		height: 50px;
	}
	.flex_kutu.butce span{
		font-size: 25px;
	}
	
	.breadcrumb_menu .paylas{
		position: relative;
		top: -10px;
		width: 100%;
		height: auto;

	}
	.breadcrumb_menu{
		font-size: 14px;
		margin-bottom: 20px;

	}
	.tab_item.link_kutulari .incele, .tab_item.link_kutulari .indir{
		display: none;
	}
	.tab_item.link_kutulari .tab_item_detay{
		max-width: 100%; 
		justify-content: center;
		padding:4px;
	}
	.logo_ust{
		padding: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		width: 49px;
		top:2px;
	}
	.intro *{
		display: none;
	}
	.intro{
		height: 50px;

	}
	.haberler_arama{
		height: auto;
		padding: 10px;
	}
	.haberler_arama input{
		width: 100%;
		margin-bottom: 10px;
	}
	.haberler_arama .btn{
		display: block;
		width: 100%;
		border-radius: 0;
	}
	.haberler_arama form{
		width: 100%;

	}
	.mobil_ekstra_menu .engelli_erisim_btn {
		display: none;
	}
	.mobil_ekstra_menu .arama_form{
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.sabit_footer{
		height: 330px;
	}
	.tab_item{
		flex-direction: column;
		margin-bottom: 20px;
		min-height: 50px;
		height: auto;
	}
	.tab_item .etk_tarih{
		display: none;
	}

	.tab_item .incele, .tab_item .indir{
		width: 100%;
		height: auto;
		flex-direction: row-reverse;
		background-color:#0a426f;
		padding:0;
	}
	.tab_item .incele i, .tab_item .indir i{
		display: none;
	}
	.tab_item .incele span, .tab_item .indir span{
		color: #FFF
	}
	.tab_item .tab_item_detay{
		max-width: 100%;
		width: 100%;
	}
	.tab_item .tab_item_detay h2{
		text-align: center;
		font-size: 17px;
		font-family: 'Rajdhani', sans-serif;
		margin-bottom: 0;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}
	.home{
		height: 250px;
	}
	.anasayfa_slide img{
		height: 190px;

	}
	.sec_kapsayici.haberler{
		height: 420px;

	}
	.haber_genel{
		height: 260px;
	}
	.haber_genel .haber_img{
		height: 260px;
	}
	.modal_panel h4{
		font-size: 25px;
	}
	.panel_close{
		width: 50px;
		top: 8px;
		right: 8px;
	}
	#orta_icerik h2 ,.sanat_topluluk_bilgi h2{
		font-size:25px;
	}
	.link_kutulari.yonetmelik{
		height: auto;
		padding:7px;
	}
	.meclis_uye_kapsayici .etk_tur{
		top: -10px;
		right: 5px;
	}
}
@media (max-width: 545px) {

	.telefon{ right: 45px; width: 170px; font-size: 27px;}
	.telefon i{font-size: 35px;}
	.sosyal{ right: 230px; padding-top: 0 }
	.sosyal i{font-size: 35px;}
	.man{
		width: 200px;
	}
	.truva{
		display: none;
	}
	.menu_truva{
		display: block!important;
	}

	.footer_logo {
		left: calc(50% - 60px);
		top: -63px;
		width: 120px;
		height: 120px;
	}
	.footer_logo img{
		width: 60px;
	}
	.baskan_kapsayici{
		height: auto;
		margin-top: 70px;
	}
	.kesif .baslik{
		font-size: 35px;
	}
	.kapsayici{
		padding-bottom: 50px;
	}
	.ana_arama_input{
		font-size: 13px!important;
	}
	.modal_panel h3{
		font-size: 20px;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		max-width: 100%;
	}
}
@media (max-width: 425px) {
	.arama_sonuclari {
		padding:0;
	}
	.arama_paneli .arama_button{
		top: -25px;
	}
	.telefon{  width: 140px; font-size: 20px;}
	.telefon i{font-size: 25px;}
	.sosyal{ right: 230px; padding-top: 0 }
	.sosyal i{font-size: 25px;}
	.man{
		width: 200px;
		left: 0;
	}
	.etkinlik_yazi{
		padding-left: 18px;
	}
	.sol_menu{
		left: -220px;
		width: 220px;
		display: block!important;
	}
	.bolum_3 h5{
		font-size: 18px;

	}

	.menu_icerik{
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal;
	}
	.dil .en{
		margin-left: -4px;
	}
	.sabit_footer{
		height: 350px;
	}
	.home{
		height: 200px;
	}
	.anasayfa_slide img{
		height: 140px;

	}
	.sec_kapsayici.haberler{
		height: 340px;

	}
	.haber_genel{
		height: 180px;
	}
	.haber_genel .haber_img{
		height: 180px;
	}
	#orta_icerik h2 {
		font-size:22px;
	}
	.tab_item_detay h2{
		font-size: 16px;
	}
	.sanat_topluluk_bilgi h2{
		font-size:19px;
	}
	.sanat_topluluk_kapsayici p{
		font-size: 14px;
	}
	.sanat_img_kapsayici{
		height: 150px;

	}
	
	.modal_panel{
		padding: 10px!important;
		font-size: 15px;
	}
	.loader img{
		width: 150px; height: 225px;animation-duration: 5s;
	}

}
@media (max-width: 375px) {
	.yazi_alani {
		padding:5px;
	}
	.arama_paneli .arama_button{
		margin-top:10px;
		position: static;
		top:unset;
		right: unset;
		text-align: center;
		border-radius: 5px;
	}
	.hizmetler .col-md-2{
		width: 100%;
	}
	.sol_menu{
		left: -200px;
		width: 200px;
		display: block!important;
	}
	.man{
		width: 180px;
		left: 0;
	}
	.menu_truva{
		width: 160px
	}
	.etk_tarih .etk_yaklasan{
		font-size: 12px;
	}
	.etk_tarih  .etk_zaman{
		font-size: 14px;
	}
	.etk_tarih  .etk_gun{
		font-size: 50px;
	}
	.etk_detay  .etk_tur{
		font-size:25px;
		top: 15px;
	}
	.etk_detay .saat {
		font-size: 19px;
	}
	.modal_panel h4{
		font-size: 21px;
	}
	.icerik_ust_panel .panel_item{
		padding: 10px;
		height: 60px;
		text-align:center;
	}
	
	.gri_flex_kutu .baslik{
		font-size: 16px;
	}
	.gri_flex_kutu p{
		font-size: 11px;
	}
	.gri_flex_kutu p.kisa{
		font-size: 11px;
	}
	.bask_yard h3{
		font-size: 19px;
	}
	.bask_yard h5{
		font-size: 16px;
	}
	.icerik_panel_close {
		width: 25px!important;
		top: 8px;
		right: 3px;
	}
}

@media (min-width: 993px) and (max-width: 1024px) {

	.man{
		width: 180px;
		left: 0;
	}


}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
  */
  @media (min-width: 1440px) and (max-width: 1724px) {

  	.container {
  		max-width: 1140px;
  	}

  }

  @media (min-width: 992px) and (max-width: 1439px) {

  	.hizmet{
  		height: 150px;

  	}
  	.film_kapsayici h2 {
  		font-size: 23px;
  	}

  }
  @media (min-width: 768px) and (max-width: 991px) {

  	.film_kapsayici h2 {
  		font-size: 18px;
  	}
  	.mobil_ana_menu{
  		width: 290px;
  		height: calc(100vh - 104px);
  		position: fixed;
  		right: -290px;
  		top:54px;
  		background: #fafafa;
  		z-index: 21;
  		text-align: left;
  		overflow-y: scroll;
  		transition: .4s;
  	}
  	.menu_yan{
  		position: fixed;
  		bottom: 223px;
  		left: -10px;
  	}
  }

  
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1025px) and (max-width: 1280px) {

  	.man{
  		width: 185px;
  	}
  }

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) {



  }

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  	

  }

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
  */

  @media (min-width: 481px) and (max-width: 767px) {
  	.mobil_ana_menu{
  		width: 250px;
  		height: calc(100vh - 104px);
  		position: fixed;
  		right: -250px;
  		top:54px;
  		background: #fafafa;
  		z-index: 21;
  		text-align: left;
  		overflow-y: scroll;
  		transition: .4s;
  	}

  }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
  */

  @media (min-width: 320px) and (max-width: 480px) {


  }
</pre></body></html>