@font-face {
	font-family: 'Roboto Regular';
	src: url('/_css/font/Roboto/Roboto-Regular.eot');
	src: url('/_css/font/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
	url('/_css/font/Roboto/Roboto-Regular.woff2') format('woff2'),
	url('/_css/font/Roboto/Roboto-Regular.woff') format('woff'),
	url('/_css/font/Roboto/Roboto-Regular.ttf') format('truetype'),
	url('/_css/font/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Slab Bold';
	src: url('/_css/font/RobotoSlab/RobotoSlab-Bold.eot');
	src: url('/_css/font/RobotoSlab/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
	url('/_css/font/RobotoSlab/RobotoSlab-Bold.woff2') format('woff2'),
	url('/_css/font/RobotoSlab/RobotoSlab-Bold.woff') format('woff'),
	url('/_css/font/RobotoSlab/RobotoSlab-Bold.ttf') format('truetype'),
	url('/_css/font/RobotoSlab/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	position: relative;
	background-color: #00427f;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul, li 	{ padding: 0px; margin: 0px; list-style: none; }
img, a 	{ border: 0px; text-decoration: none; }
a:hover	{ text-decoration: underline; }

#wrap 			{ position: relative; border-top: 2px solid #102e6c; }
.pgContainer	{ display: block; width: 960px; margin: 0 auto; }

#header			{ display: block; margin-top: 20px; }
#header .pgLogo { float: left; margin-top: 0px; }

.banner-728x90 		{ width: 728px; height: 90px; line-height: 90px; background: #dedede; color: #ffffff; font-size: 24px; text-align: center; }
.banner-300x250		{ width: 300px; height: 250px; margin-bottom: 10px; line-height: 250px; background: #dedede; color: #ffffff; font-size: 24px; text-align: center; }

.left 	{ float: left; }
.right 	{ float: right; }

.wide640 			{ width: 640px; }
.wide640.subpage 	{ width: 625px; padding: 15px 0px 0px 15px; }
.wide300 			{ width: 300px; }
.wide760 			{ width: 760px; }
.wide170 			{ width: 170px; }

.marginTop-7	{ margin-top: 7px; }
.marginTop-10	{ margin-top: 10px; }
.marginTop-20	{ margin-top: 20px; }
.marginTop-30	{ margin-top: 30px; }

.line-height-15 { line-height: 15px; }
.line-height-20 { line-height: 20px; }
.line-height-25 { line-height: 25px; }
.line-height-30 { line-height: 30px; }

.text-left 		{ text-align: left; }
.text-right 	{ text-align: right; }
.text-center 	{ text-align: center; }

.loading	{ background: url('https://cdn.superfb.com/_img/ajax-loader.gif') no-repeat center center; width: 100%; height: 120px; }
.opacity 	{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.error		{ width: 100%; height: 200px; line-height: 200px; text-align: center; background-color: #F8F8F8; font-size: 18px; }
.clear 		{ clear: both; }


.kutu 	{ margin: 5px; padding: 4px; border: solid 1px #D8D8D8; background-color: #F7F7F7; overflow: hidden; }
.kutu2 	{ margin: 0px; padding: 4px; border: solid 1px #D8D8D8; background-color: #F7F7F7; }
.kutu3 	{ margin: 0px; padding: 1px; border: solid 1px #D8D8D8; background-color: #F7F7F7; overflow: hidden; }
.ansi 	{ float: left; margin-top: 2px; margin-left: 4px; margin-right: 4px; padding: 4px; border: solid 1px #CCCCCC;	background-color: #F0F5FF; }
.red 	{ border: solid 1px #B50000; background-color: #FFEBEB; }
.red1 	{ border: solid 1px #FFEBEB; background-color: #B50000; }
.green 	{ border: solid 1px #DDF0DD; background-color: #316396; color: #FFFFFF; }
.yesil 	{ border: solid 1px #DDF0DD; background-color: #EBFFEB; }
.blue 	{ border: solid 1px #CEE2F2; background-color: #F0F5FF; }
.blue1 	{ border: solid 1px #AEB2F2; background-color: #E0E5FF; }
.mvsy 	{ border: solid 1px #CCCCCC; background-color: #E0E5FF; }
.black 	{ border: solid 1px #000000; background-color: #FFFFFF; }
.siyah 	{ border: solid 1px #000000; background-color: #EFEFEF; color: #000; }


#search	{ position: relative; }
#search .search_img 		{ position: relative; z-index: 20; background-color: #102e6c; cursor: pointer; }
#search .search_img.active 	{ background-color: #e9e9e9; border-left: 1px solid #102e6c; border-right: 1px solid #102e6c; }

#search .search_box { display: none; position: absolute; z-index: 10; right: 0px; top: 11px; width: 265px; background-color: #ffffff; border: 1px solid #102e6c; }
#search .search_box	input			{ border: 0px; height: 30px;  }
#search .search_box .search_input  	{ width: 220px; height: 28px; }
#search .search_box .search_submit 	{ float: right; width: 32px; background-color: #e9e9e9; cursor: pointer; }

.main { background-color: #ffffff; padding: 5px; min-height: 800px; margin-top: 0px; }

#topnav					{ background-color: #f8f8f8; width: 958px; height: 27px; border: 1px solid #e7e7e7; border-top: 0px; }
#topnav a				{ color: #ffffff; }
#topnav a:hover			{ text-decoration: none; }
#topnav .member 		{ display: table; float: left; margin-left: 10px; }
#topnav .member a 		{ display: block; float: left; background-color: #102e6c; height: 30px; line-height: 30px; padding: 0 10px; font-family: Arial, Tahoma; font-size: 12px; color: #ffffff; cursor: pointer; }
#topnav .member .login 	{ margin-left: 5px; }
#topnav .share 			{ float: right; margin-right: 10px; }

#topnav .user 				{ display: table; float: left; position: relative; margin-left: 10px; }
#topnav .user span 			{ display: block; float: left; background-color: #102e6c; height: 30px; line-height: 30px; padding: 0 10px; font-family: Arial, Tahoma; font-size: 12px; color: #ffffff; }
#topnav .user .uimage 		{ width: 24px; height: 24px; margin-top: 1px; border: 1px solid #c5c5c5; }
#topnav .user .utext		{ padding-left: 0px;  font-family: Arial, Tahoma; font-size: 12px; }

#topnav .user .uinfo 		{ position: relative; }
#topnav .user .uinfo .ubullet		 { margin-top: 10px; cursor: pointer; }
#topnav .user .uinfo .ubulletlist	 { display: none; position: absolute; top: 22px; right: 10px; }
#topnav .user .uinfo .ubulletlist li { width: 105px; height: 25px; line-height: 25px; padding-left: 10px; background-color: #2d57ad; border-bottom: 1px solid #6895f0; cursor: pointer; }
#topnav .user .uinfo .ubulletlist li.last-child { border-bottom: 0px; }

#navigation 					{ display: table; width: 946px; padding: 0px 7px; margin: 0px -5px; background-color: #102e6c; height: 27px; line-height: 27px; border-bottom: 4px solid #f6ee31; font-family: Arial, Tahoma; }
#navigation li 					{ float: left; width: 113px; margin-top: 3px; text-align: center; font-size: 14px; border-right: 1px solid #2d57ad;  }
#navigation li a 				{ color: #ffffff; text-decoration: none; }
#navigation li.selected 		{ background-color: #2d57ad; }
#navigation li.icon 			{ background-color: #f6ee31; width: 32px; height: 27px; vertical-align: middle; }
#navigation li.icon.selected	{ background-color: #f6ee31; }
#navigation li.icon	img 		{ margin-top: 5px; }
#navigation li.last-child 		{ border-right: 0px; }


#footer 		{ display: table; background-color: #eeeeee; width: 100%; min-height: 100px; border-top: 1px solid #dadada; }
#footer .column { display: table-cell; width: 25%; border-left: 1px solid #dadada; }
#footer .column.first-child { border-left: 0px; }

#footer .desc 			{ padding: 30px; color: #595959; }
#footer .desc a 		{ color: #595959; text-decoration: none; }
#footer .desc a:hover 	{ text-decoration: underline; }
#footer .desc li 		{ line-height: 20px; overflow: hidden; }
#footer .desc .head 	{ font-family: Arial, Tahoma; font-weight:bold; font-size: 12px; }
#footer .desc .sub 		{ font-family: Arial, Tahoma; font-size: 10px; }

.box 							{ display: table; width: 100%; margin-bottom: 10px; }
.box .boxTitle 	 				{ background-color: #102e6c; height: 27px; line-height: 27px; padding-left: 10px; font-family: Arial, Geneva, Arial, Helvetica, sans-serif; font-size: 16px; color: #ffffff; }
.box .boxTitle	a				{ color: #ffffff; }
.box .boxContainer 				{ border: 1px solid #c5c5c5; border-top: 4px solid #f6ee31; }
.box .boxContainer .boxContent 	{ background-color: #f8f8f8; border: 1px solid #ffffff; }
.box .boxContainer .boxHr 		{ background-color: #102e6c; width: 100%; height: 2px; }

.boxMobile { text-align: center; padding: 5px; }

#headline { width: 640px; height: 516px; background-color: #f8f8f8; margin-bottom: 10px; }

/*<!-- Fikstur - Puan Durumu --> */
.boxStats { position: relative; padding: 10px; font-family: Arial, Tahoma; color: #102e6c; }
.boxStats .statsTitle 	{ padding-bottom: 5px; border-bottom: 1px solid #102e6c; font-size: 15px; margin-bottom: 10px; }

.boxStats .statsFixture			{ display: table; width: 100%; height: 65px; position: relative;  }
.boxStats .statsFixture	li 		{ float: left; text-align: center; }
.boxStats .statsFixture	span 	{ display: block; }

.boxStats .statsFixture	li.team					{ width: 102px; text-align: center; }
.boxStats .statsFixture	li.team	.teamTitle		{ height: 24px; line-height: 24px; overflow: hidden; font-family: Arial, Tahoma; font-weight:bold; font-size: 15px; }
.boxStats .statsFixture	li.team	.teamImage img	{ margin-top: 5px; width: 32px; }

.boxStats .statsFixture	li.score				{ width: 72px; }
.boxStats .statsFixture	li.score .text 			{ height: 24px; line-height: 24px; font-family: Arial, Tahoma; font-weight:bold; font-size: 17px;  }
.boxStats .statsFixture	li.score .info 			{ position: absolute; left: 70px; top: 30px; width: 140px;  font-size: 12px; }
.boxStats .statsFixture	li.score .info .stad	{ height: 17px; line-height: 17px; overflow: hidden; margin-bottom: 2px; }


.boxStats .statsLeagueTable	{  }
.boxStats .statsLeagueTable li		{ display: table; background-color: #ebebeb; width: 100%; height: 25px; line-height: 25px; overflow: hidden; margin-bottom: 1px; }
.boxStats .statsLeagueTable li span	{ display: block; float: left; }

.boxStats .statsLeagueTable .head 		{ background-color: #dcdcdc; }
.boxStats .statsLeagueTable .selected 	{ background-color: #102e6c; color: #f6ee31; }

.boxStats .statsLeagueTable .team { width: 120px; height: 25px; line-height: 25px; padding-left: 6px; overflow: hidden; }
.boxStats .statsLeagueTable .cell { width: 30px; text-align: center; }

#fs_be .boxStats .statsLeagueTable .team { width: 150px; }
#fs_bk .boxStats .statsLeagueTable .team { width: 150px; }

.boxStats .statsNav			{ position: absolute; right: 15px; top: 15px; }
.boxStats .statsNav span 	{ cursor: pointer; }

.boxStats .statsTabs	{ display: table; width: 100%; margin-top: -9px; margin-bottom: 3px; border-bottom: 2px solid #d4d4d4; text-align: center; }
.boxStats .statsTabs li	{ display: table-cell; width: 33.3%; height: 30px; line-height: 30px; cursor: pointer; }
.boxStats .statsTabs li:hover { background-color: #d4d4d4 }
.boxStats .statsTabs li.selected { background-color: #d4d4d4 }

/*<!-- Fikstur - Puan Durumu --> */


#topHeadline 				{ display: table; width: 100%; margin-bottom: 10px; }
#topHeadline li 			{ float: left; width: 218px; border: 1px solid #d4d4d4; }
#topHeadline li .thImg 		{ width: 218px; height: 106px; }
#topHeadline li .thTitle 	{ display: block; padding: 5px; height: 28px; overflow: hidden; font-family: Arial, Tahoma; font-weight:bold; font-size: 13px; }
#topHeadline li .thTitle a	{ color: #595959; text-decoration: none; }
#topHeadline li.thvr 		{ margin: 11px; width: 1px; height: 132px; background-color: #c9c9c9; border: 0px; }



#pgBar 			{ display: table; width: 100%; height: 20px; line-height: 20px; margin-top: 5px; margin-bottom: 10px; border-bottom: 1px solid #c6c6c6; font-family: Arial, Tahoma; font-size: 12px; color: #595959; }
#pgBar a		{ color: #595959; text-decoration: none; }
#pgBar a:hover	{ text-decoration: underline; }
#pgBar b 		{ font-family: Arial, Tahoma; font-weight:bold; }
#pgBar .pgOther, .pgDate { font-size: 10px; text-align: right; float: right; }


.newsList 				{ position: relative; width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #c6c6c6;  }
.newsList .nlImage 		{ float: left; }
.newsList .nlImage img 	{ border: 1px solid #c6c6c6; }
.newsList .nlText  			{ float: left; margin-left: 10px; width: 446px; }
.newsList .nlText a 		{ color: #595959; text-decoration: none; }
.newsList .nlText .nlTitle 	{ font-family: Arial, Tahoma; font-weight:bold; font-size: 18px; }
.newsList .nlText .nlDesc 	{ font-family: Arial, Tahoma; font-size: 14px; margin-top: 10px; }
.newsList .nlType	{ position: absolute; top: 0px; right: 0px; }

.boxMost { padding: 10px; }
.boxMost .mostList 					{ }
.boxMost .mostList li 				{ display: table; width: 100%; height: 25px; border-bottom: 1px solid #c8c8c8; }
.boxMost .mostList li a				{ color: #5d5c5c; text-decoration: none; }
.boxMost .mostList li a:hover		{ text-decoration: underline; }
.boxMost .mostList li span			{ display: block; line-height: 25px; overflow: hidden; }
.boxMost .mostList li.last-child	{ border-bottom: 0px; }
.boxMost .mostList .mostTitle 		{ float: left; width: 259px; font-family: Arial, Tahoma; font-size: 12px; color: #5d5c5c; }
.boxMost .mostList .mostComment 	{ float: left; padding-left: 5px; }


.boxVideo { padding: 10px; }
.boxVideo .vdAdv { font-family: Arial, Tahoma; font-weight:bold; font-size: 15px; color: #595959; }
.boxVideo .vdAdv a { color: #595959; }

.boxVideo .vdBig 		{  }
.boxVideo .vdBig img 	{ width: 274px; height: 210px; border: 1px solid #757575; }

.boxVideo .videoTab 		{ display: table; width: 100%; margin-top: 10px; }
.boxVideo .videoTab span 	{ display: block; }

.boxVideo .videoTab .vdprev	 	{ float: left; margin-top: 11px; cursor: pointer; }
.boxVideo .videoTab .vdnext	 	{ float: right; margin-top: 11px; cursor: pointer; }
.boxVideo .videoTab .vdlist 			{ float: left; display: table; }
.boxVideo .videoTab .vdlist li 			{ display: none; position: relative; float: left; width: 72px; height: 54px; background: url('https://cdn.superfb.com/_img/video/mini_player.png') no-repeat center center; margin-left: 5px; border: 1px solid #102e6c; cursor: pointer; }
.boxVideo .videoTab .vdlist li.active 	{ display: block; }
.boxVideo .videoTab .vdlist li .vdImage	{ width: 72px; height: 54px; }

.boxPlayers { padding: 10px; font-family: Arial, Tahoma; font-size: 12px; }

.boxPlayers .playersList {  }
.boxPlayers .playersList li 		{ display: table; width: 100%; height: 25px; line-height: 25px; background-color: #ebebeb; margin-bottom: 1px; }
.boxPlayers .playersList li span 	{ display: block; float: left; width: 68px; height: 25px; overflow: hidden; text-align: center; }
.boxPlayers .playersList li .plname { width: 135px; padding-left: 5px; text-align: left; }
.boxPlayers .playersList li .plposition { width: 86px; font-size: 10px; }
.boxPlayers .playersList li .plnumber 	{ width: 50px; }

.boxPlayers .playersList.head 		{ margin-bottom: 5px; border-bottom: 1px solid #102e6c; color: #102e6c; }
.boxPlayers .playersList.head li 	{ background: none; }

.boxPlayers .playersTabs				{ display: table; width: 296px; margin: -10px -10px 3px -10px; border-bottom: 2px solid #d4d4d4; text-align: center; color: #102e6c; }
.boxPlayers .playersTabs li				{ display: table-cell; width: 33.3%; height: 25px; line-height: 25px; cursor: pointer; }
.boxPlayers .playersTabs li:hover 		{ background-color: #d4d4d4 }
.boxPlayers .playersTabs li.selected 	{ background-color: #d4d4d4 }



.boxPanaroma {  font-family: Arial, Tahoma; font-size: 12px; }

.boxPanaroma .panoramaTabs					{ display: table; width: 100%; border-bottom: 2px solid #d4d4d4; text-align: center; color: #102e6c; }
.boxPanaroma .panoramaTabs li				{ display: table-cell; width: 33.3%; height: 25px; line-height: 25px; cursor: pointer; }
.boxPanaroma .panoramaTabs li:hover 		{ background-color: #d4d4d4 }
.boxPanaroma .panoramaTabs li.selected 		{ background-color: #d4d4d4 }

.boxPanaroma .panoramaContent  { padding: 10px; padding-top: 0px; }

.boxPanaroma .panoramaContent .pcTitle 				{ display: block; padding-bottom: 5px; margin: 10px 0px; border-bottom: 1px solid #102e6c;	font-size: 15px; color: #102e6c; }
.boxPanaroma .panoramaContent .pcList 				{ font-size: 11px; }
.boxPanaroma .panoramaContent .pcList li 			{ display: table; width: 100%; }
.boxPanaroma .panoramaContent .pcList li span 		{ display: block; float: left; height: 25px; overflow: hidden; }
.boxPanaroma .panoramaContent .pcList li .pcIcon 	{ width: 20px; text-align: center; }
.boxPanaroma .panoramaContent .pcList li .pcAv 		{ width: 60px;	text-align: center;	color: #b29932;	}
.boxPanaroma .panoramaContent .pcList li .pcName 	{ width: 190px; padding-left: 6px; }

.boxPanaroma .panoramaContent .pcDate { height: 25px; line-height: 25px; margin: 10px -10px -10px -10px; padding-right: 5px; background-color: #d4d4d4; color: #102e6c; text-align: right; }

.boxEnotu { padding: 10px; font-family: Arial, Tahoma; font-size: 12px; color: #505050; }


#comments				{ margin-top: 10px; }
.boxCommentLogin 		{ padding: 10px; }
.boxCommentLogin img 	{ cursor: pointer; }

#comments .boxComment 				{ position: relative; padding: 8px; }
#comments .boxComment .commentArea 	{ width: 99%; height: 120px; margin-bottom: 10px; border: 1px solid #e3e3e3; }
#comments .boxComment .commentSub	{ display: table; width: 100%; }
#comments .boxComment .commentSub span	{ display: block; float: left; width: 45%; }

#charlimitinfo 	{ height: 30px; line-height: 30px; font-family: Arial, Tahoma; }
#commentsubmit	{ cursor: pointer; }

.yrmlistbox { display: flex; position: relative; width: 96%; padding: 1%; margin-top: 10px; border: 1px solid #e3e3e3; }

.yrmlistbox .yrmavatar 		{ float: left; }
.yrmlistbox .yrmavatar img 	{ width: 50px; height: 50px; border: 1px solid #102e6c; }

.yrmlistbox .yrmcontent 		{ width: 100%; margin-left: 10px; font-family: Arial, Tahoma; font-size: 12px; }
.yrmlistbox .yrmsubcontent 		{ float: left; width: 467px; margin-left: 10px; font-family: Arial, Tahoma; font-size: 12px; }

.yrmlistbox .yrmcontent .yrmcontent {}

.yrmlistbox .yrmhead 			{ display: table; width: 100%; border-bottom: 1px solid #cccccc; }
.yrmlistbox .yrmhead span 		{ display: block; float: left; height: 20px; line-height: 20px; }
.yrmlistbox .yrmhead .yrmnick 	{ padding: 0px 5px; background-color: #102e6c; color: #ffffff; }
.yrmlistbox .yrmhead .yrmdate 	{ margin-left: 10px; }
.yrmlistbox .yrmhead .yrmlike 		{ float: right; padding: 0 2px; cursor: pointer; }
.yrmlistbox .yrmhead .yrmdislike 	{ float: right; padding: 0 2px; cursor: pointer; }
.yrmlistbox .yrmhead .yrmcount 		{ float: right; padding: 0 2px; font-size: 10px; }

.yrmlistbox .yrmtext 	{ margin-top: 10px; }
.yrmlistbox .yrmcvp 	{ position: absolute; top: 0; right: 75px; width: 75px; height: 20px; line-height: 20px; border-left: 1px solid #cccccc; text-align: center; font-size: 11px; }
.yrmlistbox .yrmcvp a 	{ color: #595959; }
.yrmcommenterror		{ font-size: 11px; cursor: pointer; font-family: Arial, Tahoma; font-weight:bold; }
.yrmmobile				{ position: absolute; top: 65px; left: 15px; }

.twitterbox 			{ position: relative; width: 323px;  height: 256px; background-color: #f5f5f5; border: 1px solid #c5c5c5; }
.twitterboxcontent 		{ padding: 10px; height: 155px; overflow: hidden; }
.twitterboxlist			{  }
.twitterboxlist li { display: table; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #c5c5c5; }
.twitterboxlist .twitimage 		{ float: left; width: 48px; height: 48px; }
.twitterboxlist .twitimage img	{ width: 48px; height: 48px; }
.twitterboxlist .twitcontent	{ float: left; width: 245px; margin-left: 10px; }
.twitterboxlist .twitcontent .twitname 	{ color: #102e6c; }
.twitterboxlist .twitcontent .twittdate { color: #D3A34F; font-size: 10px; }

.twitterboxsub 				{ padding: 10px; }
.twitterboxsub .tbfollow 	{ float: left; }
.twitterboxsub .tbnav	 	{ float: right; }
.twitterboxsub .tbnav span 	{ cursor: pointer; }

.qparams 			{ margin: 20px 0; font-family: Arial, Tahoma; font-weight:bold; font-size: 18px; }
.qparams .qptitle 	{ color: #878318; }

.paginate { display: table;	margin: 20px auto; }
.paginate .pagecount { text-align: center; margin: 10px 0px; }
.paginate a { color: #595959; }
.paginate .nav 			{ float: left; width: 80px; height: 23px; line-height: 23px; text-align: center; }
.paginate .navList 		{ float: left; display: table; }
.paginate .navList li 	{ float: left; width: 25px; height: 25px; line-height: 25px; text-align: center; background-color: #f5f5f5; margin-left: 5px; }
.paginate .navList li.active { background-color: #102e6c; color: #ffffff; }
.paginate .nav 			{  }
.paginate .nav.next 	{ margin-left: 5px; }
.paginate .nav.disabled { border: 1px solid #ebebeb; background-color: #f5f5f5; color: #dcdcdc; }


.boxtdk { padding: 10px; }
.boxtdk .boxtdkleft 	{ float: left; width: 184px; font-family: Arial, Tahoma; font-weight:bold; }
.boxtdk .boxtdkright 	{ float: right; width: 90px; text-align: center; }
.boxtdk a 				{ color: #595959; }
.boxtdk .boxtdktitle 	{ font-size: 14px; margin-bottom: 5px; }
.boxtdk .boxtdkdate 	{ font-size: 12px; color: #102e6c; margin-bottom: 5px; }
.boxtdk .boxtdkdesc 	{ font-size: 12px; font-family: Arial, Tahoma; margin-bottom: 5px; }
.boxtdk .boxtdknic 		{ font-size: 14px;  }

.boxtdk .boxtdkimage	{ width: 78px; border: 3px solid #102e6c; padding: 3px; margin-bottom: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }


.writerslist 	{  }
.writerslist li { border-top: 2px solid #102e6c; }
.writerslist li.first-child { border-top: 0px;  }

.writerslist li .wcontainer { padding: 10px; }
.writerslist li .wimage		{ float: left; width: 60px; height: 70px; border: 1px solid #c5c5c5; }
.writerslist li .wimage img { width: 60px; height: 70px; }
.writerslist li .wtext 		{ float: left; width: 200px; margin-left: 10px; }
.writerslist li .wtext span { display: block; font-family: Arial, Tahoma; color: #595959; }
.writerslist li .wtext .wname 	{ font-family: Arial, Tahoma; font-weight:bold; font-size: 15px; }
.writerslist li .wtext .wtitle 	{ font-size: 13px; margin-top: 5px; }
.writerslist li .wtext .wdate 	{ font-size: 10px; margin-top: 5px; }
.writerslist li .wtext  a 		{ color: #595959; }

#chartdiv { width: 100%; height: 200px; }

.boxnewsgallery { padding: 10px; }

.newsgalleryList 				{ display: table; float: left; margin: 0px 20px; margin-left: 0px; }
.newsgalleryList li 			{ float: left; display: none; margin-left: 18px; }
.newsgalleryList li .nglimage 	{ width: 120px; height: 186px; border: 1px solid #c5c5c5;	cursor: pointer; }
.newsgalleryList li.active 		{ display: block; }

.newsgalleryNav 			{ display: block; width: 16px; height: 37px; margin-top: 78px; cursor: pointer; }
.newsgalleryNav.prev 		{ background: url('https://cdn.superfb.com/_img/ok_sol_gri.png') no-repeat; float: left; }
.newsgalleryNav.next 		{ background: url('https://cdn.superfb.com/_img/ok_sag_gri.png') no-repeat; float: right; }
.newsgalleryNav.prev:hover 	{ background: url('https://cdn.superfb.com/_img/ok_sol_laci.png') no-repeat; }
.newsgalleryNav.next:hover 	{ background: url('https://cdn.superfb.com/_img/ok_sag_laci.png') no-repeat; }

.boxgallery { padding: 10px; }

.galleryList 				{ display: table; float: left; margin: 0px 20px; margin-left: 12px; }
.galleryList li 			{ float: left; display: none; width: 130px; margin-left: 8px; }
.galleryList li .glimage 	{ width: 128px; /*height: 140px;*/ border: 1px solid #c5c5c5; cursor: pointer; }
.galleryList li span 		{ display: block; margin-top: 3px; text-align: center; font-family: Arial, Tahoma; color: #595959; }
.galleryList li span a		{ color: #595959; }
.galleryList li.active 		{ display: block; }

.galleryNav 			{ display: block; width: 16px; height: 37px; margin-top: 60px; cursor: pointer; }
.galleryNav.prev 		{ background: url('https://cdn.superfb.com/_img/ok_sol_gri.png') no-repeat; float: left; }
.galleryNav.next 		{ background: url('https://cdn.superfb.com/_img/ok_sag_gri.png') no-repeat; float: right; }
.galleryNav.prev:hover 	{ background: url('https://cdn.superfb.com/_img/ok_sol_laci.png') no-repeat; }
.galleryNav.next:hover 	{ background: url('https://cdn.superfb.com/_img/ok_sag_laci.png') no-repeat; }


.allnews 	{ background: url('https://cdn.superfb.com/_img/kucuk_manset/tumhaber_bck.png') no-repeat; width: 114px; height: 29px; line-height: 29px; margin: 0 auto; margin-bottom: 10px; text-align: center; }
.allnews a 	{ color: #ffffff; }

.search				{ float: left; display: table; margin-left: 5px; }
.search .big_input 	{ width: 100%; border: 0px; height: 24px; }

.box-tabs { display: table; width: 100%; font-family:'Trebuchet MS',sans-serif;text-align: center; list-style: none; padding: 0; margin: 0; }
.box-tabs > li { display: table-cell; padding: 10px 15px; background: #787878; color: #fff;cursor: pointer;}
.box-tabs > li.active,
.box-tabs > li:hover,
.box-tabs > li:focus,
.box-tabs > li:active { background:#102e6c;color:#f6ee31; }

.tab-content > div { display: none; }
.tab-content > div.active { display: block; }

.table-league{font-size:13px;color:#102e6c;margin:0;border-spacing:0;}.table-league td,.table-league th{vertical-align:middle;width:8%;padding:3px;text-align:center;}.td-team{width:30%!important;text-align:left!important;line-height:140%;}.table-league .thead-light th{background:#fff}.table-league tbody tr > td{background-color:#ebebeb;border-top: 1px solid #fff;}
.pdhead {background:#dcdcdc; height:30px;}
.table-league tr.active td { background:#102e6c;color:#f6ee31; }

.fslist 		{ display: inline-table; margin: 0; padding: 0;}
.fslist li 		{ display: table; width: 100%; margin: 5px 0; font-size: 13px; }
.fslist li a 	{ color: #000000; }
.fslist li:nth-child(even){ background: #f0f0f0;padding-bottom: 6px;}
.fslist .fsdate 			{ height: 25px; line-height: 25px; text-align: center; font-weight: bold; }
.fslist .fsmatch 			{}
.fslist .fsmatch span  		{ float: left; height: 24px; line-height: 24px; overflow: hidden; }
.fslist .fsmatch .fsscore 	{ width: 40px; background: #102e6c; color: #f6ee31; border-radius: 5px; text-align: center; font-size: 11px; font-weight: bold; }
.fslist .fsmatch .fsscore a{color:#102e6c !important;}

.fslist .fsmatch .fslogo { margin-left: 2px; margin-right: 2px; }
.fslist .fsmatch .fsteam 	{ width: 96px; margin-left: 6px; }

.text-white { color: #ffffff; }

.fsnav 					{ display: table; padding: 10px 5px 5px 5px; font-size: 13px; font-weight: bold; color: #f6ee31;  }
.fsnav img, .fsnav span { display: table-cell; height: 17px; text-align: center; }
.fsnav img 				{ width: 13px; cursor: pointer; }
.fsnav .fsweek 			{ width: 100%; line-height: 17px; vertical-align: middle; }
.fsnav .prev { }
.fsnav .next { }

.footer-new{font-family:'Roboto Slab Bold';margin-top:10px;font-size:14px;font-weight:700;padding:20px 10px 0;background:#ffff}.footer-new h3{font-family:'Roboto Slab Bold';padding:20px 10px 0;font-size:28px;margin:0}.footer-important-link{display:flex;justify-content:space-between;padding:0 5px}.footer-important-link .important-link-list{padding:8px;width:100%}.footer-important-link .important-link-list ul{padding-inline-start:0;list-style-type:none!important;margin-top:0}.footer-important-link .important-link-list ul li{margin-bottom:10px;font-weight:700;list-style-type:none!important;border-bottom:1px solid #dededede;min-height:85px;display:inline-flex}.footer-important-link .important-link-list ul li h4{margin-bottom:0}.footer-important-link .important-link-list ul li a{font-size:14px;color:#444;line-height:18px;font-family:'Roboto Regular';display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.footer-selected-area{display:flex;justify-content:center}.selected-area{width:100%}.selected-area ul{padding-left:25px;color:#444}.selected-area ul li{padding-bottom:5px;list-style:disc}.selected-area ul li h4{margin:0;font-family:'Roboto Regular'}.selected-area ul li h4 a{color:#444}.footer-discover{margin-top:40px;font-family:'Roboto Regular'}.footer-discover p{margin-bottom:5px;font-size:14px;color:#444}.footer-discover .discover-body{display:flex;justify-content:space-between}.footer-discover .discover-body .body-left ul{display:flex;list-style:none;padding-inline-start:0}.footer-discover .discover-body .body-left{display:flex;justify-content:center;align-items:center}.footer-discover .discover-body .body-right{display:flex;justify-content:center;align-items:center}.footer-discover .discover-body .body-left ul li{background:#444;padding:8px 4px;border-radius:5px;margin-right:8px;font-family:'Roboto Regular'}.footer-discover .discover-body .body-left ul li a{font-size:14px;color:#fff;list-style-type:none;text-decoration:none}.footer-discover .discover-body .body-right ul{display:flex}.footer-discover .discover-body .body-right ul li{margin-right:8px;display:flex;align-items:center}.footer-discover .discover-body .body-right ul li a{color:#444;list-style-type:none;text-decoration:none}.footer-about{margin:20px 0 0;font-family:'Roboto Regular'}.footer-about ul{display:flex;justify-content:space-between;border-bottom:1px solid #ececec;border-top:1px solid #ececec;padding:25px 0;list-style:none}.footer-about ul li a{list-style-type:none;text-decoration:none;color:#444}.footer-brand-image{padding:20px 0;display:flex;justify-content:space-between;border-bottom:1px solid #ececec}.footer-brand-image .left-area,.right-area{display:flex;align-items:center}.footer-brand-image .left-area .image-item,.right-area .image-item{margin-right:10px}
