/**/
@import url('/lib/css/reset.css');
@import url('/lib/css/superfish_rev.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,600');

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'TitilliumText25L600wt';
    src: url('/fonts/TitilliumText25L002-webfont.eot');
    src: url('/fonts/TitilliumText25L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/TitilliumText25L002-webfont.woff') format('woff'),
         url('/fonts/TitilliumText25L002-webfont.ttf') format('truetype'),
         url('/fonts/TitilliumText25L002-webfont.svg#TitilliumText25L600wt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText25L800wt';
    src: url('/fonts/TitilliumText25L001-webfont.eot');
    src: url('/fonts/TitilliumText25L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/TitilliumText25L001-webfont.woff') format('woff'),
         url('/fonts/TitilliumText25L001-webfont.ttf') format('truetype'),
         url('/fonts/TitilliumText25L001-webfont.svg#TitilliumText25L800wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* --- 2. Global Definitions --- */

body {
	font:15px/22px 'Barlow Semi Condensed', sans-serif;
	color:#666;
	/*background:#e8e8e8;*/
	/*background:#f8f8f8;*/
	background:#f8f8f8;
	/*background:#f4f2ee;*/
	/*background:url('images/bg-b2b-gri.gif');*/
}

.edergi {
	font:14pt 'Barlow Semi Condensed', sans-serif;
	color:#666;
}

.edergisayinolar {
	width:180px;
	font:12pt 'Barlow Semi Condensed', sans-serif;
	color:#666;
}

p {
	margin-bottom:15px;
	color:#555;
	font-size:12pt;
	line-height:22px;
}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline: none;
}

hr {
	margin:8px 0 8px 0;
	clear:both;
	height:2px;
	background:url('/assets/border.png') 0 0 repeat-x;
	border:0;
}


h1 {
	font-size:25px;
	margin-bottom:20px;
	font-weight:normal;
}

h2 {
	font-size:22px;
	margin-bottom:20px;
}

h3 {
	font-size:21px;
	margin-bottom:20px;
	font-weight:normal;
}

h3.resize {
	font-size:18px;
	margin-bottom:15px;
}

h4 {
	font-size:19px;
}

h5 {
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
}

h6 {
	font-size:15px;
	margin-bottom:10px;
}

::selection {
    color:white;
    background:black;
}

input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e0e0e0;
	padding:10px;
	font-size:12px; 
	color:#999;
}

.tumubuton{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e0e0e0;
	padding:3px;
	font-size:12px; 
	background: gray;
	height:18px;
	color:white;
}

pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	border: 1px solid #eee;
	margin: 15px 0 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
}

blockquote {
	background:url('/assets/quote.png') 60px 0 no-repeat;
	font-size:15px!important;
	padding-left:105px;
	line-height:22px;
	text-shadow:-1px -1px #fff;
	font-style:italic;
	margin:30px 0;
	color:#222!important;
}

/*
table {
	border-top:2px solid #555;
	margin-bottom:20px;
	border-bottom:1px solid #f4f4f4;
}

table th {
	color:#666;
	text-transform:uppercase;
	font-size:12px;
	padding:10px 20px;
	vertical-align:middle;
	background:#f5f5f5;
	border-top:1px solid #fff;
}

table td {
	line-height:20px;
	padding:10px 20px;
	font-size:11px;
	border-bottom:1px solid #eee;
	border-top:1px solid #fff;
	text-align:center;
}
*/

.inner, #bottom, #container, #full_width {
	min-width:1210px;
	max-width:1210px;
	max-width:1210px;
	display:block;
	margin:0 auto;
	margin-bottom:-10px;
	/*background:green;*/
}

/* --- LISTS --- */
/* --- DROPCAPS --- */

.dropcap {
	float:left;
	font-size:46px;
	font-weight:bold;
	margin:9px 10px 2px 0;
}

/* --- HIGHTLIGHTINGS --- */

.highlight_light {
	background:#fff;
	padding:2px 5px;
}

.highlight_dark {
	background:#333;
	color:#fff;
	padding:2px 5px;
}


/* --- LOGIN FORM --- */
.logged {
	background:#f8f8f8;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	padding:10px;
	position:relative;
}
a.logout {position:absolute; right:4px; top:1px; font-size:18px;}
.logged hr {margin:0 0 10px 0 !important}
ul.accountInfo {background:none !important; border:none !important; border-radius:0 !important; box-shadow:none !important}
ul.accountInfo li  {padding:5px 0 !important; background:url('/assets/border.png') repeat-x scroll left bottom transparent !important }



/* --- SEARCH FORM --- */

.searchform {
	background:#f8f8f8;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	margin-left:3px;
	width:342px;
}

.searchform select {
  background: transparent;
  border: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.searchform select:focus {
  border: 0;
}

.searchform input {
	background:none;
	border:0;
	padding:10px;
	float:left;
}

.searchform input.search_btn {
	width:16px;
	height:16px;
	background:url('/assets/search_icon.png') 0 0 no-repeat;
	border:0;
	padding:0;
	float:right;
	margin:11px 10px 0 0;
}
.fl {float:left;}
.fr {float:right;}
.left {
	text-align:left;
}

.right {
	text-align:right;
}

/* --- 3.1 Header --- */

#header {
	position:relative;
	z-index:2;
}

	/* --- 3.1.1 Top --- */

	#top {
		width:100%;
		height:35px;
		background:url('/assets/stripe.png') repeat;
		color:#565659;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
		font-size:11px;
		position:relative;
		z-index:2;
		border-bottom:3px solid #626364;
		border-top:1px solid #424242;
	}


		/* --- 3.1.1.1 Top Navigation --- */

		#topnav {
			float:left;
			font-style:normal;
			padding:11px 0 0 0;
		}

		#topnav a, #topnav li.current-menu-item ul a {color:#8d8888;}

		#topnav a:hover,
		#topnav li.current-menu-item a,
		#topnav li.current-menu-item ul a:hover {
			color:#bfbfbf;
		}

		#topnav ul {	}

		#topnav li {
			color:#8d8888;
			float:left;
			padding:0 10px 0 10px;
			background:url('/assets/topnav_border.gif') center right no-repeat;
		}
		.dergiSayi {margin:-3px 0 0 0}

		#topnav li a {
			font-size:12px;
		}

		#topnav ul>li:nth-child(1) {
		}

		#topnav li.current_page_item a {
			color:#bbb;
		}

		#topnav li.last {
			float:left;
			padding:0 0 0 10px;
			background:none;
		}

		#topnav ul ul {
			background:url('/assets/stripe.png') repeat;
			margin:0 0 0 0;
			padding:8px 15px 6px 15px;

			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
			-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
		}

		#topnav ul ul li {
			background:none;
			padding:10px 0 10px 0;
			background:url('/assets/footer_spacer.png') left bottom repeat-x;
		}

		#topnav ul ul li.first{
			border-bottom:1px solid #1f1b1b;
			border-top:none;
		}

		#topnav ul ul li:last-child{
			background:none;
		}

		#topnav ul ul ul{
			background:url('/assets/topnav_bg.gif') repeat;
			margin:-7px 0 0 15px;
			padding:8px 15px 10px 15px;
		}


		/* --- 3.1.1.2 RSS --- */

		#rss {
			float:right;
			padding:7px 10px 9px 18px;
			background:url('/assets/rss.png') no-repeat center left;
			font-size:12px;
		}

		#rss span {
			font-style:normal;
			color:#8d8888;
		}

		#rss a {
			font-style:normal;
			color:#8d8888;
			font-size:12px;
		}

		#rss a:hover {
			color:#bfbfbf;
		}



