/**/
@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:url('images/bg-b2b-gri.gif');
}

table,tr,td {
	font:14pt 'Barlow Semi Condensed', sans-serif;
}

p {
	margin-bottom:15px;
	color:#555;
	font-size:13pt;
	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;
}

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;
}


.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;
}


/* --- 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-top:3px;
}

.searchform input {
	background:none;
	border:0;
	padding:10px;
	width:80%;
	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;
		}

		#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;}

/* --- 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 {
	background: #4f4f4f;
	
	background: -moz-linear-gradient(top,#4f4f4f,#222);
	background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), to(#222));

	margin:0px 0 0 -1px;
	border:1px solid #222;
	border-top:1px solid #4f4f4f;

	width:250px;
}

#nav ul ul ul {
	background: #4f4f4f;
	
	background: -moz-linear-gradient(top,#4f4f4f,#222);
	background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), to(#222));
	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:#cfcfcf;
	text-shadow:1px 1px #222;
	font-weight: normal;
	font-size:11px;
}

#nav ul ul li a:hover {
	background:none;
	color:#fff;
}

/* --- THE BODY --- */

#govde, .related, #comments {
	z-index:1;
	margin-top:3px;
	margin-left:6px;
	margin-bottom:0px;

	max-width:595px;
	min-width:595px;

	min-height:754px;
	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-top:3px;
	margin-left:3px;
	max-width:195px;
	min-width:195px;
	min-height:690px;

	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 ul li {
	padding:10px 0;
	margin-left:-40px;
	background:url('./assets/border_sidebar.png') left bottom repeat-x;
}


#soltaraf ul li:last-child {
	border-bottom:none;
}

#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:318px;
	min-width:318px;
	min-height:702px;

	/*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:340px; 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:340px; 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: 340px; 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:340px; height:200px; }
#sag_taraf_reklam3 a {height:200px; border:0px;}


/* 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 h3, .liste_haber_sag h3 a{color:#343434; text-decoration:none;	line-height:1.4em; float:left; width:100%; font-size: 11pt; font-weight:bold;}
.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;}

#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:2px; max-width:340px; min-width:340px;}
#sidebar p {margin:0 0 15px 0;}
#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;width:340px;height:250px;}
#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;
}

/* 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;
}

.name_f {
}

.name_f small {
	font-size:10px;
	color:#999;
}

.right {
	float:right;
}

.right a {
	font-size:9px;
	text-transform:lowercase;
	color:#999;
}




.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;}
	
.kutuic
{
    background:#fefefe;
    border-top:1px solid #dde0e8;
    border-bottom:1px solid #dde0e8;
    padding:10px;
}


.textalan.kucuk
{
    padding:3px 6px;
    width:200px;
    border-width:3px !important;
}

.link{padding:0 6px 0 0; font-size:11px; float:right;}

.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;
}

#m_container {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:0;
}

.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));
	}

/*** 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;
}