a {
	text-decoration: none !important;
}

.region-announcements {
	padding: 10px 0;
	background: #2f3338;
	color: #c4c7ca;
	font-size: 14px;
	line-height: 24px;
}


.b-promo {
	position: relative;
	margin-bottom: 20px;
	padding: 25px 28px 22px 30px;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #ffffff), color-stop(100%, #fbfbfb));
	background: -webkit-linear-gradient(top, #ffffff 2%, #fbfbfb 100%);
	background: linear-gradient(to bottom, #ffffff 2%, #fbfbfb 100%);

	border-radius: 0 3px 3px 0;
	border: 1px solid #e2e2e2;
	border-left: none;

	cursor: default;
}


.b-promo:before {
	content: '';

	position: absolute;
	top: -1px;
	left: 0;
	bottom: -1px;

	border-left: 2px solid #e34735;
}

.b-promo h3 {
	margin: 0px 0 7px;
	line-height: 1.2;
}

.b-promo .btn.big {
	float: right;
	margin: 3px 0 30px 30px;
	padding: 0 24px 0px;

	line-height: 38px;
}

/*													  Clients ^
--------------------------------------------------------------*/

.b-clients {
	margin: 0 -10px;
	line-height: 0;
	margin-bottom: 30px;
}

.client {
	display: inline-block;
	width: 183px;

	margin: 0 10px 20px;
}

.client:hover img {
	opacity: 0.8;
}

.client a,
.b-client img {
	display: block;
}

.client img {
	max-width: 100%;
	opacity: 0.3;

	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

/*----------------------------------------------------*/

.b-clients.m-small .client {
	width: 149px;
}

.footer {
	padding: 35px 40px 25px;
	background: #f5f5f5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #f9f9f9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #f9f9f9 2%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #f9f9f9 2%, #f5f5f5 100%);
	color: #4a4c4c;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #343434;
}

.footer h3 {
	margin-bottom: 15px;

	font-size: 12px;
	text-transform: uppercase;
}

.footer .b-list {
	margin-bottom: 30px;
}

.footer .b-list i {
	font-size: 15px;
	color: #d3d3d3;
}

.footer h5 {
	color: #FFF;
}




/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu>li {
	float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	font-size: 14px;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	min-width: 12em;
	/* allow long menu items to determine submenu width */
	*width: 12em;
	/* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1;
	/* IE7 */
	text-wrap: balance;

}

.sf-menu ul a {
	color: #AEAEAE;
}

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


.sf-menu li {
	white-space: nowrap;
	/* no need for Supersubs plugin */
	*white-space: normal;
	/* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	background: #2f3338;
}

.sf-menu ul ul li {
	background: #2f3338;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
	/* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF;
	/* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255, 255, 255, .5);
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: white;
	/* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	/* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255, 255, 255, .5);
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: white;
}

.sf-menu ul li:hover {
	background-color: #2eafbb !important;
}

.sf-menu ul li a:hover {
	color: #2f3338;
}

ul.sf-menu a,
ul.sf-menu span.nolink {
	padding: 1em 1em !important;
}


#block-boson-page-title h1 {
	margin-bottom: 0;
	line-height: 54px;
	white-space: nowrap;
	color: #313538;
	font-size: 20px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
li,
strong,
em {
	/* Yerine istediğiniz fontu belirtebilirsiniz */
	/* Diğer font özellikleri (boyut, renk vb.) buraya eklenebilir */
}

.clearfix {
	clear: both;
}



#block-bankahakkindaturkce {
	margin-bottom: 20px;
	margin-top: 40px
}

div#block-boson-site-branding,
div#block-sitebranding {
	width: 25%;
	float: left;
}

div#block-boson-ustanamenuturkish,
div#block-boson-ustanamenuenglish {
	float: left;
	width: 75%;
}

div#block-boson-ustanamenuturkish,
div#block-boson-ustanamenuenglish {
	font-size: 12px !important;
}

.footer h2 {
	font-size: 14px !important;
	font-weight: bold !important;
}

div#block-boson-tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	clear: both;
	width: 100%;
}

div#block-boson-tabs ul li {
	float: left;
	margin-right: 30px;
}

