﻿
/**************
        YAN MENÜ
    ******************************************************************************************************************************************/

.YanMenu { width: 235px; min-height: 1px; height: auto; float: left; box-sizing: border-box; padding-bottom: 30px; position: relative; }

.YanMenu ul { width: 100%; min-height: 1px; height: auto; float: left; box-sizing: border-box; background: none; padding: 0px 8px 0px 0px; }

.YanMenu ul:first-child { padding: 2px; position: relative; z-index: 5; border-right: solid 1px #E6E6E6; }

.YanMenu ul li, .YanMenu ul li a { width: 100%; min-height: 1px; height: auto; float: left; box-sizing: border-box; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; }
.YanMenu ul li > a { font-size: 14px; color: #9C9C9C; padding: 4px 2px; font-weight: 400; }
.YanMenu ul li a.acildi { color: #FFFFFF; background: #216BAE url(../images/elp.png) no-repeat 6px 13px; }
.YanMenu ul li ul li a.acildi { background: url(../images/ok2-2.png) no-repeat left center; }

.YanMenu ul li a:hover { color: #A37CAF; }

.YanMenu ul li ul { padding-left: 20px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; display: none; }
.YanMenu ul li ul a { padding: 2px 2px; word-break: break-all; }
.YanMenu ul li ul li ul { padding-left: 8px; padding-top: 4px; padding-bottom: 2px; }
.YanMenu ul li ul li a { padding-left: 15px; /*background: url(../images/mnc.png) no-repeat left center;*/ font-size: 13px; color: #9A9A9A; }

.YanMenu ul li.active > ul { display: block; }
.YanMenu .baslik strong, .YanMenu .baslik { width: 100%; float: left; font-size: 14px; color: #555; box-sizing: border-box; }

/***************
    TEMALAR background:#456d99
    ***************/

.YanMenu.tkby1 { width: 100%; padding-left: 30px; background: url(../images/mnsolbg.png) repeat-y; padding-bottom: 0px; font-family: Arial,sans-serif; }
.YanMenu.tkby1 ul { background: none; }
.YanMenu.tkby1 ul li { margin-bottom: 2px; }
.YanMenu.tkby1 ul:first-child { padding-left: 0px; padding-right: 6px; }
.YanMenu.tkby1 ul:first-child li > a { padding-left: 13px; }
.YanMenu.tkby1 ul li > a { font-size: 14px; color: #fff; padding: 8px 2px; font-weight: 400; line-height: 17px; }

.YanMenu.tkby1 ul li ul { padding-left: 20px; padding-top: 8px; padding-bottom: 8px; }
.YanMenu.tkby1 ul li ul li a { padding: 2px 2px; word-break: break-all; padding-left: 15px; background: url(../images/ok.png) no-repeat left center; font-size: 13px; color: #fff; }

.YanMenu.tkby1 ul li ul li a.acildi { background: url(../images/ok2-2.png) no-repeat left center; }
.YanMenu.tkby1 ul li.active > a { background: #78b31f; }
.YanMenu.tkby1 ul li a:hover { background: #81bf22; }


/***/
.YanMenu.tkby2 { width: 100%; padding-left: 30px; background: #456d99; padding-bottom: 0px; padding: 0px; }
.YanMenu.tkby2 ul { background: none; }
.YanMenu.tkby2 ul li { margin-bottom: 2px; }
.YanMenu.tkby2 ul:first-child { padding-left: 0px; padding-right: 8px; }
.YanMenu.tkby2 ul:first-child li > a { padding-left: 40px; }
.YanMenu.tkby2 ul li > a { font-size: 15px; color: #fff; padding: 8px 2px; font-weight: 400; line-height: 17px; display: block; }

.YanMenu.tkby2 ul li ul { padding-left: 20px; padding-top: 8px; padding-bottom: 8px; }
.YanMenu.tkby2 ul li ul li a { padding: 2px 2px; word-break: break-all; padding-left: 15px; background: url(../images/ok.png) no-repeat left center; font-size: 13px; color: #fff; }

.YanMenu.tkby2 ul li ul li a.acildi { background: url(../images/ok2-2.png) no-repeat left center; }
.YanMenu.tkby2 ul li.active > a { background: #1e528c; }
.YanMenu.tkby2 ul li a:hover { background: #133357; }


/***/
.YanMenu.tkby3 { width: 100%; padding-left: 30px; background: #ffffff; padding-bottom: 0px; padding: 0px; }
.YanMenu.tkby3 ul { background: none; }
.YanMenu.tkby3 ul li { border-bottom: solid 1px #e9e9e9; position: relative; }
.YanMenu.tkby3 ul li ul li { border-bottom: solid 1px #C29844; }
.YanMenu.tkby3 ul li:last-child { border-bottom: none; }
.YanMenu.tkby3 ul:first-child { padding: 9px 12px; }
.YanMenu.tkby3 ul:first-child li > a { padding-left: 20px; }
.YanMenu.tkby3 ul li > a { font-size: 14px; color: #1f211f; padding: 5px 2px; font-weight: 400; line-height: 17px; background: url(../images/pl3.png) no-repeat 6px center; }

.YanMenu.tkby3 ul li ul { padding-left: 12px; padding-top: 5px; padding-bottom: 4px; position: absolute; background: #E4AF45; z-index: 6; margin-top: 27px; float: left; -webkit-box-shadow: inset 1px 5px 25px -1px rgba(0,0,0,0.25); -moz-box-shadow: inset 1px 5px 25px -1px rgba(0,0,0,0.25); box-shadow: inset 1px 5px 25px -1px rgba(0,0,0,0.25); }
.YanMenu.tkby3 ul li ul li a { padding: 4px 7px !important; word-break: break-all; padding-left: 15px; font-size: 13px; color: #F5F5F5; }

.YanMenu.tkby3 ul a.sub { background: url(../images/pl1.png) no-repeat 6px center; }
.YanMenu.tkby3 ul a.sub.acildi { background: url(../images/pl2.png) no-repeat 6px center; }
.YanMenu.tkby3 ul li ul li a.acildi { background: url(../images/pl32.png) no-repeat left center; }
.YanMenu.tkby3 ul li.active > a { color: #B83823; }
.YanMenu.tkby3 ul li a:hover { color: #B83823; }



.YanMenu.tkby4 { width: 100%; padding-left: 30px; background: #E11E24; padding-bottom: 0px; padding: 0px; }
.YanMenu.tkby4 ul { background: none; }
.YanMenu.tkby4 ul li { margin-bottom: 2px; }
.YanMenu.tkby4 ul:first-child { padding-left: 0px; padding-right: 8px; }
.YanMenu.tkby4 ul:first-child li > a { padding-left: 40px; }
.YanMenu.tkby4 ul li > a { font-size: 15px; color: #fff; padding: 8px 15px; font-weight: 400; line-height: 17px; text-align: right; display: block; }

.YanMenu.tkby4 ul li ul { padding-left: 20px; padding-top: 8px; padding-bottom: 8px; }
.YanMenu.tkby4 ul li ul li a { padding: 2px 2px; word-break: break-all; padding-left: 15px; background: url(../images/ok.png) no-repeat left center; font-size: 13px; color: #fff; }

.YanMenu.tkby4 ul li ul li a.acildi { }
.YanMenu.tkby4 ul li.active > a { background: #A51A1E; }
.YanMenu.tkby4 ul li a:hover { background: #9F191D; }



.YanMenu.tkby5 { width: 100%; padding-left: 30px; background: #eeeeee; padding-bottom: 0px; padding: 0px; }
.YanMenu.tkby5 ul { background: none; }
.YanMenu.tkby5 ul li { margin-bottom: 4px; }
.YanMenu.tkby5 ul:first-child { padding-left: 0px; padding-right: 8px; }
.YanMenu.tkby5 ul:first-child li > a { padding-left: 40px; }
.YanMenu.tkby5 ul li > a { font-size: 15px; color: #646464; padding: 6px 12px; font-weight: 400; line-height: 17px; text-align: left; display: block; background: #EEEEEE; }

.YanMenu.tkby5 ul li ul { padding-left: 20px; padding-top: 8px; padding-bottom: 8px; }
.YanMenu.tkby5 ul li ul li a { padding: 2px 2px; word-break: break-all; padding-left: 15px; /*background: url(../images/ok.png) no-repeat left center;*/ font-size: 13px; color: #747474; }

.YanMenu.tkby5 ul li ul li a.acildi { }
.YanMenu.tkby5 ul li.active > a { border-left: solid 2px #ffc20e; background: #e6e6e6; }
.YanMenu.tkby5 ul li a:hover { background: #FFC20E; color: #fff; }



.YanMenu.tkby6 { width: 261px; padding-left: 0px; padding-bottom: 0px; padding: 0px; z-index: 9999999; }
.YanMenu.tkby6 ul { background: none; }
.YanMenu.tkby6 ul li { margin-bottom: 27px; background: #819097; padding: 7px 10px 5px 9px; position: relative; }
.YanMenu.tkby6 ul li ul li { margin-bottom: 4px; background: none; padding: 0px; }
.YanMenu.tkby6 ul:first-child { padding-left: 0px; padding-right: 0px; padding: 0px; }
.YanMenu.tkby6 ul:first-child li > a { padding-left: 0px; }
.YanMenu.tkby6 ul li > a { font-size: 15px; color: #FFFFFF; padding: 6px 12px; font-weight: 400; line-height: 17px; text-align: left; display: block; background: url(../images/bslkbg.png) repeat-x left bottom; font-family: 'ptnaReg'; padding-bottom: 11px; margin-bottom: 7px; }

.YanMenu.tkby6 ul li ul { display: block; padding: 5px 5px 0px 5px; }
.YanMenu.tkby6 ul li ul li a { padding: 2px 2px; word-break: break-all; padding-left: 15px; /*background: url(../images/ok.png) no-repeat left center;*/ font-size: 12px; color: #FFFFFF; background: none; margin-bottom: 0px; font-family: Arial; }

.YanMenu.tkby6 ul li ul li a.acildi { }
.YanMenu.tkby6 ul li.active > a { border-left: solid 2px #ffc20e; background: #e6e6e6; }
.YanMenu.tkby6 ul li a:hover { /* background: #FFC20E; */ color: #090909; }



.YanMenu.tkby7 {width: 100%;padding-left: 30px;padding-bottom: 0px;padding: 0px;background: #fff;padding: 10px;}
.YanMenu.tkby7 ul { background: none; }
.YanMenu.tkby7 ul li { }
.YanMenu.tkby7 > ul > li.acildi, .YanMenu.tkby7 > ul > li.acildi > a {background: #da251d;}
.YanMenu.tkby7 ul:first-child { padding: 0px; border: none; }
.YanMenu.tkby7 ul:first-child li > a { }
.YanMenu.tkby7 ul li > a {font-size: 14px;color: #fff;padding: 6px 25px;font-weight: 400;text-align: left;display: block;line-height: 17px;background: #4a4343;}

.YanMenu.tkby7 ul li ul {padding: 0px;background: #b1251f;}
.YanMenu.tkby7 ul li ul ul {
    background: #9c211c;
    padding-left: 7px;
}
.YanMenu.tkby7 ul li ul ul li.active > a {color: #edbcbc}
.YanMenu.tkby7 ul li ul li { border-left: none; }
.YanMenu.tkby7 ul li ul li a { padding: 5px 35px; word-break: break-all; font-size: 12px; color: #fff; background: none; padding-right: 10px; }
.YanMenu.tkby7 ul li ul li a:hover ,.YanMenu.tkby7 ul li ul li.active{color: #edbcbc;background: none;}

.YanMenu.tkby7 ul li ul li a.acildi { }
.YanMenu.tkby7 > ul > li.active > a {background: #da251d;}
.YanMenu.tkby7 ul li > a:hover {background: #da251d;}
.YanMenu.tkby7 .baslik { padding: 10px; margin-top: 0; }
.YanMenu.tkby7 .baslik strong { border-bottom: solid 1px #FFFFFF; padding: 4px 4px 10px 4px; font-size: 20px; color: #fff; font-family: 'myconb'; line-height: 22px; }



.YanMenu.tkby8 { width: 100%; padding-left: 30px; padding-bottom: 0px; padding: 0px; font-family: Tahoma; }
.YanMenu.tkby8 ul { border-right: none; border-top: solid 1px #EEEEEE; }
.YanMenu.tkby8 ul li { margin-bottom: 2px; border-bottom: solid 1px #eeeeee; }
.YanMenu.tkby8 ul li.acildi, .YanMenu.tkby8 ul li.active { background: #EDEDED; }
.YanMenu.tkby8 ul li.acildi > a, .YanMenu.tkby8 ul li.acildi > a:hover { background: url(../images/mnas.png) 95% center no-repeat; }
.YanMenu.tkby8 ul:first-child { }
.YanMenu.tkby8 ul:first-child li > a { padding-left: 10px; }
.YanMenu.tkby8 ul li > a { font-size: 14px; color: #616161; padding: 8px 4px; font-weight: 400; text-align: left; display: block; line-height: 17px; background: url(../images/mnsag.png) 95% center no-repeat; }
.YanMenu.tkby8 ul li:last-child { border: none; margin-bottom: 0px; }

.YanMenu.tkby8 ul li ul { }
.YanMenu.tkby8 ul li ul li { border-left: none; }
.YanMenu.tkby8 ul li ul li a { padding: 2px 2px; word-break: break-all; padding-left: 15px; background: none; font-size: 13px; color: #808080; }
.YanMenu.tkby8 ul li ul li a:hover { color: #FBB82C; background: none; }

.YanMenu.tkby8 ul li ul li a.acildi { }
.YanMenu.tkby8 ul li.active { }
.YanMenu.tkby8 ul li > a:hover { background: url(../images/mnsag.png) 95% center no-repeat #EDEDED; }
.YanMenu.tkby8 .baslik { padding: 10px; margin-top: 0; }
.YanMenu.tkby8 .baslik strong { border-bottom: solid 1px #FFFFFF; padding: 4px 4px 10px 4px; font-size: 20px; color: #fff; font-family: 'myconb'; line-height: 22px; }



.YanMenu.tkby9 { width: 100%; padding-left: 30px; padding-bottom: 0px; padding: 0px; }
.YanMenu.tkby9 ul { background: none; border-right: none; }
.YanMenu.tkby9 ul li { margin-bottom: 2px; }
.YanMenu.tkby9 ul li.acildi { background: #E9D900 url(../images/elp.png) 10px 12px no-repeat; }
.YanMenu.tkby9 ul:first-child { padding-left: 0px; padding-right: 0px; }
.YanMenu.tkby9 ul:first-child li > a { padding-left: 27px; }
.YanMenu.tkby9 ul li > a { font-size: 18px; color: #a0a9a9; padding: 9px 7px 6px 7px; font-weight: 400; text-align: left; display: block; line-height: 17px; background: url(../images/elp2.png) 10px center no-repeat; }

.YanMenu.tkby9 ul li ul { }
.YanMenu.tkby9 ul li ul li { border-left: none; }
.YanMenu.tkby9 ul li ul li a { padding: 2px 2px; word-break: break-all; padding-left: 15px; /* background: url(../images/ok.png) no-repeat left center; */ font-size: 16px; color: #545e5e; }
.YanMenu.tkby9 ul li ul li a:hover { color: #1B1B1B; }

.YanMenu.tkby9 ul li ul li a.acildi { color: #ac0000; }
.YanMenu.tkby9 ul li.active { background: #E9D900 url(../images/elp.png) 10px 12px no-repeat; }
.YanMenu.tkby9 ul li.active > a { color: #545e5e; }
.YanMenu.tkby9 ul li > a:hover {#E9D900 url(../images/elp.png) 10px 12px no-repeat; color: #545e5e; }
.YanMenu.tkby9 .baslik { padding: 10px; margin-top: 0; }
.YanMenu.tkby9 .baslik strong { border-bottom: solid 1px #FFFFFF; padding: 4px 4px 10px 4px; font-size: 20px; color: #fff; font-family: 'myconb'; line-height: 22px; }



.YanMenu.tkby10 { width: 100%; padding-left: 30px; padding-bottom: 0px; padding: 0px; margin-top: 0; }
.YanMenu.tkby10 ul { background: none; border-right: none; }
.YanMenu.tkby10 ul li { margin-bottom: 0; border-bottom: solid 1px #2E2E2E; background: #121212 url(../images/ynic1.png) no-repeat 10px 17px; }
.YanMenu.tkby10 ul li:last-child { border: none; }
.YanMenu.tkby10 ul li.acildi, .YanMenu.tkby10 ul li.active.acildi { border-bottom: solid 1px #2E2E2E; background: #2E2E2E url(../images/ynic2.png) no-repeat 10px 17px; }
.YanMenu.tkby10 ul:first-child { padding-left: 0px; padding-right: 0px; }
.YanMenu.tkby10 ul:first-child li > a { /* padding-left: 27px; */ }
.YanMenu.tkby10 ul li > a { font-size: 15px; color: #7C7C7C; padding: 13px 12px 13px 29px; font-weight: 400; text-align: left; display: block; line-height: 17px; }

.YanMenu.tkby10 ul li ul { }
.YanMenu.tkby10 ul li ul li { border-left: none; background: none; }
.YanMenu.tkby10 ul li ul li a { padding: 5px 22px; word-break: break-all; padding-left: 15px; border: none; background: none; font-size: 12px; color: #FFFFFF; }
.YanMenu.tkby10 ul li ul li a:hover { color: #F07D22; }

.YanMenu.tkby10 ul li ul li a.acildi { color: #ac0000; }
.YanMenu.tkby10 ul li.active { background: #121212 url(../images/ynic1.png) no-repeat 10px 17px; }
.YanMenu.tkby10 ul li.active > a { color: #f07d22; }
.YanMenu.tkby10 ul li > a:hover { background: #E9D900 url(../images/elp.png) 10px 12px no-repeat; color: #f07d22; }
.YanMenu.tkby10 .baslik { padding: 10px; margin-top: 0; }
.YanMenu.tkby10 .baslik strong { border-bottom: solid 1px #FFFFFF; padding: 4px 4px 10px 4px; font-size: 20px; color: #fff; font-family: 'myconb'; line-height: 22px; }



.YanMenu.tkby11 { width: 100%; padding-left: 30px; padding-bottom: 0px; padding: 0px; margin-top: 0; background: #FFFFFF; font-family: Arial; }
.YanMenu.tkby11 ul { border-right: none; }
.YanMenu.tkby11 ul li { margin-bottom: 0; margin-bottom: 2px; }
.YanMenu.tkby11 ul li:last-child { border: none; }
.YanMenu.tkby11 ul > li.acildi, .YanMenu.tkby11 > ul > li.active.acildi, .YanMenu.tkby11 > ul > li a.acildi { background: #666666 url(../images/yvr2.png) no-repeat 6px 13px; color: #fff; }
.YanMenu.tkby11 ul:first-child { padding: 0px; }
.YanMenu.tkby11 ul:first-child li > a { /* padding-left: 27px; */ }
.YanMenu.tkby11 ul li > a { font-size: 14px; color: #656565; padding: 8px 12px 6px 20px; font-weight: 400; text-align: left; display: block; letter-spacing: 0px; line-height: 17px; background: #FFFFFF url(../images/yvr.png) no-repeat 6px 13px; }

.YanMenu.tkby11 ul li ul { background: #8F8F8F; padding-left: 11px; }
.YanMenu.tkby11 ul li ul li { border-left: none; background: none; }
.YanMenu.tkby11 ul li ul li a { padding: 5px 22px; word-break: break-all; padding-left: 15px; border: none; background: none; font-size: 12px; color: #FFFFFF; }
.YanMenu.tkby11 ul li ul li a:hover { color: #E7FEFB; background: none; }

.YanMenu.tkby11 ul li ul li a.acildi { }
.YanMenu.tkby11 ul li.active { }
.YanMenu.tkby11 > ul > li.active > a { color: #ffffff; background: #666666 url(../images/yvr2.png) no-repeat 6px 13px; }
.YanMenu.tkby11 ul ul li.active > a, .YanMenu.tkby11 ul ul li.active { color: #1A3905; background: none; }
.YanMenu.tkby11 ul li > a:hover { background: #666666 url(../images/yvr2.png) no-repeat 6px 13px; color: #fff; }
.YanMenu.tkby11 .baslik { padding: 10px; margin-top: 0; }
.YanMenu.tkby11 .baslik strong { border-bottom: solid 1px #FFFFFF; padding: 4px 4px 10px 4px; font-size: 20px; color: #fff; font-family: 'myconb'; line-height: 22px; }


.YanMenu a.sub { position: relative; }
.YanMenu a .AcBk.acildi { background: url(../images/aryuk.png) no-repeat right 7px; }
.YanMenu a .AcBk { width: 20px; height: 100%; position: absolute; background: url(../images/aras.png) no-repeat right 7px; right: 10px; }
/********************************************************************************************************************************************************/

/***********
    GENEL LİSTELEMELE
    ****************************/
.genelListe { width: 100%; min-height: 1px; height: auto; float: left; box-sizing: border-box; }
.genelListe ul, .genelListe ul a, .genelListe ul img { width: 100%; min-height: 1px; height: auto; float: left; position: relative; margin-top: 0px !important; }
.genelListe ul li { min-width: 1px; min-height: 1px; height: auto; float: left; box-sizing: border-box; padding: 10px; }
.genelListe ul li .kapsa { width: 100%; float: left; box-sizing: border-box; padding: 5px; }
.genelListe ul li h6, .genelListe ul li p { width: 100%; height: auto; float: left; box-sizing: border-box; }
.genelListe ul li p { line-height: 20px; }
.genelListe .resim { width: 100%; float: left; position: relative; }

.genelListe ul li, .genelListe ul li a, .genelListe ul li h6, .genelListe ul li p, .genelListe .devami, .genelListe ul li .resim, .altBar a, .teknoBay a, .linkAgaci a, .slot .arrow a, .kurumsalG .sol .devam, .kurumsalG .sag h6, .genelBaslik a, .grupDiz a, .header .ust .sag .dil a, .haberGoster.genelListe .arr, .tabMenu ul li, .tabMenu ul, .tabMenu, .hover li a:after, .tabMenu ul li a { transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; box-sizing: border-box; }

/*********************************************************************************************************************************************************************************/

.genelBaslik { width: 100%; float: left; position: relative; border-bottom: solid 1px #ececec; padding-bottom: 10px; box-sizing: border-box; }
.genelBaslik.active:after { content: ""; width: 34px; height: 3px; position: absolute; left: 0; bottom: -1px; }
.genelBaslik.active.yukari:after { bottom: inherit; top: 0; }
.genelBaslik h1, .genelBaslik h2, .genelBaslik h3, .genelBaslik h4, .genelBaslik h5, .genelBaslik h6 { min-width: 1px; width: auto; min-height: 1px; height: auto; float: left; position: relative; padding-right: 15px; }
.genelBaslik h1 a, .genelBaslik h2 a, .genelBaslik h3 a, .genelBaslik h4 a, .genelBaslik h5 a, .genelBaslik h6 a { width: 100%; text-align: left; float: left; }
.genelBaslik h1 a, .genelBaslik h2 a, .genelBaslik h3 a, .genelBaslik h4 a, .genelBaslik h5 a, .genelBaslik h6 a, .genelBaslik h1, .genelBaslik h2, .genelBaslik h3, .genelBaslik h4, .genelBaslik h5, .genelBaslik h6 { font-size: 20px; color: #454545; line-height: 21px; }
.genelBaslik span { font-weight: 300; }
/********************************************/

.diz.bir > ul > li { width: 100%; }
.diz.iki > ul > li { width: 50%; }
.diz.uc > ul > li { width: 33.33%; }
.diz.dort > ul > li { width: 25%; }
.diz.bes > ul > li { width: 20%; }
.diz.alti > ul > li { width: 16.66%; }
.diz.yedi > ul > li { width: 14.285%; }
.diz.sekiz > ul > li { width: 12.5%; }
.diz.dokuz > ul > li { width: 11.11%; }
.diz.on > ul > li { width: 10%; }

/**********************************************************************************************/

.sosyalMedia { width: auto; height: auto; float: none; display: inline-table; }
.sosyalMedia a { width: 32px !important; height: 32px; float: left; margin-left: 6px; position: relative; bottom: -5px; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; }

.sosyalMedia a.facebook { background: url(../images/social/facebook.png) no-repeat center center; }
.sosyalMedia a.twitter { background: url(../images/social/twitter.png) no-repeat center center; }
.sosyalMedia a.googleplus { background: url(../images/social/googleplus.png) no-repeat center center; }
.sosyalMedia a.instagram { background: url(../images/social/instagram.png) no-repeat center center; }
.sosyalMedia a.linkedin { background: url(../images/social/linkedin.png) no-repeat center center; }
.sosyalMedia a.pinterest { background: url(../images/social/pinterest.png) no-repeat center center; }
.sosyalMedia a.youtube { background: url(../images/social/youtube.png) no-repeat center center; }

/*.sosyalMedia a.facebook:hover { background: url(../images/social/facebook2.png) no-repeat center center; }
.sosyalMedia a.twitter:hover { background: url(../images/social/twitter2.png) no-repeat center center; }
.sosyalMedia a.googleplus:hover { background: url(../images/social/googleplus2.png) no-repeat center center; }
.sosyalMedia a.instagram:hover { background: url(../images/social/instagram2.png) no-repeat center center; }
.sosyalMedia a.linkedin:hover { background: url(../images/social/linkedin2.png) no-repeat center center; }
.sosyalMedia a.pinterest:hover { background: url(../images/social/pinterest2.png) no-repeat center center; }
.sosyalMedia a.youtube:hover { background: url(../images/social/youtube2.png) no-repeat center center; }*/



a.Vmenu {width: 43px !important;h;height: 30px !important;float: left;margin-right: 11px;margin-top: -4px;top: 0;background: url(../images/mnu.png) no-repeat center center #6e6767;display: none;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;position: relative;padding: 0px 5px;}
a.Vmenu.active {background: url(../images/mnu.png) no-repeat center center #b0be36;margin-left: 14px;}

a.kmenu {width: 47px !important;height: 40px !important;display: none;background: url(../images/mnu.png) no-repeat center center #da251d;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;position: static;z-index: 999;float: right;margin-top: 0;margin-right: 0px;border-radius: 0;}
a.kmenu.active {background: url(../images/mnu.png) no-repeat center center #5f5f5f;}



/*Sıfırlama*/
.icerik .yazi h1, .icerik .yazi h2, .icerik .yazi h3, .icerik .yazi h4, .icerik .yazi h5, .icerik .yazi h6 { /*width: 100%; float: left; margin-bottom: 12px;*/ }
.icerik .yazi h1 { font-size: 17px; font-weight: bold; }
.icerik .yazi h2 { font-size: 15px; font-weight: bold; }
.icerik .yazi h3 { font-size: 14px; font-weight: bold; }
.icerik .yazi h4, .icerik .yazi h5, .icerik .yazi h6 { font-size: 14px; }

.icerik .yazi img { max-width: 300px; float: left; margin: 0px 20px 10px 0px; box-sizing: border-box; }

.icerik .yazi table, .icerik .detay table { width: 100%; float: left; border: solid 1px #DBDBDB; margin-top: 13px; }
.icerik .yazi table tr { }
.icerik .yazi table td, .icerik .detay table td { border-bottom: solid 1px #C8C8C8; border-right: solid 1px #BCBCBC; min-height: 28px; }
.icerik .yazi table td:last-child, .icerik .detay table td:last-child { border-right: none; }
.icerik .yazi table tr:last-child td, .icerik .detay table tr:last-child td { border-bottom: none; }


.genelListe.media { }
.genelListe.media li { width: 25%; padding: 4px; }
.genelListe.media li .resim { transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; }
.genelListe.media li a { display: table; box-sizing: border-box; position: relative; overflow: hidden; background: #363A3A; padding: 4px; }
.genelListe.media li a:hover { background: #494F4F; }
.genelListe.media a .byt { width: calc(100% - 4px); height: calc(100% - 4px); display: table-cell; display: none; background: url(../images/byt.png) no-repeat center center rgba(51, 66, 77, 0.67); position: absolute; border-radius: 4px; }
.genelListe.media li a img { width: 100%; float: left; margin: 0px; }
.genelListe.media li h6 { width: 100%; float: left; font-size: 13px; color: #D5D5D5; font-family: Arial; box-sizing: border-box; padding: 6px; text-align: center; }


.mobil { min-width: 1px; width: auto; float: right; margin-top: 0px; position: relative; display: none; position: absolute; /* left: 151px; */ bottom: 16px; right: 59px; }
.mobil ul { float: left; }
.mobil ul li { width: auto; height: 15px; float: left; padding: 7px 0px; }
.mobil ul li:last-child { border-right: none; }
.mobil ul li:last-child a { /* border-right: none; */ }
.mobil ul li.active { background: #4797BA; }

.mobil ul li a { min-width: 15px; height: 15px; float: left; border-right: solid 1px #4D9ABC; padding: 0px 10px; }
.mobil ul li a.paylas { background: url(../images/pylsic.png) no-repeat top center; }
.mobil ul li a.ara { background: url(../images/aric.png) no-repeat top center; }
.mobil ul li a.giris { background: url(../images/grs.png) no-repeat top center; }

.mobil ul li a.active { border-top: solid 2px #fff; }
.mobil ul li a.paylas.active { background: url(../images/pylsic.png) no-repeat top center; }
.mobil ul li a.ara.active { background: url(../images/aric2.png) no-repeat top center; }
.mobil ul li a.giris.active { background: url(../images/grs2.png) no-repeat top center; }




.dHaberDet { width: 100%; float: left; margin-top: 15px; }
.dHaberDet .tarih { width: auto; float: left; position: absolute; right: 20px; top: 15px; }
.dHaberDet .sol { width: 264px; float: left; box-sizing: border-box; padding-right: 20px; position: relative; }
.dHaberDet .sol img { width: 100%; float: left; }
.dHaberDet .sag, .dHaberDet h1, .dHaberDet h2, .dHaberDet h3, .dHaberDet h4, .dHaberDet h5 { width: calc(100% - 264px); float: right; box-sizing: border-box; margin-bottom: 4px; }
/*.dHaberDet h2, .dHaberDet h3, .dHaberDet h4, .dHaberDet h5 { width: auto; float: left; }*/
.dHaberDet h2, .dHaberDet h3, .dHaberDet h4, .dHaberDet h5, .dHaberDet h1 a, .dHaberDet h2 a, .dHaberDet h3 a, .dHaberDet h4 a, .dHaberDet h5 a { }
.dHaberDet .sag .yazi, .dHaberDet .sag .yazi p, .dHaberDet .sag .yazi .tarih { width: 100%; float: left; }
.dHaberDet .sag .yazi .tarih { font-weight: bold; margin-top: 16px; }
.dHaberDet .sag .yazi .tarih span { color: #2f94d0; }
.duyuruHaber strong { width: 100%; float: left; padding-bottom: 11px; margin-bottom: 15px; }

.duyuruHaber { width: 100%; float: left; font-family: Tahoma; }
.duyuruHaber ul, .duyuruHaber ul li, .duyuruHaber ul li a { width: 100%; float: left; box-sizing: border-box; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; }
.duyuruHaber ul li { margin-bottom: 13px; padding: 0px 10px 10px 10px; }
.duyuruHaber ul li:last-child { margin-bottom: 0px; border: none; padding-bottom: 0px; }
.duyuruHaber ul li a { display: table; }
.duyuruHaber ul li a .resim { display: table-cell; width: 100px; padding-right: 17px; }
.duyuruHaber ul li a .resim img { width: 100%; float: left; vertical-align: middle; }
.duyuruHaber ul li a .yazi { display: table-cell; vertical-align: middle; float: none; width: calc(100% - 100px); }
.duyuruHaber ul li a .yazi h6 { width: 100%; float: left; margin-bottom: 6px; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; }
.duyuruHaber ul li a .yazi p { width: 100%; float: left; }
.duyuruHaber ul li a .yazi .tarih { width: 100%; float: left; }


.duyuruHaber.tk.alt { padding-top: 18px; margin-top: 25px; }

.duyuruHaber.tk.alt { padding-top: 18px; margin-top: 15px; }
.duyd { width: 100%; float: left; }

.dBaslik { width: 100%; float: left; border-bottom: solid 1px; padding-bottom: 5px; margin-bottom: 7px; }
.dBaslik h3 { width: auto; float: left; }
.dBaslik h3 a { width: auto; float: left; }
.dBaslik h3, .dBaslik h3 a { font-size: 20px; color: #656565; line-height: 27px; }
