/*************************************************************************************************************/
/*reset.css baslangici*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}


ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/*reset.css sonu*/
/****************************************************************************************************************/
body {
  background:#FFF;
  text-align: center;    /*IE hack for centering*/
  color: #333333;
  font-size: 15px;
  line-height:1.5;
  text-align: left;
  font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}
h1 {font-size:2.2em;}
h2 {font-size:2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}

a {text-decoration:none;}
p {font-size:12px;}
strong {font-weight:bold;}

#default div#container {width: 960px;margin: 0 auto;}
#default div#header {float: left;background-color: #eee;padding: 5px;width: 950px;}
#default div#main {float: left;width:960px;padding-top: 5px;padding-bottom: 5px;}
#default div#yield {background-color: #eee;margin-left: 205px;margin-right: 205px;}
#default div#left {float: left;width: 190px;background-color: #eee;padding: 5px;}
#default div#right {float: right;width: 190px;background-color: #eee;padding: 5px;}
#default div#footer {float: left;width: 950px;background-color: #eee;padding: 5px;}


/* Tables
-------------------------------------------------------------- */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }


thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }




/****************************************/
/*HEADER*/
div.title {display:none;}

/*LEFT*/
#default div#left div.widget {margin-bottom: 10px;}
#default div#left div.widget div.title {font-weight: bold;}
#default div#left div.widget ul{padding-left: 5px;}

/*YIELD*/

#default div#yield div.widget_1 div.title {display:none;}
#default div#yield div.widget_1 div.post div.title {display:block;}/* başlıkları göstermek istemezseniz bu satırı kaldırın*/
#default div#yield div.widget_1 div.post div.info {}
#default div#yield div#index {background-color: #fff;}
#default div#yield div#index div.post {background-color: #eee;margin-bottom: 5px;padding: 10px;}
#default div#yield div#index div.post_last{margin-bottom: 0px;}
#default div#yield ol {list-style-type: decimal;margin-left: 30px;}
#default div#yield strong {font-weight: bold;}

/*RIGHT*/
#default div#right div.widget {margin-bottom: 10px;}
#default div#right div.widget div.title {font-weight: bold;}
#default div#right div.widget ul{padding-left: 5px;}

/*FOOTER*/
#default div#footer div.widget ul li {display: inline;padding-left: 20px;}
#default div#footer div.widget {/* margin-bottom: 10px;*/}
#default div#footer div.widget div.title {display: none;}
#default div#footer div.widget ul{/*padding-left: 5px;*/}
#default div#footer div.widget_1 {float:right;color:#0069A1;font-size:0.8em}

/****************************************/
/*Posts*/
#default div#post {padding:10px;}
#default div#post div.content {margin-top: 10px;}
#default div#post div.info {}
#default div#post div.related div.title {font-size: 1em;font-weight: bold;}
/****************************************/
/*Categories*/
#default div#category {background-color:#fff;float:left;width:100%;}
#default div#category div.static {background-color:#eee;}
#default div#category div.post {background-color: #eee;margin-bottom: 5px;width:100%;}
#default div#category div.post_last {margin-bottom:0px;}
#default div#category div.row {float:left;width:100%;}
#default div#category div.row div.post {width:50%;float:left;background-color:#eee;margin-bottom:5px;}
/****************************************/
/*Pages*/
#default div#page {padding:10px;}
/****************************************/
/*Tabs*/

#tabmenu {padding:3px 0;margin-left: 0px;border-bottom: 1px solid #000000;line-height:normal;}
#tabmenu li {list-style: none;margin: 0px;display: inline;}
#tabmenu li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}
#tabmenu li a.tab_active {background:#eeeeee none repeat scroll 0 0;border:1px solid black;border-bottom:1px solid #eeeeee;}

/*#tabmenu a:hover {background:#ADC09F none repeat scroll 0 0;}*/
/*#tabmenu li.tab_active:hover {background:#eeeeee none repeat scroll 0 0;}*/
.tab_content {
  height: 250px;
  background:#eeeeee none repeat scroll 0 0;
  /*border-color:-moz-use-text-color black black;*/
  border-color: #000;
  border-style:none solid solid;
  border-width:medium 1px 1px;
  padding:20px;
  text-align:justify;
  overflow:hidden;
}

/****************************************/

.ltr {direction:ltr;}
.rtl {direction:rtl;}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

a.rss {display:block; background: url(/images/rss.gif) no-repeat; padding-left: 20px;}