/* --- LOGO --- */

/*#solgirinti {float:left;padding-left:5px; width:5px; border:solid 0px;}*/
#logo {float:left;padding:7px 0 10px 10px; width:440px; border:solid 0px;}

/* --- mLOGO --- */

#mlogo {width:728px; border:solid 0px; margin:2px 0 0 0; background:white; text-align:center;}

.blog-title a {
	font-size:36px;
	margin-top:10px;
}

p.blog-description {
	font-size:13px;
	font-style:italic;
	color:#777;
}

/* --- HEADER ADVERT --- */

#top-banner {position:relative; width:900px; height:90px; left: 300px; top: 8px; border:solid 0px;}
#header_advert {position:absolute; left:15px; top:0px; width:728px; height:90px; background:white;}
/*img {padding:1px; background:#d8d8d8; height:60px;}*/


#ust-sag {position:absolute; left:746px; top:0px; width:155px; height:90px;}

/* --- HABER ÜSTÜ REKLAM --- */

#haber_ustu_reklam {margin:-20px 1px 1px 1px; width:590px; border:solid 0px;}
#haber_ustu_reklam a {height:70px; display:block; text-align:center;}
#haber_ustu_reklam img {padding:1px; background:#d8d8d8;}

/* --- HABER ALTI REKLAM --- */

#haber_alti_reklam {margin:1px 1px 1px 1px; width:590px; height:70px; border:solid 0px;}
#haber_alti_reklam a {height:70px; display:block; text-align:center;}
#haber_alti_reklam img {padding:1px; background:#d8d8d8;}

/* --- ORTA ALT KISIM REKLAM --- */

#orta_alt_kisim_reklam {width:574px; height:70px; border:solid 0px;}
#orta_alt_kisim_reklam a {height:70px; display:block; text-align:center;}
#orta_alt_kisim_reklam img {padding:1px; background:#d8d8d8;}

/* --- mHEADER ADVERT --- */

#mheader_advert {margin:7px 10px 10px 0; width:728px; border:solid 0px; display:block;}
#mheader_advert a {height:60px; display:block;}
#mheader_advert img {padding:1px; background:#d8d8d8;}

/* --- MAIN NAVIGATION */

#nav {
	clear:both;
	height:42px;
	position:relative;
	z-index:1;
	margin:0 10px 20px 10px;
	
	border:1px solid #fff;
	
	-moz-box-shadow: 1px 1px 0px #999;
	-webkit-box-shadow: 1px 1px 0px #999;
	box-shadow: 1px 1px 0px #999;
	
	background: #fbfbfb;
	background: -moz-linear-gradient(top,#fbfbfb,#f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f5f5f5));
}

#nav li {}

#nav li.home { text-indent:-9999px; background:url('/assets/home_icon.png') 50% 13px no-repeat;	width:64px;}

#nav li.home a { width:20px; }

#nav li.home:hover { background-image:url('/assets/home_icon_hover.png'); }

#nav li a {
	display:block;
	float:none; /*Google Translate ekleyince floating'i none yaptık*/
	/*float:left;*/
	padding:14px 10px 15px 6px;	/* üst menü boşlukları ile oynadık*/
	color:#555555;
	text-shadow: -1px -1px #fff;
	font-family:'Barlow Semi Condensed', serif; font-size:14pt;	font-weight:normal;
	/*font-family:'Roboto', serif; font-size:14pt;	font-weight:normal;*/

	/*border:dotted 1px lightgray;*/
}

#nav li img {
	display:block;
	float:left;
	padding:1px 1px 1px 1px;	/* üst menü boşlukları ile oynadık*/
}

#nav li a:hover {
	color:#111;
}

#nav li a:hover, #nav li a:active, #nav li:hover a, 
#nav li.current-menu-item {
	background:transparent url('/assets/menu_hover.png') 50% 100% no-repeat;
	
}

#nav ul ul {
	/* 18.05.2020 alt menü arkaplan güncellemesi
	background: #4f4f4f;	
	background: -moz-linear-gradient(top,#4f4f4f,#222);
	background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), to(#222));
	*/

	background: #fbfbfb;
	background: -moz-linear-gradient(top,#fbfbfb,#f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f5f5f5));

	margin:6px 0 0 0px;
	/* 18.05.2020
	margin:0px 0 0 -1px;
	border:1px solid #222;
	border-top:1px solid #4f4f4f;
	*/

	width:250px;
}

#nav ul ul ul {
	/* 18.05.2020 alt menü arkaplan güncellemesi
	background: #4f4f4f;	
	background: -moz-linear-gradient(top,#4f4f4f,#222);
	background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), to(#222));
	*/

	background: #fbfbfb;
	background: -moz-linear-gradient(top,#fbfbfb,#f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f5f5f5));

	margin:-1px 0 0 0;

	padding:0px 0 0 0;
}

#nav ul ul li, 
#nav ul ul li:hover a, 
#nav ul ul li:hover, 
#nav ul ul li a {
	background:none!important;
}

#nav ul ul li.first {
	border-top:none;
}

#nav ul ul li.last {
	border-bottom:none;
}

#nav ul ul li.last a {
	padding-bottom:20px;
}

#nav ul ul li a {
	padding: 8px 10px 7px 9px;
	color:#111;
	/* 18.05.2020
	color:#cfcfcf;
	text-shadow:1px 1px #222;
	*/
	font-weight: normal;
	/* font-size:11px; */ /* Açılır menü alt menü yazı boyutu varsayılandan gelecek */
}