.sf-depth-1>ul {
	margin-top: 8px !important;
}

/* Taxonomy term sayfasında "daha fazla oku" linklerini ve "Abone ol" metnini gizle */
/* Not: CSS :contains() pseudo-class yok, bu yüzden JavaScript veya template ile yapılmalı */
/* Geçici çözüm: Belirli class veya yapıya sahip elementleri gizle */
.path-taxonomy-term .node__links,
.path-taxonomy-term .node__read-more,
.path-taxonomy-term .read-more,
.path-taxonomy-term .field--name-body a[href*="node"]:not([href*="#"]),
.path-taxonomy-term .views-row:has-text("Abone ol") {
	display: none !important;
}

.path-taxonomy-term h2 {
	font-size: 14px !important;
	font-weight: bold !important;
}

/* JavaScript ile gizlemek için helper class */
.taxonomy-term-hide-readmore,
.taxonomy-term-hide-subscribe {
	display: none !important;
}

/* Pagination styles */
.js-pager__items {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	margin: 1rem 0;
	list-style: none;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

[data-drupal-messages] {
	margin: 20px auto;
	max-width: 100%;
	color: #842029;
}

[data-drupal-messages] h2.visually-hidden {
	display: none;
	/* Görünmez başlığı gizler */
}

[data-drupal-messages] [role="contentinfo"] {
	font-weight: 500;
}

[data-drupal-messages] [role="contentinfo"]::before {
	content: "⚠️ ";
	font-size: 1.2em;
	vertical-align: middle;
}


.region-header-top p {
	margin: 0px!important;
}

.region-header-top-right {
	text-align: right;
}

.bx-wrapper {
	/*margin: 10px 0px 10px 0px !important;*/
	margin:auto!important;
	box-shadow: none;
	border: none;
	margin-bottom:45px!important;
}

.region-announcements ul li {
	list-style: none;
}

/* ul li elementlerine yeni.gif imajını ekle */
.region-announcements ul li {
	position: relative;
}

.region-announcements ul li a::before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 13px;
	background-image: url('/sites/default/files/yeni.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	vertical-align: middle;
}

.region-announcements .field-content a[hreflang="tr"]::before {
	background-image: url(/sites/default/files/yeni.gif);
  }

.region-announcements .field-content a[hreflang="en"]::before {
	background-image: url(/sites/default/files/new.gif);
  }

.region-shortcodes {
	background: linear-gradient(to bottom, #FCFCFC 2%, #F9F9F9 100%) repeat scroll 0 0 transparent;
	padding: 20px 0px 10px 0px;
}

.region-shortcodes h4 {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #333333;
}

.region-shortcodes h4 a {
	color: #333333 !important;
}

/*													 Icon box ^
--------------------------------------------------------------*/

.icon-box {
	position: relative;
	padding-left: 60px;
	margin-bottom: 25px;
}

.icon-box.medium {
	padding-left: 78px;
}

.icon-box i {
	width: 40px;
	height: 40px;

	position: absolute;
	top: 4px;
	left: 0;

	border-radius: 50%;

	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #444;

	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.icon-box i.medium {
	width: 60px;
	height: 60px;

	line-height: 60px;
	font-size: 22px;
}

.icon-box i.light {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	background: #fafafa url(../img/btn-soc.png) repeat-x top;
	border: 1px solid #dedede;

	text-shadow: 0 1px 1px #d0d3d5;
}

.gray-content .icon-box i.light {
	background: #fff url(../img/btn-soc.png) repeat-x top;
}

.icon-box i.colored {
	background: #ee4e3c;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #eb4333;

	color: #fffaf9;
	text-shadow: 0 1px 1px #df3b2c;
}

.icon-box i.dark {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	background: #2f3338;
	border: 1px solid #323639;

	text-shadow: 0 1px 1px #323639;
	color: #e6eaed;
}

.icon-box i.green {
	background: #32ba55;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #2cb14f;

	color: #edffdf;
	text-shadow: 0 1px 1px #36a42c;
}

.icon-box i.grass-green {
	background: #74c32d;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #63ba26;

	color: #f4ffdf;
	text-shadow: 0 1px 1px #46ab1b;
}

.icon-box i.turquoise {
	background: #3cc3cb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #33bac3;

	color: #e7fdfe;
	text-shadow: 0 1px 1px #24abb6;
}

.icon-box i.blue {
	background: #5489de;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #4e83d9;

	color: #ebfaff;
	text-shadow: 0 1px 1px #2962e6;
}

.icon-box i.klein-blue {
	background: #4874cd;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #3d63c6;

	color: #e3f5fe;
	text-shadow: 0 1px 1px #2b46b9;
}

.icon-box i.purple {
	background: #7e47da;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #6b3cd4;

	color: #f3e4fc;
	text-shadow: 0 1px 1px #4c2bcb;
}

.icon-box i.violet {
	background: #b94fb5;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #af43aa;

	color: #ffe9fb;
	text-shadow: 0 1px 1px #9d2f97;
}

.icon-box i.pink {
	background: #ef679d;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #ed588e;

	color: #feeff3;
	text-shadow: 0 1px 1px #e93e76;
}

.icon-box i.cherry {
	background: #e33459;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #df2c4c;

	color: #ffeaed;
	text-shadow: 0 1px 1px #d81f35;
}

.icon-box i.red {
	background: #ee4e3c;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #eb4333;

	color: #fffaf9;
	text-shadow: 0 1px 1px #df3b2c;
}

.icon-box i.orange {
	background: #ff802c;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #ff6d25;

	color: #fef6e1;
	text-shadow: 0 1px 1px #ff4d1a;
}

.icon-box i.yellow {
	background: #f3d73b;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #f1d132;

	color: #835218;
	text-shadow: 0 1px 1px #f9eb59;
}

a.link,
a.dark-link {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


a {
	text-decoration: none;
	color: #e34735;

	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.link,
a.dark-link {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.link {
	text-decoration: none;
	color: #e34735;
}

a.link:hover {
	color: #313538;
}

a.dark-link {
	text-decoration: none;
	color: #313538;
}

a.dark-link:hover {
	color: #e34735;
}

.rtecenter {
	text-align: center !important;
	margin: 10px 0px 10px 0px;
}

.rtecenter a {
	font-size: 14px !important;
}

.rtejustify {
	text-align: justify !important;
	margin: 10px 0px 10px 0px;
}

.b-promo h3 {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #333333
}

.b-promo p {
	font-size: 12px !important;
	color: #333333
}


/*												  	 Tooltips ^
--------------------------------------------------------------*/

.tooltips {
	position: relative;
}

.tooltips:hover .tooltips-data {
	top: -5px;
	left: 50%;
	opacity: 1;

	-webkit-transition: opacity 0.2s ease-in-out, left 0s ease-in-out, top 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, left 0s ease-in-out, top 0.2s ease-in-out;
}

.tooltips-data {
	position: absolute;
	top: -10px;
	left: -9999px;

	z-index: 99;

	padding: 5px 11px 5px;

	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);

	background: rgba(36, 39, 42, 0.8);
	border-radius: 2px;

	white-space: nowrap;
	line-height: 20px;
	font-weight: normal;
	font-size: 11px;
	color: #dee2e6;

	opacity: 0;

	-webkit-transition: opacity 0.2s ease-in-out, left 0s ease-in-out 0.2s, top 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, left 0s ease-in-out 0.2s, top 0.2s ease-in-out;
}

.tooltips-data:after {
	content: '';

	position: absolute;
	bottom: -4px;
	left: 50%;

	margin-left: -2px;

	border-top: 4px solid #4e5153;
	border-left: 4px dashed transparent;
	border-right: 4px dashed transparent;
}

.region-footer-left a {
	font-size: 14px !important;
	font-weight: bold;;
}

.shadow {
	box-shadow: none !important;
	text-align: center !important;
}

.col-md-6.first {
	display: flex;	
	align-items: center;

}

.col-md-6.first h4{ display: block!important; clear: both!important;}
.col-md-6.first a{ background-color: #2795a4!important; color: #fff!important; padding:5px; font-size:12px!important;}

ul {
    margin-inline: 0em !important;
}

#bxslider{
    visibility: hidden;
}

.tabs__link{
	font-size:12px;
	}
	
	.tabs{
		width:100% !important;
	}

/* 768px altı ekranlarda geçerli olsun örnek */
@media (max-width: 768px) {

  /* Metni gizle */
  .sf-accordion-toggle  a{
	text-indent: -9999px;   /* Metni görünmez yap */
    width: 40px;
    height: 40px;
    display: block;
    background-image: url("../img/burger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }

  .site-branding-container a img{ width:220px; height:32px; }

  .site-branding-container .col-3{
	flex: 0 0 100% !important;   /* genişlik %50 */
    max-width: 100% !important;
	width: 100% !important;
	text-align: center;
  }

  .site-branding-container .col-9 {
	flex: 0 0 100% !important;   /* genişlik %50 */
    max-width: 100% !important;
	width: 100% !important;
	text-align: center;
  }

}

#block-kktcmb-webdovizkurlari table, #block-kktcmb-webdovizkurlari-2 table {
    width:100%;
    background-color:transparent!important;
}

#block-kktcmb-webdovizkurlari table th, #block-kktcmb-webdovizkurlari table td, #block-kktcmb-webdovizkurlari table tr, #block-kktcmb-webdovizkurlari-2 table th, #block-kktcmb-webdovizkurlari-2 table td, #block-kktcmb-webdovizkurlari-2 table tr{
    background-color:transparent;
}

.doviz-kurlari-footer{
	clear:both;
	display:block;
	text-align:center;
	width:100%;
	font-size:14px;
}

.clear {
    clear: both;
}

.region.region-announcements a:hover {
    color: #FFF!important;
}

.member-photo img {width: auto;height: 250px;}

.b-member { text-align:center;}

li.node-readmore {
    display: none!important;
}

.node--type-mevzuat a {
    font-size: 14px;
    line-height: 14px;
}

.node--type-mevzuat h2 {
    padding: 2px 0px 2px 0px;
    margin: 0px;
}

.feed-icons{ display: none!important; }

.form-element--type-select-multiple{ height:1000px;}
#edit-alt-baslik-kodu{ width:350px}

.webmb-istatistik-tablo fieldset{
	box-shadow: none!important;
	border: none!important;
}

.webmb-istatistik-tablo table tr td{vertical-align: top!important;}
.webmb-istatistik-tablo table tr td * { font-size:14px;}

.icon-box i.home {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	background: #fafafa url(../img/icons/home.png) no-repeat top ;
	border: 1px solid #dedede;
	text-shadow: 0 1px 1px #d0d3d5;
	background-size: 24px 24px;
    background-position-y: 16px;
}

.icon-box i.info {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	background: #fafafa url(../img/icons/info.png) no-repeat top ;
	border: 1px solid #dedede;
	text-shadow: 0 1px 1px #d0d3d5;
	background-size: 24px 24px;
    background-position-y: 16px;
}

.icon-box i.user {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	background: #fafafa url(../img/icons/user.png) no-repeat top ;
	border: 1px solid #dedede;
	text-shadow: 0 1px 1px #d0d3d5;
	background-size: 24px 24px;
    background-position-y: 16px;
}

div#block-kktcmb-webdovizkurlari { font-size:14px; text-align:center;}
div#block-kktcmb-webdovizkurlari h2{ text-align:left; }
input.button:hover{ background-color:#26a4b1!important; }

td.clean-style,td.clean-style *{ font-size:13px!important; font-family:Times New Roman, sans-serif!important; font-weight:normal!important;}
td.bold-style,td.bold-style *{ font-weight:bold!important;}


@media (min-width: 960px) {
    .responsive-menu-toggle-wrapper.responsive-menu-toggle {
        display:inline-block!important;
    }
}

div#block-kktcmb-block-16 {
    float: right;
	margin-top: 4px;
}

div#block-kktcmb-responsivemenumobileicon {
    float: right;
    margin-right: 80px;
}

.responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon:before{
	color:#2eafbb!important;
}

.responsive-menu-toggle-icon span.label{
	color:#2eafbb!important;
} 

div#block-kktcmb-block-10 {
    margin-top: 7px;
}