/*Multi Category View*/
#default div.multi_category_view {float:left;}
#default div.multi_category_view div.row {float:left;width:100%;}
#default div.multi_category_view div.row div.category {width:50%;float:left;background-color:#eee;margin-bottom:5px;}
#default div.multi_category_view div.category {float:left;background-color:#eee;margin-bottom:5px;width:100%;}
#default div.multi_category_view div.category div.content p.left {float:left;padding:5px;}
#default div.multi_category_view div.category div.content p.right {float:right;padding:5px;}
#default div.multi_category_view div.category div.content p.center {padding:5px;width:100%;text-align:center;}

/* Auto Complete */
.ac_results {padding: 0px;border: 1px solid black;background-color: white;overflow: hidden;z-index: 99999;}
.ac_results ul { width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {margin: 0px;padding: 2px 5px;cursor: default;display: block;
        /*width: 100%;*/
        font: menu;
        font-size: 12px;
        /*
        it is very important, if line-height not setted or setted
        in relative units scroll will be broken in firefox
        */
        line-height: 16px;
        overflow: hidden;
}
.ac_loading { background: white url('/images/indicator.gif') right center no-repeat;}
.ac_odd {background-color: #eee;}
.ac_over {background-color: #778ec8;color: white;}

/*IMAGE*/
#gallery {float:left;background-color:#eee;}
#gallery .image {float:left;padding:2px;}

.galleria{list-style:none;width:450px;
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:450px} /* MSIE bug */

#main_image{float:left;margin:0 auto 30px auto;height:350px;width:450px;background:#eee;}
#main_image img{margin-bottom:10px;}

div.galleria_thumbnails {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 145px;
  width: 450px;
  /* Add scroll-bars */
  overflow: auto;
}

div#gallery .prev_image {float:left;background-image:url(/images/arrow_left.png);}
div#gallery .prev_image a {width:16px;height:16px;display:block;}
div#gallery .next_image {float:left;background-image:url(/images/arrow_right.png);}
div#gallery .next_image a {width:16px;height:16px;display:block;}

/****************************************/
/*File Management*/
#document{width:1000px;position:relative;margin:0 auto;}
#document .wrapper{width:600px;padding-top:10px;margin:0 auto;}
#document .notice{margin-bottom:20px;font-size:24px;color:red}
#document .wrapper form{padding-top:58px;margin-left:50px;position:relative;}
#document .elements{height:235px;background-color:khaki}
#document .wrapper .textfield{width:345px;font-size:18px;font-family:"00360" ,Helvetica, Arial, sans-serif;padding:3px 0;}
#document .wrapper label{float:left;width:140px;margin-top:2px;display:block;}
#document .wrapper form p{font-size:18px;margin-bottom:38px;clear:both;}
#document .button{width:100px;height:37px;font-size:16px;font-family:"00360" ,Helvetica, Arial, sans-serif;left:408px;top:173px;margin-left:140px;}



/****************************************/
#container{width:100%;
    float:left;}
#bg img {
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: -100;}
#banner{margin:20px 0;
    float:left;
    width:960px;}
.orta{width:1000px;
    margin:0 auto;
    overflow:hidden;}
#menu{float:left;}
#menu li{float:left;
    padding-right:9px;}
#menu li a{color:#666464;
    font-weight:bold;
    font-size:15px;
    }

body#alt{background:#bab4b4;}
body#contact{background:#bab4b4;}
#icerik .sami{padding:40px 0 0 220px;}
#icerik p{color:#666464;
    font-weight:bold;}
#icerik{padding-top:100px;}
#cont{padding-top:100px;
    width:400px;}
.gallery #icerik .boxes{float:left;
    text-align:center;
    margin-right:10px;
    height:240px;}
.gallery #icerik{float:left;
    width:760px;}

.gallery #icerik .ust .boxes{
    margin-right:15px;}

.books #icerik .boxes{float:left;
    text-align:center;
    margin-right:20px;}

.movies #icerik .boxes{float:left;
    text-align:center;
    margin-right:20px;}

#cont label{    float: left;
    text-align: left;
    color: #666464;
    display: block;
    width: 100%;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 5px;}
#cont input{float:left;
    width:265px;
    background:#d5d0d0;
    border:none;}

#cont textarea{float:left;
    width:265px;background:#d5d0d0;border:none;
    height:200px;}
.form_field{float:left;
    width:400px;}
#form_plugin_form_datum_submit,#cont .form_submit{display:block;
    border:none!important;cursor:pointer;
    background:none!important;
    color:#d5d0d0;margin-top: 6px;
    width:60px!important;
    float:right!important;
    padding:0!important;}