#nav ul ul li a:hover {
	background:none;
	text-decoration:underline;
	/* 18.05.2020
	color:#fff;
	*/
}

/* --- THE BODY --- */

#govde, .related, #comments {
	z-index:1;
	margin-bottom:0px;

	max-width:600px;
	min-width:600px;

	min-height:1500px;
	background:#f8f8f8;
	border:1px solid #fff;
	padding:5px;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	
}

/* --- SOLTARAF --- */

#soltaraf, .related, #comments  {
	margin-left:10px;
	max-width:205px; /*eski değer 200'dü 21.05.2024 */
	min-width:205px; /*eski değer 200'dü 21.05.2024 */

	background:#f8f8f8;
	border:1px solid #fff;
	padding:10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#soltaraf1{
	margin-left:10px;
	max-width:200px;
	min-width:200px;

	background:#f8f8f8;
	border:1px solid #fff;
	padding:10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#soltaraf2{
	margin-left:10px;
	max-width:200px;
	min-width:200px;

	min-height:1153px;

	background:#f8f8f8;
	border:1px solid #fff;
	padding:10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#soltaraf2x{
	margin-left:10px;
	max-width:200px;
	min-width:200px;

	min-height:1153px;

	background:#f8f8f8;
	border:1px solid #fff;
	padding:10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#soltaraf h4 {
	display:block; font-size:14px; font-weight:bold; color:#555; margin:0 0 15px 0; text-shadow:-1px -1px 0px #fff;}

/* --- SOLTARAF REKLAMLAR --- */

#soltaraf-reklamlar {

	margin-left:10px;

	max-width:220px;
	min-width:220px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* --- SAĞTARAF --- */

#sagtaraf, .related, #comments  {
	float:right;
	position:absolute;
	
	margin-top:-4px;
	margin-left:1px;
	max-width:338px; /* max-width:318px; */
	min-width:338px; /* min-width:318px; */

	/*min-height:1300px;
	max-height:1300px;*/

	background:#f8f8f8;
	border:1px solid #fff;
	padding:10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#sagtaraf h4 {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#555;
	margin:0 0 15px 0;
	text-shadow:-1px -1px 0px #fff;
}

/* --- SAĞ TARAF REKLAM --- */

.sag_taraf_reklam { width:345px; height:250px; padding-bottom:5px; max-width:340px; max-height:250px;}
.sag_taraf_reklam a {height:250px; border:0px; max-width:340px; max-height:250px;}

/* --- SAĞ TARAF REKLAM 340x125px --- */

.sag_taraf_reklam2 { width:345px; height:125px; padding-top:5px; max-width:340px; max-height:125px;}
.sag_taraf_reklam2 a {height:125px; border:0px; max-width:340px; max-height:125px;}

@media(min-width: 345px; min-height: 250px; max-width: 340px; min-height: 250px;) {.sag_taraf_reklam {width: 340px; height: 250px;}}

.greklam340x250 {width: 340px; height: 250px;}
@media(max-height: 250px;) {.greklam340x250 {width: 340px; height: 250px;}}

.greklam574x70 {width: 574px; height: 70px;}
@media(max-width: 574px; max-height: 70px;) {.greklam574x70 {width: 574px; height: 70px;}}


/* --- SAĞ TARAF REKLAM 340x200px --- */

#sag_taraf_reklam3 { width:345px; height:200px; }
#sag_taraf_reklam3 a {height:200px; border:0px;}

#sagtaraf_reklam_enalt {
	display:block;
	width:345px;
	height:250px;
	margin-left:4px;
	text-align:center;
	/*border:dotted 1px darkgray;*/
}

/* Category Listing */


