@charset "utf-8";
/* CSS Document */

::selection {
  background: #74c8eb; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #74c8eb; /* Gecko Browsers */
}

ul,li,p,a,h1,h2,h3,h4,h5,h6
{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}


html,
body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-width:1000px;
	font-family:Calibri;
	color:#444444;
	min-width:1000px;
}
#top_menu ul li{margin-left:20px;}
#top_menu ul li a{line-height:50px;
}

#header-in
{
	width:1000px;
	height:130px;
	margin:0px auto;
}

#icerik{	margin-top:320px;}
 
 
 #content
 {
	 width:1000px;
	 height:auto; 
	 margin:0px auto;
	 overflow:hidden;
 }
 
 #left-bar
 {
	 width:266px; 
	 margin-left:3px;
	 float:left;
 }
 
 #left-bar-head
 {
	 background-image:url(../images/left_bar_top.png);
	 height:48px;
	 width:266px;
	 font-size:21px;
	 text-align:center;
	 color:#fff;
	 padding-top:10px;
 }
 
 #left-bottom
 {
	 background-image:url(../images/left_bar_bottom.png);
	 height:59px;
	 width:250px;
	 clear:both;
	 margin:auto
 }
 
 
  #left-bar ul li a
  {
	  border-bottom:solid 2px #fff;
	  background-color:#efefef;
	  width:236px;
	  display:block;
	  padding-top:14px;
	  padding-bottom:14px;
	  padding-left:15px;
	  margin:0px auto;
	  color:#2c3e50;
	  font-size:21px;
	  font-weight:bold;
	  text-decoration:none;
   }
 #left_margin_top
 {
}

#left-bar ul li a:hover
  {
	  background-color:#2c3e50;
	  color:#fff;
  }
  
 #text
 {
	 width:692px;
	 min-height:200px; 
 	 float:left;
	 margin-left:30px;
	 display:inline-block;
 }
 
 
  #text h1,
  #text h2,
  #text h3,
  #text h4,
  #text h5,
  #text h6
  {
	  color:#2c3e50;
	  height:24px;
	  margin-top:17px;
	  margin-bottom:17px;
	  clear:both;  
  }
  
  #text h1 a,
  #text h2 a,
  #text h3 a,
  #text h4 a,
  #text h5 a,
  #text h6 a
  {
	  color:#57718c;
  }
  
  #text p
  {
	  margin-top:9px;
	  font-size:17px;
	  
  }
  
  
#text .img-left
{
	float:left;
	padding:3px;
}
#text .img-right
{
	float:right;
	padding:3px;
}





#social
{
	float:right;
	width:100px;
	height:45px;
	margin-right:50px;
}
#social a
{
	width:33px;
	height:45px;
 	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	float:left; 
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}

#social a:hover
{
	background-position:0 -45px;
}
	
	
#facebook
{
	background-image:url(../images/facebook.png); 
}#twitter
{
	background-image:url(../images/twitter.png); 
}#gplus
{
	background-image:url(../images/gplus.png); 
}

#copyright
{
	clear:both;
	float:right;
	margin-right:22px;
	width:138px;
	height:20px;
	font-size:18px;
}


#address
{
	width:621px;
	height:32px;
	margin:0px auto;
	clear:both; 
	text-align:center;
	font-size:15px;
	padding-top:20px;
}


 

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute; 
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;}
ul.bjqs-controls.v-centered li a span
{
	margin:0;
	padding:0;
	width:40px;
	background-repeat:no-repeat;
}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0; margin-right:10px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; margin-left:10px;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{ padding-left:10px; }
ul.bjqs-controls.v-centered li.bjqs-next a:hover{ padding-right:10px;}
 

ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


ul.bjqs-controls.v-centered li a{
 	width:31px;
	height:31px;
 	text-decoration: none;
}


ul.bjqs-controls.v-centered li a:hover{
 }

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}
  
.prev
{
	background-image:url(../images/prev.png);
	width:31px;
	height:31px;
	background-position:0px 0px;	
	margin-top: 20px;
	margin-left:20px;
	display:block;  
}


ul.bjqs-controls.v-centered li.bjqs-prev a:hover .prev
{
	background-position:0px -31px;	
}

 
.next
{
	background-image:url(../images/next.png);
	width:31px;
	height:31px;
	background-position:0px 0px;	
	margin-top: 20px;
	margin-left:-20px;
 	display:block;
}


ul.bjqs-controls.v-centered li.bjqs-next a:hover .next
{
	background-position:0px -31px;
}

 
 
 /************************************************************************************************/
 
 

.form_line
{
	min-height:30px;
	padding-top:10px;
	padding-bottom:10px; 
}


.form_line span
{
	width:160px;
	float:left;
	margin-top:10px;
	text-align:left;
}

input[type="text"], textarea {
min-width:500px;
max-width:500px; 
min-height: 35px;
height:auto;
border:solid 1px #535353;
padding:5px;
}

select
{width:150px;  
height: 35px;
border:solid 1px #535353;
}


.btn_snd
{
	color: #ffffff;
background-color: #5cb85c;
border-color: transparent;
padding:10px;
font-size:17px;
}

.btn_clr
{color: #ffffff;
background-color: #d9534f;
border-color: transparent;
padding:10px;
font-size:17px;
}

.txt_cntr
{
	text-align:center;
}

#ref
{
	margin-left:20px;
	color:#2c3e50;
	font-weight:bold;
}

#ref:hover
{
	color:#5d6a76;
}

.dot
{
	float:left;
	width:9px !important;
	height:1px;
	display:block;
}

#iletisim
{
	width:400px;
	height:150px;
	margin:auto;	
}


#text a
{
	color:#266bab;
	font-weight:bold;
}

#text #iletisim p strong
{
	width:70px;
	float:left;
	display:block;
}

#text #iletisim p span
{
	margin-left:70px;
}
 
#map
{
	margin-top:20px;
	width:100%;
	height:500px;
 }

#text ul li

{
	list-style-image:url(../images/list_icon.png);
	margin-left:18px;
	line-height:25px;
}