/****************************************/

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(i/3dsprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: url(i/dcontentPattern.png) top left repeat; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(i/3dsprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content { background: url(i/dscontentPattern.png) top left repeat; } /* Content background */
	div.light_rounded .pp_content a.pp_next:hover { background: url(i/2dbtnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_content a.pp_previous:hover { background: url(i/2dbtnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_content a.pp_expand { background: url(i/3dsprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_content a.pp_expand:hover { background: url(i/3dsprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_content a.pp_contract { background: url(i/3dsprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_content a.pp_contract:hover { background: url(i/3dsprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_content a.pp_close { width: 75px; height: 22px; background: url(i/3dsprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */

	div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(i/3dsprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(i/3dsprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(i/3dsprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle {  background: url(i/dscontentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(i/3dsprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(i/dsloader.gif) center center no-repeat; } /* Loader icon */
	
	

ul.gallery li {
display:block;
float:left;
margin:0 12px 6px 0;
width:auto;
}


ul.gallery li img{  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
  border-radius: 5px;}


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pp_pic_holder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pp_pic_holder .pp_top {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_top { padding: 0 20px; }
		
			div.pp_pic_holder .pp_top .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_top .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_top .pp_middle { position: static; left: 0; }
			
			div.pp_pic_holder .pp_top .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pp_pic_holder .pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				div.pp_pic_holder .pp_content .pp_details p.pp_description { width:auto;display: none; float: left; margin: 0; }
				
				div.pp_pic_holder .pp_content .pp_details .pp_nav {
					float: left;
					margin: 3px 0 0 0;
					width:auto;
				}
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav p {width:auto; float: left; margin: 2px 4px; text-indent:-1000px; }
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
						float: left;
						display: block;
						width: 14px; height: 15px;
						overflow: hidden;
						text-indent: -10000px;
						margin-top: 3px;
					}
		
		div.pp_pic_holder .pp_content div.pp_hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pp_pic_holder .pp_content a.pp_next {
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(i/lbtnNext.png) 10000px 10000px no-repeat;
		}
			
		div.pp_pic_holder .pp_content a.pp_previous {
			display: block; float: left;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(i/lbtnNext.png) 10000px 10000px no-repeat;
		}
		
		div.pp_pic_holder .pp_content a.pp_expand,
		div.pp_pic_holder .pp_content a.pp_contract {
			position: absolute; z-index: 20000;
			top: 10px; right: 30px;
			cursor: pointer;
			display: none;
			text-indent: -10000px;
			width: 20px; height: 20px;	
		}
			
		div.pp_pic_holder .pp_content a.pp_close {
			float: right;
			display: block;
			text-indent: -10000px;
			width:73px;
		}
		
		div.pp_pic_holder .pp_bottom {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_bottom { padding: 0 20px; }
			
			div.pp_pic_holder .pp_bottom .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_bottom .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_bottom .pp_middle { position: static; left: 0; }
				
			div.pp_pic_holder .pp_bottom .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pp_pic_holder #pp_full_res { display: block; margin: 0 auto; width: 100%; text-align: center; }
		div.pp_pic_holder #pp_full_res object,
		div.pp_pic_holder #pp_full_res embed { visibility: hidden; }
	
		div.ppt {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff;
			font-size: 17px;
			text-indent:-99999px;
		}
		
		.gallery {}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block}
	/* End hide from IE-mac */

#ana #footer {height: 30px;
width: 960px;
margin-top: 450px;
float: left;}
#ana #footer a {display: block;
margin-top: 12px;}

#alt #footer, #contact #footer {height: 30px;
width: 1000px;
margin-top: 40px !important;
margin: 0 auto;}
#alt #footer .widget_1, #contact #footer .widget_1{float:left;}
#alt #footer .widget_1 li, #contact #footer .widget_1 li{float:left;}
#alt #footer .widget_1 li a, #contact #footer .widget_1 li a{color:#cccccc;display:block;margin-right:8px;}
#alt #footer .widget_1 li a:hover, #contact #footer .widget_1 li a:hover {color:#666464;}
#alt #footer .widget_2, #contact #footer .widget_2{float:right;margin-right: 52px;
}
input{padding:6px;display:block;}
textarea{display:block;padding:6px;}
label{display:block;text-align:left;}
#form_plugin_form_datum_submit, #cont .form_submit {
    display: block;
    border: none!important;
    cursor: pointer;
    background: none!important;
    color: #d5d0d0;
    margin-top: 6px;
    width: 60px!important;
    float: left;
    background: #000!important;
    float: left!important;
    padding: 5px!important;
    /* padding: 0!important; */
}
#form_21{height:500px;}
.captcha-container{clear:both;}