.liste_haber{float:left; width:600px; padding:8px 0; background:url('/assets/dotted.gif') left bottom repeat-x;}
.liste_haber h2{font-size:12pt;	text-transform:capitalize; color:#c66e2d; float:left; background:#fbfbfb; padding-right:13px;}
.liste_haber h2 a{text-decoration:none;	color:#c66e2d;}
.liste_haber .heading{background:url('/images/categories_listing_bg.png') repeat-x;	float:left;	width:100%;	margin-bottom:20px;}
.liste_haber .image{float:left;}
.liste_haber .image img{border:1px solid #ebebeb; padding:4px; float:left;}
.liste_haber .image a:hover img{border:1px solid #a3a3a3;}
.liste_haber .bilgi{width:440px; min-height:90px; float:left; margin-left:5px; margin-top:-15px;}
.liste_haber h3, .liste_haber h3 a{color:#343434; text-decoration:none;	line-height:1.4em; float:left; width:100%; font-size: 12pt; font-weight:bold;}
.liste_haber h3{ margin-bottom:9px;	width:100%;}
.liste_haber h3 a:hover{color:#2FA694;}
.liste_haber .kategori{color:#a2a2a2; float:left; width:100%; font-size:11px; margin-bottom:11px;}
.liste_haber .kategori a{color:#a2a2a2;}
.liste_haber p{font-size:11pt; color:#707070; line-height:1.6em;}
.liste_haber img{border:1px solid #EBEBEB; padding:4px; -moz-box-shadow: 0px 0px 5px #eee; -webkit-box-shadow: 0px 0px 5px #eee;}
.liste_haber a:hover img{border:1px solid #a3a3a3;}

.liste_haber_sag{float:left; width:330px; padding:5px 0;}
.liste_haber_sag h2{font-size:11pt;	text-transform:capitalize; color:#c66e2d; float:left; background:#fbfbfb; padding-right:10px;}
.liste_haber_sag h2 a{text-decoration:none;	color:#c66e2d;}
.liste_haber_sag .heading{background:url('/images/categories_listing_bg.png') repeat-x;	float:left;	width:100%;	margin-bottom:10px;}
.liste_haber_sag .image{float:left;}
.liste_haber_sag .image img{border:1px solid #ebebeb; padding:4px; float:left;}
.liste_haber_sag .image a:hover img{border:1px solid #a3a3a3;}
.liste_haber_sag .bilgi{width:190px; min-height:60px; float:left; margin-left:5px; margin-top:-12px;}
.liste_haber_sag .bilgi2{width:300px; min-height:60px; float:left; margin-left:5px; margin-top:-12px;}
/*.liste_haber_sag h3, .liste_haber_sag h3 a{color:#343434; text-decoration:none;	line-height:1.4em; float:left; width:100%; font-size: 12.5pt; font-weight:normal;}*/
.liste_haber_sag h3, .liste_haber_sag h3 a{color:#343434; text-decoration:none;	line-height:1.4em; float:left; width:100%; font-size: 10pt; font-weight:normal;}
.liste_haber_sag h3{ margin-bottom:9px;	width:100%;}
.liste_haber_sag h3 a:hover{color:#2FA694;}
.liste_haber_sag .kategori{color:#a2a2a2; float:left; width:100%; font-size:11px; margin-bottom:11px;}
.liste_haber_sag .kategori a{color:#a2a2a2;}
.liste_haber_sag p{font-size:10pt; color:#707070; line-height:1.6em;}
.liste_haber_sag img{border:1px solid #EBEBEB; padding:4px; -moz-box-shadow: 0px 0px 5px #eee; -webkit-box-shadow: 0px 0px 5px #eee;}
.liste_haber_sag a:hover img{border:1px solid #a3a3a3;}

a.cat_arrow{
	display:block;
	float:left;
	background:#1a4792 url('/images/category_arrow.png') no-repeat;
	margin-top:12px;
	width:16px;
	height:16px;
	
}

a:hover.cat_arrow{
	background:#1f1f1f url('/images/category_arrow.png') no-repeat;
}


#publish {}
#publish small{color:#ba0000;}
#publish small.active{color:green;}

/* --- FULL WIDTH --- */

#fullwidth {
	background:#f8f8f8;
	border:1px solid #fff;
	padding:15px;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	
	margin:0 10px 20px 10px;
}

#govde .widget {
	display:block;
}

#govde.firmaDetay  b{border-bottom:1px dotted #AAA}


/* --- THE BODY CONTINUED --- */

#govde h4, .related h4, #comments h4, #fullwidth h4, #sidebar h4 {
	background:url('/assets/header_stripe.png') center repeat-x;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#555;
	margin:0 0 15px 0;
	/* text-transform:uppercase; */
	text-shadow:-1px -1px 0px #fff;
}
.firmalar h4, .firmalar hr {margin:10px 0 5px 0 !important}
.firmalar form {width:100% !important; background:#fff !important; float:left;}

.idetay h4 {text-transform:none !important}
.idetay h4 span a {color:#2FA694;}
.idetay h4 span a:hover {color:#666;}

#sidebar h4 {


}

#govde .widget .one_half, #govde .widget .one_third {margin-bottom:30px;}
#govde .widget .one_half.mb0, #govde .widget .one_third.mb0 {margin-bottom:0px;}

#govde .widget .one_half h3 a, #govde .widget .one_third h3 a {
	font-size:16px;
	margin-bottom:15px;
	line-height:20px;
}

#govde .widget .one_third p {line-height:18px}

.category_meta, .category_meta a, p.meta, p.meta a {
	color:#999;
	font-style:italic;
	font-size:12px;
}

p.meta a {
	color:#555;
}

p.meta a:hover {
	text-decoration:underline;
}

.category_meta, p.meta {
	margin-top:10px;
}

.category_wise_post ul {
	display:block;
	margin-top:15px;
	border-top:3px solid #eee;
}

#govde .category_wise_post ul li {
	display:block;
	padding:7px 0;
	background:url('/assets/border.png') left bottom repeat-x;
}

.category_wise_post ul li a {
	color:#111;
	font-weight:normal;
}

.category_wise_post h3 {
	margin-bottom:5px;
}	

.category_wise_post h3 a {
	color:#111;
}

#sidebar h4 {
	display:block;
	background:url('/assets/header_stripe_sidebar.png') center repeat-x;
	margin:0 0 15px 0;
}

#sidebar h4 span {
	background:#e8e8e8;
	padding:2px 15px 2px 0;
	color:#666;
}

#govde h4 span, .related h4 span, #comments h4 span, #fullwidth h4 span {
	background:#f8f8f8;
	padding:2px 15px 2px 0px;
}

/* --- FOOTER --- */

#footer {
	clear:both;
	background:#2b2b2b url('/assets/stripe.png');
	color:#8c8989;
	border-bottom:1px solid #333;
	padding:35px 0 5px 0;
	border-top:3px solid #626364;
	margin-top:30px;
}

#subfooter {
	padding:10px 0;
	background:#1a1a1a;
	border-top:1px solid #0b0b0b;
}

#subfooter p {
	font-size:11px;
	margin-bottom:0px!important;
}

#subfooter .one_half a.r{color:#666;}
#subfooter .one_half a.r:hover{color:#fac239;}

#subfooter .one_half a.t{color:#666;}
#subfooter .one_half a.t:hover{color:#2FA694;;}

#footer h4 {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#dddddd;
	margin:0 0 20px 0;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	background:url('/assets/footer_header.png') center repeat-x;
}

#footer h4 span {
	padding:0 10px 0 0px;
	background:url('/assets/stripe.png');
}


#footer p, #footer #twitter_update_list {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	font-size:13px;
	margin:0 0 25px 0;
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color:#999;
}

#footer .widget {
	margin-bottom:25px;
}

#footer ul.news_list {
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border:0;
	padding:0;
}

#footer #twitter_update_list li {
	padding-bottom:15px;
	border-bottom:1px solid #333;
}
	
#footer #twitter_update_list {
	margin: 0 0 20px 0;
	border:0;
}

#footer a {
	color:#bfbfbf;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

#footer a:hover {
	color:#fff;
}

#footer li {
	display:block;
	padding:10px 0 12px;
	background: url('/assets/footer_spacer.png') left bottom repeat-x;
	margin:0;
}

#footer li:nth-child(1) {
	padding-top:0!important;
}

#footer li.last {
	border-bottom:none;
	padding-bottom:0;
	background:none;
}

#footer .rights h3 {
	font-size:12px;
	font-weight:normal;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	display:inline-block;
}

#footer ul.news_list li {
	padding-bottom:10px;
	height:80px;
}

#footer ul.news_list .rights {
	vertical-align:top;
	padding-left:75px;
}

#footer ul.news_list .rights h3 a {font-size:13px;}

#footer ul.news_list img {
	padding:3px;
	background:#333;
}

#footer ul.news_list p.comment_meta, #footer ul.news_list p.comment_meta a {
	text-shadow:none;
	font-size:11px;
	color:#555;
}


/* --- SIDEBAR --- */

#sidebar {margin-right:10px; max-width:345px; min-width:340px;}
#sidebar p {margin:0 0 15px 0;}
/*#sidebar .advt_single {display:inline-block;}*/
#sidebar .m_advt_single {display:inline-block;}
#sidebar .advt_single img {display:inline-block; vertical-align:top;}
#sidebar .m_advt_single img {display:inline-block; vertical-align:top; padding:3px; background:#d8d8d8;}
#sidebar .advt_single a:nth-child(2n+1) img {}
#sidebar .m_advt_single a:nth-child(2n+1) img {}
#sidebar .advert object {margin:0 0 0 10px}
#sidebar .advert .a_single {display:inline-block; width:190px}


/* --- SIDEBAR ADS --- */
#sidebar .advt_single {display:inline; margin-bottom:10px;}
#sidebar .m_advt_single {display:inline; margin-bottom:10px;}
#sidebar .widget {margin-bottom:10px;}

/* --- NEWS LIST ( WIDGETS ) --- */

#sidebar ul.news_list, #sidebar .video, .popular_post ul, #twitter_update_list, #sidebar ul {
	display:block;
	padding:0 10px;
	overflow:hidden;
	margin-bottom:20px;
	background:#f2f2f2;
	border:1px solid #f6f6f6;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#sidebar .video {
	padding:10px;
	overflow:hidden;
}

#sidebar ul ul, #sidebar ul ul ul {
	display:none;
}

#sidebar ul.hr_list li {}
#sidebar ul.hr_list li { background:url('/assets/border_sidebar.png') left bottom repeat-x; padding:5px 0 !important; border-bottom:0;}
#sidebar ul.hr_list h3 {margin-bottom:0;}
#sidebar ul.hr_list li.last, #sidebar ul.hr_list li:last-child {background:none;}
#sidebar ul.hr_list li h3 a { font-size:14px; font-weight:normal; color:#111; line-height:20px; }
#sidebar ul.hr_list li h3 a:hover { color:#ba0000;}
#sidebar ul.hr_list li p{ margin-bottom:5px;}
#sidebar ul.hr_list li.sektorel { padding:5px 0 0 0 !important; min-height:30px; float:right;}

ul.news_list h3 {	margin-bottom:0;}

#sidebar ul.news_list li {min-height:66px;}

#sidebar ul.news_list li img, #sidebar ul.news_list li .rights {}

#sidebar ul.news_list li { background:url('/assets/border_sidebar.png') left bottom repeat-x; padding:10px 0 20px 0; border-bottom:0;}

#sidebar ul.news_list li.last, #sidebar ul.news_list li:last-child {background:none;}
#sidebar ul.news_list li.sektorel { padding:5px 0 0 0 !important; 	min-height:30px; float:right;}

#sidebar ul.news_list li a.widget-title, #footer ul.news_list li a.widget-title {
	float:left;
	width:66px; 
	height:66px;
	position:relative;
}

#sidebar ul.news_list li a img {
	background:#d8d8d8;
	padding:3px;

}

#sidebar ul.news_list .rights {
	padding-left:80px;
}

#sidebar ul.news_list .rights h3 {

}

#sidebar ul.news_list li h3 a {
	font-size:14px;
	font-weight:normal;
	color:#111;
	line-height:20px;
}

#sidebar ul.news_list li p.comment_meta {
	font-size:11px;
}

#twitter_update_list {
	padding-top:0;
}

#sidebar ul li {
	padding:10px 0;
	background:url('/assets/border_sidebar.png') left bottom repeat-x;
}


#sidebar ul li:last-child {
	border-bottom:none;
}

#twitter_update_list li {
	padding:10px 5px 10px 35px!important;
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #dedede;
	background:url('/assets/twitter_icon_small.png') 0 15px no-repeat!important;
}

#twitter_update_list li:nth-child(1) {
	border-top:0;
}

#twitter_update_list li span {
	display:block;
}

p.comment_meta, p.comment_meta a {
	color:#999;
	font-style:italic;
}

/* --- COLUMN SNIPPITS --- */

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }

.clearboth,.cb {
	clear:both;
}

/* FLICKR WIDGET */
.flickr_badge_image a {
	border:none!important;
	-webkit-box-shadow:none!important;
	float:left;
	width:81px;
	height:81px;
	margin:0 5px 5px 0;
}

.flickr_badge_image a img {
	border:3px solid #333;
}

/* SUBFOOTER NAVI */
ul.footer_nav {
	float:right;
	margin-top:2px;
}	

ul.footer_nav li {
	float:left;
	padding:0 10px;
	line-height:12px;
	border-left:1px solid #222;
}

ul.footer_nav li:nth-child(1) {
	border-left:0px;
}

ul.footer_nav li a {
	text-transform:uppercase;
	font-size:12px;
	color:#aaa;
}

ul.footer_nav li a:hover {
	color:#fff;
}

ul.footer_nav ul, ul.footer_nav ul ul {
	display:none;
}


/* POSTS */
.posts {
	clear:both;
	float:left;
	width:100%;
	padding:10px 0;
}

.main_img {
	background:#eee;
	padding:10px;
	/*min-height:240px;*/
}

.main_img img {text-align:center;}

.margins_fix {
	margin:0 10px;
}

.borders {background:url('/assets/border.png') left bottom repeat-x; width:720px; float:left; height:5px;}
.posts_small {
	background:url('/assets/border.png') left bottom repeat-x;
	min-height:210px;
	padding:15px 0;
}

.posts_small img {
	padding:5px;
	background:#eee;
	float:left;
	position:relative;
}

.makale_icerik { padding-left:320px;}
.makale_icerik h2 {margin-top:5px;font-weight:normal;margin-bottom:0;}
.makale_icerik h2 a { font-size:18px; line-height:24px;}

.first_small {padding-top:0;}

.posts h2 {
	font-size:18px;
	line-height:24px;
	margin-top:5px;
	color:#111;
}

p.tags {
	color:#999;
	font-style:italic;
	font-size:11px;
	margin-top:10px;
}

p.tags a {
	color:#555;
}




/* RELATED BOX */
.related {
	padding-bottom:10px;
}

.related .one_fourth {
	margin-bottom:20px;
}

.related img {
	padding:3px;
	background:#eee;
}

.single_post h1, .singlePage h1 {
	font-size:25px;
	line-height:30px;
	padding-bottom:10px;
	margin-bottom:5px;
	color:#111;
	background:url('/assets/border.png') left bottom repeat-x;
}

/* BREADCRUMB */

.breadcrumb {
	margin:0 10px 0 10px;
	color:#999;
	font-size:12px;
	position:relative;
	top:-10px;
	padding:0 10px;
}

.breadcrumb a {
	color:#888;
	font-size:12px;
}



.zoom {
	background:url('/assets/zoom.png') 50% 50% no-repeat;float:center;
}

img.alignleft {
	float:left;
	margin:0 15px 15px 0;
}

img.alignright {
	float:right;
	margin:0 0 15px 15px;
}

/* --- ABOUT THE AUTHOR --- */

#about_the_author {
	margin-bottom:15px;
}

#about_the_author img {
	float:left;
	margin:0 20px 20px 0;
	width:80px;
	height:80px;
	border:0;
}

#about_the_author strong {
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px!important;
	color:#222;
}

#about_the_author p.padding {
	margin-top:10px;
}

/* --- COMMENTS --- */



ol.commentlist {
	list-style-type:none;
	list-style:none;
	margin-bottom:30px;
}

ol.commentlist li {
	margin-left:0; 
	list-style:none;
	clear:both;
}

.commentContainer {
	display:block;
	margin-bottom:15px;
}

img.avatar {
	width:60px;
	height:60px;
	border:3px solid #eee;
	margin:0 0 0px 0px;
}

.comtext {padding-left:85px; min-height:80px; font-size:13px;}
.comtext2 {padding-left:0; min-height:80px; font-size:13px;}

.comtext .stylings, .comtext2 .stylings { background:#fafafa; border:1px solid #eee; padding:15px; min-height:80px;}

.comm-reply {
	display:block;
	width:100%;
	text-align:right;
}

.comm-reply a {
	font-size:10px;
	text-decoration:underline;
	color:#555;
}

.comimg {
	float:left;
	width:90px;
	height:90px;
	position:relative;
	padding-top:1px;
}

.comtext p {font-size:13px; }
.comtext p.desc { font-style:normal; margin-bottom:7px; }
.comtext p.desc strong { font-weight:normal; font-size:15px; color:#555; }

.commentlist li ul.children li{ clear:both; padding-left:20px;}		
.commentlist li ul li {  }

a.comment-reply-link {
	font-size:10px;
	color:#777;
	text-transform:lowercase;
	text-align:center;
	display:block;
	width:70px;
}

p.authorcomment {
	margin-bottom:5px;
}

.name_f {
}

.name_f small {
	font-size:10px;
	color:#999;
}

.right {
	float:right;
}

.right a {
	font-size:9px;
	text-transform:lowercase;
	color:#999;
}



/* RESPOND */
#respond input, #respond textarea, #respond select {
	padding:8px 12px;
	background:#eee;
	color:#888;
	
	border-width:1px;
	border-style:solid;
	border-color:#d9d9d9 #eaeaea white;
	
	font-size:12px;
	margin-right:10px;
}

#respond input {width:280px;
}

#respond input.buton {
	width:90px;
	border-color:#fff #eaeaea #d9d9d9;
}

#respond textarea {
	width:500px;
	height:160px;
}

#respond label {
	text-transform:uppercase;
	color:#777;
	font-size:11px;
	float:left;
	width:150px;
}

.req {
	font-size:14px;
	margin-left:2px;
}

img.comment_left {
	display:none;
}

ul.news_list p.meta {
	margin-bottom:0px!important;
}

.content_index img {
	float:left;
	margin:0 15px 15px 0;
	padding:3px;
	background:#eee;
}

.content_index hr {
	margin-bottom:10px;
}

.content_index .postcontent {
	padding-top:5px;
}

.preloader { background:url('/assets/loader1.gif') center center no-repeat; }

.req, #fullwidth h4 span, .highlight_light, #govde h4 span, #sidebar ul.news_list li h3 a:hover, a:hover, h3 a:hover, .category_wise_post ul li a:hover, .related h4 span, #comments h4 span {color:#2FA694;}
		
	.searchform, #nav, #govde, .related, #fullwidth, 
	#sidebar .advt_single img, #sidebar ul.news_list, .m_advt_single img,
	#sidebar .video, .popular_post ul, #twitter_update_list, 
	#sidebar ul, #sidebar ul.news_list li a img, .posts img,
	.related img, .stylings, img.avatar, 
	#respond input, #respond textarea, #comments, .main_img, img {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;	
	}
	#topnav ul ul, #topnav ul ul ul, #nav ul ul, #nav ul ul ul {
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-webkit-border-bottom-left-radius:3px;
		-webkit-border-bottom-right-radius:3px;
	}
	
	.formHt {color:#ba0000;}
	.formTm {color:green; padding:20px 0 0 0}
	.wid10 {width:10%}
	.wid20 {width:20%}
	.wid30 {width:30%}
	.wid40 {width:40%}
	.wid50 {width:50%}
	.wid60 {width:60%}
	.wid70 {width:70%}
	.wid80 {width:80%}
	.wid90 {width:90%}
	.wid100 {width:100%}
	.reqok {color:#21AC00 !important}
	.reqok2 {color:#1041B3 !important}
	.reqok3 {color:#1E7C66 !important; font-size:11px;}
	.reqok3:hover{color:#ba0000 !important;}
	
	.strong {font-weight:bold;}
	
	.Field { float: right;margin: 5px 0 0;width: 250px; font-size:11px; color:#ba0000;}
	
	.loginbox
{
    background:#fefefe;
    border: 1px solid #ccc;
	border-top:1px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    -webkit-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    color:#444;
    font:normal 12px/14px Arial, Helvetica, Sans-serif;
    margin:0 auto 30px;
	overflow:hidden;
}
.loginbox.giris
{
	height:240px;
}
.kutuic
{
    background:#fefefe;
    border-top:1px solid #dde0e8;
    border-bottom:1px solid #dde0e8;
    padding:10px;
}

.loginbox footer
{
    background:#f8f8f8;
    border-top:1px solid #fff;
    padding:12px 26px 12px 15px;
    overflow:hidden;
	height:32px;
}
.loginbox label
{
    display:block;
    font:14px/22px Arial, Helvetica, Sans-serif;
    margin:10px 0 0 6px;
}
.loginbox footer label{
	float:left;
	margin:4px 0 0;
}
.loginbox footer input[type=checkbox]{
	vertical-align:sub;
	*vertical-align:middle;
	margin-right:10px;
}
.loginbox input[type=text],
.loginbox input[type=password],
.textalan,
.kaptankutu
{
    border:6px solid #F7F9FA;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    -webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    margin:3px 0 4px;
    padding:8px 6px;
    width:300px;
    display:block;
}
.loginbox input[type=text]:focus,
.loginbox input[type=password]:focus,
.textalan:focus,
.kaptankutu:focus
{
    border:6px solid #f0f7fc;
    -moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
    -webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
    box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
	color:#333;
}
.kaptankutu
{
    width:294px;
}
.kaptankutu.kucuk
{
    padding:3px 2px 3px 6px;
    width:100px;
    border-width:3px !important;
}
.textalan.kucuk
{
    padding:3px 6px;
    width:200px;
    border-width:3px !important;
}

.link{padding:0 6px 0 0; font-size:11px; float:right;}
.loginbox a{color:#999;}
.loginbox a:hover, .loginbox a:focus{text-decoration:underline;}
.loginbox a:active{color:#f84747;}
.butongiris
{
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:15px;
    background:#a1d8f0;
    background:-moz-linear-gradient(top, #badff3, #7acbed);
    background:-webkit-gradient(linear, left top, left bottom, from(#badff3), to(#7acbed));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#badff3', EndColorStr='#7acbed')";
    border:1px solid #7db0cc !important;
    cursor: pointer;
    padding:11px 16px;
    font:bold 11px/14px Verdana, Tahomma, Geneva;
    text-shadow:rgba(0,0,0,0.2) 0 1px 0px; 
    color:#fff;
    -moz-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    -webkit-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    margin-left:12px;
    float:right;
	padding:7px 21px;
}

.butongiris:hover,
.butongiris:focus,
.butongiris:active{
    background:#a1d8f0;
    background:-moz-linear-gradient(top, #7acbed, #badff3);
    background:-webkit-gradient(linear, left top, left bottom, from(#7acbed), to(#badff3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7acbed', EndColorStr='#badff3')";
}
.butongiris:active{text-shadow:rgba(0,0,0,0.3) 0 -1px 0px; }
input#checkbox {border:0 !important}

.mt10 {margin:10px 0 0 0}

/* ürün */

#container {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#container > .yenibanner {
	position:absolute;
	/*float:right;*/
	left:1020px;
	width:160px;
	height:600px;
}

#m_container {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#products_main {
	width:720px;
	height:282px;
	position:relative;
}

/*
	Slideshow
*/

#products {
	margin-left:26px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:366px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:366px;
	height:274px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url('/img/arrow-prev.png');
}

#products .next {
	left:398px;
	background:url('/img/arrow-next.png');
}

/* Ürünler */
ul.urunler {}
ul.urunler li{float:left; margin:0 5px 0}

.posrel {position:relative;}
.posabs {position:absolute;}
.fGundem {position:absolute; left:500px; top:2px; background:url('/img/sCerceve.png') no-repeat; height:310px; width:220px; overflow:hidden; padding:15px 0 0 0}
.gundemDen {}
.gundemDen ul{width:212px;}
.gundemDen ul li{margin:0 0 5px 8px !important; padding-left:15px !important; height:auto !important; overflow:hidden}
.gundemDen h2{margin-bottom:0 !important}
.gundemDen h2 a{line-height:14px !important; font-size:10px !important;}

.gundemDen hr {
	margin:2px 0 2px 9px;
	clear:both;
	height:2px;
	background:url('/assets/border.png') 0 0 repeat-x;
	border:0;
	width:203px;
}

.cerceveManset {width:546px; height:350px; background:url('/img/frame.png') no-repeat; position:absolute; left:-46px; top:0; overflow:hidden}

.cerceve {margin:9px 0 0 56px}

	.ghRib {width:105px; height:106px; background:url('/img/guncel-haberler.png') no-repeat; position:absolute; left:40px; top:-7px; z-index:9999}
	.dpn {display:none}
	.h400{height:350px;}
	.bgn{background:none !important}
	#slider1 {overflow:hidden;}
	#slider1  li{background:none !important; padding:0 !important}
	#slider1  li .left img{width:462px; height:222px;}
	.bx-window{width: 462px !important}
	.thumbs {margin:25px 0 0 45px}
	.thumbs img{width:63px; height:63px;}
	.thumbs  a{margin:0 3px 0 0;}
	.thumbs  a.pager-active{border-bottom:1px solid #ba0000;}
	.bandView {background:url('/img/transpBlacky.png') repeat; width:462px; position:absolute; bottom:0; left:0}
	.bandView .titleView {padding:4px;}
	.bandView .titleView a{color:#d9d9d9}
	.bandView .titleView a:hover{color:#999}
	
	.altm {}
	.altm li {margin-left:-6px; margin-right:-6px}
	
	.docFiles {margin:0 0 15px 0}
	.docFiles a img{margin:0 3px 0 0}
	.mt15 {margin-top:15px;}

/** Accordion **/
.accordionButton {cursor:pointer}
.accordionButton.on li{color:#2FA694; background:	url('/assets/arrow.png') no-repeat scroll 0 8px transparent}


/** Social widget **/
    .social-box { margin-bottom:10px; overflow:hidden; }
    .social-box img { float:left; }
    .social-box-text {
    position:relative;
    float:right;
    padding:4px 10px 6px 10px;
    width:212px; 
    background:#FFF;
    border:1px solid #d2d2d2;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .social-box-descrip { font-family:'PTSansNarrowRegular'; font-size:16px; color:#777; display:block; margin-bottom:1px; }
    .social-box-count { color:#999; font-size:11px; }
    .social-arrow { background:url('/img/social-arrow.png') no-repeat; position:absolute; left:-8px; top:17px; height:12px; width:8px; display:block; }
	

#menu {
  width: 960px;
  height: 50px;
  background: #e9e9e9;
  clear: both;
  position:relative;
}

.line {
  width: 960px;
  height: 1px;
  margin: 40px 0;
  background: #ddd;
  overflow: hidden;
}

/* DIV MENU DEMO LIST STYLE */

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  float: left;
  display: block;
  font: bold 1.1em arial,verdana,tahoma,sans-serif;
  line-height: 50px;
  color: #888;
  text-decoration: none;
  margin: 0;
  padding: 0 30px;
}

#menu ul li a:hover, #menu ul li a.active  {
  color: #aaa;
  text-decoration: none;
  background: #333;
}

	
/* HIDDEN DIV PANEL STYLE */

#hidden-div {
  position: absolute;
  width: 900px;
  height: 240px;
  margin: -1px 0 0 0;
  padding: 30px;
  background: #333;
  display: none;
  z-index: 99999;
}

/* HIDDEN DIV PANEL - CONTENT INSIDE */

#hidden-div-left {
  float: left;
  width: 450px;
  height: 300px;
}

#hidden-div-right {
  float: right;
  width: 450px;
  height: 300px;
}

#hidden-div-right ul {
  margin: 10px 0 0 0;
  padding: 20px;
  list-style: none;
  background: #191919;
  overflow: hidden;
}

#hidden-div-right ul li a {
  display: block;
  font-size: 1.0em;
  line-height: 1.0em;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 11px 0;
}

#hidden-div-right ul li a:hover {
  color: #aaa;
  text-decoration: none;
}

ul.pagination
{
	margin:10px 0 0 0;
	padding:0px;
	height:100%;
	overflow:hidden;
	font:12px 'Tahoma';
	list-style-type:none;	
}

ul.pagination li
{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
}

ul.pagination li:first-child
{
	margin-left:0px;
}

ul.pagination li a
{
	color:black;
	display:block;
	text-decoration:none;
	padding:7px 10px 7px 10px;
}

ul.pagination li a img
{
	border:none;
}
	
	/*****************************************************************/
	/* C																				  */
	/*****************************************************************/

	ul.paginationC li a
	{
		color:#707070;
		background:#FFFFFF;
		border-radius:3px;	
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border:solid 1px #DCDCDC;
		padding:6px 9px 6px 9px;
	}
	
	ul.paginationC li
	{
		padding-bottom:1px;
	}
	
	ul.paginationC li a:hover,
	ul.paginationC li a.current
	{	
		color:#FFFFFF;
		box-shadow:0px 1px #EDEDED;
		-moz-box-shadow:0px 1px #EDEDED;
		-webkit-box-shadow:0px 1px #EDEDED;
	}

	/*****************************************************************/
	/* 02																				  */
	/*****************************************************************/
	
	ul.paginationC02 li a:hover,
	ul.paginationC02 li a.current
	{
		text-shadow:0px 1px #388DBE;
		border-color:#3390CA;
		background:#58B0E7;
		background:-moz-linear-gradient(top,#1072B7 1px,#67B7F1 1px,#1072B7);
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#1072B7),color-stop(0.02,#67B7F1),color-stop(1,#1072B7));
	}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*** 05.02.2020'de eklenenler ***/
.manset-alti-haberler:after{clear:both}
.manset-alti-haberler:after,.manset-alti-haberler:before{display:table;content:" "}
.manset-alti-haberler{margin-left: 10px; margin-top: 10px;}

.colx{margin-bottom:20px;padding:0 10px;float:left}
.colx-1{width:100%;}
.colx-2{width:50%}
.colx-3{width:33.3333%}
.colx-3-2{width:66.66667%}
.colx-4{width:25%}

.itemx .h-elm,.itemx-media{width:100%;display:block}
.itemx-media{margin-bottom:10px}
.itemx-media,.col:last-child .itemx-media{margin-top:-5px}
.itemx:hover .h-elm,.itemx:hover {transition:all .3s ease}
.itemx .h-elm{padding:0 15px 20px;overflow:hidden;height:45px;margin-bottom:14.5px}

.h-elm{text-overflow:ellipsis;text-align:left;display:block;width:100%;padding:0 15px;height:auto;margin-bottom:15px;font-size:12pt;font-weight:bold;}

.cardx,.my-wrapx{position:relative}
.cardx{box-shadow:0 1px 1px rgba(173,168,168,.1);border:1px solid rgba(0,0,0,.1);background-color:#fff;display:block;border-bottom:inset 2px rgba(80,80,80,.2)}

.category-namex{display:block;color:#fff;position:absolute}
.category-namex{text-transform:uppercase;padding:5px;font-size:13px;font-weight:400;line-height:13px;opacity:0}
.category-namex,.category-typex{text-align:center;top:5px;z-index:2;transition:all .3s ease}
.category-namex.haber {background:#2FA694}
.itemx:hover .category-namex{opacity:1;transition:all .3s ease}
.tarih-okunma-sayisi {font-size:8pt; margin-left:15px; color:black}

.h-elm, .colx-2,::after,::before{box-sizing:border-box}

/*** fontello başlangıç ***/
@font-face {
  font-family: 'fontello';
  src: url('/lib/fontello/fontello.eot?53094616');
  src: url('/lib/fontello/fontello.eot?53094616#iefix') format('embedded-opentype'),
	   url('/lib/fontello/fontello.woff?53094616') format('woff'),
	   url('/lib/fontello/fontello.ttf?53094616') format('truetype'),
	   url('/lib/fontello/fontello.svg?53094616#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 
.sos-med-icon
{
  font-family: "fontello"; font-style: normal; font-weight: normal; speak: never;     
  display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal; text-transform: none; color: #5f5f5f;
 
  /* fix buttons height, for twitter bootstrap */
  font-size:24px; line-height: 24px; padding:3px; cursor:pointer;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em; margin-top: 6px;
 
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.alt-link-icon
{
  font-family: "fontello"; font-style: normal; font-weight: normal; speak: never;     
  display: inline-block; text-decoration: inherit;
  font-variant: normal; text-transform: none;		
  font-size:15px; color:white; padding:1px; margin-right:2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.facebook:hover{ background:#4267B2; color:white; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
/*.twitter:hover{ background:#1DA1F2; color:white; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}*/
.twitter:hover{ background:#000000; color:white; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.linkedin:hover{ background:#0e76a8; color:white; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.youtube-play:hover{ color:#ff0000; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.rss:hover{ color:orange; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.location:hover{ color:red; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
/*** fontello bitiş ***/

/*** alt kısımdaki çerez bilgi kutusu ***/
#cerezOnayKutusu {
	z-index: 999;
	min-height: 10px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	padding: 10px 20px;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	position: fixed;
	color: #FFF;
	bottom: 0px;
	right: 10px;
	display: none;
	left: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#cerezOnayKutusu div {
	padding: 5px 0 0;
}
#cerezOnayKutusu a {
	color: #ffffcc;
	display: inline-block;
	padding: 0 5px;
}
#cerezOnayKutusu a:hover {
	color: #fda016;
}
#cerezOnayKutusu a#cerezButonu {
	display: inline-block;
	color: #000000;
	font-size: 1.1em;
	background: #ffffcc;
	text-decoration: none;
	cursor: pointer;
	padding: 2px 20px;
	float: right;
	border-radius: 20px;
}
#cerezOnayKutusu a#cerezButonu:hover {
	background: #fda016;
	color: #000;
}

/*** Popup Reklam Stil 25.02.2025 ***/
#custom-popup {
    width: 720px;
    height: 480px;
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: none;
    z-index: 1000;
    border-radius: 5px;
    overflow: hidden;
    padding: 2px;
    background: #f8f9fa;
}

/* Kapat Butonu */
#custom-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(200, 200, 200, 0.8);
	color: black;
	border: none;
	width: 24px;
	height: 24px;
	border-radius: 40%;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	transition: background 0.3s ease;
}

#custom-close-btn:hover {
	background: rgba(150, 150, 150, 0.9);
}

/* Arka Plan Karanlık Efekt */
#custom-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 999;
}

/* Görsel Düzeni */
#custom-popup a {
	display: block;
}

#custom-popup img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 4px;
}
/*** Popup Reklam Stil ***/